aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/hamradio/baycom_epp.c
AgeCommit message (Expand)Author
2023-10-17hamradio: replace deprecated strncpy with strscpy_padJustin Stitt
2022-12-19hamradio: baycom_epp: Do not use x86-specific rdtsc()Borislav Petkov (AMD)
2022-11-03hamradio: baycom_epp: Fix return type of baycom_send_packet()Nathan Chancellor
2022-10-11treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-03-16hamradio: Fix wrong assignment of 'bbc->cfg.loopback'Meng Tang
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-10-18hamradio: baycom_epp: fix build for UMLRandy Dunlap
2021-10-13hamradio: use dev_addr_set() for setting device addressJakub Kicinski
2021-10-09net: use dev_addr_set()Jakub Kicinski
2021-07-27hamradio: use ndo_siocdevprivateArnd Bergmann
2021-05-20net: hamradio: remove leading spaces before tabsHui Tang
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2019-08-22hamradio: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring
2019-07-29net: hamradio: baycom_epp: Mark expected switch fall-throughGustavo A. R. Silva
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 69Thomas Gleixner
2017-09-18hamradio: baycom: use new parport device modelSudip Mukherjee
2017-04-20Annotate hardware config module parameters in drivers/net/hamradio/David Howells
2017-01-19Make static usermode helper binaries constantGreg Kroah-Hartman
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-04-26drivers: net: use NETDEV_TX_OK instead of NETDEV_TX_LOCKEDFlorian Westphal
2016-04-13x86/cpufeature: Replace cpu_has_tsc with boot_cpu_has() usageBorislav Petkov
2015-07-06x86/asm/tsc: Rename native_read_tsc() to rdtsc()Andy Lutomirski
2015-07-06x86/asm/tsc, drivers/net/hamradio/baycom_epp: Replace rdtscl() with native_re...Andy Lutomirski
2015-03-03ax25: Stop using magic neighbour cache operations.Eric W. Biederman
2015-03-02ax25: Refactor to use private neighbour operations.Eric W. Biederman
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen
2013-05-07drivers/net: rename random32() to prandom_u32()Akinobu Mita
2012-02-01hamradio: fix incompatible pointer in module parameterDanny Kukawka
2011-05-25baycom: Drop __TIME__ usageMichal Marek
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-10-14hamradio: Fix bit test correctly.Thomas Sailer
2009-10-13net/hamradio: fix test in receive()roel kluin
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy
2009-01-21baycom: convert to net_device_opsStephen Hemminger
2009-01-21baycom: convert to internal net_device_statsStephen Hemminger
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller
2008-06-12net: Eliminate flush_scheduled_work() calls while RTNL is held.David S. Miller
2007-10-23[PARPORT] Remove unused 'irq' argument from parport irq functionsJeff Garzik
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger
2007-07-18usermodehelper: Tidy up waitingJeremy Fitzhardinge
2007-02-20Replace local random function with random32()Ralf Baechle
2006-12-11[HAMRADIO]: Fix baycom_epp.c compile failure.Ralf Baechle
2006-12-08[AX.25]: Fix default address and broadcast address initialization.Ralf Baechle
2006-11-22WorkStruct: make allyesconfigDavid Howells