aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/hamradio/baycom_epp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2005-09-12[HAMRADIO]: driver cleanupsRalf Baechle1-13/+2
2005-07-31[PATCH] Use time_before in hamradio driversMarcelo Feitoza Parisi1-1/+2
2005-06-02[PATCH] drivers/net/hamradio/baycom_epp.c: cleanupsAdrian Bunk1-90/+36
2005-04-24[AX25] Introduce ax25_type_transArnaldo Carvalho de Melo1-3/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1382