aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/hamradio/baycom_epp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-11treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld1-1/+1
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-03-16hamradio: Fix wrong assignment of 'bbc->cfg.loopback'Meng Tang1-2/+2
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+3
2021-10-18hamradio: baycom_epp: fix build for UMLRandy Dunlap1-3/+3
2021-10-13hamradio: use dev_addr_set() for setting device addressJakub Kicinski1-1/+1
2021-10-09net: use dev_addr_set()Jakub Kicinski1-1/+1
2021-07-27hamradio: use ndo_siocdevprivateArnd Bergmann1-4/+5
2021-05-20net: hamradio: remove leading spaces before tabsHui Tang1-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-08-22hamradio: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring1-2/+1
2019-07-29net: hamradio: baycom_epp: Mark expected switch fall-throughGustavo A. R. Silva1-1/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 69Thomas Gleixner1-16/+1
2017-09-18hamradio: baycom: use new parport device modelSudip Mukherjee1-4/+46
2017-04-20Annotate hardware config module parameters in drivers/net/hamradio/David Howells1-1/+1
2017-01-19Make static usermode helper binaries constantGreg Kroah-Hartman1-3/+7
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+4
2016-04-26drivers: net: use NETDEV_TX_OK instead of NETDEV_TX_LOCKEDFlorian Westphal1-2/+4
2016-04-13x86/cpufeature: Replace cpu_has_tsc with boot_cpu_has() usageBorislav Petkov1-4/+4
2015-07-06x86/asm/tsc: Rename native_read_tsc() to rdtsc()Andy Lutomirski1-1/+1
2015-07-06x86/asm/tsc, drivers/net/hamradio/baycom_epp: Replace rdtscl() with native_read_tsc()Andy Lutomirski1-1/+1
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-05-07drivers/net: rename random32() to prandom_u32()Akinobu Mita1-1/+1
2012-02-01hamradio: fix incompatible pointer in module parameterDanny Kukawka1-1/+1
2011-05-25baycom: Drop __TIME__ usageMichal Marek1-1/+1
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2009-10-14hamradio: Fix bit test correctly.Thomas Sailer1-4/+3
2009-10-13net/hamradio: fix test in receive()roel kluin1-1/+2
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches1-1/+1
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-3/+3
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy1-1/+1
2009-01-21baycom: convert to net_device_opsStephen Hemminger1-5/+9
2009-01-21baycom: convert to internal net_device_statsStephen Hemminger1-22/+7
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-06-12net: Eliminate flush_scheduled_work() calls while RTNL is held.David S. Miller1-1/+1
2007-10-23[PARPORT] Remove unused 'irq' argument from parport irq functionsJeff Garzik1-7/+1
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger1-2/+1
2007-07-18usermodehelper: Tidy up waitingJeremy Fitzhardinge1-1/+1
2007-02-20Replace local random function with random32()Ralf Baechle1-11/+2
2006-12-11[HAMRADIO]: Fix baycom_epp.c compile failure.Ralf Baechle1-1/+1
2006-12-08[AX.25]: Fix default address and broadcast address initialization.Ralf Baechle1-8/+2
2006-11-22WorkStruct: make allyesconfigDavid Howells1-5/+9
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-01-17[PATCH] drivers/net/*: use time_after() and friendsMarcelo Feitoza Parisi1-1/+1
2005-09-12[AX.25]: Rename ax25_encapsulate to ax25_hard_headerRalf Baechle1-1/+1