aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-16igmp: net: Move igmp namespace init to correct fileNikolay Borisov2-6/+14
2016-02-16ipv4: Namespaceify ip_default_ttl sysctl knobNikolay Borisov5-15/+18
2016-02-16tcp: add tcpi_min_rtt and tcpi_notsent_bytes to tcp_infoEric Dumazet1-0/+6
2016-02-16tcp: md5: release request socket instead of listenerEric Dumazet1-2/+4
2016-02-16net/ipv4: add dst cache support for gre lwtunnelsPaolo Abeni1-3/+10
2016-02-16ip_tunnel: replace dst_cache with generic implementationPaolo Abeni2-65/+14
2016-02-16tcp: do not set rtt_min to 1Eric Dumazet1-1/+4
2016-02-13ipv4: fix memory leaks in ip_cmsg_send() callersEric Dumazet4-3/+11
2016-02-12net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree4-17/+10
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 Cree1-13/+1
2016-02-12net: local checksum offload for encapsulationEdward Cree2-15/+15
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-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-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 Duyck1-11/+0
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 Duyck1-12/+10
2016-02-11net: Drop unecessary enc_features variable from tunnel segmentation functionsAlexander Duyck2-6/+6
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-11soreuseport: fast reuseport TCP socket selectionCraig Gallek3-10/+72
2016-02-11inet: refactor inet[6]_lookup functions to take skbCraig Gallek3-7/+10
2016-02-11sock: struct proto hash function may errorCraig Gallek5-9/+20
2016-02-10vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devicesDavid Wragg2-3/+25
2016-02-09net:Add sysctl_max_skb_fragsHans Westgaard Ry1-2/+2
2016-02-09tcp: do not drop syn_recv on all icmp reportsEric Dumazet1-3/+8
2016-02-08tcp: Fix syncookies sysctl default.David S. Miller1-1/+1
2016-02-07ipv4: Namespaceify tcp_notsent_lowat sysctl knobNikolay Borisov3-10/+8
2016-02-07ipv4: Namespaceify tcp_fin_timeout sysctl knobNikolay Borisov3-11/+11
2016-02-07ipv4: Namespaceify tcp_orphan_retries sysctl knobNikolay Borisov3-9/+9
2016-02-07ipv4: Namespaceify tcp_retries2 sysctl knobNikolay Borisov4-11/+12
2016-02-07ipv4: Namespaceify tcp_retries1 sysctl knobNikolay Borisov3-12/+13
2016-02-07ipv4: Namespaceify tcp reordering sysctl knobNikolay Borisov5-16/+17
2016-02-07ipv4: Namespaceify tcp syncookies sysctl knobNikolay Borisov5-20/+18
2016-02-07ipv4: Namespaceify tcp synack retries sysctl knobNikolay Borisov4-14/+11
2016-02-07ipv4: Namespaceify tcp syn retries sysctl knobNikolay Borisov4-12/+15
2016-02-07tcp: tcp_cong_control helperYuchung Cheng1-12/+19
2016-02-07tcp: make congestion control more robust against reorderingYuchung Cheng1-1/+1
2016-02-07tcp: refactor pkts acked accountingYuchung Cheng1-4/+3
2016-02-07tcp: new delivery accountingYuchung Cheng1-6/+15
2016-02-07tcp: move cwnd reduction after recovery state procesingYuchung Cheng1-32/+28