aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/hamradio/hdlcdrv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-19hdlcdrv: replace unnecessary assertion in hdlcdrv_registerAditya Pakki1-2/+0
2019-08-22hamradio: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring1-2/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 69Thomas Gleixner1-14/+1
2017-05-27hdlcdrv: Fix divide by zero in hdlcdrv_ioctlFiro Yang1-0/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-04-26drivers: net: use NETDEV_TX_OK instead of NETDEV_TX_LOCKEDFlorian Westphal1-2/+4
2015-03-03ax25: Stop using magic neighbour cache operations.Eric W. Biederman1-2/+3
2015-03-02ax25: Refactor to use private neighbour operations.Eric W. Biederman1-0/+2
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+1
2013-12-19drivers/net/hamradio: Integer overflow in hdlcdrv_ioctl()Wenliang Fan1-0/+2
2013-05-07drivers/net: rename random32() to prandom_u32()Akinobu Mita1-1/+1
2011-05-25hdlcdrv: Drop __TIME__ usageMichal Marek1-1/+1
2010-09-26drivers/net: return operator cleanupEric Dumazet1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-09-01convert hamradio drivers to netdev_txreturnt_tStephen Hemminger1-1/+2
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-2/+2
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy1-1/+1
2009-01-21hdlcdrv: convert to net_device_opsStephen Hemminger1-9/+9
2009-01-21hdlcdrv: convert to internal net_device_statsStephen Hemminger1-20/+7
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-07-21hdlcdrv: Fix CRC calculation.Micah Dowty1-0/+1
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger1-2/+1
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo1-1/+3
2007-02-20Replace local random function with random32()Ralf Baechle1-11/+2
2006-12-08[AX.25]: Fix default address and broadcast address initialization.Ralf Baechle1-14/+2
2005-09-12[AX.25]: Rename ax25_encapsulate to ax25_hard_headerRalf Baechle1-1/+1
2005-09-12[HAMRADIO]: driver cleanupsRalf Baechle1-13/+1
2005-04-24[AX25] Introduce ax25_type_transArnaldo Carvalho de Melo1-3/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+817