Age | Commit message (Expand) | Author | Files | Lines |
2013-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 6 | -25/+47 |
2013-11-02 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -34/+15 |
2013-11-02 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -2/+6 |
2013-11-01 | xfrm: Fix null pointer dereference when decoding sessions | Steffen Klassert | 1 | -1/+5 |
2013-10-30 | tcp: temporarily disable Fast Open on SYN timeout | Yuchung Cheng | 2 | -3/+8 |
2013-10-29 | net: esp{4,6}: get rid of struct esp_data | Mathias Krause | 1 | -26/+14 |
2013-10-29 | net: esp{4,6}: remove padlen from struct esp_data | Mathias Krause | 1 | -8/+1 |
2013-10-29 | ipv4: fix DO and PROBE pmtu mode regarding local fragmentation with UFO/CORK | Hannes Frederic Sowa | 1 | -4/+8 |
2013-10-29 | tcp: gso: fix truesize tracking | Eric Dumazet | 1 | -8/+5 |
2013-10-28 | xfrm: Increase the garbage collector threshold | Steffen Klassert | 1 | -1/+1 |
2013-10-28 | inet: restore gso for vxlan | Eric Dumazet | 1 | -8/+7 |
2013-10-28 | tcp: do not rearm RTO when future data are sacked | Yuchung Cheng | 1 | -3/+10 |
2013-10-28 | tcp: only take RTT from timestamps if new data is acked | Yuchung Cheng | 1 | -1/+2 |
2013-10-28 | tcp: fix SYNACK RTT estimation in Fast Open | Yuchung Cheng | 1 | -5/+13 |
2013-10-24 | inet: remove old fragmentation hash initializing | Hannes Frederic Sowa | 1 | -3/+0 |
2013-10-24 | ipv4: initialize ip4_frags hash secret as late as possible | Hannes Frederic Sowa | 1 | -0/+1 |
2013-10-24 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 3 | -6/+11 |
2013-10-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 5 | -13/+31 |
2013-10-22 | netfilter: x_tables: fix ordering of jumpstack allocation and table update | Will Deacon | 2 | -0/+10 |
2013-10-22 | tcp: initialize passive-side sk_pacing_rate after 3WHS | Neal Cardwell | 1 | -0/+2 |
2013-10-22 | ipv6: sit: add GSO/TSO support | Eric Dumazet | 2 | -0/+2 |
2013-10-22 | ipv4: Allow unprivileged users to use per net sysctls | Eric W. Biederman | 1 | -4/+0 |
2013-10-22 | ipv4: Use math to point per net sysctls into the appropriate struct net. | Eric W. Biederman | 1 | -18/+5 |
2013-10-22 | tcp_memcontrol: Kill struct tcp_memcontrol | Eric W. Biederman | 1 | -43/+18 |
2013-10-22 | tcp_memcontrol: Remove the per netns control. | Eric W. Biederman | 5 | -29/+19 |
2013-10-22 | tcp_memcontrol: Remove setting cgroup settings via sysctl | Eric W. Biederman | 2 | -51/+2 |
2013-10-22 | tcp_memcontrol: Remove tcp_max_memory | Eric W. Biederman | 1 | -13/+0 |
2013-10-20 | tcp: switch tcp_fastopen key generation to net_get_random_once | Hannes Frederic Sowa | 2 | -11/+21 |
2013-10-20 | inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_once | Hannes Frederic Sowa | 3 | -28/+9 |
2013-10-20 | inet: split syncookie keys for ipv4 and ipv6 and initialize with net_get_rand... | Hannes Frederic Sowa | 1 | -10/+5 |
2013-10-20 | ipv4: split inet_ehashfn to hash functions per compilation unit | Hannes Frederic Sowa | 2 | -4/+33 |
2013-10-20 | ipip: add GSO/TSO support | Eric Dumazet | 5 | -6/+19 |
2013-10-20 | ipv4: gso: make inet_gso_segment() stackable | Eric Dumazet | 1 | -7/+18 |
2013-10-20 | ipv4: generalize gre_handle_offloads | Eric Dumazet | 2 | -29/+33 |
2013-10-20 | ip_output: do skb ufo init for peeked non ufo skb as well | Jiri Pirko | 1 | -4/+9 |
2013-10-20 | net: ipv4/ipv6: Remove extern from function prototypes | Joe Perches | 3 | -38/+34 |
2013-10-20 | ipv4: gso: send_check() & segment() cleanups | Eric Dumazet | 1 | -13/+11 |
2013-10-19 | tcp: remove redundant code in __tcp_retransmit_skb() | Neal Cardwell | 1 | -15/+0 |
2013-10-18 | fib: Use const struct nl_info * in rtmsg_fib | Joe Perches | 2 | -2/+2 |
2013-10-18 | fib_trie: remove duplicated rcu lock | baker.zhang | 1 | -2/+0 |
2013-10-18 | tcp: rename tcp_tso_segment() | Eric Dumazet | 1 | -3/+3 |
2013-10-18 | ipv4: shrink rt_cache_stat | Eric Dumazet | 1 | -8/+8 |
2013-10-18 | tcp: remove the sk_can_gso() check from tcp_set_skb_tso_segs() | Eric Dumazet | 1 | -2/+1 |
2013-10-18 | tcp: must unclone packets before mangling them | Eric Dumazet | 1 | -3/+6 |
2013-10-17 | tcp: fix incorrect ca_state in tail loss probe | Yuchung Cheng | 1 | -1/+1 |
2013-10-17 | Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/pabl... | David S. Miller | 17 | -39/+719 |
2013-10-17 | inet_diag: use sock_gen_put() | Eric Dumazet | 1 | -6/+3 |
2013-10-14 | netfilter: nf_tables: add ARP filtering support | Pablo Neira Ayuso | 3 | -0/+107 |
2013-10-14 | netfilter: nf_tables: complete net namespace support | Pablo Neira Ayuso | 1 | -2/+30 |
2013-10-14 | netfilter: nf_tables: Add support for IPv6 NAT | Tomasz Bursztyka | 2 | -154/+3 |