aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/hamradio/dmascc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-4/+4
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-03-28dmascc: fix incomplete conversion to network_device_opsAlexander Beregalov1-1/+1
2009-01-21dmascc: convert to network_device_opsStephen Hemminger1-5/+8
2009-01-21dmascc: convert to internal network device statsStephen Hemminger1-25/+16
2008-11-20netdevice hamradio: Convert directly reference of netdev->privWang Chen1-6/+6
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-06-27hamradio: remove unused variableAndre Haupt1-2/+0
2008-04-21hamradio: Remove unneeded and deprecated cli()/sti() calls in dmascc.cMark Asselstine1-3/+0
2008-02-05hamradio: fix dmascc section mismatchRandy Dunlap1-2/+2
2007-10-19remove asm/bitops.h includesJiri Slaby1-1/+1
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger1-2/+1
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-4/+2
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo1-1/+1
2006-12-08[AX.25]: Fix default address and broadcast address initialization.Ralf Baechle1-8/+2
2006-12-06[PATCH] hamradio/dmascc: fix up work_struct-induced breakageAl Viro1-4/+4
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-06-26[PATCH] drivers/net/hamradio/dmascc.c: fix section mismatchAdrian Bunk1-1/+1
2006-05-03[HAMRADIO]: Remove remaining SET_MODULE_OWNER calls from hamradio drivers.Ralf Baechle DL5RB1-1/+0
2006-03-25[PATCH] Remove MODULE_PARMRusty Russell1-1/+1
2005-11-05[PATCH] drivers/net/hamradio/dmascc.c: remove dmascc_setup()Adrian Bunk1-10/+0
2005-09-12[AX.25]: Rename ax25_encapsulate to ax25_hard_headerRalf Baechle1-1/+1
2005-09-12[HAMRADIO]: driver cleanupsRalf Baechle1-4/+4
2005-04-24[AX25] Introduce ax25_type_transArnaldo Carvalho de Melo1-3/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1493