aboutsummaryrefslogtreecommitdiff
path: root/net/core/neighbour.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-4/+4
2012-09-10netlink: Rename pid to portid to avoid confusionGravatar Eric W. Biederman 1-4/+4
2012-08-21workqueue: make deferrable delayed_work initializer names consistentGravatar Tejun Heo 1-1/+1
2012-07-05neigh: Convert over to dst_neigh_lookup_skb().Gravatar David S. Miller 1-3/+16
2012-07-05ipv4: Make neigh lookups directly in output packet path.Gravatar David S. Miller 1-5/+7
2012-06-07net: neighbour: fix neigh_dump_info()Gravatar Eric Dumazet 1-8/+6
2012-05-17net: core: Use pr_<level>Gravatar Joe Perches 1-6/+7
2012-04-20net neighbour: Convert to use register_net_sysctlGravatar Eric W. Biederman 1-27/+6
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Gravatar Eric W. Biederman 1-1/+1
2012-04-15net: cleanup unsigned to unsigned intGravatar Eric Dumazet 1-1/+1
2012-04-13neighbour: Make neigh_table_init_no_netlink() static.Gravatar Hiroaki SHIMODA 1-2/+1
2012-04-02neighbour: Stop using NLA_PUT*().Gravatar David S. Miller 1-35/+40
2012-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+2
2012-02-21neighbour: Fixed race condition at tbl->nhtGravatar Michel Machado 1-0/+2
2012-01-30net: Allow ipv6 proxies and arp proxies be shown with iproute2Gravatar Tony Zelenoff 1-3/+87
2011-12-28ipv6: Use universal hash for NDISC.Gravatar David S. Miller 1-3/+10
2011-12-19Revert "net: Remove unused neighbour layer ops."Gravatar David S. Miller 1-0/+10
2011-12-13net: Remove unused neighbour layer ops.Gravatar David S. Miller 1-10/+0
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.Gravatar David Miller 1-1/+1
2011-11-30neigh: Add device constructor/destructor capability.Gravatar David Miller 1-1/+14
2011-11-30neigh: Add infrastructure for allocating device neigh privates.Gravatar David Miller 1-3/+11
2011-11-30neigh: Get rid of neigh_table->kmem_cachepGravatar David Miller 1-16/+2
2011-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+4
2011-11-25netns: fix proxy ARP entries listing on a netnsGravatar Jorge Boncompte [DTI2] 1-1/+4
2011-11-14neigh: new unresolved queue limitsGravatar Eric Dumazet 1-51/+111
2011-11-01neigh: Kill bogus SMP protected debugging message.Gravatar David S. Miller 1-5/+1
2011-10-19neigh: fix rcu splat in neigh_update()Gravatar roy.qing.li@gmail.com 1-0/+4
2011-09-22Merge branch 'master' of github.com:davem330/netGravatar David S. Miller 1-2/+6
2011-08-24arp: fix rcu lockdep splat in arp_process()Gravatar Eric Dumazet 1-2/+6
2011-08-12neigh: reduce arp latencyGravatar Eric Dumazet 1-14/+26
2011-07-17net: Abstract dst->neighbour accesses behind helpers.Gravatar David S. Miller 1-3/+4
2011-07-17neigh: Pass neighbour entry to output ops.Gravatar David S. Miller 1-11/+14
2011-07-16neigh: Kill ndisc_ops->queue_xmitGravatar David S. Miller 1-2/+2
2011-07-16neigh: Kill hh_cache->hh_outputGravatar David S. Miller 1-23/+2
2011-07-16neigh: Kill neigh_ops->hh_outputGravatar David S. Miller 1-2/+2
2011-07-16neigh: Simply destroy handling wrt. hh_cache.Gravatar David S. Miller 1-9/+0
2011-07-14net: Embed hh_cache inside of struct neighbour.Gravatar David S. Miller 1-59/+22
2011-07-13net: Kill support for multiple hh_cache entries per neighbourGravatar David S. Miller 1-19/+18
2011-07-13net: Push protocol type directly down to header_ops->cache()Gravatar David S. Miller 1-1/+1
2011-07-11ipv4: Use universal hash for ARP.Gravatar David S. Miller 1-0/+1
2011-07-11neigh: Store hash shift instead of mask.Gravatar David S. Miller 1-24/+23
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGravatar Greg Rose 1-5/+6
2011-01-20neigh: __rcu annotationsGravatar Eric Dumazet 1-6/+7
2010-12-19net: kill unused macrosGravatar Shan Wei 1-1/+0
2010-10-21net/neighbour: cancel_delayed_work() + flush_scheduled_work() -> cancel_delay...Gravatar Tejun Heo 1-2/+1
2010-10-11neigh: Protect neigh->ha[] with a seqlockGravatar Eric Dumazet 1-17/+30
2010-10-11neigh: speedup neigh_hh_init()Gravatar Eric Dumazet 1-38/+61
2010-10-06neigh: RCU conversion of struct neighbourGravatar Eric Dumazet 1-52/+85
2010-10-05net neigh: RCU conversion of neigh hash tableGravatar Eric Dumazet 1-82/+137
2010-10-05net neigh: neigh_delete() and neigh_add() changesGravatar Eric Dumazet 1-22/+17