aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/atheros/atl1c/atl1c_main.c
AgeCommit message (Expand)Author
2013-08-11atl1c: use custom skb allocatorEric Dumazet
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2013-02-19atl1c: restore buffer stateHuang, Xiong
2013-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into netDavid S. Miller
2013-02-13atl1c: add error checking for pci_map_single functionsHuang, Xiong
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches
2013-01-08remove init of dev->perm_addr in driversJiri Pirko
2013-01-03net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko
2013-01-03net: set dev->addr_assign_type correctlyJiri Pirko
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman
2012-12-03net/atheros: remove __dev* attributesBill Pemberton
2012-10-06sections: fix section conflicts in drivers/netAndi Kleen
2012-09-12Merge branch 'pci/stephen-const' into nextBjorn Helgaas
2012-09-07netdev: make pci_error_handlers constStephen Hemminger
2012-08-23atl1c: Use PCI Express Capability accessorsJiang Liu
2012-07-20atl1c: fix issue of io access mode for AR8152 v2.1Cloud Ren
2012-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-07-10drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings
2012-07-08atl1c: fix issue of transmit queue 0 timed outCloud Ren
2012-06-06ethernet: Remove casts to same typeJoe Perches
2012-04-30atl1c: remove PHY polling from atl1c_change_mtuHuang, Xiong
2012-04-30atl1c: Disable L0S when no cable linkHuang, Xiong
2012-04-30atl1c: do MAC-reset when PHY link downHuang, Xiong
2012-04-30atl1c: cancel task when interface closedHuang, Xiong
2012-04-30atl1c: refine mac address related codeHuang, Xiong
2012-04-30atl1c: clear WoL status when reset pcieHuang, Xiong
2012-04-30atl1c: add PHY link event(up/down) patchHuang, Xiong
2012-04-26atl1c: refine start/enable code for MAC moduleHuang, Xiong
2012-04-26atl1c: add function atl1c_power_savingHuang, Xiong
2012-04-26atl1c: remove PHY reset/init for link down eventHuang, Xiong
2012-04-26atl1c: update PHY reset related routineHuang, Xiong
2012-04-26atl1c: remove PHY polling from atl1c_openHuang, Xiong
2012-04-26atl1c: refine SERDES-clock related codeHuang, Xiong
2012-04-26atl1c: remove PHY contrl in atl1c_reset_pcieHuang, Xiong
2012-04-26atl1c: refine phy-register read/write functionHuang, Xiong
2012-04-26atl1c: remove REG_PHY_STATUSHuang, Xiong
2012-04-19atl1c: remove MDIO_REG_ADDR_MASK in atl1c_mdio_read/writeHuang, Xiong
2012-04-19atl1c: fix WoL(magic) issue for l2cb 1.1Huang, Xiong
2012-04-19atl1c: refine atl1c_pcie_patchHuang, Xiong
2012-04-19atl1c: refine/update ASPM configurationHuang, Xiong
2012-04-19atl1c: clear bit MASTER_CTRL_CLK_SEL_DIS in atl1c_pcie_patchHuang, Xiong
2012-04-19atl1c: refine reg definition of REG_MASTER_CTRLHuang, Xiong
2012-04-19atl1c: clear PCIE error status in atl1c_reset_pcieHuang, Xiong
2012-04-19atl1c: remove dmar_dly_cnt and dmaw_dly_cntHuang, Xiong
2012-04-19atl1c: update right threshold for TSOHuang, Xiong
2012-04-19atl1c: add module parameter for l1c_wait_until_idleHuang, Xiong
2012-04-19atl1c: threshold for ASPM is changed based on chip capabilityHuang, Xiong
2012-04-18atl1c: restore max-read-request-size in Device Conrol RegisterHuang, Xiong
2012-04-18atl1c: using fixed TXQ configuration for l2cb and l1cHuang, Xiong