aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/hamradio/yam.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2005-09-09[PATCH] timer initialization cleanup: DEFINE_TIMERIngo Molnar1-1/+1
2005-04-24[AX25] Introduce ax25_type_transArnaldo Carvalho de Melo1-3/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1218