summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* tcp: timestamp SYN+DATA messagesEric Dumazet2014-03-102-0/+7
* tcp: do not leak non zero tstamp in output packetsEric Dumazet2014-03-071-0/+2
* tcp: Use NET_ADD_STATS instead of NET_ADD_STATS_BH in tcp_event_new_data_sent()David S. Miller2014-03-061-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-069-69/+81
|\
| * ip_tunnel:multicast process cause panic due to skb->_skb_refdst NULL pointerXin Long2014-03-031-1/+0Star
| * tcp: fix bogus RTT on special retransmissionYuchung Cheng2014-03-032-4/+10
| * net: tcp: use NET_INC_STATS()Eric Dumazet2014-02-261-2/+2
| * ipv4: ipv6: better estimate tunnel header cut for correct ufo handlingHannes Frederic Sowa2014-02-261-2/+5
| * tcp: reduce the bloat caused by tcp_is_cwnd_limited()Eric Dumazet2014-02-251-2/+1Star
| * net-tcp: fastopen: fix high order allocationsEric Dumazet2014-02-222-4/+11
| * sit: fix panic with route cache in ip tunnelsNicolas Dichtel2014-02-201-3/+4
| * ip_tunnel: Move ip_tunnel_get_stats64 into ip_tunnel_core.cDavid S. Miller2014-02-202-46/+46
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-02-192-5/+2Star
| |\
| | * netfilter: nf_tables: fix nf_trace always-on with XT_TRACE=nFlorian Westphal2014-02-171-3/+0Star
| | * netfilter: nf_nat_snmp_basic: fix duplicates in if/else branchesFX Le Bail2014-02-141-2/+2
* | | 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/+0Star
| * | | 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/+0Star
| * | | 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/+158Star
* | | | ipv4: yet another new IP_MTU_DISCOVER option IP_PMTUDISC_OMITHannes Frederic Sowa2014-02-262-7/+4Star
* | | | ipv4: use ip_skb_dst_mtu to determine mtu in ip_fragmentHannes Frederic Sowa2014-02-261-2/+1Star
* | | | 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-251-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-171-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/+2Star
* | ipv4: ip_forward: perform skb->pkt_type check at the beginningDenis Kirjanov2014-02-141-3/+4
* | net: remove unnecessary return'sstephen hemminger2014-02-142-2/+0Star
* | tcp: remove unused min_cwnd member of tcp_congestion_opsStanislav Fomichev2014-02-149-18/+0Star
|/
* tcp: tsq: fix nonagle handlingJohn Ogness2014-02-111-2/+11