Age | Commit message (Expand) | Author | Files | Lines |
2017-01-10 | ipv6: fix typos | Alexander Alemayhu | 1 | -2/+2 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
2016-12-18 | net: ipv6: check route protocol when deleting routes | Mantas M | 1 | -0/+2 |
2016-12-05 | ipv6: Allow IPv4-mapped address as next-hop | Erik Nordmark | 1 | -1/+4 |
2016-12-04 | ipv6 addrconf: Implemented enhanced DAD (RFC7527) | Erik Nordmark | 1 | -1/+1 |
2016-11-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+4 |
2016-11-09 | net-ipv6: on device mtu change do not add mtu to mtu-less routes | Maciej Żenczykowski | 1 | -0/+1 |
2016-11-04 | net: inet: Support UID-based routing in IP protocols. | Lorenzo Colitti | 1 | -4/+9 |
2016-11-04 | net: core: add UID to flows, rules, and routes | Lorenzo Colitti | 1 | -0/+7 |
2016-10-31 | ipv6: add mtu lock check in __ip6_rt_update_pmtu | Xin Long | 1 | -0/+3 |
2016-10-27 | net: ipv6: Do not consider link state for nexthop validation | David Ahern | 1 | -2/+4 |
2016-10-27 | net: ipv6: Fix processing of RAs in presence of VRF | David Ahern | 1 | -20/+48 |
2016-10-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+3 |
2016-09-26 | ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_route | Nikolay Aleksandrov | 1 | -1/+3 |
2016-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+10 |
2016-09-20 | net: ipv6: fallback to full lookup if table lookup is unsuitable | Vincent Bernat | 1 | -1/+10 |
2016-09-19 | ipv6: Export p6_route_input_lookup symbol | Mahesh Bandewar | 1 | -3/+4 |
2016-09-11 | net: l3mdev: remove redundant calls | David Ahern | 1 | -6/+1 |
2016-09-11 | net: vrf: Flip IPv6 output path from FIB lookup hook to out hook | David Ahern | 1 | -4/+7 |
2016-09-11 | net: l3mdev: Allow the l3mdev to be a loopback | David Ahern | 1 | -2/+10 |
2016-08-31 | net: lwtunnel: Handle fragmentation | Roopa Prabhu | 1 | -1/+3 |
2016-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2016-06-27 | ipv6: enforce egress device match in per table nexthop lookups | Paolo Abeni | 1 | -1/+1 |
2016-06-18 | net: ipv6: Move ip6_route_get_saddr to inline | David Ahern | 1 | -17/+0 |
2016-06-16 | ipv6: introduce neighbour discovery ops | Alexander Aring | 1 | -4/+4 |
2016-06-15 | net: vrf: Handle ipv6 multicast and link-local addresses | David Ahern | 1 | -2/+3 |
2016-06-12 | ipv6: use TOS marks from sockets for routing decision | Hannes Frederic Sowa | 1 | -0/+2 |
2016-05-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+2 |
2016-05-14 | net/route: enforce hoplimit max value | Paolo Abeni | 1 | -0/+2 |
2016-05-10 | net: l3mdev: Move get_saddr and rt6_dst | David Ahern | 1 | -1/+1 |
2016-04-27 | net: ipv6: Use passed in table for nexthop lookups | David Ahern | 1 | -2/+38 |
2016-04-14 | ipv6: datagram: Update dst cache of a connected datagram sk during pmtu update | Martin KaFai Lau | 1 | -0/+12 |
2016-04-11 | net: vrf: Fix dst reference counting | David Ahern | 1 | -3/+4 |
2016-01-30 | ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail() | Paolo Abeni | 1 | -4/+3 |
2015-12-17 | ipv6: allow routes to be configured with expire values | Xin Long | 1 | -0/+10 |
2015-12-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2015-12-01 | Revert "ipv6: ndisc: inherit metadata dst when creating ndisc requests" | Nicolas Dichtel | 1 | -1/+1 |
2015-11-22 | net: IPv6 fib lookup tracepoint | David Ahern | 1 | -0/+10 |
2015-11-16 | ipv6: Check rt->dst.from for the DST_NOCACHE route | Martin KaFai Lau | 1 | -1/+2 |
2015-11-16 | ipv6: Check expire on DST_NOCACHE route | Martin KaFai Lau | 1 | -1/+10 |
2015-11-16 | ipv6: Avoid creating RTF_CACHE from a rt that is not managed by fib6 tree | Martin KaFai Lau | 1 | -1/+7 |
2015-11-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+1 |
2015-11-03 | ipv6: fix crash on ICMPv6 redirects with prohibited/blackholed source | Matthias Schiffer | 1 | -2/+1 |
2015-10-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+4 |
2015-10-22 | net: ipv6: Dont add RT6_LOOKUP_F_IFACE flag if saddr set | David Ahern | 1 | -2/+4 |
2015-10-22 | net: Really fix vti6 with oif in dst lookups | David Ahern | 1 | -0/+3 |
2015-10-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -26/+23 |
2015-10-16 | ipv6: Initialize rt6_info properly in ip6_blackhole_route() | Martin KaFai Lau | 1 | -15/+5 |
2015-10-16 | ipv6: Move common init code for rt6_info to a new function rt6_info_init() | Martin KaFai Lau | 1 | -6/+11 |
2015-10-13 | net: Add VRF support to IPv6 stack | David Ahern | 1 | -5/+22 |