aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-02net/ipv4: remove left over dead codeEric Engestrom1-7/+0
2016-03-02netfilter: nft_masq: support port rangePablo Neira Ayuso1-1/+6
2016-03-02netfilter: xtables: don't hook tables by defaultFlorian Westphal8-96/+180
2016-03-02netfilter: xtables: prepare for on-demand hook registerFlorian Westphal8-46/+55
2016-03-02netfilter: nf_defrag_ipv4: Drop redundant ip_send_check()Joe Stringer1-3/+1
2016-03-01net: remove skb_sender_cpu_clear()WANG Cong1-1/+0
2016-03-01net: ipv4: tcp_probe: Replace timespec with timespec64Deepa Dinamani1-4/+4
2016-03-01net: ipv4: Convert IP network timestamps to be y2038 safeDeepa Dinamani3-12/+33
2016-02-26GSO: Provide software checksum of tunneled UDP fragmentation offloadAlexander Duyck2-6/+30
2016-02-26net: l3mdev: prefer VRF master for source address selectionDavid Lamparter1-0/+17
2016-02-26net: l3mdev: address selection should only consider devices in L3 domainDavid Ahern1-0/+5
2016-02-24ipv4: only create late gso-skb if skb is already set up with CHECKSUM_PARTIALHannes Frederic Sowa1-1/+4
2016-02-24soreuseport: fix merge conflict in tcp bindCraig Gallek1-0/+1
2016-02-23tunnel: Clear IPCB(skb)->opt before dst_link_failure calledBernie Harris2-1/+4
2016-02-23tcp: convert cached rtt from usec to jiffies when feeding initial rtoKonstantin Khlebnikov1-1/+1
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-46/+136
2016-02-19rtnl: RTM_GETNETCONF: fix wrong return valueAnton Protopopov1-1/+1
2016-02-18gre: clear IFF_TX_SKB_SHARINGJiri Benc1-2/+3
2016-02-18iptunnel: scrub packet in iptunnel_pull_headerJiri Benc3-7/+5
2016-02-18tcp/dccp: fix another race at listener dismantleEric Dumazet2-14/+14
2016-02-18route: check and remove route cache when we get routeXin Long1-14/+63
2016-02-17tcp: correctly crypto_alloc_hash return checkInsu Yun1-1/+1
2016-02-17ipv4: Remove inet_lro libraryBen Hutchings3-383/+0
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 Borisov2-11/+9
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 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