Age | Commit message (Expand) | Author | Files | Lines |
2013-11-21 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 1 | -0/+1 |
2013-11-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 7 | -48/+41 |
2013-11-19 | ipv6: Fix inet6_init() cleanup order | Vlad Yasevich | 1 | -2/+2 |
2013-11-19 | inet: prevent leakage of uninitialized memory to user in recv syscalls | Hannes Frederic Sowa | 2 | -7/+2 |
2013-11-18 | net: ipv6: ndisc: Fix warning when CONFIG_SYSCTL=n | Fabio Estevam | 1 | -1/+1 |
2013-11-18 | netfilter: synproxy: send mss option to backend | Martin Topholm | 1 | -0/+1 |
2013-11-15 | ip6tnl: fix use after free of fb_tnl_dev | Nicolas Dichtel | 1 | -5/+13 |
2013-11-15 | sit/gre6: don't try to add the same route two times | Nicolas Dichtel | 1 | -3/+0 |
2013-11-15 | sit: link local routes are missing | Nicolas Dichtel | 1 | -19/+5 |
2013-11-15 | sit: fix prefix length of ll and v4mapped addresses | Nicolas Dichtel | 1 | -7/+4 |
2013-11-15 | sit: fix use after free of fb_tunnel_dev | Willem de Bruijn | 1 | -4/+14 |
2013-11-14 | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 6 | -1/+66 |
2013-11-11 | ipv6: protect for_each_sk_fl_rcu in mem_check with rcu_read_lock_bh | Hannes Frederic Sowa | 1 | -0/+2 |
2013-11-11 | netfilter: push reasm skb through instead of original frag skbs | Jiri Pirko | 3 | -73/+9 |
2013-11-11 | ip6_output: fragment outgoing reassembled skb properly | Jiri Pirko | 1 | -1/+2 |
2013-11-09 | ipv6: use rt6_get_dflt_router to get default router in rt6_route_rcv | Duan Jiong | 1 | -2/+5 |
2013-11-08 | ipv6: protect flow label renew against GC | Florent Fourcot | 1 | -0/+4 |
2013-11-08 | ipv6: increase maximum lifetime of flow labels | Florent Fourcot | 1 | -1/+1 |
2013-11-08 | ipv6: enable IPV6_FLOWLABEL_MGR for getsockopt | Florent Fourcot | 2 | -0/+54 |
2013-11-06 | ipv6: Fix possible ipv6 seqlock deadlock | John Stultz | 1 | -1/+1 |
2013-11-06 | net: Explicitly initialize u64_stats_sync structures for lockdep | John Stultz | 5 | -0/+65 |
2013-11-06 | ipv6: drop the judgement in rt6_alloc_cow() | Duan Jiong | 1 | -5/+3 |
2013-11-06 | ipv6: fix headroom calculation in udp6_ufo_fragment | Hannes Frederic Sowa | 1 | -1/+1 |
2013-11-05 | ipv6: remove old conditions on flow label sharing | Florent Fourcot | 1 | -33/+0 |
2013-11-05 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/... | David S. Miller | 1 | -4/+3 |
2013-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -5/+17 |
2013-11-02 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -33/+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-31 | ipv6: remove the unnecessary statement in find_match() | Duan Jiong | 1 | -1/+1 |
2013-10-29 | net: esp{4,6}: get rid of struct esp_data | Mathias Krause | 1 | -25/+14 |
2013-10-29 | net: esp{4,6}: remove padlen from struct esp_data | Mathias Krause | 1 | -8/+1 |
2013-10-29 | ipv6: Remove privacy config option. | David S. Miller | 2 | -56/+3 |
2013-10-28 | xfrm: Increase the garbage collector threshold | Steffen Klassert | 1 | -1/+1 |
2013-10-26 | ipv6: ip6_dst_check needs to check for expired dst_entries | Hannes Frederic Sowa | 1 | -3/+6 |
2013-10-24 | ipv6: split inet6_hash_frag for netfilter and initialize secrets with net_get... | Hannes Frederic Sowa | 2 | -8/+20 |
2013-10-24 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 1 | -0/+5 |
2013-10-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 8 | -33/+60 |
2013-10-23 | netfilter: ip6t_REJECT: skip checksum verification for outgoing ipv6 packets | Stanislav Fomichev | 1 | -4/+3 |
2013-10-22 | netfilter: x_tables: fix ordering of jumpstack allocation and table update | Will Deacon | 1 | -0/+5 |
2013-10-22 | ipv6: probe routes asynchronous in rt6_probe | Hannes Frederic Sowa | 1 | -7/+31 |
2013-10-22 | ipv6: sit: add GSO/TSO support | Eric Dumazet | 3 | -9/+31 |
2013-10-22 | ipv6: gso: make ipv6_gso_segment() stackable | Eric Dumazet | 1 | -6/+17 |
2013-10-22 | tcp_memcontrol: Remove the per netns control. | Eric W. Biederman | 2 | -2/+1 |
2013-10-22 | ipv6: fill rt6i_gateway with nexthop address | Julian Anastasov | 2 | -4/+8 |
2013-10-20 | inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_once | Hannes Frederic Sowa | 3 | -11/+26 |
2013-10-20 | inet: split syncookie keys for ipv4 and ipv6 and initialize with net_get_rand... | Hannes Frederic Sowa | 1 | -3/+9 |
2013-10-20 | ipv6: split inet6_ehashfn to hash functions per compilation unit | Hannes Frederic Sowa | 2 | -4/+40 |
2013-10-20 | ipip: add GSO/TSO support | Eric Dumazet | 2 | -0/+2 |
2013-10-20 | ip6_output: do skb ufo init for peeked non ufo skb as well | Jiri Pirko | 1 | -11/+14 |