aboutsummaryrefslogtreecommitdiff
path: root/net/decnet/dn_neigh.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-16proc: introduce proc_create_net{,_data}Gravatar Christoph Hellwig 1-16/+2
2018-03-26net: Use octal not symbolic permissionsGravatar Joe Perches 1-1/+1
2018-01-16net: delete /proc THIS_MODULE referencesGravatar Alexey Dobriyan 1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-08-29neigh: increase queue_len_bytes to match wmem_defaultGravatar Eric Dumazet 1-1/+1
2017-07-01net: convert neighbour.refcnt from atomic_t to refcount_tGravatar Reshetova, Elena 1-1/+1
2017-05-09DECnet: Use container_of() for embedded structGravatar Kees Cook 1-6/+6
2015-09-17netfilter: Pass net into okfnGravatar Eric W. Biederman 1-4/+4
2015-09-17netfilter: Pass struct net into the netfilter hooksGravatar Eric W. Biederman 1-6/+9
2015-04-07netfilter: Pass socket pointer down through okfn().Gravatar David Miller 1-16/+19
2015-03-06DECnet: Only use neigh_ops for adding the link layer headerGravatar Eric W. Biederman 1-51/+54
2015-03-04neigh: Factor out ___neigh_lookup_norefGravatar Eric W. Biederman 1-0/+6
2015-03-02neigh: Don't require dst in neigh_hh_initGravatar Eric W. Biederman 1-0/+1
2014-11-11neigh: remove dynamic neigh table registration supportGravatar WANG Cong 1-2/+2
2013-12-09neigh: convert parms to an arrayGravatar Jiri Pirko 1-13/+15
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGravatar Gao feng 1-1/+1
2013-02-18net: proc: change proc_net_fops_create to proc_createGravatar Gao feng 1-1/+2
2013-02-11net neighbour, decnet: Ensure to align device private data on preferred align...Gravatar YOSHIFUJI Hideaki / 吉藤英明 1-1/+1
2012-07-05decnet: Use neighbours privately in dn_route struct.Gravatar David S. Miller 1-1/+1
2012-06-04net: use consume_skb() in place of kfree_skb()Gravatar Eric Dumazet 1-3/+3
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedGravatar Joe Perches 1-14/+8
2012-02-01decnet: Add missing neigh->ha locking to dn_neigh_output_packet()Gravatar David S. Miller 1-9/+15
2011-12-28ipv6: Use universal hash for NDISC.Gravatar David S. Miller 1-2/+2
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.Gravatar David Miller 1-1/+1
2011-11-14neigh: new unresolved queue limitsGravatar Eric Dumazet 1-1/+1
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-07-17net: Abstract dst->neighbour accesses behind helpers.Gravatar David S. Miller 1-1/+1
2011-07-17neigh: Pass neighbour entry to output ops.Gravatar David S. Miller 1-12/+6
2011-07-16neigh: Kill ndisc_ops->queue_xmitGravatar David S. Miller 1-4/+1
2011-07-16neigh: Kill neigh_ops->hh_outputGravatar David S. Miller 1-3/+0
2011-07-01decnet: Reduce switch/case indentGravatar Joe Perches 1-7/+7
2010-11-08decnet: RCU conversion and get rid of dev_base_lockGravatar Eric Dumazet 1-1/+1
2010-10-05net neigh: RCU conversion of neigh hash tableGravatar Eric Dumazet 1-6/+7
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Gravatar Patrick McHardy 1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-25netfilter: decnet: use NFPROTO values for NF_HOOK invocationGravatar Jan Engelhardt 1-3/+6
2009-09-01net: make neigh_ops constantGravatar Stephen Hemminger 1-3/+3
2009-06-03net: skb->dst accessorsGravatar Eric Dumazet 1-4/+4
2008-11-27decnet: remove private wrappers of endian helpersGravatar Harvey Harrison 1-9/+9
2008-01-28[NETNS]: Modify the neighbour table code so it handles multiple network names...Gravatar Eric W. Biederman 1-3/+3
2007-10-10[DECNET]: Make decnet code use the seq_open_private()Gravatar Pavel Emelyanov 1-18/+2
2007-10-10[NET]: Wrap netdevice hardware header creation.Gravatar Stephen Hemminger 1-1/+2
2007-10-10[NET]: Make /proc/net per network namespaceGravatar Eric W. Biederman 1-2/+3
2007-07-10[NET]: Make all initialized struct seq_operations const.Gravatar Philippe De Muyter 1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_reset_network_header(skb)Gravatar Arnaldo Carvalho de Melo 1-3/+3
2007-02-12[PATCH] mark struct file_operations const 7Gravatar Arjan van de Ven 1-1/+1
2007-02-10[NET] DECNET: Fix whitespace errors.Gravatar YOSHIFUJI Hideaki 1-12/+12
2006-12-02[DECNET]: Don't clear memory twice.Gravatar Ralf Baechle 1-1/+0
2006-07-21[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Gravatar Panagiotis Issaris 1-2/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0