aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/meth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-01-28netdev: remove HAVE_ leftoversAlexey Dobriyan1-3/+0
2009-10-01don't use __devexit_p to wrap meth_removeUwe Kleine-König1-1/+1
2009-07-23net: move meth's probe function to .devinit.textUwe Kleine-König1-1/+1
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-05-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-13/+14
2009-05-17NET: Meth: Fix unsafe mix of irq and non-irq spinlocks.Ralf Baechle1-13/+14
2009-04-16meth: convert to net_device_opsAlexander Beregalov1-13/+15
2009-03-30MIPS: Stop using <asm-generic/int-l64.h>.Ralf Baechle1-1/+1
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-10-27net: convert print_mac to %pMJohannes Berg1-2/+1
2008-09-24drivers/net: replace __FUNCTION__ with __func__Harvey Harrison1-1/+1
2008-08-07METH: fix MAC address setupThomas Bogendoerfer1-1/+1
2008-07-22Fix typo in meth driverChristoph Lameter1-1/+1
2008-04-25net drivers: fix platform driver hotplug/coldplugKay Sievers1-0/+2
2008-01-08[METH]: Fix MAC address handling.Thomas Bogendoerfer1-3/+7
2007-11-02cleanup asm/scatterlist.h includesAdrian Bunk1-1/+0
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-3/+3
2007-10-10[NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik1-18/+10
2007-08-25Don't use GFP_DMA for zone allocation.Ralf Baechle1-1/+1
2007-05-24meth driver renovationRalf Baechle1-23/+45
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo1-5/+5
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-1/+0
2007-02-17Convert meth to netdev_privRalf Baechle1-13/+13
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-12-02[NET]: Kill direct includes of asm/checksum.hAl Viro1-1/+0
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-09-13drivers/net: Trim trailing whitespaceJeff Garzik1-7/+7
2006-03-25[PATCH] Remove MODULE_PARMRusty Russell1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+843