summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/atheros/atl1c/atl1c_main.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-28Revert "atl1c: Fix misuse of netdev_alloc_skb in refilling rx ring"David S. Miller1-1/+1
2013-07-27atl1c: Fix misuse of netdev_alloc_skb in refilling rx ringNeil Horman1-1/+1
2013-05-23net/ethernet/atheros/atl1c/atl1c_main: Use module_pci_driver to register driverPeter Hüwe1-24/+1
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-1/+1
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-11/+11
2013-02-19atl1c: restore buffer stateHuang, Xiong1-1/+1
2013-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into netDavid S. Miller1-7/+64
2013-02-13atl1c: add error checking for pci_map_single functionsHuang, Xiong1-7/+64
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches1-4/+2
2013-01-09remove init of dev->perm_addr in driversJiri Pirko1-1/+0
2013-01-04net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko1-1/+0
2013-01-04net: set dev->addr_assign_type correctlyJiri Pirko1-1/+1
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-2/+1
2012-12-03net/atheros: remove __dev* attributesBill Pemberton1-7/+7
2012-10-05sections: fix section conflicts in drivers/netAndi Kleen1-1/+1
2012-09-12Merge branch 'pci/stephen-const' into nextBjorn Helgaas1-1/+1
2012-09-08netdev: make pci_error_handlers constStephen Hemminger1-1/+1
2012-08-23atl1c: Use PCI Express Capability accessorsJiang Liu1-1/+1
2012-07-20atl1c: fix issue of io access mode for AR8152 v2.1Cloud Ren1-1/+15
2012-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2012-07-11drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-41/+27
2012-07-09atl1c: fix issue of transmit queue 0 timed outCloud Ren1-1/+0
2012-06-06ethernet: Remove casts to same typeJoe Perches1-5/+4
2012-05-01atl1c: remove PHY polling from atl1c_change_mtuHuang, Xiong1-8/+0
2012-05-01atl1c: Disable L0S when no cable linkHuang, Xiong1-1/+1
2012-05-01atl1c: do MAC-reset when PHY link downHuang, Xiong1-27/+47
2012-05-01atl1c: cancel task when interface closedHuang, Xiong1-0/+5
2012-05-01atl1c: refine mac address related codeHuang, Xiong1-2/+4
2012-05-01atl1c: clear WoL status when reset pcieHuang, Xiong1-0/+3
2012-05-01atl1c: add PHY link event(up/down) patchHuang, Xiong1-0/+53
2012-04-26atl1c: refine start/enable code for MAC moduleHuang, Xiong1-63/+30
2012-04-26atl1c: add function atl1c_power_savingHuang, Xiong1-87/+2
2012-04-26atl1c: remove PHY reset/init for link down eventHuang, Xiong1-2/+0
2012-04-26atl1c: update PHY reset related routineHuang, Xiong1-10/+13
2012-04-26atl1c: remove PHY polling from atl1c_openHuang, Xiong1-7/+0
2012-04-26atl1c: refine SERDES-clock related codeHuang, Xiong1-14/+26
2012-04-26atl1c: remove PHY contrl in atl1c_reset_pcieHuang, Xiong1-9/+2
2012-04-26atl1c: refine phy-register read/write functionHuang, Xiong1-2/+2
2012-04-26atl1c: remove REG_PHY_STATUSHuang, Xiong1-2/+0
2012-04-20atl1c: remove MDIO_REG_ADDR_MASK in atl1c_mdio_read/writeHuang, Xiong1-2/+2
2012-04-20atl1c: fix WoL(magic) issue for l2cb 1.1Huang, Xiong1-2/+7
2012-04-20atl1c: refine atl1c_pcie_patchHuang, Xiong1-13/+36
2012-04-20atl1c: refine/update ASPM configurationHuang, Xiong1-99/+68
2012-04-20atl1c: clear bit MASTER_CTRL_CLK_SEL_DIS in atl1c_pcie_patchHuang, Xiong1-1/+6
2012-04-20atl1c: refine reg definition of REG_MASTER_CTRLHuang, Xiong1-1/+1
2012-04-20atl1c: clear PCIE error status in atl1c_reset_pcieHuang, Xiong1-4/+11
2012-04-20atl1c: remove dmar_dly_cnt and dmaw_dly_cntHuang, Xiong1-2/+0
2012-04-20atl1c: update right threshold for TSOHuang, Xiong1-3/+8
2012-04-20atl1c: add module parameter for l1c_wait_until_idleHuang, Xiong1-5/+6
2012-04-20atl1c: threshold for ASPM is changed based on chip capabilityHuang, Xiong1-3/+4