aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/neighbour.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-07net: output path optimizationsEric Dumazet1-5/+9
2012-07-05net: Do delayed neigh confirmation.David S. Miller1-15/+0
2012-07-05ipv4: Make neigh lookups directly in output packet path.David S. Miller1-2/+9
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-2/+2
2012-04-13neighbour: Make neigh_table_init_no_netlink() static.Hiroaki SHIMODA1-1/+0
2011-12-28ipv6: Use universal hash for NDISC.David S. Miller1-2/+4
2011-12-19Revert "net: Remove unused neighbour layer ops."David S. Miller1-0/+1
2011-12-13net: Remove unused neighbour layer ops.David S. Miller1-1/+0
2011-11-30neigh: Get rid of neigh_table->kmem_cachepDavid Miller1-1/+0
2011-11-30neigh: Create mechanism for generic neigh private areas.David Miller1-0/+7
2011-11-14neigh: new unresolved queue limitsEric Dumazet1-1/+2
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-17neigh: Pass neighbour entry to output ops.David S. Miller1-9/+10
2011-07-16neigh: Kill ndisc_ops->queue_xmitDavid S. Miller1-1/+0
2011-07-16neigh: Kill hh_cache->hh_outputDavid S. Miller1-2/+2
2011-07-16neigh: Kill neigh_ops->hh_outputDavid S. Miller1-1/+0
2011-07-16net: Create and use new helper, neigh_output().David S. Miller1-0/+9
2011-07-14net: Embed hh_cache inside of struct neighbour.David S. Miller1-1/+1
2011-07-11neigh: Store hash shift instead of mask.David S. Miller1-1/+1
2010-11-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-11-18net: Fix duplicate volatile warning.Tetsuo Handa1-1/+1
2010-11-11neigh: reorder struct neighbourEric Dumazet1-5/+5
2010-10-11neigh: reorder struct neighbour fieldsEric Dumazet1-4/+4
2010-10-11neigh: Protect neigh->ha[] with a seqlockEric Dumazet1-1/+15
2010-10-06neigh: RCU conversion of struct neighbourEric Dumazet1-2/+3
2010-10-05net neigh: RCU conversion of neigh hash tableEric Dumazet1-4/+12
2010-10-01neigh: reorder fields in struct neighbourEric Dumazet1-3/+3
2010-06-30net/neighbour.h: fix typoKulikov Vasiliy1-1/+1
2010-04-15netfilter: bridge-netfilter: Fix MAC header handling with IP DNATBart De Schuymer1-0/+14
2010-02-16percpu: add __percpu sparse annotations to netTejun Heo1-1/+1
2010-02-16net neigh: Decouple per interface neighbour table controls from binary sysctlsEric W. Biederman1-1/+0
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-6/+1
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-12/+6
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman1-2/+1
2009-11-04net: cleanup include/netEric Dumazet1-12/+6
2009-10-03this_cpu: Use this_cpu ops for network statisticsChristoph Lameter1-6/+1
2009-09-01net: make neigh_ops constantStephen Hemminger1-1/+1
2009-08-02neigh: Convert garbage collection from softirq to workqueueEric Dumazet1-2/+2
2008-11-12net: Cleanup of neighbour codeEric Dumazet1-10/+2
2008-11-11net: remove struct neigh_table::pdeAlexey Dobriyan1-3/+0
2008-07-16core: add stat to track unresolved discards in neighbor cacheNeil Horman1-1/+3
2008-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+4
2008-03-26[NET] NETNS: Omit neigh_parms->net and pneigh_entry->net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-0/+25
2008-03-24[NEIGH]: Fix race between pneigh deletion and ipv6's ndisc_recv_ns (v3).Pavel Emelyanov1-0/+4
2008-03-04[NET] NEIGHBOUR: Remove unpopular neigh_is_connected().YOSHIFUJI Hideaki1-6/+0
2008-01-28[ARP]: neigh_parms_put(destroy) are essentially local to core/neighbour.c.Denis V. Lunev1-7/+0
2008-01-28[NEIGH]: Add a comment describing what a NUD stands for.Pavel Emelyanov1-0/+4
2008-01-28[NEIGH]: Make /proc/net/arp opening consistent with seq_net_open semanticsDenis V. Lunev1-1/+1
2008-01-28[NEIGH]: Remove unused method from include/net/neighbour.hRami Rosen1-4/+0
2008-01-28[NETNS]: Modify the neighbour table code so it handles multiple network namespacesEric W. Biederman1-3/+7