index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
hamradio
/
baycom_epp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-31
hamradio: baycom_epp: Fix return type of baycom_send_packet()
Nathan Chancellor
1
-1
/
+1
2022-10-12
treewide: use get_random_{u8,u16}() when possible, part 1
Jason A. Donenfeld
1
-1
/
+1
2022-10-12
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
1
-1
/
+1
2022-03-17
hamradio: Fix wrong assignment of 'bbc->cfg.loopback'
Meng Tang
1
-2
/
+2
2021-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-3
/
+3
2021-10-18
hamradio: baycom_epp: fix build for UML
Randy Dunlap
1
-3
/
+3
2021-10-13
hamradio: use dev_addr_set() for setting device address
Jakub Kicinski
1
-1
/
+1
2021-10-09
net: use dev_addr_set()
Jakub Kicinski
1
-1
/
+1
2021-07-27
hamradio: use ndo_siocdevprivate
Arnd Bergmann
1
-4
/
+5
2021-05-21
net: hamradio: remove leading spaces before tabs
Hui Tang
1
-2
/
+2
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2019-08-23
hamradio: Delete unnecessary checks before the macro call “dev_kfree_skb”
Markus Elfring
1
-2
/
+1
2019-07-29
net: hamradio: baycom_epp: Mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+2
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 69
Thomas Gleixner
1
-16
/
+1
2017-09-19
hamradio: baycom: use new parport device model
Sudip Mukherjee
1
-4
/
+46
2017-04-20
Annotate hardware config module parameters in drivers/net/hamradio/
David Howells
1
-1
/
+1
2017-01-19
Make static usermode helper binaries constant
Greg Kroah-Hartman
1
-3
/
+7
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-05-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-2
/
+4
2016-04-26
drivers: net: use NETDEV_TX_OK instead of NETDEV_TX_LOCKED
Florian Westphal
1
-2
/
+4
2016-04-13
x86/cpufeature: Replace cpu_has_tsc with boot_cpu_has() usage
Borislav Petkov
1
-4
/
+4
2015-07-06
x86/asm/tsc: Rename native_read_tsc() to rdtsc()
Andy Lutomirski
1
-1
/
+1
2015-07-06
x86/asm/tsc, drivers/net/hamradio/baycom_epp: Replace rdtscl() with native_re...
Andy Lutomirski
1
-1
/
+1
2015-03-03
ax25: Stop using magic neighbour cache operations.
Eric W. Biederman
1
-2
/
+3
2015-03-03
ax25: Refactor to use private neighbour operations.
Eric W. Biederman
1
-0
/
+2
2014-07-16
net: set name_assign_type in alloc_netdev()
Tom Gundersen
1
-1
/
+1
2013-05-08
drivers/net: rename random32() to prandom_u32()
Akinobu Mita
1
-1
/
+1
2012-02-01
hamradio: fix incompatible pointer in module parameter
Danny Kukawka
1
-1
/
+1
2011-05-25
baycom: Drop __TIME__ usage
Michal Marek
1
-1
/
+1
2009-11-19
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+1
2009-10-15
hamradio: Fix bit test correctly.
Thomas Sailer
1
-4
/
+3
2009-10-13
net/hamradio: fix test in receive()
roel kluin
1
-1
/
+2
2009-10-11
headers: remove sched.h from interrupt.h
Alexey Dobriyan
1
-0
/
+1
2009-08-13
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+1
2009-07-08
Remove multiple KERN_ prefixes from printk formats
Joe Perches
1
-1
/
+1
2009-07-06
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
Patrick McHardy
1
-3
/
+3
2009-06-13
net: use symbolic values for ndo_start_xmit() return codes
Patrick McHardy
1
-1
/
+1
2009-01-22
baycom: convert to net_device_ops
Stephen Hemminger
1
-5
/
+9
2009-01-22
baycom: convert to internal net_device_stats
Stephen Hemminger
1
-22
/
+7
2008-11-04
drivers/net: Kill now superfluous ->last_rx stores.
David S. Miller
1
-1
/
+0
2008-06-12
net: Eliminate flush_scheduled_work() calls while RTNL is held.
David S. Miller
1
-1
/
+1
2007-10-24
[PARPORT] Remove unused 'irq' argument from parport irq functions
Jeff Garzik
1
-7
/
+1
2007-10-11
[NET]: Move hardware header operations out of netdevice.
Stephen Hemminger
1
-2
/
+1
2007-07-18
usermodehelper: Tidy up waiting
Jeremy Fitzhardinge
1
-1
/
+1
2007-02-20
Replace local random function with random32()
Ralf Baechle
1
-11
/
+2
2006-12-12
[HAMRADIO]: Fix baycom_epp.c compile failure.
Ralf Baechle
1
-1
/
+1
2006-12-09
[AX.25]: Fix default address and broadcast address initialization.
Ralf Baechle
1
-8
/
+2
2006-11-22
WorkStruct: make allyesconfig
David Howells
1
-5
/
+9
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-1
/
+1
2006-01-17
[PATCH] drivers/net/*: use time_after() and friends
Marcelo Feitoza Parisi
1
-1
/
+1
[next]