Age | Commit message (Expand) | Author | Files | Lines |
2018-07-23 | ipv6: use fib6_info_hold_safe() when necessary | Wei Wang | 1 | -0/+5 |
2018-06-20 | net/ipv6: respect rcu grace period before freeing fib6_info | Eric Dumazet | 1 | -2/+3 |
2018-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -86/+125 |
2018-05-22 | net/ipv6: Add helper to return path MTU based on fib result | David Ahern | 1 | -0/+6 |
2018-05-16 | proc: introduce proc_create_net{,_data} | Christoph Hellwig | 1 | -1/+9 |
2018-05-11 | net/ipv6: Add fib6_lookup | David Ahern | 1 | -0/+6 |
2018-05-11 | net/ipv6: Extract table lookup from ip6_pol_route | David Ahern | 1 | -0/+4 |
2018-05-11 | net/ipv6: Rename rt6_multipath_select | David Ahern | 1 | -0/+5 |
2018-05-11 | net/ipv6: Rename fib6_lookup to fib6_node_lookup | David Ahern | 1 | -3/+3 |
2018-05-05 | net/ipv6: rename rt6_next to fib6_next | David Ahern | 1 | -3/+3 |
2018-04-21 | net/ipv6: Make from in rt6_info rcu protected | David Ahern | 1 | -4/+6 |
2018-04-21 | net/ipv6: Move rcu locking to callers of fib6_get_cookie_safe | David Ahern | 1 | -2/+4 |
2018-04-21 | net/ipv6: Rename rt6_get_cookie_safe | David Ahern | 1 | -3/+3 |
2018-04-21 | net/ipv6: Clean up rt expires helpers | David Ahern | 1 | -21/+0 |
2018-04-19 | net/ipv6: Remove fib6_idev | David Ahern | 1 | -1/+0 |
2018-04-19 | net/ipv6: Remove aca_idev | David Ahern | 1 | -0/+5 |
2018-04-19 | net/ipv6: Rename fib6_info struct elements | David Ahern | 1 | -19/+19 |
2018-04-18 | net/ipv6: Remove unused code and variables for rt6_info | David Ahern | 1 | -57/+3 |
2018-04-18 | net/ipv6: Flip FIB entries to fib6_info | David Ahern | 1 | -21/+21 |
2018-04-18 | net/ipv6: separate handling of FIB entries from dst based routes | David Ahern | 1 | -3/+1 |
2018-04-18 | net/ipv6: introduce fib6_info struct and helpers | David Ahern | 1 | -0/+55 |
2018-04-18 | net/ipv6: Move dst flags to booleans in fib entries | David Ahern | 1 | -1/+4 |
2018-04-18 | net/ipv6: move expires into rt6_info | David Ahern | 1 | -4/+23 |
2018-04-18 | net/ipv6: move metrics from dst to rt6_info | David Ahern | 1 | -8/+9 |
2018-04-18 | net/ipv6: Move nexthop data to fib6_nh | David Ahern | 1 | -4/+12 |
2018-04-18 | net/ipv6: Save route type in rt6_info | David Ahern | 1 | -0/+1 |
2018-04-18 | net/ipv6: Pass net to fib6_update_sernum | David Ahern | 1 | -1/+1 |
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 |