Age | Commit message (Expand) | Author | Files | Lines |
2011-03-01 | ipv6: Consolidate route lookup sequences. | David S. Miller | 8 | -117/+114 |
2011-03-01 | inet: Remove unused sk_sndmsg_* from UFO | Herbert Xu | 1 | -1/+0 |
2011-02-28 | net: TX timestamps for IPv6 UDP packets | Anders Berggren | 1 | -0/+17 |
2011-02-25 | ipv6: ignore rtnl_unicast() return code | Hagen Paul Pfeifer | 1 | -2/+1 |
2011-02-25 | ipv6: variable next is never used in this function | Hagen Paul Pfeifer | 1 | -3/+1 |
2011-02-25 | ipv6: hash is calculated but not used afterwards | Hagen Paul Pfeifer | 1 | -3/+0 |
2011-02-25 | ipv6: totlen is declared and assigned but not used | Hagen Paul Pfeifer | 1 | -3/+0 |
2011-02-23 | xfrm: Const'ify address arguments to ->dst_lookup() | David S. Miller | 1 | -2/+2 |
2011-02-23 | xfrm: Const'ify tmpl and address arguments to ->init_temprop() | David S. Miller | 1 | -2/+2 |
2011-02-22 | xfrm: Mark flowi arg to xfrm_type->reject() const. | David S. Miller | 1 | -1/+2 |
2011-02-22 | xfrm: Mark flowi arg to ->init_tempsel() const. | David S. Miller | 1 | -1/+1 |
2011-02-22 | xfrm: Mark flowi arg to ->fill_dst() const. | David S. Miller | 1 | -1/+1 |
2011-02-22 | xfrm: Mark flowi arg to ->get_tos() const. | David S. Miller | 1 | -1/+1 |
2011-02-20 | tcp: Remove debug macro of TCP_CHECK_TIMER | Shan Wei | 1 | -4/+0 |
2011-02-19 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2 | -1/+2 |
2011-02-19 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 1 | -1/+1 |
2011-02-18 | net: provide default_advmss() methods to blackhole dst_ops | Eric Dumazet | 1 | -0/+1 |
2011-02-17 | net: Add initial_ref arg to dst_alloc(). | David S. Miller | 1 | -3/+2 |
2011-02-17 | netfilter: ip6t_LOG: fix a flaw in printing the MAC | Joerg Marx | 1 | -1/+1 |
2011-02-10 | inet: Create a mechanism for upward inetpeer propagation into routes. | David S. Miller | 1 | -2/+16 |
2011-02-10 | inetpeer: Abstract address representation further. | David S. Miller | 1 | -1/+1 |
2011-02-08 | net: Kill NETEVENT_PMTU_UPDATE. | David S. Miller | 1 | -1/+0 |
2011-02-04 | inetpeer: Move ICMP rate limiting state into inet_peer entries. | David S. Miller | 3 | -9/+16 |
2011-02-04 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 4 | -1/+108 |
2011-02-03 | net: Provide compat support for SIOCGETMIFCNT_IN6 and SIOCGETSGCNT_IN6. | David S. Miller | 2 | -0/+94 |
2011-01-31 | net: Fix ipv6 neighbour unregister_sysctl_table warning | Eric W. Biederman | 1 | -1/+8 |
2011-01-31 | net: Add default_mtu() methods to blackhole dst_ops | Roland Dreier | 1 | -0/+6 |
2011-01-27 | net: Store ipv4/ipv6 COW'd metrics in inetpeer cache. | David S. Miller | 1 | -2/+31 |
2011-01-27 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -4/+0 |
2011-01-27 | ipv6: Remove route peer binding assertions. | David S. Miller | 1 | -4/+0 |
2011-01-26 | net: Implement read-only protection and COW'ing of metrics. | David S. Miller | 2 | -3/+14 |
2011-01-26 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 3 | -56/+40 |
2011-01-26 | xfrm6: Don't forget to propagate peer into ipsec route. | David S. Miller | 1 | -0/+6 |
2011-01-25 | ipv6: Revert 'administrative down' address handling changes. | David S. Miller | 1 | -48/+33 |
2011-01-24 | ipv6: Always clone offlink routes. | David S. Miller | 1 | -8/+1 |
2011-01-24 | net: change netdev->features to u32 | Michał Mirosław | 2 | -2/+2 |
2011-01-20 | ipv6: raw: rcu annotations | Eric Dumazet | 1 | -7/+7 |
2011-01-20 | net: ipv6: sit: fix rcu annotations | Eric Dumazet | 1 | -10/+13 |
2011-01-20 | netfilter: add a missing include in nf_conntrack_reasm.c | Eric Dumazet | 1 | -0/+1 |
2011-01-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -3/+0 |
2011-01-19 | Merge branch 'master' of /repos/git/net-next-2.6 | Patrick McHardy | 6 | -39/+24 |
2011-01-18 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -3/+0 |
2011-01-18 | ipv6: Silence privacy extensions initialization | Romain Francoise | 1 | -3/+0 |
2011-01-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2 | -1/+10 |
2011-01-13 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 1 | -1/+1 |
2011-01-13 | netfilter: x_table: speedup compat operations | Eric Dumazet | 1 | -0/+2 |
2011-01-12 | Merge branch 'master' of git://1984.lsi.us.es/net-2.6 | David S. Miller | 1 | -1/+7 |
2011-01-12 | inet6: prevent network storms caused by linux IPv6 routers | Alexey Kuznetsov | 1 | -0/+3 |
2011-01-13 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | Simon Horman | 21 | -302/+504 |
2011-01-12 | netfilter: fix compilation when conntrack is disabled but tproxy is enabled | KOVACS Krisztian | 1 | -1/+7 |