aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/atheros/atl1c/atl1c_main.c
AgeCommit message (Expand)Author
2023-09-23ethernet: atheros: fix return value check in atl1c_tso_csum()Yuanjun Gong
2018-07-22atl1c: reserve min skb headroomFlorian Westphal
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-06-29net: atl1c: fix spelling mistake: "droppted" -> "dropped"Colin Ian King
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2016-10-18ethernet/atheros: use core min/max MTU checkingJarod Wilson
2016-04-26atl1c: remove private tx lockFlorian Westphal
2016-03-02ethernet/atl1c: remove left over dead codeEric Engestrom
2015-12-04atl1c: Improve driver not to do order 4 GFP_ATOMIC allocationPavel Machek
2015-08-12net: atl1c: add BQL supportRon Angeles
2015-03-08ethernet: codespell comment spelling fixesJoe Perches
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2014-11-20Merge Linus' tree to be be to apply submitted patches to newer code thanJiri Kosina
2014-10-29treewide: Fix company name in module descriptionsMasanari Iida
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-03-29atl1c: remove open-coded skb_cow_head.françois romieu
2014-03-24atl1c: Call dev_kfree/consume_skb_any instead of dev_kfree_skb.Eric W. Biederman
2014-01-14atl1c: update statistics codeSabrina Dubroca
2013-12-19atl1c: Check return from pci_find_ext_capability() in atl1c_reset_pcie()Betty Dall
2013-07-30atl1c: Fix misuse of netdev_alloc_skb in refilling rx ringEric Dumazet
2013-07-27Revert "atl1c: Fix misuse of netdev_alloc_skb in refilling rx ring"David S. Miller
2013-07-26atl1c: Fix misuse of netdev_alloc_skb in refilling rx ringNeil Horman
2013-05-22net/ethernet/atheros/atl1c/atl1c_main: Use module_pci_driver to register driverPeter Hüwe
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