summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_fib.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6: return errno pointers consistently for fib6_add_1()Lin Ming2012-09-281-14/+6
* ipv6: fix return value check in fib6_add()Wei Yongjun2012-09-211-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-251-2/+2
|\
| * ipv6: fib: fix fib dump restartEric Dumazet2012-06-251-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-161-11/+7
|\|
| * Revert "ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ip...David S. Miller2012-06-161-11/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-151-7/+11
|\|
| * ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ipv6_routeThomas Graf2012-06-151-7/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-121-1/+1
|\|
| * ipv6: fib: Restore NTF_ROUTER exception in fib6_age()Thomas Graf2012-06-071-1/+1
* | inet: Add inetpeer tree roots to the FIB tables.David S. Miller2012-06-111-0/+5
|/
* net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debugJoe Perches2012-05-161-2/+3
* net: ipv6: Standardize prefixes for message loggingJoe Perches2012-05-161-10/+10
* ipv6: fix problem with expired dst cacheGao feng2012-04-131-5/+4
* ipv6: fib: Convert fib6_age() to dst_neigh_lookup().David S. Miller2012-01-271-5/+14
* IPv6: Avoid taking write lock for /proc/net/ipv6_routeJosh Hunt2011-12-301-0/+20
* ipv6: Kill rt6i_dev and rt6i_expires defines.David S. Miller2011-12-281-5/+5
* net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller2011-12-051-1/+1
* ipv6: Various cleanups in ip6_route.cDavid S. Miller2011-12-031-59/+56
* ipv6: Use pr_warn() in ip6_fib.cDavid S. Miller2011-11-171-10/+10
* IPV6 Fix a crash when trying to replace non existing routeMatti Vaittinen2011-11-171-7/+14
* IPv6: Removing unnecessary NULL checks.Matti Vaittinen2011-11-151-4/+3
* IPv6 routing, NLM_F_* flag support: REPLACE and EXCL flags support, warn abou...Matti Vaittinen2011-11-141-15/+94
* 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