aboutsummaryrefslogtreecommitdiffstats
path: root/net/decnet/dn_neigh.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig1-16/+2
2018-03-26net: Use octal not symbolic permissionsJoe Perches1-1/+1
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-29neigh: increase queue_len_bytes to match wmem_defaultEric Dumazet1-1/+1
2017-07-01net: convert neighbour.refcnt from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-05-09DECnet: Use container_of() for embedded structKees Cook1-6/+6
2015-09-17netfilter: Pass net into okfnEric W. Biederman1-4/+4
2015-09-17netfilter: Pass struct net into the netfilter hooksEric W. Biederman1-6/+9
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller1-16/+19
2015-03-06DECnet: Only use neigh_ops for adding the link layer headerEric W. Biederman1-51/+54
2015-03-04neigh: Factor out ___neigh_lookup_norefEric W. Biederman1-0/+6
2015-03-02neigh: Don't require dst in neigh_hh_initEric W. Biederman1-0/+1
2014-11-11neigh: remove dynamic neigh table registration supportWANG Cong1-2/+2
2013-12-09neigh: convert parms to an arrayJiri Pirko1-13/+15
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-1/+1
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng1-1/+2
2013-02-11net neighbour, decnet: Ensure to align device private data on preferred alignment.YOSHIFUJI Hideaki / 吉藤英明1-1/+1
2012-07-05decnet: Use neighbours privately in dn_route struct.David S. Miller1-1/+1
2012-06-04net: use consume_skb() in place of kfree_skb()Eric Dumazet1-3/+3
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches1-14/+8
2012-02-01decnet: Add missing neigh->ha locking to dn_neigh_output_packet()David S. Miller1-9/+15
2011-12-28ipv6: Use universal hash for NDISC.David S. Miller1-2/+2
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller1-1/+1
2011-11-14neigh: new unresolved queue limitsEric Dumazet1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-17net: Abstract dst->neighbour accesses behind helpers.David S. Miller1-1/+1
2011-07-17neigh: Pass neighbour entry to output ops.David S. Miller1-12/+6
2011-07-16neigh: Kill ndisc_ops->queue_xmitDavid S. Miller1-4/+1
2011-07-16neigh: Kill neigh_ops->hh_outputDavid S. Miller1-3/+0
2011-07-01decnet: Reduce switch/case indentJoe Perches1-7/+7
2010-11-08decnet: RCU conversion and get rid of dev_base_lockEric Dumazet1-1/+1
2010-10-05net neigh: RCU conversion of neigh hash tableEric Dumazet1-6/+7
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-25netfilter: decnet: use NFPROTO values for NF_HOOK invocationJan Engelhardt1-3/+6
2009-09-01net: make neigh_ops constantStephen Hemminger1-3/+3
2009-06-03net: skb->dst accessorsEric Dumazet1-4/+4
2008-11-27decnet: remove private wrappers of endian helpersHarvey Harrison1-9/+9
2008-01-28[NETNS]: Modify the neighbour table code so it handles multiple network namespacesEric W. Biederman1-3/+3
2007-10-10[DECNET]: Make decnet code use the seq_open_private()Pavel Emelyanov1-18/+2
2007-10-10[NET]: Wrap netdevice hardware header creation.Stephen Hemminger1-1/+2
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman1-2/+3
2007-07-10[NET]: Make all initialized struct seq_operations const.Philippe De Muyter1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo1-3/+3
2007-02-12[PATCH] mark struct file_operations const 7Arjan van de Ven1-1/+1
2007-02-10[NET] DECNET: Fix whitespace errors.YOSHIFUJI Hideaki1-12/+12
2006-12-02[DECNET]: Don't clear memory twice.Ralf Baechle1-1/+0
2006-07-21[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris1-2/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0