summaryrefslogtreecommitdiffstats
path: root/include/net/neighbour.h
Commit message (Expand)AuthorAgeFilesLines
* net: rename dst_neigh_output back to neigh_outputJulian Anastasov2017-02-111-0/+10
* net: add explicit logging and stat for neighbour table overflowRick Jones2015-08-101-0/+1
* net: neighbour: Add mcast_resolicit to configure the number of multicast reso...YOSHIFUJI Hideaki/吉藤英明2015-03-201-0/+1
* net: Introduce possible_net_tEric W. Biederman2015-03-121-6/+2
* neigh: Use neigh table index for neigh_packet_xmitEric W. Biederman2015-03-081-0/+1
* neigh: Add helper function neigh_xmitEric W. Biederman2015-03-041-0/+3
* neigh: Factor out ___neigh_lookup_norefEric W. Biederman2015-03-041-0/+52
* neigh: Don't require dst in neigh_hh_initEric W. Biederman2015-03-021-0/+1
* neigh: Move neigh_compat_output into ax25_ip.cEric W. Biederman2015-03-021-1/+0
* neigh: remove next ptr from struct neigh_tableNicolas Dichtel2014-12-261-1/+0
* neigh: remove dynamic neigh table registration supportWANG Cong2014-11-111-2/+9
* neigh: optimize neigh_parms_release()Nicolas Dichtel2014-10-291-1/+2
* netfilter: bridge: move br_netfilter out of the corePablo Neira Ayuso2014-09-261-1/+1
* neigh: sysctl - simplify address calculation of gc_* variablesMathias Krause2014-07-141-1/+0
* neigh: use NEIGH_VAR_INIT in ndo_neigh_setup functions.Jiri Pirko2014-01-161-0/+5
* ipv6: router reachability probingJiri Benc2013-12-111-0/+1
* neigh: restore old behaviour of default parms valuesJiri Pirko2013-12-091-0/+13
* neigh: use tbl->family to distinguish ipv4 from ipv6Jiri Pirko2013-12-091-1/+6
* neigh: wrap proc dointvec functionsJiri Pirko2013-12-091-0/+9
* neigh: convert parms to an arrayJiri Pirko2013-12-091-13/+35
* arp/neighbour.h: Remove extern from function prototypesJoe Perches2013-07-311-50/+48
* net neighbour, decnet: Ensure to align device private data on preferred align...YOSHIFUJI Hideaki / 吉藤英明2013-02-111-0/+1
* net neigh: Optimize neighbor entry size calculation.YOSHIFUJI Hideaki / 吉藤英明2013-01-281-1/+1
* net: output path optimizationsEric Dumazet2012-08-071-5/+9
* net: Do delayed neigh confirmation.David S. Miller2012-07-051-15/+0
* ipv4: Make neigh lookups directly in output packet path.David S. Miller2012-07-051-2/+9
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-2/+2
* neighbour: Make neigh_table_init_no_netlink() static.Hiroaki SHIMODA2012-04-131-1/+0
* ipv6: Use universal hash for NDISC.David S. Miller2011-12-281-2/+4
* Revert "net: Remove unused neighbour layer ops."David S. Miller2011-12-191-0/+1
* net: Remove unused neighbour layer ops.David S. Miller2011-12-131-1/+0
* neigh: Get rid of neigh_table->kmem_cachepDavid Miller2011-11-301-1/+0
* neigh: Create mechanism for generic neigh private areas.David Miller2011-11-301-0/+7
* neigh: new unresolved queue limitsEric Dumazet2011-11-141-1/+2
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* neigh: Pass neighbour entry to output ops.David S. Miller2011-07-171-9/+10
* neigh: Kill ndisc_ops->queue_xmitDavid S. Miller2011-07-161-1/+0
* neigh: Kill hh_cache->hh_outputDavid S. Miller2011-07-161-2/+2
* neigh: Kill neigh_ops->hh_outputDavid S. Miller2011-07-161-1/+0
* net: Create and use new helper, neigh_output().David S. Miller2011-07-161-0/+9
* net: Embed hh_cache inside of struct neighbour.David S. Miller2011-07-141-1/+1
* neigh: Store hash shift instead of mask.David S. Miller2011-07-111-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-11-191-1/+1
|\
| * net: Fix duplicate volatile warning.Tetsuo Handa2010-11-181-1/+1
* | neigh: reorder struct neighbourEric Dumazet2010-11-111-5/+5
|/
* neigh: reorder struct neighbour fieldsEric Dumazet2010-10-111-4/+4
* neigh: Protect neigh->ha[] with a seqlockEric Dumazet2010-10-111-1/+15
* neigh: RCU conversion of struct neighbourEric Dumazet2010-10-061-2/+3
* net neigh: RCU conversion of neigh hash tableEric Dumazet2010-10-051-4/+12
* neigh: reorder fields in struct neighbourEric Dumazet2010-10-011-3/+3