Age | Commit message (Expand) | Author | Files | Lines |
2016-01-30 | ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail() | Paolo Abeni | 1 | -2/+10 |
2015-12-03 | ipv6: kill sk_dst_lock | Eric Dumazet | 1 | -13/+4 |
2015-09-30 | ipv6: Pass struct net through ip6_fragment | Eric W. Biederman | 1 | -2/+2 |
2015-05-25 | ipv6: Add rt6_get_cookie() function | Martin KaFai Lau | 1 | -1/+1 |
2015-05-25 | ipv6: Only create RTF_CACHE routes after encountering pmtu exception | Martin KaFai Lau | 1 | -1/+1 |
2015-05-25 | ipv6: Remove external dependency on rt6i_gateway and RTF_ANYCAST | Martin KaFai Lau | 1 | -5/+14 |
2015-04-07 | netfilter: Pass socket pointer down through okfn(). | David Miller | 1 | -1/+2 |
2015-04-06 | ipv6: protect skb->sk accesses from recursive dereference inside the stack | hannes@stressinduktion.org | 1 | -1/+2 |
2014-05-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
2014-05-16 | ipv6: update Destination Cache entries when gateway turn into host | Duan Jiong | 1 | -0/+1 |
2014-05-12 | net: rename local_df to ignore_df | WANG Cong | 1 | -1/+1 |
2014-04-14 | ipv6: Limit mtu to 65575 bytes | Eric Dumazet | 1 | -0/+5 |
2014-04-01 | ipv6: reuse rt6_need_strict | Wang Yufen | 1 | -0/+5 |
2014-02-27 | ipv6: yet another new IPV6_MTU_DISCOVER option IPV6_PMTUDISC_OMIT | Hannes Frederic Sowa | 1 | -1/+8 |
2014-01-08 | IPv6: add the option to use anycast addresses as source addresses in echo reply | FX Le Bail | 1 | -0/+7 |
2014-01-02 | ipv6: namespace cleanups | stephen hemminger | 1 | -20/+0 |
2013-12-19 | ipv6: support IPV6_PMTU_INTERFACE on sockets | Hannes Frederic Sowa | 1 | -1/+6 |
2013-10-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+2 |
2013-10-22 | ipv6: fill rt6i_gateway with nexthop address | Julian Anastasov | 1 | -4/+2 |
2013-10-22 | ipv6: always prefer rt6i_gateway if present | Julian Anastasov | 1 | -1/+1 |
2013-09-21 | ip*.h: Remove extern from function prototypes | Joe Perches | 1 | -55/+43 |
2013-09-01 | ipv6: move ip6_dst_hoplimit() into core kernel | Cong Wang | 1 | -2/+0 |
2013-08-23 | ipv6: handle Redirect ICMP Message with no Redirected Header option | Duan Jiong | 1 | -0/+2 |
2013-01-18 | ipv6: Remove unused neigh argument for icmp6_dst_alloc() and its callers. | YOSHIFUJI Hideaki / 吉藤英明 | 1 | -1/+0 |
2013-01-18 | ipv6: Introduce rt6_nexthop() to select nexthop address. | YOSHIFUJI Hideaki / 吉藤英明 | 1 | -0/+8 |
2012-11-16 | ipv6: export IP6_RT_PRIO_* to userland | Nicolas Dichtel | 1 | -3/+0 |
2012-07-18 | ipv6: fix inet6_csk_xmit() | Eric Dumazet | 1 | -1/+2 |
2012-07-12 | ipv6: Use icmpv6_notify() to propagate redirect, instead of rt6_redirect(). | David S. Miller | 1 | -2/+0 |
2012-07-12 | ipv6: Add ip6_redirect() and ip6_sk_redirect() helper functions. | David S. Miller | 1 | -0/+2 |
2012-07-12 | ipv6: Move bulk of redirect handling into rt6_redirect(). | David S. Miller | 1 | -6/+1 |
2012-06-16 | ipv6: Handle PMTU in ICMP error handlers. | David S. Miller | 1 | -4/+4 |
2012-06-12 | inet: Fix BUG triggered by __rt{,6}_get_peer(). | David S. Miller | 1 | -1/+1 |
2012-06-11 | inet: Hide route peer accesses behind helpers. | David S. Miller | 1 | -3/+3 |
2012-06-09 | inet: Create and use rt{,6}_get_peer_create(). | David S. Miller | 1 | -4/+13 |
2012-05-19 | ipv6: bool/const conversions phase2 | Eric Dumazet | 1 | -1/+1 |
2012-04-15 | net: cleanup unsigned to unsigned int | Eric Dumazet | 1 | -1/+1 |
2011-12-25 | Merge branch 'nf-next' of git://1984.lsi.us.es/net-next | David S. Miller | 1 | -0/+2 |
2011-12-07 | ipv6: Move xfrm_lookup() call down into icmp6_dst_alloc(). | David S. Miller | 1 | -1/+1 |
2011-12-07 | ipv6: Make third arg to anycast_dst_alloc() bool. | David S. Miller | 1 | -1/+1 |
2011-12-05 | ipv6: add ip6_route_lookup | Florian Westphal | 1 | -0/+2 |
2011-04-24 | net: Remove __KERNEL__ cpp checks from include/net | David S. Miller | 1 | -3/+0 |
2011-04-22 | inet: constify ip headers and in6_addr | Eric Dumazet | 1 | -9/+9 |
2011-04-16 | ipv6: RTA_PREFSRC support for ipv6 route source address selection | Daniel Walter | 1 | -0/+7 |
2011-03-23 | ipv6: ip6_route_output does not modify sk parameter, so make it const | Florian Westphal | 1 | -1/+1 |
2011-03-13 | ipv6: Convert to use flowi6 where applicable. | David S. Miller | 1 | -1/+1 |
2010-12-21 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -0/+10 |
2010-12-20 | ipv6: Fragment locally generated tunnel-mode IPSec6 packets as needed. | David Stevens | 1 | -0/+10 |
2010-12-03 | net: kill unused macros from head file | Shan Wei | 1 | -1/+0 |
2010-12-02 | ipv6: Add rt6_get_peer() helper. | David S. Miller | 1 | -0/+9 |
2010-11-30 | ipv6: Add infrastructure to bind inet_peer objects to routes. | David S. Miller | 1 | -0/+3 |