index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
/
ip6_fib.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
net/ipv6: Add helper to return path MTU based on fib result
David Ahern
2018-05-22
1
-0
/
+6
*
net/ipv6: Add fib6_lookup
David Ahern
2018-05-11
1
-0
/
+6
*
net/ipv6: Extract table lookup from ip6_pol_route
David Ahern
2018-05-11
1
-0
/
+4
*
net/ipv6: Rename rt6_multipath_select
David Ahern
2018-05-11
1
-0
/
+5
*
net/ipv6: Rename fib6_lookup to fib6_node_lookup
David Ahern
2018-05-11
1
-3
/
+3
*
net/ipv6: rename rt6_next to fib6_next
David Ahern
2018-05-04
1
-3
/
+3
*
net/ipv6: Make from in rt6_info rcu protected
David Ahern
2018-04-21
1
-4
/
+6
*
net/ipv6: Move rcu locking to callers of fib6_get_cookie_safe
David Ahern
2018-04-21
1
-2
/
+4
*
net/ipv6: Rename rt6_get_cookie_safe
David Ahern
2018-04-21
1
-3
/
+3
*
net/ipv6: Clean up rt expires helpers
David Ahern
2018-04-21
1
-21
/
+0
*
net/ipv6: Remove fib6_idev
David Ahern
2018-04-19
1
-1
/
+0
*
net/ipv6: Remove aca_idev
David Ahern
2018-04-19
1
-0
/
+5
*
net/ipv6: Rename fib6_info struct elements
David Ahern
2018-04-19
1
-19
/
+19
*
net/ipv6: Remove unused code and variables for rt6_info
David Ahern
2018-04-17
1
-57
/
+3
*
net/ipv6: Flip FIB entries to fib6_info
David Ahern
2018-04-17
1
-21
/
+21
*
net/ipv6: separate handling of FIB entries from dst based routes
David Ahern
2018-04-17
1
-3
/
+1
*
net/ipv6: introduce fib6_info struct and helpers
David Ahern
2018-04-17
1
-0
/
+55
*
net/ipv6: Move dst flags to booleans in fib entries
David Ahern
2018-04-17
1
-1
/
+4
*
net/ipv6: move expires into rt6_info
David Ahern
2018-04-17
1
-4
/
+23
*
net/ipv6: move metrics from dst to rt6_info
David Ahern
2018-04-17
1
-8
/
+9
*
net/ipv6: Move nexthop data to fib6_nh
David Ahern
2018-04-17
1
-4
/
+12
*
net/ipv6: Save route type in rt6_info
David Ahern
2018-04-17
1
-0
/
+1
*
net/ipv6: Pass net to fib6_update_sernum
David Ahern
2018-04-17
1
-1
/
+1
*
net/ipv6: Pass skb to route lookup
David Ahern
2018-03-04
1
-1
/
+3
*
ipv6: route: dissect flow in input path if fib rules need it
Roopa Prabhu
2018-02-28
1
-0
/
+25
*
ipv6: Add support for non-equal-cost multipath
Ido Schimmel
2018-01-10
1
-0
/
+1
*
ipv6: Calculate hash thresholds for IPv6 nexthops
Ido Schimmel
2018-01-10
1
-0
/
+1
*
ipv6: Export sernum update function
Ido Schimmel
2018-01-07
1
-0
/
+1
*
ipv6: Add explicit flush indication to routes
Ido Schimmel
2018-01-07
1
-1
/
+2
*
ipv6: Move dst->from into struct rt6_info.
David Miller
2017-11-30
1
-5
/
+4
*
ipv6: Move rt6_next from dst_entry into ipv6 route structure.
David Miller
2017-11-30
1
-2
/
+3
*
ipv6: take care of rt6_stats
Wei Wang
2017-10-07
1
-6
/
+9
*
ipv6: replace rwlock with rcu and spinlock in fib6_table
Wei Wang
2017-10-07
1
-8
/
+16
*
ipv6: update fn_sernum after route is inserted to tree
Wei Wang
2017-10-07
1
-0
/
+2
*
ipv6: hook up exception table to store dst cache
Wei Wang
2017-10-07
1
-1
/
+0
*
ipv6: prepare fib6_locate() for exception table
Wei Wang
2017-10-07
1
-1
/
+2
*
ipv6: prepare fib6_age() for exception table
Wei Wang
2017-10-07
1
-0
/
+13
*
ipv6: introduce a hash table to store dst cache
Wei Wang
2017-10-07
1
-0
/
+19
*
ipv6: introduce a new function fib6_update_sernum()
Wei Wang
2017-10-07
1
-0
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-09-01
1
-2
/
+30
|
\
|
*
ipv6: fix sparse warning on rt6i_node
Wei Wang
2017-08-28
1
-1
/
+1
|
*
ipv6: add rcu grace period before freeing fib6_node
Wei Wang
2017-08-22
1
-1
/
+29
*
|
ipv6: fib: Provide offload indication using nexthop flags
Ido Schimmel
2017-08-15
1
-0
/
+2
*
|
ipv6: fib: Add helpers to hold / drop a reference on rt6_info
Ido Schimmel
2017-08-03
1
-0
/
+16
*
|
ipv6: fib: Dump tables during registration to FIB chain
Ido Schimmel
2017-08-03
1
-0
/
+4
*
|
ipv6: fib_rules: Dump rules during registration to FIB chain
Ido Schimmel
2017-08-03
1
-0
/
+10
*
|
ipv6: fib: Add in-kernel notifications for route add / delete
Ido Schimmel
2017-08-03
1
-0
/
+5
*
|
ipv6: fib: Add FIB notifiers callbacks
Ido Schimmel
2017-08-03
1
-0
/
+11
*
|
ipv6: fib_rules: Check if rule is a default rule
Ido Schimmel
2017-08-03
1
-0
/
+5
|
/
*
net: remove DST_NOCACHE flag
Wei Wang
2017-06-17
1
-1
/
+1
[next]