| Commit message (Expand) | Author | Age | Files | Lines |
* | treewide: use get_random_{u8,u16}() when possible, part 1 | Jason A. Donenfeld | 2022-10-12 | 1 | -1/+1 |
* | treewide: use prandom_u32_max() when possible, part 1 | Jason A. Donenfeld | 2022-10-12 | 1 | -1/+1 |
* | net: move from strlcpy with unused retval to strscpy | Wolfram Sang | 2022-08-31 | 1 | -1/+1 |
* | net: Don't include filter.h from net/sock.h | Jakub Kicinski | 2021-12-29 | 1 | -0/+1 |
* | hamradio: use dev_addr_set() for setting device address | Jakub Kicinski | 2021-10-13 | 1 | -1/+1 |
* | net: use dev_addr_set() | Jakub Kicinski | 2021-10-09 | 1 | -1/+1 |
* | hamradio: use ndo_siocdevprivate | Arnd Bergmann | 2021-07-27 | 1 | -9/+11 |
* | net: hamradio: remove leading spaces before tabs | Hui Tang | 2021-05-21 | 1 | -1/+1 |
* | net: driver: hamradio: Fix potential unterminated string | Andrew Lunn | 2020-11-03 | 1 | -1/+1 |
* | hdlcdrv: replace unnecessary assertion in hdlcdrv_register | Aditya Pakki | 2019-12-20 | 1 | -2/+0 |
* | hamradio: Delete unnecessary checks before the macro call “dev_kfree_skb” | Markus Elfring | 2019-08-23 | 1 | -2/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 69 | Thomas Gleixner | 2019-05-24 | 1 | -14/+1 |
* | hdlcdrv: Fix divide by zero in hdlcdrv_ioctl | Firo Yang | 2017-05-28 | 1 | -0/+2 |
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 1 | -1/+1 |
* | drivers: net: use NETDEV_TX_OK instead of NETDEV_TX_LOCKED | Florian Westphal | 2016-04-26 | 1 | -2/+4 |
* | ax25: Stop using magic neighbour cache operations. | Eric W. Biederman | 2015-03-03 | 1 | -2/+3 |
* | ax25: Refactor to use private neighbour operations. | Eric W. Biederman | 2015-03-02 | 1 | -0/+2 |
* | net: set name_assign_type in alloc_netdev() | Tom Gundersen | 2014-07-16 | 1 | -1/+1 |
* | drivers/net/hamradio: Integer overflow in hdlcdrv_ioctl() | Wenliang Fan | 2013-12-19 | 1 | -0/+2 |
* | drivers/net: rename random32() to prandom_u32() | Akinobu Mita | 2013-05-08 | 1 | -1/+1 |
* | hdlcdrv: Drop __TIME__ usage | Michal Marek | 2011-05-25 | 1 | -1/+1 |
* | drivers/net: return operator cleanup | Eric Dumazet | 2010-09-27 | 1 | -1/+1 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -1/+0 |
* | headers: remove sched.h from interrupt.h | Alexey Dobriyan | 2009-10-11 | 1 | -0/+1 |
* | convert hamradio drivers to netdev_txreturnt_t | Stephen Hemminger | 2009-09-01 | 1 | -1/+2 |
* | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions | Patrick McHardy | 2009-07-06 | 1 | -2/+2 |
* | net: use symbolic values for ndo_start_xmit() return codes | Patrick McHardy | 2009-06-13 | 1 | -1/+1 |
* | hdlcdrv: convert to net_device_ops | Stephen Hemminger | 2009-01-21 | 1 | -9/+9 |
* | hdlcdrv: convert to internal net_device_stats | Stephen Hemminger | 2009-01-21 | 1 | -20/+7 |
* | drivers/net: Kill now superfluous ->last_rx stores. | David S. Miller | 2008-11-04 | 1 | -1/+0 |
* | hdlcdrv: Fix CRC calculation. | Micah Dowty | 2008-07-21 | 1 | -0/+1 |
* | [NET]: Move hardware header operations out of netdevice. | Stephen Hemminger | 2007-10-11 | 1 | -2/+1 |
* | [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} | Arnaldo Carvalho de Melo | 2007-04-26 | 1 | -1/+3 |
* | Replace local random function with random32() | Ralf Baechle | 2007-02-20 | 1 | -11/+2 |
* | [AX.25]: Fix default address and broadcast address initialization. | Ralf Baechle | 2006-12-09 | 1 | -14/+2 |
* | [AX.25]: Rename ax25_encapsulate to ax25_hard_header | Ralf Baechle | 2005-09-12 | 1 | -1/+1 |
* | [HAMRADIO]: driver cleanups | Ralf Baechle | 2005-09-12 | 1 | -13/+1 |
* | [AX25] Introduce ax25_type_trans | Arnaldo Carvalho de Melo | 2005-04-25 | 1 | -3/+1 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-17 | 1 | -0/+817 |