aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/hamradio/yam.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 69Thomas Gleixner1-16/+1
2018-10-05yam: fix a missing-check bugWenwen Wang1-0/+4
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig1-15/+1
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches1-1/+1
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+2
2017-10-27drivers/net: hamradio/yam: Convert timers to use timer_setup()Kees Cook1-2/+2
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook1-1/+1
2017-05-08yam: use memdup_userGeliang Tang1-6/+4
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-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
2014-03-27yam: replace del_timer by del_timer_syncJulia Lawall1-1/+1
2013-12-19hamradio/yam: fix info leak in ioctlSalva Peiró1-0/+1
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2013-10-17yam: remove a no-op in yam_ioctl()Dan Carpenter1-1/+0
2013-10-07net: hamradio/yam: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-05-07drivers/net: rename random32() to prandom_u32()Akinobu Mita1-1/+1
2013-03-27yam: remove redundant null check on devColin Ian King1-1/+1
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-1/+1
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng1-1/+1
2012-10-06sections: fix section conflicts in drivers/net/hamradioAndi Kleen1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches1-1/+0
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-09hamradio: Resolve memory leak due to missing firmware release in add_mcs()Jesper Juhl1-2/+2
2010-05-28drivers/net/hamradio: Eliminate a NULL pointer dereferenceJulia Lawall1-2/+1
2009-09-01convert hamradio drivers to netdev_txreturnt_tStephen Hemminger1-1/+2
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-03-30yam: use request_firmwareJaswinder Singh Rajput1-6/+58
2009-02-17drivers/net/hamradio: fix sparse warning: symbol shadows an earlier oneHannes Eder1-3/+3
2009-02-17drivers/net/hamradio: fix warning: format not a string literal and no ...Hannes Eder1-1/+2
2009-01-21net: constify VFTsJan Engelhardt1-1/+1
2009-01-21yam: convert to net_device_opsStephen Hemminger1-8/+9
2009-01-21yam: convert to internal net_device_statsStephen Hemminger1-33/+9
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger1-2/+1
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman1-2/+3
2007-04-26[NET]: Fix yam.cAndrew Morton1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo1-1/+3
2007-02-20Replace local random function with random32()Ralf Baechle1-9/+2
2007-02-12[PATCH] mark struct file_operations const 5Arjan van de Ven1-1/+1
2006-12-08[AX.25]: Fix default address and broadcast address initialization.Ralf Baechle1-7/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-05-03[HAMRADIO]: Remove remaining SET_MODULE_OWNER calls from hamradio drivers.Ralf Baechle DL5RB1-1/+0
2005-09-12[AX.25]: Rename ax25_encapsulate to ax25_hard_headerRalf Baechle1-1/+1
2005-09-12[HAMRADIO]: driver cleanupsRalf Baechle1-20/+6