aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/defxx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger1-6/+4
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy1-3/+3
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy1-1/+1
2009-02-10netdev: Use __netdev_alloc_skb() instead of __dev_alloc_skb().David S. Miller1-1/+1
2008-12-03netdev: remove pathetic compile-command linesAlexey Dobriyan1-7/+0
2008-11-20defxx: convert driver to net_device_opsStephen Hemminger1-7/+10
2008-11-10net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-03-26misc drivers/net annotationsAl Viro1-1/+2
2007-10-23defxx.c: dfx_bus_init() is __devexit not __devinitMaciej W. Rozycki1-1/+1
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-07-24defxx: Use __maybe_unused rather than a local hackMaciej W. Rozycki1-9/+8
2007-05-30defxx: Fix the handling of ioremap() failuresMaciej W. Rozycki1-0/+1
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo1-1/+3
2007-04-25[HIPPI/FDDI]: Make {hippi,fddi}_type_trans set skb->devArnaldo Carvalho de Melo1-2/+0
2007-02-09[TC] defxx: TURBOchannel supportMaciej W. Rozycki1-326/+602
2006-12-02[PATCH] defxx: Big-endian hosts supportMaciej W. Rozycki1-20/+19
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-4/+2
2006-09-13drivers/net: Trim trailing whitespaceJeff Garzik1-134/+134
2006-08-19drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik1-1/+1
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2005-06-26[PATCH] defxx: Use irqreturn_t for the interrupt handlerMaciej W. Rozycki1-37/+51
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+3463