aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/neighbour.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-12net: neigh: make ->hh_len 32-bitAlexey Dobriyan1-2/+2
2017-03-22neighbour: fix nlmsg_pid in notificationsRoopa Prabhu1-1/+2
2017-02-11net: rename dst_neigh_output back to neigh_outputJulian Anastasov1-0/+10
2015-08-10net: add explicit logging and stat for neighbour table overflowRick Jones1-0/+1
2015-03-20net: neighbour: Add mcast_resolicit to configure the number of multicast resolicitations in PROBE state.YOSHIFUJI Hideaki/吉藤英明1-0/+1
2015-03-12net: Introduce possible_net_tEric W. Biederman1-6/+2
2015-03-08neigh: Use neigh table index for neigh_packet_xmitEric W. Biederman1-0/+1
2015-03-04neigh: Add helper function neigh_xmitEric W. Biederman1-0/+3
2015-03-04neigh: Factor out ___neigh_lookup_norefEric W. Biederman1-0/+52
2015-03-02neigh: Don't require dst in neigh_hh_initEric W. Biederman1-0/+1
2015-03-02neigh: Move neigh_compat_output into ax25_ip.cEric W. Biederman1-1/+0
2014-12-26neigh: remove next ptr from struct neigh_tableNicolas Dichtel1-1/+0
2014-11-11neigh: remove dynamic neigh table registration supportWANG Cong1-2/+9
2014-10-29neigh: optimize neigh_parms_release()Nicolas Dichtel1-1/+2
2014-09-26netfilter: bridge: move br_netfilter out of the corePablo Neira Ayuso1-1/+1
2014-07-14neigh: sysctl - simplify address calculation of gc_* variablesMathias Krause1-1/+0
2014-01-16neigh: use NEIGH_VAR_INIT in ndo_neigh_setup functions.Jiri Pirko1-0/+5
2013-12-11ipv6: router reachability probingJiri Benc1-0/+1
2013-12-09neigh: restore old behaviour of default parms valuesJiri Pirko1-0/+13
2013-12-09neigh: use tbl->family to distinguish ipv4 from ipv6Jiri Pirko1-1/+6
2013-12-09neigh: wrap proc dointvec functionsJiri Pirko1-0/+9
2013-12-09neigh: convert parms to an arrayJiri Pirko1-13/+35
2013-07-31arp/neighbour.h: Remove extern from function prototypesJoe Perches1-50/+48
2013-02-11net neighbour, decnet: Ensure to align device private data on preferred alignment.YOSHIFUJI Hideaki / 吉藤英明1-0/+1
2013-01-28net neigh: Optimize neighbor entry size calculation.YOSHIFUJI Hideaki / 吉藤英明1-1/+1
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