aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_fib.c
Commit message (Expand)AuthorAgeFilesLines
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-4/+12
* rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose2013-01-171-1/+2
* net: fix NULL dereferences in check_peer_redir()Eric Dumazet2012-02-131-1/+1
* 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
* [NETNS][IPV6]: Make sysctls route per namespace.Daniel Lezcano2008-01-281-5/+9
* [IPV6]: Remove useless code from fib6_del_route().Gui Jianfeng2008-01-281-3/+0
* [IPV6]: Always pass a valid nl_info to inet6_rt_notify.Denis V. Lunev2008-01-281-1/+2
* [IPV6] route6/fib6: Don't panic a kmem_cache_create.Daniel Lezcano2008-01-281-1/+4
* [IPV6]: Make fib6_init to return an error code.Daniel Lezcano2008-01-281-3/+11
* [NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)Denis V. Lunev2008-01-281-0/+4
* [IPv6]: use container_of() macro in fib6_clean_node()Benjamin Thery2007-10-101-1/+1