summaryrefslogtreecommitdiffstats
path: root/drivers/net/hamradio/baycom_epp.c
Commit message (Expand)AuthorAgeFilesLines
* hamradio: Fix wrong assignment of 'bbc->cfg.loopback'Meng Tang2022-03-161-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-10-221-3/+3
|\
| * hamradio: baycom_epp: fix build for UMLRandy Dunlap2021-10-181-3/+3
* | hamradio: use dev_addr_set() for setting device addressJakub Kicinski2021-10-131-1/+1
* | net: use dev_addr_set()Jakub Kicinski2021-10-091-1/+1
|/
* hamradio: use ndo_siocdevprivateArnd Bergmann2021-07-271-4/+5
* net: hamradio: remove leading spaces before tabsHui Tang2021-05-201-2/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* hamradio: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring2019-08-221-2/+1
* net: hamradio: baycom_epp: Mark expected switch fall-throughGustavo A. R. Silva2019-07-291-1/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 69Thomas Gleixner2019-05-241-16/+1
* hamradio: baycom: use new parport device modelSudip Mukherjee2017-09-181-4/+46
* Annotate hardware config module parameters in drivers/net/hamradio/David Howells2017-04-201-1/+1
* Make static usermode helper binaries constantGreg Kroah-Hartman2017-01-191-3/+7
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-05-171-2/+4
|\
| * drivers: net: use NETDEV_TX_OK instead of NETDEV_TX_LOCKEDFlorian Westphal2016-04-261-2/+4
* | x86/cpufeature: Replace cpu_has_tsc with boot_cpu_has() usageBorislav Petkov2016-04-131-4/+4
|/
* x86/asm/tsc: Rename native_read_tsc() to rdtsc()Andy Lutomirski2015-07-061-1/+1
* x86/asm/tsc, drivers/net/hamradio/baycom_epp: Replace rdtscl() with native_re...Andy Lutomirski2015-07-061-1/+1
* 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-151-1/+1
* drivers/net: rename random32() to prandom_u32()Akinobu Mita2013-05-071-1/+1
* hamradio: fix incompatible pointer in module parameterDanny Kukawka2012-02-011-1/+1
* baycom: Drop __TIME__ usageMichal Marek2011-05-251-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-181-0/+1
|\
| * headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* | hamradio: Fix bit test correctly.Thomas Sailer2009-10-141-4/+3
* | net/hamradio: fix test in receive()roel kluin2009-10-131-1/+2
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-121-1/+1
|\
| * Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-081-1/+1
* | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-3/+3
|/
* net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy2009-06-131-1/+1
* baycom: convert to net_device_opsStephen Hemminger2009-01-211-5/+9
* baycom: convert to internal net_device_statsStephen Hemminger2009-01-211-22/+7
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-1/+0
* net: Eliminate flush_scheduled_work() calls while RTNL is held.David S. Miller2008-06-121-1/+1
* [PARPORT] Remove unused 'irq' argument from parport irq functionsJeff Garzik2007-10-231-7/+1
* [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-101-2/+1
* usermodehelper: Tidy up waitingJeremy Fitzhardinge2007-07-181-1/+1
* Replace local random function with random32()Ralf Baechle2007-02-201-11/+2
* [HAMRADIO]: Fix baycom_epp.c compile failure.Ralf Baechle2006-12-111-1/+1
* [AX.25]: Fix default address and broadcast address initialization.Ralf Baechle2006-12-081-8/+2
* WorkStruct: make allyesconfigDavid Howells2006-11-221-5/+9
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-1/+1
* [PATCH] drivers/net/*: use time_after() and friendsMarcelo Feitoza Parisi2006-01-171-1/+1
* [AX.25]: Rename ax25_encapsulate to ax25_hard_headerRalf Baechle2005-09-121-1/+1
* [HAMRADIO]: driver cleanupsRalf Baechle2005-09-121-13/+2
* [PATCH] Use time_before in hamradio driversMarcelo Feitoza Parisi2005-07-311-1/+2