summaryrefslogtreecommitdiff
path: root/net/decnet/dn_neigh.c
AgeCommit message (Expand)Author
2012-02-01decnet: Add missing neigh->ha locking to dn_neigh_output_packet()David S. Miller
2011-12-28ipv6: Use universal hash for NDISC.David S. Miller
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller
2011-11-14neigh: new unresolved queue limitsEric Dumazet
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
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 neigh_ops->hh_outputDavid S. Miller
2011-07-01decnet: Reduce switch/case indentJoe Perches
2010-11-08decnet: RCU conversion and get rid of dev_base_lockEric Dumazet
2010-10-05net neigh: RCU conversion of neigh hash tableEric Dumazet
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-25netfilter: decnet: use NFPROTO values for NF_HOOK invocationJan Engelhardt
2009-09-01net: make neigh_ops constantStephen Hemminger
2009-06-03net: skb->dst accessorsEric Dumazet
2008-11-27decnet: remove private wrappers of endian helpersHarvey Harrison
2008-01-28[NETNS]: Modify the neighbour table code so it handles multiple network names...Eric W. Biederman
2007-10-10[DECNET]: Make decnet code use the seq_open_private()Pavel Emelyanov
2007-10-10[NET]: Wrap netdevice hardware header creation.Stephen Hemminger
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman
2007-07-10[NET]: Make all initialized struct seq_operations const.Philippe De Muyter
2007-04-25[SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo
2007-02-12[PATCH] mark struct file_operations const 7Arjan van de Ven
2007-02-10[NET] DECNET: Fix whitespace errors.YOSHIFUJI Hideaki
2006-12-02[DECNET]: Don't clear memory twice.Ralf Baechle
2006-07-21[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-05-03[DECNET]: Fix level1 router helloPatrick Caulfield
2006-03-20[DECnet]: Endian annotation and fixes for DECnet.Steven Whitehouse
2006-01-03[DECNET]: Only use local routersPatrick Caulfield
2005-08-17[DECNET]: Fix RCU race condition in dn_neigh_construct().Paul E. McKenney
2005-06-18[DECNET]: Remove unnecessary initilization of unused variable entriesThomas Graf
2005-04-16Linux-2.6.12-rc2Linus Torvalds