aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/atlx/atl2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-30net: remove redundant codeEric Dumazet1-1/+0
2010-02-22net: convert multiple drivers to use netdev_for_each_mc_addr, part3Jiri Pirko1-1/+1
2010-01-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+5
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2010-01-07NET: atlx, fix memory leakJiri Slaby1-2/+5
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches1-1/+1
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet1-2/+1
2009-09-03netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings1-4/+0
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger1-1/+1
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger1-1/+2
2009-07-13atlx: duplicate testing of MCAST flagroel kluin1-1/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-2/+2
2009-02-17drivers/net/atlx: fix sparse warnings: fix signednessHannes Eder1-1/+1
2008-11-25atlx: fix warning in drivers/net/atlx/atl2.cIngo Molnar1-2/+0
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger1-1/+1
2008-11-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+5
2008-11-20atl2: don't request irq on resume if netif runningAlan Jenkins1-3/+5
2008-11-19atlx: convert to net_device_opsStephen Hemminger1-16/+17
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-11-02atlx: timer cleanupStephen Hemminger1-3/+5
2008-11-02atlx: use embedded net_device_statsStephen Hemminger1-33/+22
2008-10-08net: remove LLTX in atl2 driverKevin Hao1-23/+1
2008-10-08net: add net poll support for atl2 driverKevin Hao1-0/+12
2008-09-24atl2: add tx bytes statisticJay Cliburn1-1/+3
2008-09-18atl2: add atl2 driverChris Snook1-0/+3127