aboutsummaryrefslogtreecommitdiffstats
path: root/net/decnet/dn_neigh.c
Commit message (Expand)AuthorAge
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-18
* net: proc: change proc_net_fops_create to proc_createGao feng2013-02-18
* net neighbour, decnet: Ensure to align device private data on preferred align...YOSHIFUJI Hideaki / 吉藤英明2013-02-11
* decnet: Use neighbours privately in dn_route struct.David S. Miller2012-07-05
* net: use consume_skb() in place of kfree_skb()Eric Dumazet2012-06-04
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-15
* decnet: Add missing neigh->ha locking to dn_neigh_output_packet()David S. Miller2012-02-01
* ipv6: Use universal hash for NDISC.David S. Miller2011-12-28
* net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller2011-12-05
* neigh: new unresolved queue limitsEric Dumazet2011-11-14
* atomic: use <linux/atomic.h>Arun Sharma2011-07-26
* net: Abstract dst->neighbour accesses behind helpers.David S. Miller2011-07-18
* neigh: Pass neighbour entry to output ops.David S. Miller2011-07-18
* neigh: Kill ndisc_ops->queue_xmitDavid S. Miller2011-07-16
* neigh: Kill neigh_ops->hh_outputDavid S. Miller2011-07-16
* decnet: Reduce switch/case indentJoe Perches2011-07-01
* decnet: RCU conversion and get rid of dev_base_lockEric Dumazet2010-11-08
* net neigh: RCU conversion of neigh hash tableEric Dumazet2010-10-05
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-04-20
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* | netfilter: decnet: use NFPROTO values for NF_HOOK invocationJan Engelhardt2010-03-25
|/
* net: make neigh_ops constantStephen Hemminger2009-09-01
* net: skb->dst accessorsEric Dumazet2009-06-03
* decnet: remove private wrappers of endian helpersHarvey Harrison2008-11-27
* [NETNS]: Modify the neighbour table code so it handles multiple network names...Eric W. Biederman2008-01-28
* [DECNET]: Make decnet code use the seq_open_private()Pavel Emelyanov2007-10-10
* [NET]: Wrap netdevice hardware header creation.Stephen Hemminger2007-10-10
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-10
* [NET]: Make all initialized struct seq_operations const.Philippe De Muyter2007-07-11
* [SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo2007-04-26
* [PATCH] mark struct file_operations const 7Arjan van de Ven2007-02-12
* [NET] DECNET: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-11
* [DECNET]: Don't clear memory twice.Ralf Baechle2006-12-03
* [NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris2006-07-21
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-30
* [DECNET]: Fix level1 router helloPatrick Caulfield2006-05-04
* [DECnet]: Endian annotation and fixes for DECnet.Steven Whitehouse2006-03-21
* [DECNET]: Only use local routersPatrick Caulfield2006-01-03
* [DECNET]: Fix RCU race condition in dn_neigh_construct().Paul E. McKenney2005-08-17
* [DECNET]: Remove unnecessary initilization of unused variable entriesThomas Graf2005-06-19
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-16