summaryrefslogtreecommitdiff
path: root/net/ipv6/route.c
AgeCommit message (Expand)Author
2018-08-05ipv6: fix double refcount of fib6_metricsCong Wang
2018-07-23ipv6: use fib6_info_hold_safe() when necessaryWei Wang
2018-07-16net/ipv6: Do not allow device only routes via the multipath APIDavid Ahern
2018-07-04net/ipv6: Revert attempt to simplify route replace and appendDavid Ahern
2018-06-11ipv6: allow PMTU exceptions to local routesJulian Anastasov
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-06-05net/ipv6: prevent use after free in ip6_route_mpath_notifyDavid Ahern
2018-06-04ipv6: omit traffic class when calculating flow hashMichal Kubecek
2018-06-04Revert "ipv6: omit traffic class when calculating flow hash"David S. Miller
2018-06-04ipv6: omit traffic class when calculating flow hashMichal Kubecek
2018-05-24net/ipv6: Udate fib6_table_lookup tracepointDavid Ahern
2018-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-05-23ipv6: support sport, dport and ip_proto in RTM_GETROUTERoopa Prabhu
2018-05-22net/ipv6: Simplify route replace and appending into multipath routeDavid Ahern
2018-05-22net/ipv6: Add helper to return path MTU based on fib resultDavid Ahern
2018-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-05-16proc: introduce proc_create_net_singleChristoph Hellwig
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig
2018-05-11net/ipv6: Update fib6 tracepoint to take fib6_infoDavid Ahern
2018-05-11net/ipv6: Extract table lookup from ip6_pol_routeDavid Ahern
2018-05-11net/ipv6: Rename rt6_multipath_selectDavid Ahern
2018-05-11net/ipv6: Rename fib6_lookup to fib6_node_lookupDavid Ahern
2018-05-10net/ipv6: fix lock imbalance in ip6_route_del()Eric Dumazet
2018-05-04net/ipv6: rename rt6_next to fib6_nextDavid Ahern
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-01ipv6: fix uninit-value in ip6_multipath_l3_keys()Eric Dumazet
2018-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-04-24net/ipv6: fix LOCKDEP issue in rt6_remove_exception_rt()Eric Dumazet
2018-04-23net/ipv6: Fix missing rcu dereferences on fromDavid Ahern
2018-04-23net/ipv6: add rcu locking to ip6_negative_adviceDavid Ahern
2018-04-23ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policyEric Dumazet
2018-04-21net/ipv6: Remove unncessary check on f6i in fib6_checkDavid Ahern
2018-04-21net/ipv6: Make from in rt6_info rcu protectedDavid Ahern
2018-04-21net/ipv6: Move rcu locking to callers of fib6_get_cookie_safeDavid Ahern
2018-04-21net/ipv6: Move rcu_read_lock to callers of ip6_rt_cache_allocDavid Ahern
2018-04-21net/ipv6: Rename rt6_get_cookie_safeDavid Ahern
2018-04-21net/ipv6: Clean up rt expires helpersDavid Ahern
2018-04-20net/ipv6: Fix ip6_convert_metrics() bugEric Dumazet
2018-04-19net/ipv6: Remove fib6_idevDavid Ahern
2018-04-19net/ipv6: Remove unnecessary checks on fib6_idevDavid Ahern
2018-04-19net/ipv6: Rename addrconf_dst_allocDavid Ahern
2018-04-19net/ipv6: Rename fib6_info struct elementsDavid Ahern
2018-04-17net/ipv6: Remove unused code and variables for rt6_infoDavid Ahern
2018-04-17net/ipv6: Flip FIB entries to fib6_infoDavid Ahern
2018-04-17net/ipv6: separate handling of FIB entries from dst based routesDavid Ahern
2018-04-17net/ipv6: Cleanup exception and cache route handlingDavid Ahern
2018-04-17net/ipv6: Add gfp_flags to route add functionsDavid Ahern
2018-04-17net/ipv6: Create a neigh_lookup for FIB entriesDavid Ahern
2018-04-17net/ipv6: Move dst flags to booleans in fib entriesDavid Ahern
2018-04-17net/ipv6: Add rt6_info create function for ip6_pol_route_lookupDavid Ahern