summaryrefslogtreecommitdiffstats
path: root/net/ax25/ax25_in.c
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* ax25: Stop using sock->sk_protinfo.David Miller2015-06-281-1/+1
* netfilter: Remove spurios included of netfilter.hEric W Biederman2015-06-181-1/+0
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-111-1/+1
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* net: Move rx skb_orphan call to where neededHerbert Xu2009-06-231-2/+1
* ax25: join the return paths that free skbIlpo Järvinen2008-12-141-26/+15
* netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki2008-07-191-1/+1
* [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-1/+1
* [NET]: Correct two mistaken skb_reset_mac_header() conversions.David S. Miller2007-12-201-1/+1
* [NET]: Make packet reception network namespace safeEric W. Biederman2007-10-101-0/+5
* [SK_BUFF]: Some more conversions to skb_copy_from_linear_dataArnaldo Carvalho de Melo2007-04-251-1/+3
* [SK_BUFF]: Introduce skb_set_transport_headerArnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo2007-04-251-4/+4
* [SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo2007-04-251-4/+4
* [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-251-1/+1
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [AX.25]: Get rid of the last volatile.Ralf Baechle2006-07-101-1/+1
* [NET]: kfree cleanupJesper Juhl2005-11-081-4/+2
* [AX.25]: Fix packet socket crashRalf Baechle2005-10-051-1/+1
* [AX25/NETROM]: Cleanup direct calls into IP stackRalf Baechle2005-08-291-10/+3
* [TCP]: Move the tcp sock states to net/tcp_states.hArnaldo Carvalho de Melo2005-08-291-1/+1
* [NET]: Kill skb->real_devDavid S. Miller2005-08-291-4/+4
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+470