summaryrefslogtreecommitdiffstats
path: root/include/net/neighbour.h
AgeCommit message (Expand)AuthorLines
2014-12-26neigh: remove next ptr from struct neigh_tableNicolas Dichtel-1/+0
2014-11-11neigh: remove dynamic neigh table registration supportWANG Cong-2/+9
2014-10-29neigh: optimize neigh_parms_release()Nicolas Dichtel-1/+2
2014-09-26netfilter: bridge: move br_netfilter out of the corePablo Neira Ayuso-1/+1
2014-07-14neigh: sysctl - simplify address calculation of gc_* variablesMathias Krause-1/+0
2014-01-16neigh: use NEIGH_VAR_INIT in ndo_neigh_setup functions.Jiri Pirko-0/+5
2013-12-11ipv6: router reachability probingJiri Benc-0/+1
2013-12-09neigh: restore old behaviour of default parms valuesJiri Pirko-0/+13
2013-12-09neigh: use tbl->family to distinguish ipv4 from ipv6Jiri Pirko-1/+6
2013-12-09neigh: wrap proc dointvec functionsJiri Pirko-0/+9
2013-12-09neigh: convert parms to an arrayJiri Pirko-13/+35
2013-07-31arp/neighbour.h: Remove extern from function prototypesJoe Perches-50/+48
2013-02-11net neighbour, decnet: Ensure to align device private data on preferred align...YOSHIFUJI Hideaki / 吉藤英明-0/+1
2013-01-28net neigh: Optimize neighbor entry size calculation.YOSHIFUJI Hideaki / 吉藤英明-1/+1
2012-08-07net: output path optimizationsEric Dumazet-5/+9
2012-07-05net: Do delayed neigh confirmation.David S. Miller-15/+0
2012-07-05ipv4: Make neigh lookups directly in output packet path.David S. Miller-2/+9
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet-2/+2
2012-04-13neighbour: Make neigh_table_init_no_netlink() static.Hiroaki SHIMODA-1/+0
2011-12-28ipv6: Use universal hash for NDISC.David S. Miller-2/+4
2011-12-19Revert "net: Remove unused neighbour layer ops."David S. Miller-0/+1
2011-12-13net: Remove unused neighbour layer ops.David S. Miller-1/+0
2011-11-30neigh: Get rid of neigh_table->kmem_cachepDavid Miller-1/+0
2011-11-30neigh: Create mechanism for generic neigh private areas.David Miller-0/+7
2011-11-14neigh: new unresolved queue limitsEric Dumazet-1/+2
2011-07-26atomic: use <linux/atomic.h>Arun Sharma-1/+1
2011-07-17neigh: Pass neighbour entry to output ops.David S. Miller-9/+10
2011-07-16neigh: Kill ndisc_ops->queue_xmitDavid S. Miller-1/+0
2011-07-16neigh: Kill hh_cache->hh_outputDavid S. Miller-2/+2
2011-07-16neigh: Kill neigh_ops->hh_outputDavid S. Miller-1/+0
2011-07-16net: Create and use new helper, neigh_output().David S. Miller-0/+9
2011-07-14net: Embed hh_cache inside of struct neighbour.David S. Miller-1/+1
2011-07-11neigh: Store hash shift instead of mask.David S. Miller-1/+1
2010-11-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-1/+1
2010-11-18net: Fix duplicate volatile warning.Tetsuo Handa-1/+1
2010-11-11neigh: reorder struct neighbourEric Dumazet-5/+5
2010-10-11neigh: reorder struct neighbour fieldsEric Dumazet-4/+4
2010-10-11neigh: Protect neigh->ha[] with a seqlockEric Dumazet-1/+15
2010-10-06neigh: RCU conversion of struct neighbourEric Dumazet-2/+3
2010-10-05net neigh: RCU conversion of neigh hash tableEric Dumazet-4/+12
2010-10-01neigh: reorder fields in struct neighbourEric Dumazet-3/+3
2010-06-30net/neighbour.h: fix typoKulikov Vasiliy-1/+1
2010-04-15netfilter: bridge-netfilter: Fix MAC header handling with IP DNATBart De Schuymer-0/+14
2010-02-16percpu: add __percpu sparse annotations to netTejun Heo-1/+1
2010-02-16net neigh: Decouple per interface neighbour table controls from binary sysctlsEric W. Biederman-1/+0
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds-6/+1
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds-12/+6
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman-2/+1
2009-11-04net: cleanup include/netEric Dumazet-12/+6
2009-10-03this_cpu: Use this_cpu ops for network statisticsChristoph Lameter-6/+1