summaryrefslogtreecommitdiffstats
path: root/include/net/neighbour.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* net/neighbour.h: fix typoKulikov Vasiliy2010-06-301-1/+1
* netfilter: bridge-netfilter: Fix MAC header handling with IP DNATBart De Schuymer2010-04-151-0/+14
* percpu: add __percpu sparse annotations to netTejun Heo2010-02-161-1/+1
* net neigh: Decouple per interface neighbour table controls from binary sysctlsEric W. Biederman2010-02-161-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-141-6/+1
|\
| * this_cpu: Use this_cpu ops for network statisticsChristoph Lameter2009-10-031-6/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-12-081-12/+6
|\ \
| * | net: cleanup include/netEric Dumazet2009-11-041-12/+6
| |/
* / sysctl net: Remove unused binary sysctl codeEric W. Biederman2009-11-121-2/+1
|/
* net: make neigh_ops constantStephen Hemminger2009-09-011-1/+1
* neigh: Convert garbage collection from softirq to workqueueEric Dumazet2009-08-021-2/+2
* net: Cleanup of neighbour codeEric Dumazet2008-11-121-10/+2
* net: remove struct neigh_table::pdeAlexey Dobriyan2008-11-111-3/+0
* core: add stat to track unresolved discards in neighbor cacheNeil Horman2008-07-161-1/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-271-0/+4
|\
| * [NEIGH]: Fix race between pneigh deletion and ipv6's ndisc_recv_ns (v3).Pavel Emelyanov2008-03-241-0/+4
* | [NET] NETNS: Omit neigh_parms->net and pneigh_entry->net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-0/+25
* | [NET] NEIGHBOUR: Remove unpopular neigh_is_connected().YOSHIFUJI Hideaki2008-03-041-6/+0
|/
* [ARP]: neigh_parms_put(destroy) are essentially local to core/neighbour.c.Denis V. Lunev2008-01-281-7/+0
* [NEIGH]: Add a comment describing what a NUD stands for.Pavel Emelyanov2008-01-281-0/+4
* [NEIGH]: Make /proc/net/arp opening consistent with seq_net_open semanticsDenis V. Lunev2008-01-281-1/+1