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