aboutsummaryrefslogtreecommitdiff
path: root/include/net/neighbour.h
AgeCommit message (Expand)AuthorFilesLines
2013-07-31arp/neighbour.h: Remove extern from function prototypesGravatar Joe Perches 1-50/+48
2013-02-11net neighbour, decnet: Ensure to align device private data on preferred align...Gravatar YOSHIFUJI Hideaki / 吉藤英明 1-0/+1
2013-01-28net neigh: Optimize neighbor entry size calculation.Gravatar YOSHIFUJI Hideaki / 吉藤英明 1-1/+1
2012-08-07net: output path optimizationsGravatar Eric Dumazet 1-5/+9
2012-07-05net: Do delayed neigh confirmation.Gravatar David S. Miller 1-15/+0
2012-07-05ipv4: Make neigh lookups directly in output packet path.Gravatar David S. Miller 1-2/+9
2012-04-15net: cleanup unsigned to unsigned intGravatar Eric Dumazet 1-2/+2
2012-04-13neighbour: Make neigh_table_init_no_netlink() static.Gravatar Hiroaki SHIMODA 1-1/+0
2011-12-28ipv6: Use universal hash for NDISC.Gravatar David S. Miller 1-2/+4
2011-12-19Revert "net: Remove unused neighbour layer ops."Gravatar David S. Miller 1-0/+1
2011-12-13net: Remove unused neighbour layer ops.Gravatar David S. Miller 1-1/+0
2011-11-30neigh: Get rid of neigh_table->kmem_cachepGravatar David Miller 1-1/+0
2011-11-30neigh: Create mechanism for generic neigh private areas.Gravatar David Miller 1-0/+7
2011-11-14neigh: new unresolved queue limitsGravatar Eric Dumazet 1-1/+2
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-07-17neigh: Pass neighbour entry to output ops.Gravatar David S. Miller 1-9/+10
2011-07-16neigh: Kill ndisc_ops->queue_xmitGravatar David S. Miller 1-1/+0
2011-07-16neigh: Kill hh_cache->hh_outputGravatar David S. Miller 1-2/+2
2011-07-16neigh: Kill neigh_ops->hh_outputGravatar David S. Miller 1-1/+0
2011-07-16net: Create and use new helper, neigh_output().Gravatar David S. Miller 1-0/+9
2011-07-14net: Embed hh_cache inside of struct neighbour.Gravatar David S. Miller 1-1/+1
2011-07-11neigh: Store hash shift instead of mask.Gravatar David S. Miller 1-1/+1
2010-11-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-1/+1
2010-11-18net: Fix duplicate volatile warning.Gravatar Tetsuo Handa 1-1/+1
2010-11-11neigh: reorder struct neighbourGravatar Eric Dumazet 1-5/+5
2010-10-11neigh: reorder struct neighbour fieldsGravatar Eric Dumazet 1-4/+4
2010-10-11neigh: Protect neigh->ha[] with a seqlockGravatar Eric Dumazet 1-1/+15
2010-10-06neigh: RCU conversion of struct neighbourGravatar Eric Dumazet 1-2/+3
2010-10-05net neigh: RCU conversion of neigh hash tableGravatar Eric Dumazet 1-4/+12
2010-10-01neigh: reorder fields in struct neighbourGravatar Eric Dumazet 1-3/+3
2010-06-30net/neighbour.h: fix typoGravatar Kulikov Vasiliy 1-1/+1
2010-04-15netfilter: bridge-netfilter: Fix MAC header handling with IP DNATGravatar Bart De Schuymer 1-0/+14
2010-02-16percpu: add __percpu sparse annotations to netGravatar Tejun Heo 1-1/+1
2010-02-16net neigh: Decouple per interface neighbour table controls from binary sysctlsGravatar Eric W. Biederman 1-1/+0
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Gravatar Linus Torvalds 1-6/+1
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 1-12/+6
2009-11-12sysctl net: Remove unused binary sysctl codeGravatar Eric W. Biederman 1-2/+1
2009-11-04net: cleanup include/netGravatar Eric Dumazet 1-12/+6
2009-10-03this_cpu: Use this_cpu ops for network statisticsGravatar Christoph Lameter 1-6/+1
2009-09-01net: make neigh_ops constantGravatar Stephen Hemminger 1-1/+1
2009-08-02neigh: Convert garbage collection from softirq to workqueueGravatar Eric Dumazet 1-2/+2
2008-11-12net: Cleanup of neighbour codeGravatar Eric Dumazet 1-10/+2
2008-11-11net: remove struct neigh_table::pdeGravatar Alexey Dobriyan 1-3/+0
2008-07-16core: add stat to track unresolved discards in neighbor cacheGravatar Neil Horman 1-1/+3
2008-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Gravatar David S. Miller 1-0/+4
2008-03-26[NET] NETNS: Omit neigh_parms->net and pneigh_entry->net without CONFIG_NET_NS.Gravatar YOSHIFUJI Hideaki 1-0/+25
2008-03-24[NEIGH]: Fix race between pneigh deletion and ipv6's ndisc_recv_ns (v3).Gravatar Pavel Emelyanov 1-0/+4
2008-03-04[NET] NEIGHBOUR: Remove unpopular neigh_is_connected().Gravatar YOSHIFUJI Hideaki 1-6/+0
2008-01-28[ARP]: neigh_parms_put(destroy) are essentially local to core/neighbour.c.Gravatar Denis V. Lunev 1-7/+0
2008-01-28[NEIGH]: Add a comment describing what a NUD stands for.Gravatar Pavel Emelyanov 1-0/+4