summaryrefslogtreecommitdiff
path: root/drivers/net/atl1e/atl1e_main.c
AgeCommit message (Expand)Author
2009-06-11net: ntohs() misuseEric Dumazet
2009-06-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-05-29ath1e: add new device id for asus hardwareGreg Kroah-Hartman
2009-05-29net: dont update dev->trans_startEric Dumazet
2009-05-25atl1: use netdev->statsEric Dumazet
2009-04-13drivers/net: replace BUG() with BUG_ON() if possibleAlexander Beregalov
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang
2009-01-21net: Remove redundant NAPI functionsBen Hutchings
2008-12-26net: Fix warning fallout from recent NAPI interface changes.David S. Miller
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger
2008-11-19atl1e: convert to net_device_opsStephen Hemminger
2008-11-12netdevice: safe convert to netdev_priv() #part-1Wang Chen
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller
2008-09-24[netdrvr] atl1e: Don't take the mdio_lock in atl1e_probeMatthew Wilcox
2008-08-27atl1e: multistatement if missing bracesIlpo Järvinen
2008-08-09uninline atl1e_setup_mac_ctrl()Adrian Bunk
2008-07-22[netdrvr] atl1d: fix !CONFIG_PM buildJeff Garzik
2008-07-22atl1e: Atheros L1E Gigabit Ethernet driverJie Yang