summaryrefslogtreecommitdiff
path: root/net/ipv6/ip6_fib.c
Commit message (Expand)AuthorAge
* treewide: setup_timer() -> timer_setup() (2 field)Kees Cook2017-11-21
* net: Add extack to fib_notifier_infoDavid Ahern2017-11-01
* ipv6: mark expected switch fall-throughsGustavo A. R. Silva2017-10-18
* ipv6: check fn before doing FIB6_SUBTREE(fn)Wei Wang2017-10-16
* ipv6: use rcu_dereference_bh() in ipv6_route_seq_next()Wei Wang2017-10-09
* ipv6: take care of rt6_statsWei Wang2017-10-07
* ipv6: replace rwlock with rcu and spinlock in fib6_tableWei Wang2017-10-07
* ipv6: check fn->leaf before it is usedWei Wang2017-10-07
* ipv6: update fn_sernum after route is inserted to treeWei Wang2017-10-07
* ipv6: don't release rt->rt6i_pcpu memory during rt6_release()Wei Wang2017-10-07
* ipv6: hook up exception table to store dst cacheWei Wang2017-10-07
* ipv6: prepare fib6_locate() for exception tableWei Wang2017-10-07
* ipv6: prepare fib6_age() for exception tableWei Wang2017-10-07
* ipv6: introduce a new function fib6_update_sernum()Wei Wang2017-10-07
* ipv6: fix typo in fib6_net_exit()Eric Dumazet2017-09-08
* ipv6: fix memory leak with multiple tables during netns destructionSabrina Dubroca2017-09-08
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-01
|\
| * ipv6: set dst.obsolete when a cached route has expiredXin Long2017-08-28
| * ipv6: fix sparse warning on rt6i_nodeWei Wang2017-08-28
| * ipv6: add rcu grace period before freeing fib6_nodeWei Wang2017-08-22
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-21
|\ \ | |/
| * ipv6: repair fib6 tree in failure caseWei Wang2017-08-20
| * ipv6: reset fn->rr_ptr when replacing routeWei Wang2017-08-18
* | rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal2017-08-09
* | ipv6: fib: Add helpers to hold / drop a reference on rt6_infoIdo Schimmel2017-08-03
* | ipv6: fib: Unlink replaced routes from their nodesIdo Schimmel2017-08-03
* | ipv6: fib: Don't assume only nodes hold a reference on routesIdo Schimmel2017-08-03
* | ipv6: fib: Dump tables during registration to FIB chainIdo Schimmel2017-08-03
* | ipv6: fib: Add in-kernel notifications for route add / deleteIdo Schimmel2017-08-03
* | ipv6: fib: Add FIB notifiers callbacksIdo Schimmel2017-08-03
|/
* net: ipv6: Compare lwstate in detecting duplicate nexthopsDavid Ahern2017-07-06
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-21
|\
| * ipv6: Do not leak throw route referencesSerhey Popovych2017-06-20
* | net: remove DST_NOCACHE flagWei Wang2017-06-17
* | ipv6: get rid of icmp6 dst garbage collectorWei Wang2017-06-17
* | ipv6: mark DST_NOGC and remove the operation of dst_free()Wei Wang2017-06-17
* | ipv6: call dst_dev_put() properlyWei Wang2017-06-17
* | ipv6: take dst->__refcnt for insertion into fib6 treeWei Wang2017-06-17
* | net: ipv6: Add extack messages for route add failuresDavid Ahern2017-05-22
* | net: ipv6: Plumb extack through route add functionsDavid Ahern2017-05-22
|/
* ipv6: make ECMP route replacement less greedySabrina Dubroca2017-03-13
* net: ipv6: Change notifications for multipath delete to RTA_MULTIPATHDavid Ahern2017-02-04
* net: ipv6: Change notifications for multipath add to RTA_MULTIPATHDavid Ahern2017-02-04
* net: ipv6: Add support to dump multipath routes via RTA_MULTIPATH attributeDavid Ahern2017-02-04
* net: ipv6: add NLM_F_APPEND in notifications when applicableDavid Ahern2017-02-01
* ipv6: report NLM_F_CREATE and NLM_F_EXCL flags in RTM_NEWROUTE eventsGuillaume Nault2016-09-09
* ipv6: Fix mem leak in rt6i_pcpuMartin KaFai Lau2016-07-05
* net: vrf: Create FIB tables on link createDavid Ahern2016-05-06
* ipv6: per netns FIB garbage collectionMichal Kubeček2016-03-08
* ipv6: per netns fib6 walkersMichal Kubeček2016-03-08