summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend2016-02-171-2/+3
* net: Export ip fragment sysctl to unprivileged usersNikolay Borisov2016-02-171-4/+0Star
* ipv4: namespacify ip fragment max dist sysctl knobNikolay Borisov2016-02-171-12/+13
* ipv4: namespacify ip_early_demux sysctl knobNikolay Borisov2016-02-173-12/+10Star
* ipv4: Namespacify ip_dynaddr sysctl knobNikolay Borisov2016-02-172-15/+10Star
* igmp: net: Move igmp namespace init to correct fileNikolay Borisov2016-02-172-6/+14
* ipv4: Namespaceify ip_default_ttl sysctl knobNikolay Borisov2016-02-176-18/+23
* tcp: add tcpi_min_rtt and tcpi_notsent_bytes to tcp_infoEric Dumazet2016-02-171-0/+6
* net/ipv4: add dst cache support for gre lwtunnelsPaolo Abeni2016-02-171-3/+10
* net: add dst_cache to ovs vxlan lwtunnelPaolo Abeni2016-02-173-1/+16
* ip_tunnel: replace dst_cache with generic implementationPaolo Abeni2016-02-173-73/+23Star
* net: replace dst_cache ip6_tunnel implementation with the generic onePaolo Abeni2016-02-174-104/+14Star
* net: add dst_cache supportPaolo Abeni2016-02-173-0/+173
* tipc: refactor node xmit and fix memory leaksRichard Alpe2016-02-162-24/+38
* ethtool: ensure channel counts are within bounds during SCHANNELSKeller, Jacob E2016-02-161-2/+11
* ethtool: correctly ensure {GS}CHANNELS doesn't conflict with GS{RXFH}Keller, Jacob E2016-02-161-0/+55
* net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree2016-02-126-23/+14Star
* net: gre: Implement LCO for GRE over IPv4Edward Cree2016-02-121-3/+13
* fou: enable LCO in FOU and GUEEdward Cree2016-02-121-8/+6Star
* net: udp: always set up for CHECKSUM_PARTIAL offloadEdward Cree2016-02-122-25/+2Star
* net: local checksum offload for encapsulationEdward Cree2016-02-123-22/+22
* tcp/dccp: better use of ephemeral ports in bind()Eric Dumazet2016-02-121-126/+114Star
* tcp/dccp: better use of ephemeral ports in connect()Eric Dumazet2016-02-121-85/+85
* net: bulk free SKBs that were delay free'ed due to IRQ contextJesper Dangaard Brouer2016-02-112-3/+13
* net: bulk free infrastructure for NAPI context, use napi_consume_skbJesper Dangaard Brouer2016-02-112-6/+78
* igmp: Namespacify igmp_qrv sysctl knobNikolay Borisov2016-02-113-22/+28
* igmp: Namespaceify igmp_llm_reports sysctl knobNikolay Borisov2016-02-113-12/+18
* igmp: Namespaceify igmp_max_msf sysctl knobNikolay Borisov2016-02-114-13/+12Star
* igmp: Namespaceify igmp_max_memberships sysctl knobNikolay Borisov2016-02-113-10/+10
* openvswitch: allow management from inside user namespacesTycho Andersen2016-02-112-10/+14
* rds: duplicate include net/tcp.hstephen hemminger2016-02-111-1/+0Star
* net: Allow tunnels to use inner checksum offloads with outer checksums neededAlexander Duyck2016-02-111-2/+1Star
* udp: Use uh->len instead of skb->len to compute checksum in segmentationAlexander Duyck2016-02-111-15/+13Star
* udp: Clean up the use of flags in UDP segmentation offloadAlexander Duyck2016-02-111-19/+18Star
* gre: Use inner_proto to obtain inner header protocolAlexander Duyck2016-02-111-4/+2Star
* gre: Use GSO flags to determine csum need instead of GRE flagsAlexander Duyck2016-02-111-34/+30Star
* net: Move skb_has_shared_frag check out of GRE code and into segmentationAlexander Duyck2016-02-112-11/+5Star
* net: Store checksum result for offloaded GSO checksumsAlexander Duyck2016-02-111-2/+6
* net: Update remote checksum segmentation to support use of GSO checksumAlexander Duyck2016-02-112-16/+16
* net: Move GSO csum into SKB_GSO_CBAlexander Duyck2016-02-111-7/+9
* net: Drop unecessary enc_features variable from tunnel segmentation functionsAlexander Duyck2016-02-112-6/+6
* ipv6: add option to drop unsolicited neighbor advertisementsJohannes Berg2016-02-112-0/+17
* ipv6: add option to drop unicast encapsulated in L2 multicastJohannes Berg2016-02-112-0/+18
* ipv4: add option to drop gratuitous ARP packetsJohannes Berg2016-02-112-0/+10
* ipv4: add option to drop unicast encapsulated in L2 multicastJohannes Berg2016-02-112-1/+26
* net: Add support for filtering link dump by master device and kindDavid Ahern2016-02-111-1/+67
* soreuseport: fast reuseport TCP socket selectionCraig Gallek2016-02-115-11/+89
* soreuseport: Prep for fast reuseport TCP socket selectionCraig Gallek2016-02-112-1/+2
* inet: refactor inet[6]_lookup functions to take skbCraig Gallek2016-02-119-32/+64
* inet: create IPv6-equivalent inet_hash functionCraig Gallek2016-02-115-46/+61