Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
ffc58bc4af9365d4eea72526bb3cf6a83615c673
/
drivers
/
net
/
hamradio
/
yam.c
20c3d9e
hamradio: use dev_addr_set() for setting device address
by Jakub Kicinski
· 3 years, 3 months ago
ea52a0b
net: use dev_addr_set()
by Jakub Kicinski
· 3 years, 3 months ago
25ec92f
hamradio: use ndo_siocdevprivate
by Arnd Bergmann
· 3 years, 5 months ago
d1542f8
net: hamradio: remove leading spaces before tabs
by Hui Tang
· 3 years, 7 months ago
98749b7
yam: fix possible memory leak in yam_init_driver
by Wang Hai
· 4 years, 7 months ago
3f5296f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 69
by Thomas Gleixner
· 6 years ago
0781168
yam: fix a missing-check bug
by Wenwen Wang
· 6 years ago
fddda2b
proc: introduce proc_create_seq{,_data}
by Christoph Hellwig
· 7 years ago
d61e403
drivers/net: Use octal not symbolic permissions
by Joe Perches
· 7 years ago
5bbcc0f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 7 years ago
f6fd891
drivers/net: hamradio/yam: Convert timers to use timer_setup()
by Kees Cook
· 7 years ago
1d27e3e
timer: Remove expires and data arguments from DEFINE_TIMER
by Kees Cook
· 7 years ago
871ff2e
yam: use memdup_user
by Geliang Tang
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
860e953
treewide: replace dev->trans_start update with helper
by Florian Westphal
· 9 years ago
1d5da75
ax25: Stop using magic neighbour cache operations.
by Eric W. Biederman
· 10 years ago
3b6a94b
ax25: Refactor to use private neighbour operations.
by Eric W. Biederman
· 10 years ago
c835a67
net: set name_assign_type in alloc_netdev()
by Tom Gundersen
· 10 years ago
d3be267
yam: replace del_timer by del_timer_sync
by Julia Lawall
· 11 years ago
8e3fbf8
hamradio/yam: fix info leak in ioctl
by Salva Peiró
· 11 years ago
c3fa32b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
39bb93f
yam: remove a no-op in yam_ioctl()
by Dan Carpenter
· 11 years ago
bfdd56b
net: hamradio/yam: remove deprecated IRQF_DISABLED
by Michael Opdenacker
· 11 years ago
e00adf3
drivers/net: rename random32() to prandom_u32()
by Akinobu Mita
· 12 years ago
429a22c
yam: remove redundant null check on dev
by Colin Ian King
· 12 years ago
ece31ff
net: proc: change proc_net_remove to remove_proc_entry
by Gao feng
· 12 years ago
d4beaa6
net: proc: change proc_net_fops_create to proc_create
by Gao feng
· 12 years ago
afa8c78
sections: fix section conflicts in drivers/net/hamradio
by Andi Kleen
· 12 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
e404dec
drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages
by Joe Perches
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
26877c7
hamradio: Resolve memory leak due to missing firmware release in add_mcs()
by Jesper Juhl
· 14 years ago
89dc0be
drivers/net/hamradio: Eliminate a NULL pointer dereference
by Julia Lawall
· 15 years ago
36e4d64
convert hamradio drivers to netdev_txreturnt_t
by Stephen Hemminger
· 15 years ago
6ed1065
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
by Patrick McHardy
· 16 years ago
a7a5eb9
yam: use request_firmware
by Jaswinder Singh Rajput
· 16 years ago
9b329f1
drivers/net/hamradio: fix sparse warning: symbol shadows an earlier one
by Hannes Eder
· 16 years ago
eb33ae2
drivers/net/hamradio: fix warning: format not a string literal and no ...
by Hannes Eder
· 16 years ago
4101dec
net: constify VFTs
by Jan Engelhardt
· 16 years ago
3f75f74
yam: convert to net_device_ops
by Stephen Hemminger
· 16 years ago
3c94acb
yam: convert to internal net_device_stats
by Stephen Hemminger
· 16 years ago
babcda7
drivers/net: Kill now superfluous ->last_rx stores.
by David S. Miller
· 16 years ago
3b04ddd
[NET]: Move hardware header operations out of netdevice.
by Stephen Hemminger
· 17 years ago
457c4cb
[NET]: Make /proc/net per network namespace
by Eric W. Biederman
· 17 years ago
55404bc
[NET]: Fix yam.c
by Andrew Morton
· 18 years ago
d626f62
[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}
by Arnaldo Carvalho de Melo
· 18 years ago
8b5b467
Replace local random function with random32()
by Ralf Baechle
· 18 years ago
d54b1fd
[PATCH] mark struct file_operations const 5
by Arjan van de Ven
· 18 years ago
15b1c0e
[AX.25]: Fix default address and broadcast address initialization.
by Ralf Baechle
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
1fb9df5
[PATCH] irq-flags: drivers/net: Use the new IRQF_ constants
by Thomas Gleixner
· 19 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 19 years ago
3ab33dc
[HAMRADIO]: Remove remaining SET_MODULE_OWNER calls from hamradio drivers.
by Ralf Baechle DL5RB
· 19 years ago
6f74998
[AX.25]: Rename ax25_encapsulate to ax25_hard_header
by Ralf Baechle
· 19 years ago
c4bc7ee
[HAMRADIO]: driver cleanups
by Ralf Baechle
· 19 years ago
8d06afa
[PATCH] timer initialization cleanup: DEFINE_TIMER
by Ingo Molnar
· 19 years ago
56cb515
[AX25] Introduce ax25_type_trans
by Arnaldo Carvalho de Melo
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago