aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/atl1c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-18drivers/net/atl1c: remove exceptional & on function nameJulia Lawall1-1/+1
2009-11-07atl1c: change atl1c_buffer struct and restructure clean atl1c_buffer procedureJie Yang2-45/+61
2009-10-27atl1c: duplicate atl1c_get_tpdJie Yang1-2/+0
2009-09-22atl1c:remove compiling warningjie.yang@atheros.com1-1/+1
2009-09-03netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings1-8/+0
2009-09-02drivers: Kill now superfluous ->last_rx storesEric Dumazet1-1/+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-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+4
2009-08-09atlx: strncpy does not null terminate stringRoel Kluin1-4/+4
2009-08-01atl1c: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson1-0/+3
2009-07-16atl1c: misplaced parenthesisroel kluin1-1/+1
2009-07-16atl1c: add missing parenthesesroel kluin1-4/+4
2009-06-25atl1*: add device_set_wakeup_enable to atl1*_set_wolBrandon Philips1-0/+2
2009-06-11atl1c: WAKE_MCAST tested twice, not WAKE_UCASTRoel Kluin1-1/+1
2009-06-01atl1c_main.c: add wait_for_idle routineJoe Perches1-25/+23
2009-05-29net: dont update dev->trans_startEric Dumazet1-1/+0
2009-05-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2009-04-28atl1c: disable L1/L0s when link detectedJie Yang1-17/+7
2009-04-13Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n)Yang Hongyang1-2/+2
2009-03-23atl1c: remove duplicated #includeHuang Weiyi1-1/+0
2009-02-18atl1c: Atheros L1C Gigabit Ethernet driverJie Yang6-0/+5108