aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/atheros (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-05net: alx: make alx_drv_name staticRasmus Villemoes2-2/+1
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+0
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep1-2/+0
2018-09-19atl1: remove set but not used variable 'advertising'YueHaibing1-20/+1
2018-09-18net: ethernet: remove redundant includezhong jiang1-1/+0
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-07-22atl1c: reserve min skb headroomFlorian Westphal1-0/+1
2018-07-04net: alx: remove redundant variable old_duplexColin Ian King1-2/+0
2018-06-30alx: take rtnl before calling __alx_open from resumeSabrina Dubroca1-1/+7
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook3-6/+6
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook4-20/+19
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-29net: atl1c: fix spelling mistake: "droppted" -> "dropped"Colin Ian King1-1/+1
2017-05-22net: atheros: atl2: don't return zero on failure path in atl2_probe()Alexey Khoroshilov1-4/+4
2017-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+2
2017-05-08scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd1-1/+1
2017-05-05net: alx: handle pci_alloc_irq_vectors return correctlyRakesh Pandit1-2/+2
2017-04-24net: atheros: atl1: use offset_in_page() macroGeliang Tang1-6/+5
2017-04-11net: alx: switch to pci_alloc_irq_vectorsChristoph Hellwig2-80/+54
2017-02-03atl1e: add GRO supportEric Dumazet1-1/+1
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet4-4/+4
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+8
2017-01-24alx: work around hardware bug in interrupt fallback pathTobias Regnery1-2/+6
2017-01-24alx: fix fallback to msi or legacy interruptsTobias Regnery1-0/+1
2017-01-24alx: fix wrong condition to free descriptor memoryTobias Regnery1-1/+1
2017-01-09alx: add feature flag for rx checksummingTobias Regnery1-0/+1
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-4/+2
2016-12-16Makefile: drop -D__CHECK_ENDIAN__ from cflagsMichael S. Tsirkin1-1/+0
2016-11-15alx: enable multiple tx queuesTobias Regnery1-2/+6
2016-11-15alx: enable msi-x interrupts by defaultTobias Regnery1-5/+1
2016-11-15alx: prepare tx path for multi queue supportTobias Regnery1-13/+45
2016-11-15alx: prepare resource allocation for multi queue supportTobias Regnery1-52/+97
2016-11-15alx: prepare interrupt functions for multiple queuesTobias Regnery1-27/+105
2016-11-15alx: switch to per queue data structuresTobias Regnery2-95/+93
2016-11-15alx: add ability to allocate and free alx_napi structuresTobias Regnery1-21/+78
2016-11-15alx: extend data structures for multi queue supportTobias Regnery1-0/+31
2016-11-15alx: refactor descriptor allocationTobias Regnery1-44/+53
2016-11-14net: atheros: atl2: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-30/+36
2016-11-14net: atheros: atl1: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-30/+36
2016-11-14net: atheros: atl1c: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-24/+30
2016-11-14net: alx: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-24/+35
2016-11-13net: atheros: atl1e: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-26/+36
2016-10-18ethernet/atheros: use core min/max MTU checkingJarod Wilson7-51/+47
2016-09-15alx: fix error handling in __alx_openTobias Regnery1-1/+3
2016-09-09alx: add module parameter to enable msi-x supportTobias Regnery1-1/+4
2016-09-09alx: add msi-x supportTobias Regnery4-8/+184
2016-09-09alx: factor out part of the interrupt handlerTobias Regnery1-14/+20
2016-09-09alx: refactor msi enablement and disablementTobias Regnery2-9/+26
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+3
2016-08-29Add Killer E2500 device ID in alx driver.Owen Lin2-0/+3