summaryrefslogtreecommitdiffstats
path: root/drivers/net/hamradio/hdlcdrv.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 69Thomas Gleixner2019-05-241-14/+1Star
* hdlcdrv: Fix divide by zero in hdlcdrv_ioctlFiro Yang2017-05-281-0/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* drivers: net: use NETDEV_TX_OK instead of NETDEV_TX_LOCKEDFlorian Westphal2016-04-261-2/+4
* ax25: Stop using magic neighbour cache operations.Eric W. Biederman2015-03-031-2/+3
* ax25: Refactor to use private neighbour operations.Eric W. Biederman2015-03-021-0/+2
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-161-1/+1
* drivers/net/hamradio: Integer overflow in hdlcdrv_ioctl()Wenliang Fan2013-12-191-0/+2
* drivers/net: rename random32() to prandom_u32()Akinobu Mita2013-05-081-1/+1
* hdlcdrv: Drop __TIME__ usageMichal Marek2011-05-251-1/+1
* drivers/net: return operator cleanupEric Dumazet2010-09-271-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0Star
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* convert hamradio drivers to netdev_txreturnt_tStephen Hemminger2009-09-011-1/+2
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-061-2/+2
* net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy2009-06-131-1/+1
* hdlcdrv: convert to net_device_opsStephen Hemminger2009-01-211-9/+9
* hdlcdrv: convert to internal net_device_statsStephen Hemminger2009-01-211-20/+7Star
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-041-1/+0Star
* hdlcdrv: Fix CRC calculation.Micah Dowty2008-07-211-0/+1
* [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-111-2/+1Star
* [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-261-1/+3
* Replace local random function with random32()Ralf Baechle2007-02-201-11/+2Star
* [AX.25]: Fix default address and broadcast address initialization.Ralf Baechle2006-12-091-14/+2Star
* [AX.25]: Rename ax25_encapsulate to ax25_hard_headerRalf Baechle2005-09-121-1/+1
* [HAMRADIO]: driver cleanupsRalf Baechle2005-09-121-13/+1Star
* [AX25] Introduce ax25_type_transArnaldo Carvalho de Melo2005-04-251-3/+1Star
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+817