aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/neighbour.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-12neigh: reduce arp latencyEric Dumazet1-14/+26
2011-07-17net: Abstract dst->neighbour accesses behind helpers.David S. Miller1-3/+4
2011-07-17neigh: Pass neighbour entry to output ops.David S. Miller1-11/+14
2011-07-16neigh: Kill ndisc_ops->queue_xmitDavid S. Miller1-2/+2
2011-07-16neigh: Kill hh_cache->hh_outputDavid S. Miller1-23/+2
2011-07-16neigh: Kill neigh_ops->hh_outputDavid S. Miller1-2/+2
2011-07-16neigh: Simply destroy handling wrt. hh_cache.David S. Miller1-9/+0
2011-07-14net: Embed hh_cache inside of struct neighbour.David S. Miller1-59/+22
2011-07-13net: Kill support for multiple hh_cache entries per neighbourDavid S. Miller1-19/+18
2011-07-13net: Push protocol type directly down to header_ops->cache()David S. Miller1-1/+1
2011-07-11ipv4: Use universal hash for ARP.David S. Miller1-0/+1
2011-07-11neigh: Store hash shift instead of mask.David S. Miller1-24/+23
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose1-5/+6
2011-01-20neigh: __rcu annotationsEric Dumazet1-6/+7
2010-12-19net: kill unused macrosShan Wei1-1/+0
2010-10-21net/neighbour: cancel_delayed_work() + flush_scheduled_work() -> cancel_delayed_work_sync()Tejun Heo1-2/+1
2010-10-11neigh: Protect neigh->ha[] with a seqlockEric Dumazet1-17/+30
2010-10-11neigh: speedup neigh_hh_init()Eric Dumazet1-38/+61
2010-10-06neigh: RCU conversion of struct neighbourEric Dumazet1-52/+85
2010-10-05net neigh: RCU conversion of neigh hash tableEric Dumazet1-82/+137
2010-10-05net neigh: neigh_delete() and neigh_add() changesEric Dumazet1-22/+17
2010-10-03net: introduce DST_NOCACHE flagEric Dumazet1-1/+3
2010-09-23net: return operator cleanupEric Dumazet1-3/+3
2010-07-14net/core: neighbour update OopsDoug Kehn1-1/+4
2010-05-28net: fix __neigh_event_send()Eric Dumazet1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-10net: Annotates neigh_invalidate()Eric Dumazet1-0/+2
2010-02-16net neigh: Decouple per interface neighbour table controls from binary sysctlsEric W. Biederman1-3/+4
2010-01-23neigh: simplify seq_file codeAlexey Dobriyan1-7/+4
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-1/+1
2009-11-25net: use net_eq to compare netsOctavian Purdila1-1/+1
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman1-41/+6
2009-08-02neigh: Convert garbage collection from softirq to workqueueEric Dumazet1-46/+43
2009-07-13net: Rename lookup_neigh_params functionTobias Klauser1-3/+3
2009-06-11neigh: fix state transition INCOMPLETE->FAILED via Netlink requestTimo Teras1-18/+28
2009-06-03net: skb->dst accessorsEric Dumazet1-6/+5
2009-03-04neigh: Allow for user space users of the neighbour tableEric Biederman1-1/+5
2009-02-26core: remove some pointless conditionals before kfree_skb()Wei Yongjun1-4/+2
2009-02-24netlink: change nlmsg_notify() return value logicPablo Neira Ayuso1-1/+2
2009-02-06neigh: some entries can be skipped during dumpingGautam Kachroo1-6/+8
2008-12-29cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits: netRusty Russell1-2/+2
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger1-3/+3
2008-11-12net: Cleanup of neighbour codeEric Dumazet1-9/+3
2008-11-11net: remove struct neigh_table::pdeAlexey Dobriyan1-3/+2
2008-11-03net: '&' reduxAlexey Dobriyan1-24/+24
2008-10-28net: don't use INIT_RCU_HEADAlexey Dobriyan1-2/+0
2008-09-23neigh: Remove by-hand SKB queue handling.David S. Miller1-13/+8
2008-08-03net: fix missing pneigh entries in the neighbor seq_file codeChris Larson1-5/+6
2008-08-03net: in the first call to neigh_seq_next, call neigh_get_first, not neigh_get_idx.Chris Larson1-1/+1
2008-07-16core: add stat to track unresolved discards in neighbor cacheNeil Horman1-3/+5