aboutsummaryrefslogtreecommitdiffstats
path: root/net/ax25/ax25_in.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2015-06-28ax25: Stop using sock->sk_protinfo.David Miller1-1/+1
2015-06-18netfilter: Remove spurios included of netfilter.hEric W Biederman1-1/+0
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
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
2009-06-23net: Move rx skb_orphan call to where neededHerbert Xu1-2/+1
2008-12-14ax25: join the return paths that free skbIlpo Järvinen1-26/+15
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki1-1/+1
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-1/+1
2007-12-20[NET]: Correct two mistaken skb_reset_mac_header() conversions.David S. Miller1-1/+1
2007-10-10[NET]: Make packet reception network namespace safeEric W. Biederman1-0/+5
2007-04-25[SK_BUFF]: Some more conversions to skb_copy_from_linear_dataArnaldo Carvalho de Melo1-1/+3
2007-04-25[SK_BUFF]: Introduce skb_set_transport_headerArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo1-4/+4
2007-04-25[SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo1-4/+4
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo1-1/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-07-10[AX.25]: Get rid of the last volatile.Ralf Baechle1-1/+1
2005-11-08[NET]: kfree cleanupJesper Juhl1-4/+2
2005-10-05[AX.25]: Fix packet socket crashRalf Baechle1-1/+1
2005-08-29[AX25/NETROM]: Cleanup direct calls into IP stackRalf Baechle1-10/+3
2005-08-29[TCP]: Move the tcp sock states to net/tcp_states.hArnaldo Carvalho de Melo1-1/+1
2005-08-29[NET]: Kill skb->real_devDavid S. Miller1-4/+4
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+470