summaryrefslogtreecommitdiff
path: root/drivers/net/hamradio/yam.c
AgeCommit message (Expand)Author
2021-10-13hamradio: use dev_addr_set() for setting device addressJakub Kicinski
2021-10-09net: use dev_addr_set()Jakub Kicinski
2021-07-27hamradio: use ndo_siocdevprivateArnd Bergmann
2021-05-20net: hamradio: remove leading spaces before tabsHui Tang
2020-06-04yam: fix possible memory leak in yam_init_driverWang Hai
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 69Thomas Gleixner
2018-10-05yam: fix a missing-check bugWenwen Wang
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-10-27drivers/net: hamradio/yam: Convert timers to use timer_setup()Kees Cook
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook
2017-05-08yam: use memdup_userGeliang Tang
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2015-03-03ax25: Stop using magic neighbour cache operations.Eric W. Biederman
2015-03-02ax25: Refactor to use private neighbour operations.Eric W. Biederman
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen
2014-03-27yam: replace del_timer by del_timer_syncJulia Lawall
2013-12-19hamradio/yam: fix info leak in ioctlSalva Peiró
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-17yam: remove a no-op in yam_ioctl()Dan Carpenter
2013-10-07net: hamradio/yam: remove deprecated IRQF_DISABLEDMichael Opdenacker
2013-05-07drivers/net: rename random32() to prandom_u32()Akinobu Mita
2013-03-27yam: remove redundant null check on devColin Ian King
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng
2012-10-06sections: fix section conflicts in drivers/net/hamradioAndi Kleen
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches
2011-03-31Fix common misspellingsLucas De Marchi
2011-01-09hamradio: Resolve memory leak due to missing firmware release in add_mcs()Jesper Juhl
2010-05-28drivers/net/hamradio: Eliminate a NULL pointer dereferenceJulia Lawall
2009-09-01convert hamradio drivers to netdev_txreturnt_tStephen Hemminger
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy
2009-03-30yam: use request_firmwareJaswinder Singh Rajput
2009-02-17drivers/net/hamradio: fix sparse warning: symbol shadows an earlier oneHannes Eder
2009-02-17drivers/net/hamradio: fix warning: format not a string literal and no ...Hannes Eder
2009-01-21net: constify VFTsJan Engelhardt
2009-01-21yam: convert to net_device_opsStephen Hemminger
2009-01-21yam: convert to internal net_device_statsStephen Hemminger
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman
2007-04-26[NET]: Fix yam.cAndrew Morton
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo
2007-02-20Replace local random function with random32()Ralf Baechle
2007-02-12[PATCH] mark struct file_operations const 5Arjan van de Ven
2006-12-08[AX.25]: Fix default address and broadcast address initialization.Ralf Baechle
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells