aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-17net: rework setup_tc ndo op to consume general tc operandJohn Fastabend1-3/+6
2016-02-17net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend1-2/+3
2016-02-16net: Export ip fragment sysctl to unprivileged usersNikolay Borisov1-4/+0
2016-02-16ipv4: namespacify ip fragment max dist sysctl knobNikolay Borisov1-12/+13
2016-02-16ipv4: namespacify ip_early_demux sysctl knobNikolay Borisov3-12/+10
2016-02-16ipv4: Namespacify ip_dynaddr sysctl knobNikolay Borisov2-15/+10
2016-02-16igmp: net: Move igmp namespace init to correct fileNikolay Borisov2-6/+14
2016-02-16ipv4: Namespaceify ip_default_ttl sysctl knobNikolay Borisov6-18/+23
2016-02-16tcp: add tcpi_min_rtt and tcpi_notsent_bytes to tcp_infoEric Dumazet1-0/+6
2016-02-16net/ipv4: add dst cache support for gre lwtunnelsPaolo Abeni1-3/+10
2016-02-16net: add dst_cache to ovs vxlan lwtunnelPaolo Abeni3-1/+16
2016-02-16ip_tunnel: replace dst_cache with generic implementationPaolo Abeni3-73/+23
2016-02-16net: replace dst_cache ip6_tunnel implementation with the generic onePaolo Abeni4-104/+14
2016-02-16net: add dst_cache supportPaolo Abeni3-0/+173
2016-02-16tipc: refactor node xmit and fix memory leaksRichard Alpe2-24/+38
2016-02-16ethtool: ensure channel counts are within bounds during SCHANNELSKeller, Jacob E1-2/+11
2016-02-16ethtool: correctly ensure {GS}CHANNELS doesn't conflict with GS{RXFH}Keller, Jacob E1-0/+55
2016-02-12net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree6-23/+14
2016-02-12net: gre: Implement LCO for GRE over IPv4Edward Cree1-3/+13
2016-02-12fou: enable LCO in FOU and GUEEdward Cree1-8/+6
2016-02-12net: udp: always set up for CHECKSUM_PARTIAL offloadEdward Cree2-25/+2
2016-02-12net: local checksum offload for encapsulationEdward Cree3-22/+22
2016-02-12tcp/dccp: better use of ephemeral ports in bind()Eric Dumazet1-126/+114
2016-02-12tcp/dccp: better use of ephemeral ports in connect()Eric Dumazet1-85/+85
2016-02-11net: bulk free SKBs that were delay free'ed due to IRQ contextJesper Dangaard Brouer2-3/+13
2016-02-11net: bulk free infrastructure for NAPI context, use napi_consume_skbJesper Dangaard Brouer2-6/+78
2016-02-11igmp: Namespacify igmp_qrv sysctl knobNikolay Borisov3-22/+28
2016-02-11igmp: Namespaceify igmp_llm_reports sysctl knobNikolay Borisov3-12/+18
2016-02-11igmp: Namespaceify igmp_max_msf sysctl knobNikolay Borisov4-13/+12
2016-02-11igmp: Namespaceify igmp_max_memberships sysctl knobNikolay Borisov3-10/+10
2016-02-11openvswitch: allow management from inside user namespacesTycho Andersen2-10/+14
2016-02-11rds: duplicate include net/tcp.hstephen hemminger1-1/+0
2016-02-11net: Allow tunnels to use inner checksum offloads with outer checksums neededAlexander Duyck1-2/+1
2016-02-11udp: Use uh->len instead of skb->len to compute checksum in segmentationAlexander Duyck1-15/+13
2016-02-11udp: Clean up the use of flags in UDP segmentation offloadAlexander Duyck1-19/+18
2016-02-11gre: Use inner_proto to obtain inner header protocolAlexander Duyck1-4/+2
2016-02-11gre: Use GSO flags to determine csum need instead of GRE flagsAlexander Duyck1-34/+30
2016-02-11net: Move skb_has_shared_frag check out of GRE code and into segmentationAlexander Duyck2-11/+5
2016-02-11net: Store checksum result for offloaded GSO checksumsAlexander Duyck1-2/+6
2016-02-11net: Update remote checksum segmentation to support use of GSO checksumAlexander Duyck2-16/+16
2016-02-11net: Move GSO csum into SKB_GSO_CBAlexander Duyck1-7/+9
2016-02-11net: Drop unecessary enc_features variable from tunnel segmentation functionsAlexander Duyck2-6/+6
2016-02-11ipv6: add option to drop unsolicited neighbor advertisementsJohannes Berg2-0/+17
2016-02-11ipv6: add option to drop unicast encapsulated in L2 multicastJohannes Berg2-0/+18
2016-02-11ipv4: add option to drop gratuitous ARP packetsJohannes Berg2-0/+10
2016-02-11ipv4: add option to drop unicast encapsulated in L2 multicastJohannes Berg2-1/+26
2016-02-11net: Add support for filtering link dump by master device and kindDavid Ahern1-1/+67
2016-02-11soreuseport: fast reuseport TCP socket selectionCraig Gallek5-11/+89
2016-02-11soreuseport: Prep for fast reuseport TCP socket selectionCraig Gallek2-1/+2
2016-02-11inet: refactor inet[6]_lookup functions to take skbCraig Gallek9-32/+64