aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-25vti4: Enable namespace changingSteffen Klassert1-1/+0
2014-02-25vti4: Check the tunnel endpoints of the xfrm state and the vti interfaceSteffen Klassert1-5/+24
2014-02-25vti4: Support inter address family tunneling.Steffen Klassert1-14/+34
2014-02-25vti4: Use the on xfrm_lookup returned dst_entry directlySteffen Klassert1-11/+11
2014-02-25xfrm4: Remove xfrm_tunnel_notifierSteffen Klassert1-68/+0
2014-02-25vti: Update the ipv4 side to use it's own receive hook.Steffen Klassert1-47/+187
2014-02-25ip_tunnel: Make vti work with i_key setSteffen Klassert1-1/+5
2014-02-25xfrm: Add xfrm_tunnel_skb_cb to the skb common bufferSteffen Klassert1-0/+7
2014-02-25ipcomp4: Use the IPsec protocol multiplexer APISteffen Klassert1-9/+17
2014-02-25ah4: Use the IPsec protocol multiplexer APISteffen Klassert1-9/+16
2014-02-25esp4: Use the IPsec protocol multiplexer APISteffen Klassert1-9/+17
2014-02-25xfrm4: Add IPsec protocol multiplexerSteffen Klassert3-10/+269
2014-02-24tcp: reduce the bloat caused by tcp_is_cwnd_limited()Eric Dumazet1-2/+1
2014-02-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-11/+42
2014-02-22net-tcp: fastopen: fix high order allocationsEric Dumazet2-4/+11
2014-02-20sit: fix panic with route cache in ip tunnelsNicolas Dichtel1-3/+4
2014-02-20ip_tunnel: Move ip_tunnel_get_stats64 into ip_tunnel_core.cDavid S. Miller2-46/+46
2014-02-19tcp: use zero-window when free_space is lowFlorian Westphal1-2/+15
2014-02-19ipv6: honor IPV6_PKTINFO with v4 mapped addresses on sendmsgHannes Frederic Sowa4-4/+22
2014-02-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-5/+2
2014-02-19netfilter: remove double colonstephen hemminger1-1/+1
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-7/+79
2014-02-17ipv4: fix counter in_slow_totDuan Jiong1-2/+2
2014-02-17netfilter: nf_tables: fix nf_trace always-on with XT_TRACE=nFlorian Westphal1-3/+0
2014-02-17ip_tunnel: return more precise errno value when adding tunnel failsFlorian Westphal1-5/+10
2014-02-16ipv4: distinguish EHOSTUNREACH from the ENETUNREACHDuan Jiong1-2/+7
2014-02-14tcp: add pacing_rate information into tcp_infoEric Dumazet1-0/+5
2014-02-14net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong1-8/+2
2014-02-14netfilter: nf_nat_snmp_basic: fix duplicates in if/else branchesFX Le Bail1-2/+2
2014-02-14ipv4: ipconfig.c: add parentheses in an if statementFX Le Bail1-1/+1
2014-02-13ipv4: ip_forward: perform skb->pkt_type check at the beginningDenis Kirjanov1-3/+4
2014-02-13net: remove unnecessary return'sstephen hemminger2-2/+0
2014-02-13tcp: remove unused min_cwnd member of tcp_congestion_opsStanislav Fomichev9-18/+0
2014-02-13net: ip, ipv6: handle gso skbs in forwarding pathFlorian Westphal1-2/+69
2014-02-12{IPv4,xfrm} Add ESN support for AH ingress partFan Du1-5/+22
2014-02-12{IPv4,xfrm} Add ESN support for AH egress partFan Du1-6/+20
2014-02-10tcp: tsq: fix nonagle handlingJohn Ogness1-2/+11
2014-02-09tcp: correct code comment stating 3 min timeout for FIN_WAIT2, we only do 1 minJesper Juhl1-1/+1
2014-02-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller4-1/+85
2014-02-08cgroup: clean up cgroup_subsys names and initializationTejun Heo1-1/+1
2014-02-06tcp: remove 1ms offset in srtt computationEric Dumazet2-9/+11
2014-02-06ipv4: Fix runtime WARNING in rtmsg_ifa()Geert Uytterhoeven1-1/+2
2014-02-06netfilter: nf_tables: add reject module for NFPROTO_INETPatrick McHardy1-3/+4
2014-02-06netfilter: nft_reject: split up reject module into IPv4 and IPv6 specifc partsPatrick McHardy3-0/+80
2014-02-05netfilter: nf_nat_h323: fix crash in nf_ct_unlink_expect_report()Alexey Dobriyan1-1/+4
2014-02-04net/ipv4: Use proper RCU APIs for writer-side in udp_offload.cShlomo Pongratz1-7/+8
2014-02-03ip_tunnel: fix panic in ip_tunnel_xmit()Eric Dumazet1-18/+11
2014-01-30net/ipv4: Use non-atomic allocation of udp offloads structure instanceOr Gerlitz1-1/+1
2014-01-27net: gre: use icmp_hdr() to get inner ip headerDuan Jiong1-1/+1
2014-01-27net: Fix memory leak if TPROXY used with TCP early demuxHolger Eitzenberger1-1/+1