summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2013-11-14net-tcp: fix panic in tcp_fastopen_cache_set()Eric Dumazet
2013-11-14tcp: tsq: restore minimal amount of queueingEric Dumazet
2013-11-14core/dev: do not ignore dmac in dev_forward_skb()Alexei Starovoitov
2013-11-08inet: fix a UFO regressionEric Dumazet
2013-11-06ipv4: introduce new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACEHannes Frederic Sowa
2013-11-05tcp: properly handle stretch acks in slow startYuchung Cheng
2013-11-05tcp: enable sockets to use MSG_FASTOPEN by defaultYuchung Cheng
2013-11-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller
2013-11-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-11-03netfilter: nf_tables: remove duplicated include from nf_tables_ipv4.cWei Yongjun
2013-11-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2013-11-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2013-11-01xfrm: Fix null pointer dereference when decoding sessionsSteffen Klassert
2013-10-30tcp: temporarily disable Fast Open on SYN timeoutYuchung Cheng
2013-10-29net: esp{4,6}: get rid of struct esp_dataMathias Krause
2013-10-29net: esp{4,6}: remove padlen from struct esp_dataMathias Krause
2013-10-29ipv4: fix DO and PROBE pmtu mode regarding local fragmentation with UFO/CORKHannes Frederic Sowa
2013-10-29tcp: gso: fix truesize trackingEric Dumazet
2013-10-28xfrm: Increase the garbage collector thresholdSteffen Klassert
2013-10-28inet: restore gso for vxlanEric Dumazet
2013-10-27tcp: do not rearm RTO when future data are sackedYuchung Cheng
2013-10-27tcp: only take RTT from timestamps if new data is ackedYuchung Cheng
2013-10-27tcp: fix SYNACK RTT estimation in Fast OpenYuchung Cheng
2013-10-23inet: remove old fragmentation hash initializingHannes Frederic Sowa
2013-10-23ipv4: initialize ip4_frags hash secret as late as possibleHannes Frederic Sowa
2013-10-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-22netfilter: x_tables: fix ordering of jumpstack allocation and table updateWill Deacon
2013-10-21tcp: initialize passive-side sk_pacing_rate after 3WHSNeal Cardwell
2013-10-21ipv6: sit: add GSO/TSO supportEric Dumazet
2013-10-21ipv4: Allow unprivileged users to use per net sysctlsEric W. Biederman
2013-10-21ipv4: Use math to point per net sysctls into the appropriate struct net.Eric W. Biederman
2013-10-21tcp_memcontrol: Kill struct tcp_memcontrolEric W. Biederman
2013-10-21tcp_memcontrol: Remove the per netns control.Eric W. Biederman
2013-10-21tcp_memcontrol: Remove setting cgroup settings via sysctlEric W. Biederman
2013-10-21tcp_memcontrol: Remove tcp_max_memoryEric W. Biederman
2013-10-19tcp: switch tcp_fastopen key generation to net_get_random_onceHannes Frederic Sowa
2013-10-19inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_onceHannes Frederic Sowa
2013-10-19inet: split syncookie keys for ipv4 and ipv6 and initialize with net_get_rand...Hannes Frederic Sowa
2013-10-19ipv4: split inet_ehashfn to hash functions per compilation unitHannes Frederic Sowa
2013-10-19ipip: add GSO/TSO supportEric Dumazet
2013-10-19ipv4: gso: make inet_gso_segment() stackableEric Dumazet
2013-10-19ipv4: generalize gre_handle_offloadsEric Dumazet
2013-10-19ip_output: do skb ufo init for peeked non ufo skb as wellJiri Pirko
2013-10-19net: ipv4/ipv6: Remove extern from function prototypesJoe Perches
2013-10-19ipv4: gso: send_check() & segment() cleanupsEric Dumazet
2013-10-18tcp: remove redundant code in __tcp_retransmit_skb()Neal Cardwell
2013-10-18fib: Use const struct nl_info * in rtmsg_fibJoe Perches
2013-10-18fib_trie: remove duplicated rcu lockbaker.zhang