aboutsummaryrefslogtreecommitdiffstats
path: root/net/decnet/dn_neigh.c
Commit message (Expand)AuthorAgeFilesLines
* net: fix NULL dereferences in check_peer_redir()Eric Dumazet2012-02-131-4/+4
* decnet: RCU conversion and get rid of dev_base_lockEric Dumazet2010-11-081-1/+1
* net neigh: RCU conversion of neigh hash tableEric Dumazet2010-10-051-6/+7
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-04-201-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | netfilter: decnet: use NFPROTO values for NF_HOOK invocationJan Engelhardt2010-03-251-3/+6
|/
* net: make neigh_ops constantStephen Hemminger2009-09-011-3/+3
* net: skb->dst accessorsEric Dumazet2009-06-031-4/+4
* decnet: remove private wrappers of endian helpersHarvey Harrison2008-11-271-9/+9
* [NETNS]: Modify the neighbour table code so it handles multiple network names...Eric W. Biederman2008-01-281-3/+3
* [DECNET]: Make decnet code use the seq_open_private()Pavel Emelyanov2007-10-101-18/+2
* [NET]: Wrap netdevice hardware header creation.Stephen Hemminger2007-10-101-1/+2
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-101-2/+3
* [NET]: Make all initialized struct seq_operations const.Philippe De Muyter2007-07-101-1/+1
* [SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo2007-04-251-3/+3
* [PATCH] mark struct file_operations const 7Arjan van de Ven2007-02-121-1/+1
* [NET] DECNET: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-12/+12
* [DECNET]: Don't clear memory twice.Ralf Baechle2006-12-021-1/+0
* [NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris2006-07-211-2/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [DECNET]: Fix level1 router helloPatrick Caulfield2006-05-031-5/+0
* [DECnet]: Endian annotation and fixes for DECnet.Steven Whitehouse2006-03-201-12/+12
* [DECNET]: Only use local routersPatrick Caulfield2006-01-031-5/+8
* [DECNET]: Fix RCU race condition in dn_neigh_construct().Paul E. McKenney2005-08-171-1/+1
* [DECNET]: Remove unnecessary initilization of unused variable entriesThomas Graf2005-06-181-1/+0
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+627