aboutsummaryrefslogtreecommitdiff
path: root/net/ax25/ax25_in.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-13ax25: constify dev_addr passingGravatar Jakub Kicinski 1-2/+2
2019-11-06net: use helpers to change sk_ack_backlogGravatar Eric Dumazet 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-4/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2015-06-28ax25: Stop using sock->sk_protinfo.Gravatar David Miller 1-1/+1
2015-06-18netfilter: Remove spurios included of netfilter.hGravatar Eric W Biederman 1-1/+0
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.Gravatar David S. Miller 1-1/+1
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-06-23net: Move rx skb_orphan call to where neededGravatar Herbert Xu 1-2/+1
2008-12-14ax25: join the return paths that free skbGravatar Ilpo Järvinen 1-26/+15
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.Gravatar YOSHIFUJI Hideaki 1-1/+1
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.Gravatar YOSHIFUJI Hideaki 1-1/+1
2007-12-20[NET]: Correct two mistaken skb_reset_mac_header() conversions.Gravatar David S. Miller 1-1/+1
2007-10-10[NET]: Make packet reception network namespace safeGravatar Eric W. Biederman 1-0/+5
2007-04-25[SK_BUFF]: Some more conversions to skb_copy_from_linear_dataGravatar Arnaldo Carvalho de Melo 1-1/+3
2007-04-25[SK_BUFF]: Introduce skb_set_transport_headerGravatar Arnaldo Carvalho de Melo 1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_reset_transport_header(skb)Gravatar Arnaldo Carvalho de Melo 1-4/+4
2007-04-25[SK_BUFF]: Introduce skb_reset_network_header(skb)Gravatar Arnaldo Carvalho de Melo 1-4/+4
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Gravatar Arnaldo Carvalho de Melo 1-1/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 1-1/+0
2006-07-10[AX.25]: Get rid of the last volatile.Gravatar Ralf Baechle 1-1/+1
2005-11-08[NET]: kfree cleanupGravatar Jesper Juhl 1-4/+2
2005-10-05[AX.25]: Fix packet socket crashGravatar Ralf Baechle 1-1/+1
2005-08-29[AX25/NETROM]: Cleanup direct calls into IP stackGravatar Ralf Baechle 1-10/+3
2005-08-29[TCP]: Move the tcp sock states to net/tcp_states.hGravatar Arnaldo Carvalho de Melo 1-1/+1
2005-08-29[NET]: Kill skb->real_devGravatar David S. Miller 1-4/+4
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+470