summaryrefslogtreecommitdiff
path: root/net/decnet/dn_nsp_in.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 24Thomas Gleixner1-9/+1
2018-07-24decnet: whitespace fixesStephen Hemminger1-1/+0
2018-07-05net: decnet: dn_nsp_in: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-11-01net: decnet: dn_nsp_in: use swap macro in dn_nsp_rx_packetGustavo A. R. Silva1-6/+2
2015-09-17netfilter: Pass net into okfnEric W. Biederman1-1/+2
2015-09-17netfilter: Pass struct net into the netfilter hooksEric W. Biederman1-2/+2
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller1-2/+3
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-3/+1
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches1-4/+7
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2011-07-01decnet: Reduce switch/case indentJoe Perches1-89/+93
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 imp...Tejun Heo1-0/+1
2010-03-25netfilter: decnet: use NFPROTO values for NF_HOOK invocationJan Engelhardt1-1/+2
2009-05-09decnet: Use data ready call back, rather than hand coding itSteven Whitehouse1-13/+4
2008-11-27decnet: remove private wrappers of endian helpersHarvey Harrison1-13/+15
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo1-2/+3
2007-04-25[SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo1-1/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-10[NET] DECNET: Fix whitespace errors.YOSHIFUJI Hideaki1-37/+37
2006-12-02[NET]: Conditionally use bh_lock_sock_nested in sk_receive_skbArnaldo Carvalho de Melo1-1/+1
2006-11-07[DECNET]: Endianess fixes (try #2)Steven Whitehouse1-4/+4
2006-09-22[NET]: Fix sk->sk_filter field accessDmitry Mishin1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-17[NET]: Clean up skb_linearizeHerbert Xu1-2/+1
2006-03-20[DECnet]: Endian annotation and fixes for DECnet.Steven Whitehouse1-14/+14
2006-01-03[SOCK]: Introduce sk_receive_skbArnaldo Carvalho de Melo1-16/+1
2005-08-29[TCP]: Move the tcp sock states to net/tcp_states.hArnaldo Carvalho de Melo1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+934