aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_fib.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6: update ip6_rt_last_gc every time GC is runMichal Kubeček2015-10-131-1/+5
* ipv6: prevent fib6_run_gc() contentionMichal Kubeček2015-10-131-11/+8
* ipv6: fib: fix fib dump restartKumar Sundararajan2015-03-061-1/+2
* ipv6: fib: fix fib dump restartEric Dumazet2015-03-061-2/+2
* ipv6: don't stop backtracking in fib6_lookup_1 if subtree does not matchHannes Frederic Sowa2013-10-261-4/+12
* cleanup: remove unnecessary include.Kevin Wilson2011-10-191-4/+0
* net: fix NULL dereferences in check_peer_redir()Eric Dumazet2011-08-031-1/+1
* net: Abstract dst->neighbour accesses behind helpers.David S. Miller2011-07-171-1/+1
* ipv6: Get rid of rt6i_nexthop macro.David S. Miller2011-07-171-1/+1
* rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose2011-06-091-1/+2
* net: dont hold rtnl mutex during netlink dump callbacksEric Dumazet2011-05-021-1/+3
* inet: constify ip headers and in6_addrEric Dumazet2011-04-221-8/+8
* ipv6: Convert to use flowi6 where applicable.David S. Miller2011-03-121-2/+2
* fib: avoid false sharing on fib_table_hashEric Dumazet2010-10-161-3/+6
* net-next: remove useless union keywordChangli Gao2010-06-101-15/+15
* net: Fix various endianness glitchesEric Dumazet2010-04-201-1/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | ipv6 fib: Use "Sweezle" to optimize addr_bit_test().YOSHIFUJI Hideaki / 吉藤英明2010-03-301-2/+13
|/
* ipv6: use standard lists for FIB walksAlexey Dobriyan2010-02-181-13/+4
* ipv6: fib: fix crash when changing large fib while dumping itPatrick McHardy2010-02-121-2/+27
* net: spread __net_init, __net_exitAlexey Dobriyan2010-01-171-3/+3
* xfrm: select sane defaults for xfrm[4|6] gc_threshNeil Horman2009-07-301-11/+5
* ipv6: Fix fib6_dump_table walker leakHerbert Xu2009-01-131-7/+8
* netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_sad...Brian Haley2008-08-141-0/+1
* net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-251-15/+16
* ipv6: icmp6_dst_gc return changeStephen Hemminger2008-07-221-2/+1
* ipv6: use kcallocStephen Hemminger2008-07-221-3/+3
* ipv6: use spin_trylock_bhStephen Hemminger2008-07-221-3/+1
* ipv6: use round_jiffiesStephen Hemminger2008-07-221-2/+3
* netns: dont alloc ipv6 fib timer listStephen Hemminger2008-07-221-27/+13
* ipv6: use timer pendingStephen Hemminger2008-07-211-6/+6
* net: remove CVS keywordsAdrian Bunk2008-06-111-2/+0
* [NETNS]: The ip6_fib_timer can work with garbage on net namespace stop.Pavel Emelyanov2008-04-211-1/+1
* [IPV6]: Fix dangling references on error in fib6_add().David S. Miller2008-04-181-0/+4
* [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-1/+1
* [NETNS][IPV6] rt6_info - move rt6_info structure inside the namespaceDaniel Lezcano2008-03-041-21/+24
* [NETNS][IPV6] rt6_info - make rt6_info accessed as a pointerDaniel Lezcano2008-03-041-9/+9
* [NETNS][IPV6] rt6_stats - make the stats per network namespaceBenjamin Thery2008-03-031-17/+15
* [NETNS][IPV6] rt6_stats - dynamically allocate the routes statisticsDaniel Lezcano2008-03-031-7/+15
* [NETNS][IPV6] ip6_fib - clean node use namespaceBenjamin Thery2008-03-031-10/+15
* [NETNS][IPV6] ip6_fib - gc timer per namespaceDaniel Lezcano2008-03-031-28/+28
* [NETNS][IPV6] ip6_fib - dynamically allocate gc-timerDaniel Lezcano2008-03-031-12/+21
* [NETNS][IPV6] ip6_fib - add net to gc timer parameterDaniel Lezcano2008-03-031-8/+16
* [NETNS][IPV6] ip6_fib - fib6_clean_all handle several network namespacesDaniel Lezcano2008-03-031-3/+4
* [NETNS][IPV6] ip6_fib - make it per network namespaceDaniel Lezcano2008-03-031-68/+93
* [NETNS][IPV6] ip6_fib - dynamically allocate the fib tablesDaniel Lezcano2008-03-031-23/+48
* [IPV6]: Make ndisc_dst_alloc() common for later use.YOSHIFUJI Hideaki2008-03-041-1/+1
* [IPV6]: Use BUG_ON instead of if + BUG in fib6_del_route.Pavel Emelyanov2008-02-181-1/+1
* [NETNS]: Add netns to nl_info structure.Denis V. Lunev2008-01-281-1/+3