aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-04tcp: properly handle stretch acks in slow startYuchung Cheng14-67/+56
2013-11-04tcp: enable sockets to use MSG_FASTOPEN by defaultYuchung Cheng1-1/+1
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftablesDavid S. Miller1-1/+0
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-35/+75
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-25/+47
2013-11-03netfilter: nf_tables: remove duplicated include from nf_tables_ipv4.cWei Yongjun1-1/+0
2013-11-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-34/+15
2013-11-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-2/+6
2013-11-01xfrm: Fix null pointer dereference when decoding sessionsSteffen Klassert1-1/+5
2013-10-29tcp: temporarily disable Fast Open on SYN timeoutYuchung Cheng2-3/+8
2013-10-29net: esp{4,6}: get rid of struct esp_dataMathias Krause1-26/+14
2013-10-29net: esp{4,6}: remove padlen from struct esp_dataMathias Krause1-8/+1
2013-10-29ipv4: fix DO and PROBE pmtu mode regarding local fragmentation with UFO/CORKHannes Frederic Sowa1-4/+8
2013-10-29tcp: gso: fix truesize trackingEric Dumazet1-8/+5
2013-10-28xfrm: Increase the garbage collector thresholdSteffen Klassert1-1/+1
2013-10-28inet: restore gso for vxlanEric Dumazet1-8/+7
2013-10-27tcp: do not rearm RTO when future data are sackedYuchung Cheng1-3/+10
2013-10-27tcp: only take RTT from timestamps if new data is ackedYuchung Cheng1-1/+2
2013-10-27tcp: fix SYNACK RTT estimation in Fast OpenYuchung Cheng1-5/+13
2013-10-23inet: remove old fragmentation hash initializingHannes Frederic Sowa1-3/+0
2013-10-23ipv4: initialize ip4_frags hash secret as late as possibleHannes Frederic Sowa1-0/+1
2013-10-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller3-6/+11
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-13/+31
2013-10-22netfilter: x_tables: fix ordering of jumpstack allocation and table updateWill Deacon2-0/+10
2013-10-21tcp: initialize passive-side sk_pacing_rate after 3WHSNeal Cardwell1-0/+2
2013-10-21ipv6: sit: add GSO/TSO supportEric Dumazet2-0/+2
2013-10-21ipv4: Allow unprivileged users to use per net sysctlsEric W. Biederman1-4/+0
2013-10-21ipv4: Use math to point per net sysctls into the appropriate struct net.Eric W. Biederman1-18/+5
2013-10-21tcp_memcontrol: Kill struct tcp_memcontrolEric W. Biederman1-43/+18
2013-10-21tcp_memcontrol: Remove the per netns control.Eric W. Biederman5-29/+19
2013-10-21tcp_memcontrol: Remove setting cgroup settings via sysctlEric W. Biederman2-51/+2
2013-10-21tcp_memcontrol: Remove tcp_max_memoryEric W. Biederman1-13/+0
2013-10-19tcp: switch tcp_fastopen key generation to net_get_random_onceHannes Frederic Sowa2-11/+21
2013-10-19inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_onceHannes Frederic Sowa3-28/+9
2013-10-19inet: split syncookie keys for ipv4 and ipv6 and initialize with net_get_random_onceHannes Frederic Sowa1-10/+5
2013-10-19ipv4: split inet_ehashfn to hash functions per compilation unitHannes Frederic Sowa2-4/+33
2013-10-19ipip: add GSO/TSO supportEric Dumazet5-6/+19
2013-10-19ipv4: gso: make inet_gso_segment() stackableEric Dumazet1-7/+18
2013-10-19ipv4: generalize gre_handle_offloadsEric Dumazet2-29/+33
2013-10-19ip_output: do skb ufo init for peeked non ufo skb as wellJiri Pirko1-4/+9
2013-10-19net: ipv4/ipv6: Remove extern from function prototypesJoe Perches3-38/+34
2013-10-19ipv4: gso: send_check() & segment() cleanupsEric Dumazet1-13/+11
2013-10-18tcp: remove redundant code in __tcp_retransmit_skb()Neal Cardwell1-15/+0
2013-10-18fib: Use const struct nl_info * in rtmsg_fibJoe Perches2-2/+2
2013-10-18fib_trie: remove duplicated rcu lockbaker.zhang1-2/+0
2013-10-18tcp: rename tcp_tso_segment()Eric Dumazet1-3/+3
2013-10-17ipv4: shrink rt_cache_statEric Dumazet1-8/+8
2013-10-17tcp: remove the sk_can_gso() check from tcp_set_skb_tso_segs()Eric Dumazet1-2/+1
2013-10-17tcp: must unclone packets before mangling themEric Dumazet1-3/+6
2013-10-17tcp: fix incorrect ca_state in tail loss probeYuchung Cheng1-1/+1