summaryrefslogtreecommitdiffstats
path: root/net/ax25/ax25_ip.c
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* ax25: add link layer header validation functionWillem de Bruijn2016-03-091-0/+15
* netfilter: Remove spurios included of netfilter.hEric W Biederman2015-06-181-1/+0
* ax25: Fix the build when CONFIG_INET is disabledkbuild test robot2015-03-051-1/+1
* ax25: Stop using magic neighbour cache operations.Eric W. Biederman2015-03-031-54/+6
* ax25: Stop depending on arp_findEric W. Biederman2015-03-021-12/+28
* ax25: Stop calling/abusing dev_rebuild_headerEric W. Biederman2015-03-021-8/+2
* neigh: Move neigh_compat_output into ax25_ip.cEric W. Biederman2015-03-021-2/+16
* ax25: Refactor to use private neighbour operations.Eric W. Biederman2015-03-021-0/+21
* ax25: Make ax25_header and ax25_rebuild_header staticEric W. Biederman2015-03-021-10/+8
* ax25: In ax25_rebuild_header add missing kfree_skbEric W. Biederman2015-03-021-0/+1
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-2/+2
* 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 hardware header operations out of netdevice.Stephen Hemminger2007-10-101-2/+13
* [NET]: cleanup extra semicolonsStephen Hemminger2007-04-251-1/+1
* [SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo2007-04-251-1/+1
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [NET] AX25: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-47/+47
* [AX.25]: Reference counting for AX.25 routes.Ralf Baechle DL5RB2006-07-031-8/+15
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [AX.25]: Move AX.25 symbol exportsRalf Baechle2006-05-031-0/+3
* [AX.25]: Rename ax25_encapsulate to ax25_hard_headerRalf Baechle2005-09-121-3/+3
* [AX25]: make ax25_queue_xmit a net_device parameterArnaldo Carvalho de Melo2005-04-211-3/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+225