summaryrefslogtreecommitdiffstats
path: root/drivers/net/hamradio/yam.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-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
* yam: replace del_timer by del_timer_syncJulia Lawall2014-03-271-1/+1
* hamradio/yam: fix info leak in ioctlSalva Peiró2013-12-191-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-231-1/+0
|\
| * yam: remove a no-op in yam_ioctl()Dan Carpenter2013-10-171-1/+0
* | net: hamradio/yam: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-071-1/+1
|/
* drivers/net: rename random32() to prandom_u32()Akinobu Mita2013-05-071-1/+1
* yam: remove redundant null check on devColin Ian King2013-03-271-1/+1
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-1/+1
* net: proc: change proc_net_fops_create to proc_createGao feng2013-02-181-1/+1
* sections: fix section conflicts in drivers/net/hamradioAndi Kleen2012-10-061-1/+1
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches2012-01-311-1/+0
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* hamradio: Resolve memory leak due to missing firmware release in add_mcs()Jesper Juhl2011-01-091-2/+2
* drivers/net/hamradio: Eliminate a NULL pointer dereferenceJulia Lawall2010-05-281-2/+1
* convert hamradio drivers to netdev_txreturnt_tStephen Hemminger2009-09-011-1/+2
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-1/+1
* yam: use request_firmwareJaswinder Singh Rajput2009-03-301-6/+58
* drivers/net/hamradio: fix sparse warning: symbol shadows an earlier oneHannes Eder2009-02-171-3/+3
* drivers/net/hamradio: fix warning: format not a string literal and no ...Hannes Eder2009-02-171-1/+2
* net: constify VFTsJan Engelhardt2009-01-211-1/+1
* yam: convert to net_device_opsStephen Hemminger2009-01-211-8/+9
* yam: convert to internal net_device_statsStephen Hemminger2009-01-211-33/+9
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-1/+0
* [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-101-2/+1
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-101-2/+3
* [NET]: Fix yam.cAndrew Morton2007-04-261-1/+1
* [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-251-1/+3
* Replace local random function with random32()Ralf Baechle2007-02-201-9/+2
* [PATCH] mark struct file_operations const 5Arjan van de Ven2007-02-121-1/+1
* [AX.25]: Fix default address and broadcast address initialization.Ralf Baechle2006-12-081-7/+2
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-1/+1
* [PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [HAMRADIO]: Remove remaining SET_MODULE_OWNER calls from hamradio drivers.Ralf Baechle DL5RB2006-05-031-1/+0
* [AX.25]: Rename ax25_encapsulate to ax25_hard_headerRalf Baechle2005-09-121-1/+1
* [HAMRADIO]: driver cleanupsRalf Baechle2005-09-121-20/+6
* [PATCH] timer initialization cleanup: DEFINE_TIMERIngo Molnar2005-09-091-1/+1
* [AX25] Introduce ax25_type_transArnaldo Carvalho de Melo2005-04-241-3/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+1218