| Commit message (Expand) | Author | Age | Files | Lines |
* | ipv6: datagram: Update dst cache of a connected datagram sk during pmtu update | Martin KaFai Lau | 2016-04-14 | 1 | -0/+12 |
* | net: vrf: Fix dst reference counting | David Ahern | 2016-04-11 | 1 | -3/+4 |
* | ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail() | Paolo Abeni | 2016-01-29 | 1 | -4/+3 |
* | ipv6: allow routes to be configured with expire values | Xin Long | 2015-12-17 | 1 | -0/+10 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-12-03 | 1 | -1/+1 |
|\ |
|
| * | Revert "ipv6: ndisc: inherit metadata dst when creating ndisc requests" | Nicolas Dichtel | 2015-12-01 | 1 | -1/+1 |
* | | net: IPv6 fib lookup tracepoint | David Ahern | 2015-11-22 | 1 | -0/+10 |
|/ |
|
* | ipv6: Check rt->dst.from for the DST_NOCACHE route | Martin KaFai Lau | 2015-11-15 | 1 | -1/+2 |
* | ipv6: Check expire on DST_NOCACHE route | Martin KaFai Lau | 2015-11-15 | 1 | -1/+10 |
* | ipv6: Avoid creating RTF_CACHE from a rt that is not managed by fib6 tree | Martin KaFai Lau | 2015-11-15 | 1 | -1/+7 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-11-03 | 1 | -2/+1 |
|\ |
|
| * | ipv6: fix crash on ICMPv6 redirects with prohibited/blackholed source | Matthias Schiffer | 2015-11-02 | 1 | -2/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-10-24 | 1 | -2/+4 |
|\| |
|
| * | net: ipv6: Dont add RT6_LOOKUP_F_IFACE flag if saddr set | David Ahern | 2015-10-22 | 1 | -2/+4 |
| * | net: Really fix vti6 with oif in dst lookups | David Ahern | 2015-10-21 | 1 | -0/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-10-20 | 1 | -26/+23 |
|\| |
|
| * | ipv6: Initialize rt6_info properly in ip6_blackhole_route() | Martin KaFai Lau | 2015-10-16 | 1 | -15/+5 |
| * | ipv6: Move common init code for rt6_info to a new function rt6_info_init() | Martin KaFai Lau | 2015-10-16 | 1 | -6/+11 |
| * | ipv6: Don't call with rt6_uncached_list_flush_dev | Eric W. Biederman | 2015-10-13 | 1 | -5/+7 |
* | | net: Add VRF support to IPv6 stack | David Ahern | 2015-10-13 | 1 | -5/+22 |
* | | ipv6 route: use err pointers instead of returning pointer by reference | Roopa Prabhu | 2015-10-12 | 1 | -15/+17 |
* | | dst: Pass net into dst->output | Eric W. Biederman | 2015-10-08 | 1 | -7/+7 |
* | | ipv6: Merge __ip6_local_out and __ip6_local_out_sk | Eric W. Biederman | 2015-10-08 | 1 | -1/+1 |
* | | dst: Pass a sk into .local_out | Eric W. Biederman | 2015-10-08 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-10-02 | 1 | -1/+2 |
|\| |
|
| * | net: ipv6: Add RT6_LOOKUP_F_IFACE flag if oif is set | David Ahern | 2015-09-29 | 1 | -1/+2 |
* | | net: Remove redundant oif checks in rt6_device_match | David Ahern | 2015-09-28 | 1 | -3/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-09-26 | 1 | -6/+10 |
|\| |
|
| * | net: Fix behaviour of unreachable, blackhole and prohibit routes | Nikola Forró | 2015-09-20 | 1 | -1/+3 |
| * | ipv6: include NLM_F_REPLACE in route replace notifications | Roopa Prabhu | 2015-09-17 | 1 | -2/+3 |
| * | ipv6: Avoid double dst_free | Martin KaFai Lau | 2015-09-15 | 1 | -3/+4 |
* | | ipv6: remove unused neigh parameter from ndisc functions | Jiri Benc | 2015-09-24 | 1 | -1/+1 |
* | | ipv6 Use get_hash_from_flowi6 for rt6 hash | Tom Herbert | 2015-09-23 | 1 | -25/+1 |
|/ |
|
* | ipv6: fix ifnullfree.cocci warnings | Wu Fengguang | 2015-09-09 | 1 | -2/+1 |
* | ipv6: fix multipath route replace error recovery | Roopa Prabhu | 2015-09-09 | 1 | -26/+175 |
* | tcp: use dctcp if enabled on the route to the initiator | Daniel Borkmann | 2015-08-31 | 1 | -2/+7 |
* | fib, fib6: reject invalid feature bits | Daniel Borkmann | 2015-08-31 | 1 | -0/+2 |
* | net: fib6: reduce identation in ip6_convert_metrics | Daniel Borkmann | 2015-08-31 | 1 | -16/+16 |
* | ip_tunnels: convert the mode field of ip_tunnel_info to flags | Jiri Benc | 2015-08-29 | 1 | -1/+1 |
* | lwt: Add cfg argument to build_state | Tom Herbert | 2015-08-24 | 1 | -1/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-08-21 | 1 | -24/+55 |
|\ |
|
| * | ipv6: Fix a potential deadlock when creating pcpu rt | Martin KaFai Lau | 2015-08-17 | 1 | -11/+33 |
| * | ipv6: Add rt6_make_pcpu_route() | Martin KaFai Lau | 2015-08-17 | 1 | -4/+16 |
| * | ipv6: Remove un-used argument from ip6_dst_alloc() | Martin KaFai Lau | 2015-08-17 | 1 | -12/+9 |
* | | ipv6: route: extend flow representation with tunnel key | Jiri Benc | 2015-08-20 | 1 | -0/+6 |
* | | ipv6: ndisc: inherit metadata dst when creating ndisc requests | Jiri Benc | 2015-08-20 | 1 | -1/+1 |
* | | ipv6: drop metadata dst in ip6_route_input | Jiri Benc | 2015-08-20 | 1 | -0/+1 |
* | | route: move lwtunnel state to dst_entry | Jiri Benc | 2015-08-20 | 1 | -10/+10 |
* | | lwt: Add support to redirect dst.input | Tom Herbert | 2015-08-17 | 1 | -1/+7 |
* | | net: ipv6 sysctl option to ignore routes when nexthop link is down | Andy Gospodarek | 2015-08-13 | 1 | -1/+10 |