Age | Commit message (Expand) | Author | Files | Lines |
2018-03-04 | net/ipv6: Pass skb to route lookup | David Ahern | 1 | -1/+3 |
2018-03-01 | ipv6: route: dissect flow in input path if fib rules need it | Roopa Prabhu | 1 | -0/+25 |
2018-01-10 | ipv6: Add support for non-equal-cost multipath | Ido Schimmel | 1 | -0/+1 |
2018-01-10 | ipv6: Calculate hash thresholds for IPv6 nexthops | Ido Schimmel | 1 | -0/+1 |
2018-01-08 | ipv6: Export sernum update function | Ido Schimmel | 1 | -0/+1 |
2018-01-08 | ipv6: Add explicit flush indication to routes | Ido Schimmel | 1 | -1/+2 |
2017-11-30 | ipv6: Move dst->from into struct rt6_info. | David Miller | 1 | -5/+4 |
2017-11-30 | ipv6: Move rt6_next from dst_entry into ipv6 route structure. | David Miller | 1 | -2/+3 |
2017-10-07 | ipv6: take care of rt6_stats | Wei Wang | 1 | -6/+9 |
2017-10-07 | ipv6: replace rwlock with rcu and spinlock in fib6_table | Wei Wang | 1 | -8/+16 |
2017-10-07 | ipv6: update fn_sernum after route is inserted to tree | Wei Wang | 1 | -0/+2 |
2017-10-07 | ipv6: hook up exception table to store dst cache | Wei Wang | 1 | -1/+0 |
2017-10-07 | ipv6: prepare fib6_locate() for exception table | Wei Wang | 1 | -1/+2 |
2017-10-07 | ipv6: prepare fib6_age() for exception table | Wei Wang | 1 | -0/+13 |
2017-10-07 | ipv6: introduce a hash table to store dst cache | Wei Wang | 1 | -0/+19 |
2017-10-07 | ipv6: introduce a new function fib6_update_sernum() | Wei Wang | 1 | -0/+2 |
2017-09-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+30 |
2017-08-29 | ipv6: fix sparse warning on rt6i_node | Wei Wang | 1 | -1/+1 |
2017-08-22 | ipv6: add rcu grace period before freeing fib6_node | Wei Wang | 1 | -1/+29 |
2017-08-16 | ipv6: fib: Provide offload indication using nexthop flags | Ido Schimmel | 1 | -0/+2 |
2017-08-04 | ipv6: fib: Add helpers to hold / drop a reference on rt6_info | Ido Schimmel | 1 | -0/+16 |
2017-08-04 | ipv6: fib: Dump tables during registration to FIB chain | Ido Schimmel | 1 | -0/+4 |
2017-08-04 | ipv6: fib_rules: Dump rules during registration to FIB chain | Ido Schimmel | 1 | -0/+10 |
2017-08-04 | ipv6: fib: Add in-kernel notifications for route add / delete | Ido Schimmel | 1 | -0/+5 |
2017-08-04 | ipv6: fib: Add FIB notifiers callbacks | Ido Schimmel | 1 | -0/+11 |
2017-08-04 | ipv6: fib_rules: Check if rule is a default rule | Ido Schimmel | 1 | -0/+5 |
2017-06-18 | net: remove DST_NOCACHE flag | Wei Wang | 1 | -1/+1 |
2017-05-22 | net: ipv6: Plumb extack through route add functions | David Ahern | 1 | -1/+2 |
2017-02-05 | net: ipv6: Allow shorthand delete of all nexthops in multipath route | David Ahern | 1 | -1/+3 |
2016-10-27 | net: ipv6: Fix processing of RAs in presence of VRF | David Ahern | 1 | -0/+2 |
2015-11-16 | ipv6: Check rt->dst.from for the DST_NOCACHE route | Martin KaFai Lau | 1 | -1/+2 |
2015-09-18 | ipv6: include NLM_F_REPLACE in route replace notifications | Roopa Prabhu | 1 | -1/+2 |
2015-08-21 | route: move lwtunnel state to dst_entry | Jiri Benc | 1 | -1/+0 |
2015-07-21 | ipv6: support for fib route lwtunnel encap attributes | Roopa Prabhu | 1 | -0/+3 |
2015-05-25 | ipv6: Create percpu rt6_info | Martin KaFai Lau | 1 | -1/+2 |
2015-05-25 | ipv6: Keep track of DST_NOCACHE routes in case of iface down/unregister | Martin KaFai Lau | 1 | -0/+3 |
2015-05-25 | ipv6: Create RTF_CACHE clone when FLOWI_FLAG_KNOWN_NH is set | Martin KaFai Lau | 1 | -0/+3 |
2015-05-25 | ipv6: Add rt6_get_cookie() function | Martin KaFai Lau | 1 | -0/+5 |
2015-05-02 | ipv6: Remove DST_METRICS_FORCE_OVERWRITE and _rt6i_peer | Martin KaFai Lau | 1 | -31/+0 |
2015-05-02 | ipv6: Stop rt6_info from using inet_peer's metrics | Martin KaFai Lau | 1 | -9/+1 |
2015-01-06 | net: fib6: convert cfg metric to u32 outside of table write lock | Florian Westphal | 1 | -3/+7 |
2014-10-07 | ipv6: make rt_sernum atomic and serial number fields ordinary ints | Hannes Frederic Sowa | 1 | -1/+1 |
2014-10-07 | ipv6: minor fib6 cleanups like type safety, bool conversion, inline removal | Hannes Frederic Sowa | 1 | -4/+14 |
2014-09-30 | ipv6: remove rt6i_genid | Hannes Frederic Sowa | 1 | -4/+1 |
2014-03-27 | ipv6: do not overwrite inetpeer metrics prematurely | Michal Kubeček | 1 | -1/+2 |
2014-01-02 | ipv6: remove prune parameter for fib6_clean_all | Li RongQing | 1 | -1/+1 |
2013-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
2013-10-26 | ipv6: reset dst.expires value when clearing expire flag | Hannes Frederic Sowa | 1 | -0/+1 |
2013-09-28 | ipv6: avoid high order memory allocations for /proc/net/ipv6_route | Hannes Frederic Sowa | 1 | -4/+2 |
2013-09-21 | ip*.h: Remove extern from function prototypes | Joe Perches | 1 | -30/+23 |