summaryrefslogtreecommitdiff
path: root/net/core/neighbour.c
AgeCommit message (Expand)Author
2011-08-24arp: fix rcu lockdep splat in arp_process()Eric Dumazet
2011-07-17net: Abstract dst->neighbour accesses behind helpers.David S. Miller
2011-07-17neigh: Pass neighbour entry to output ops.David S. Miller
2011-07-16neigh: Kill ndisc_ops->queue_xmitDavid S. Miller
2011-07-16neigh: Kill hh_cache->hh_outputDavid S. Miller
2011-07-16neigh: Kill neigh_ops->hh_outputDavid S. Miller
2011-07-16neigh: Simply destroy handling wrt. hh_cache.David S. Miller
2011-07-14net: Embed hh_cache inside of struct neighbour.David S. Miller
2011-07-13net: Kill support for multiple hh_cache entries per neighbourDavid S. Miller
2011-07-13net: Push protocol type directly down to header_ops->cache()David S. Miller
2011-07-11ipv4: Use universal hash for ARP.David S. Miller
2011-07-11neigh: Store hash shift instead of mask.David S. Miller
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose
2011-01-20neigh: __rcu annotationsEric Dumazet
2010-12-19net: kill unused macrosShan Wei
2010-10-21net/neighbour: cancel_delayed_work() + flush_scheduled_work() -> cancel_delay...Tejun Heo
2010-10-11neigh: Protect neigh->ha[] with a seqlockEric Dumazet
2010-10-11neigh: speedup neigh_hh_init()Eric Dumazet
2010-10-06neigh: RCU conversion of struct neighbourEric Dumazet
2010-10-05net neigh: RCU conversion of neigh hash tableEric Dumazet
2010-10-05net neigh: neigh_delete() and neigh_add() changesEric Dumazet
2010-10-03net: introduce DST_NOCACHE flagEric Dumazet
2010-09-23net: return operator cleanupEric Dumazet
2010-07-14net/core: neighbour update OopsDoug Kehn
2010-05-28net: fix __neigh_event_send()Eric Dumazet
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-10net: Annotates neigh_invalidate()Eric Dumazet
2010-02-16net neigh: Decouple per interface neighbour table controls from binary sysctlsEric W. Biederman
2010-01-23neigh: simplify seq_file codeAlexey Dobriyan
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2009-11-25net: use net_eq to compare netsOctavian Purdila
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman
2009-08-02neigh: Convert garbage collection from softirq to workqueueEric Dumazet
2009-07-13net: Rename lookup_neigh_params functionTobias Klauser
2009-06-11neigh: fix state transition INCOMPLETE->FAILED via Netlink requestTimo Teras
2009-06-03net: skb->dst accessorsEric Dumazet
2009-03-04neigh: Allow for user space users of the neighbour tableEric Biederman
2009-02-26core: remove some pointless conditionals before kfree_skb()Wei Yongjun
2009-02-24netlink: change nlmsg_notify() return value logicPablo Neira Ayuso
2009-02-06neigh: some entries can be skipped during dumpingGautam Kachroo
2008-12-29cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits: netRusty Russell
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger
2008-11-12net: Cleanup of neighbour codeEric Dumazet
2008-11-11net: remove struct neigh_table::pdeAlexey Dobriyan
2008-11-03net: '&' reduxAlexey Dobriyan
2008-10-28net: don't use INIT_RCU_HEADAlexey Dobriyan
2008-09-23neigh: Remove by-hand SKB queue handling.David S. Miller
2008-08-03net: fix missing pneigh entries in the neighbor seq_file codeChris Larson
2008-08-03net: in the first call to neigh_seq_next, call neigh_get_first, not neigh_get...Chris Larson
2008-07-16core: add stat to track unresolved discards in neighbor cacheNeil Horman