summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipv4: namespacify ip_early_demux sysctl knobNikolay Borisov2016-02-163-12/+10
* ipv4: Namespacify ip_dynaddr sysctl knobNikolay Borisov2016-02-162-15/+10
* igmp: net: Move igmp namespace init to correct fileNikolay Borisov2016-02-162-6/+14
* ipv4: Namespaceify ip_default_ttl sysctl knobNikolay Borisov2016-02-166-18/+23
* tcp: add tcpi_min_rtt and tcpi_notsent_bytes to tcp_infoEric Dumazet2016-02-161-0/+6
* net/ipv4: add dst cache support for gre lwtunnelsPaolo Abeni2016-02-161-3/+10
* net: add dst_cache to ovs vxlan lwtunnelPaolo Abeni2016-02-163-1/+16
* ip_tunnel: replace dst_cache with generic implementationPaolo Abeni2016-02-163-73/+23
* net: replace dst_cache ip6_tunnel implementation with the generic onePaolo Abeni2016-02-164-104/+14
* net: add dst_cache supportPaolo Abeni2016-02-163-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/+14
* net: gre: Implement LCO for GRE over IPv4Edward Cree2016-02-121-3/+13
* fou: enable LCO in FOU and GUEEdward Cree2016-02-121-8/+6
* net: udp: always set up for CHECKSUM_PARTIAL offloadEdward Cree2016-02-122-25/+2
* 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/+114
* 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/+12
* 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/+0
* net: Allow tunnels to use inner checksum offloads with outer checksums neededAlexander Duyck2016-02-111-2/+1
* udp: Use uh->len instead of skb->len to compute checksum in segmentationAlexander Duyck2016-02-111-15/+13
* udp: Clean up the use of flags in UDP segmentation offloadAlexander Duyck2016-02-111-19/+18
* gre: Use inner_proto to obtain inner header protocolAlexander Duyck2016-02-111-4/+2
* gre: Use GSO flags to determine csum need instead of GRE flagsAlexander Duyck2016-02-111-34/+30
* net: Move skb_has_shared_frag check out of GRE code and into segmentationAlexander Duyck2016-02-112-11/+5
* 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
* sock: struct proto hash function may errorCraig Gallek2016-02-119-17/+44
* batman-adv: Convert batadv_tt_common_entry to krefSven Eckelmann2016-02-102-13/+49
* batman-adv: Convert batadv_orig_node to krefSven Eckelmann2016-02-108-17/+22
OpenPOWER on IntegriCloud