summaryrefslogtreecommitdiffstats
path: root/net/decnet/dn_neigh.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: Pass net into okfnEric W. Biederman2015-09-171-4/+4
* netfilter: Pass struct net into the netfilter hooksEric W. Biederman2015-09-171-6/+9
* netfilter: Pass socket pointer down through okfn().David Miller2015-04-071-16/+19
* DECnet: Only use neigh_ops for adding the link layer headerEric W. Biederman2015-03-061-51/+54
* neigh: Factor out ___neigh_lookup_norefEric W. Biederman2015-03-041-0/+6
* neigh: Don't require dst in neigh_hh_initEric W. Biederman2015-03-021-0/+1
* neigh: remove dynamic neigh table registration supportWANG Cong2014-11-111-2/+2
* neigh: convert parms to an arrayJiri Pirko2013-12-091-13/+15
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-1/+1
* net: proc: change proc_net_fops_create to proc_createGao feng2013-02-181-1/+2
* net neighbour, decnet: Ensure to align device private data on preferred align...YOSHIFUJI Hideaki / 吉藤英明2013-02-111-1/+1
* decnet: Use neighbours privately in dn_route struct.David S. Miller2012-07-051-1/+1
* net: use consume_skb() in place of kfree_skb()Eric Dumazet2012-06-041-3/+3
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-14/+8
* decnet: Add missing neigh->ha locking to dn_neigh_output_packet()David S. Miller2012-02-011-9/+15
* ipv6: Use universal hash for NDISC.David S. Miller2011-12-281-2/+2
* net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller2011-12-051-1/+1
* neigh: new unresolved queue limitsEric Dumazet2011-11-141-1/+1
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* net: Abstract dst->neighbour accesses behind helpers.David S. Miller2011-07-171-1/+1
* neigh: Pass neighbour entry to output ops.David S. Miller2011-07-171-12/+6
* neigh: Kill ndisc_ops->queue_xmitDavid S. Miller2011-07-161-4/+1
* neigh: Kill neigh_ops->hh_outputDavid S. Miller2011-07-161-3/+0
* decnet: Reduce switch/case indentJoe Perches2011-07-011-7/+7
* 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