summaryrefslogtreecommitdiff
path: root/net/core/neighbour.c
AgeCommit message (Expand)Author
2012-01-30net: Allow ipv6 proxies and arp proxies be shown with iproute2Tony Zelenoff
2011-12-28ipv6: Use universal hash for NDISC.David S. Miller
2011-12-19Revert "net: Remove unused neighbour layer ops."David S. Miller
2011-12-13net: Remove unused neighbour layer ops.David S. Miller
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller
2011-11-30neigh: Add device constructor/destructor capability.David Miller
2011-11-30neigh: Add infrastructure for allocating device neigh privates.David Miller
2011-11-30neigh: Get rid of neigh_table->kmem_cachepDavid Miller
2011-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-11-25netns: fix proxy ARP entries listing on a netnsJorge Boncompte [DTI2]
2011-11-14neigh: new unresolved queue limitsEric Dumazet
2011-11-01neigh: Kill bogus SMP protected debugging message.David S. Miller
2011-10-19neigh: fix rcu splat in neigh_update()roy.qing.li@gmail.com
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller
2011-08-24arp: fix rcu lockdep splat in arp_process()Eric Dumazet
2011-08-12neigh: reduce arp latencyEric 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