summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* tcp: snmp stats for Fast Open, SYN rtx, and data pktsYuchung Cheng2014-03-035-3/+18
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-02-279-172/+575
|\
| * vti4: Enable namespace changingSteffen Klassert2014-02-251-1/+0
| * vti4: Check the tunnel endpoints of the xfrm state and the vti interfaceSteffen Klassert2014-02-251-5/+24
| * vti4: Support inter address family tunneling.Steffen Klassert2014-02-251-14/+34
| * vti4: Use the on xfrm_lookup returned dst_entry directlySteffen Klassert2014-02-251-11/+11
| * xfrm4: Remove xfrm_tunnel_notifierSteffen Klassert2014-02-251-68/+0
| * vti: Update the ipv4 side to use it's own receive hook.Steffen Klassert2014-02-251-47/+187
| * ip_tunnel: Make vti work with i_key setSteffen Klassert2014-02-251-1/+5
| * xfrm: Add xfrm_tunnel_skb_cb to the skb common bufferSteffen Klassert2014-02-251-0/+7
| * ipcomp4: Use the IPsec protocol multiplexer APISteffen Klassert2014-02-251-9/+17
| * ah4: Use the IPsec protocol multiplexer APISteffen Klassert2014-02-251-9/+16
| * esp4: Use the IPsec protocol multiplexer APISteffen Klassert2014-02-251-9/+17
| * xfrm4: Add IPsec protocol multiplexerSteffen Klassert2014-02-253-10/+269
* | tcp: switch rtt estimations to usec resolutionEric Dumazet2014-02-2614-160/+158
* | ipv4: yet another new IP_MTU_DISCOVER option IP_PMTUDISC_OMITHannes Frederic Sowa2014-02-262-7/+4
* | ipv4: use ip_skb_dst_mtu to determine mtu in ip_fragmentHannes Frederic Sowa2014-02-261-2/+1
* | net: tcp: add mib counters to track zero window transitionsFlorian Westphal2014-02-262-1/+14
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-02-241-11/+42
|\
| * {IPv4,xfrm} Add ESN support for AH ingress partFan Du2014-02-121-5/+22
| * {IPv4,xfrm} Add ESN support for AH egress partFan Du2014-02-121-6/+20
* | tcp: use zero-window when free_space is lowFlorian Westphal2014-02-191-2/+15
* | ipv6: honor IPV6_PKTINFO with v4 mapped addresses on sendmsgHannes Frederic Sowa2014-02-194-4/+22
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-02-193-7/+79
|\ \
| * | ipv4: fix counter in_slow_totDuan Jiong2014-02-171-2/+2
| * | ipv4: distinguish EHOSTUNREACH from the ENETUNREACHDuan Jiong2014-02-161-2/+7
| * | ipv4: ipconfig.c: add parentheses in an if statementFX Le Bail2014-02-141-1/+1
| * | net: ip, ipv6: handle gso skbs in forwarding pathFlorian Westphal2014-02-131-2/+69
| |/
* | ip_tunnel: return more precise errno value when adding tunnel failsFlorian Westphal2014-02-171-5/+10
* | tcp: add pacing_rate information into tcp_infoEric Dumazet2014-02-141-0/+5
* | net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong2014-02-141-8/+2
* | ipv4: ip_forward: perform skb->pkt_type check at the beginningDenis Kirjanov2014-02-131-3/+4
* | net: remove unnecessary return'sstephen hemminger2014-02-132-2/+0
* | tcp: remove unused min_cwnd member of tcp_congestion_opsStanislav Fomichev2014-02-139-18/+0
|/
* tcp: tsq: fix nonagle handlingJohn Ogness2014-02-101-2/+11
* tcp: correct code comment stating 3 min timeout for FIN_WAIT2, we only do 1 minJesper Juhl2014-02-091-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-02-094-1/+85
|\
| * netfilter: nf_tables: add reject module for NFPROTO_INETPatrick McHardy2014-02-061-3/+4
| * netfilter: nft_reject: split up reject module into IPv4 and IPv6 specifc partsPatrick McHardy2014-02-063-0/+80
| * netfilter: nf_nat_h323: fix crash in nf_ct_unlink_expect_report()Alexey Dobriyan2014-02-051-1/+4
* | tcp: remove 1ms offset in srtt computationEric Dumazet2014-02-062-9/+11
* | ipv4: Fix runtime WARNING in rtmsg_ifa()Geert Uytterhoeven2014-02-061-1/+2
* | net/ipv4: Use proper RCU APIs for writer-side in udp_offload.cShlomo Pongratz2014-02-041-7/+8
* | ip_tunnel: fix panic in ip_tunnel_xmit()Eric Dumazet2014-02-031-18/+11
* | net/ipv4: Use non-atomic allocation of udp offloads structure instanceOr Gerlitz2014-01-301-1/+1
|/
* net: gre: use icmp_hdr() to get inner ip headerDuan Jiong2014-01-271-1/+1
* net: Fix memory leak if TPROXY used with TCP early demuxHolger Eitzenberger2014-01-271-1/+1
* net: ipv4: Use PTR_ERR_OR_ZEROSachin Kamat2014-01-271-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-2556-933/+1120
|\
| * fib_frontend: fix possible NULL pointer dereferenceOliver Hartkopp2014-01-241-0/+2