aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/atheros/atl1c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-26atl1c: remove PHY reset/init for link down eventHuang, Xiong1-2/+0
2012-04-26atl1c: update PHY reset related routineHuang, Xiong3-200/+346
2012-04-26atl1c: remove PHY polling from atl1c_openHuang, Xiong1-7/+0
2012-04-26atl1c: refine SERDES-clock related codeHuang, Xiong3-27/+49
2012-04-26atl1c: remove PHY contrl in atl1c_reset_pcieHuang, Xiong1-9/+2
2012-04-26atl1c: refine phy-register read/write functionHuang, Xiong3-61/+197
2012-04-26atl1c: remove REG_PHY_STATUSHuang, Xiong2-9/+0
2012-04-19atl1c: remove MDIO_REG_ADDR_MASK in atl1c_mdio_read/writeHuang, Xiong1-2/+2
2012-04-19atl1c: fix WoL(magic) issue for l2cb 1.1Huang, Xiong2-28/+52
2012-04-19atl1c: refine atl1c_pcie_patchHuang, Xiong2-18/+48
2012-04-19atl1c: refine/update ASPM configurationHuang, Xiong2-122/+111
2012-04-19atl1c: clear bit MASTER_CTRL_CLK_SEL_DIS in atl1c_pcie_patchHuang, Xiong1-1/+6
2012-04-19atl1c: refine reg definition of REG_MASTER_CTRLHuang, Xiong2-19/+24
2012-04-19atl1c: clear PCIE error status in atl1c_reset_pcieHuang, Xiong2-17/+11
2012-04-19atl1c: remove dmar_dly_cnt and dmaw_dly_cntHuang, Xiong2-4/+0
2012-04-19atl1c: update right threshold for TSOHuang, Xiong3-5/+9
2012-04-19atl1c: add module parameter for l1c_wait_until_idleHuang, Xiong2-15/+24
2012-04-19atl1c: threshold for ASPM is changed based on chip capabilityHuang, Xiong1-3/+4
2012-04-18atl1c: restore max-read-request-size in Device Conrol RegisterHuang, Xiong2-11/+11
2012-04-18atl1c: using fixed TXQ configuration for l2cb and l1cHuang, Xiong2-19/+28
2012-04-18atl1c: remove dmaw_blockHuang, Xiong2-5/+0
2012-04-18atl1c: correct wrong definition of REG_DMA_CTRLHuang, Xiong2-43/+32
2012-04-18atl1c: wrong register used to stop TXQHuang, Xiong1-1/+1
2012-04-18atl1c: remove code related to rxq 1/2/3Huang, Xiong2-19/+13
2012-04-18atl1c: split 2 32bit registers of TPD to 4 16bit registersHuang, Xiong3-39/+22
2012-04-18atl1c: remove SMB/CMB DMA related codeHuang, Xiong3-57/+6
2012-04-18atl1c: remove VPD registerHuang, Xiong3-16/+4
2012-04-18atl1c: remove HDS registerHuang, Xiong2-9/+0
2012-04-18atl1c: remove multiple-RX-Q codeHuang, Xiong3-210/+66
2012-04-18atl1c: update author contact info & company/driver desciptionHuang, Xiong1-2/+3
2012-04-07atl1c: stop using net_device.{base_addr, irq}.Francois Romieu1-4/+1
2012-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-03-08atl1c: set ATL1C_WORK_EVENT_RESET bit correctlyDan Carpenter1-1/+1
2012-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+0
2012-02-19atl1c: dont use highprio tx queueEric Dumazet1-4/+0
2012-02-17atheros eth: set addr_assign_type if random_ether_addr() usedDanny Kukawka2-6/+5
2012-02-06netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi1-1/+1
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches1-1/+0
2011-11-22Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a number of driversRick Jones1-1/+0
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław1-5/+8
2011-10-19net: add skb frag size accessorsEric Dumazet1-1/+1
2011-10-06net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell1-1/+1
2011-08-30atl1c: convert to SKB paged frag API.Ian Campbell1-5/+4
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-11atl*: Move the Atheros driversJeff Kirsher6-0/+5413