summaryrefslogtreecommitdiffstats
path: root/drivers/net/hamradio/baycom_epp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [PATCH] drivers/net/hamradio/baycom_epp.c: cleanupsAdrian Bunk2005-06-021-90/+36
* [AX25] Introduce ax25_type_transArnaldo Carvalho de Melo2005-04-241-3/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+1382