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