aboutsummaryrefslogtreecommitdiffstats
path: root/net/ax25/ax25_ip.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-4/+1
2019-01-23ax25: fix possible use-after-freeEric Dumazet1-2/+2
2018-07-24ax25: remove blank line at EOFStephen Hemminger1-1/+0
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-03-09ax25: add link layer header validation functionWillem de Bruijn1-0/+15
2015-06-18netfilter: Remove spurios included of netfilter.hEric W Biederman1-1/+0
2015-03-05ax25: Fix the build when CONFIG_INET is disabledkbuild test robot1-1/+1
2015-03-03ax25: Stop using magic neighbour cache operations.Eric W. Biederman1-54/+6
2015-03-02ax25: Stop depending on arp_findEric W. Biederman1-12/+28
2015-03-02ax25: Stop calling/abusing dev_rebuild_headerEric W. Biederman1-8/+2
2015-03-02neigh: Move neigh_compat_output into ax25_ip.cEric W. Biederman1-2/+16
2015-03-02ax25: Refactor to use private neighbour operations.Eric W. Biederman1-0/+21
2015-03-02ax25: Make ax25_header and ax25_rebuild_header staticEric W. Biederman1-10/+8
2015-03-02ax25: In ax25_rebuild_header add missing kfree_skbEric W. Biederman1-0/+1
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-2/+2
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
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger1-2/+13
2007-04-25[NET]: cleanup extra semicolonsStephen Hemminger1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_reset_network_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] AX25: Fix whitespace errors.YOSHIFUJI Hideaki1-47/+47
2006-07-03[AX.25]: Reference counting for AX.25 routes.Ralf Baechle DL5RB1-8/+15
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-05-03[AX.25]: Move AX.25 symbol exportsRalf Baechle1-0/+3
2005-09-12[AX.25]: Rename ax25_encapsulate to ax25_hard_headerRalf Baechle1-3/+3
2005-04-21[AX25]: make ax25_queue_xmit a net_device parameterArnaldo Carvalho de Melo1-3/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+225