aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/atheros
Commit message (Expand)AuthorAge
* net: alx: make alx_drv_name staticRasmus Villemoes2018-11-05
* Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-25
|\
| * PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-02
* | atl1: remove set but not used variable 'advertising'YueHaibing2018-09-20
* | net: ethernet: remove redundant includezhong jiang2018-09-18
|/
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-24
|\
| * atl1c: reserve min skb headroomFlorian Westphal2018-07-22
* | net: alx: remove redundant variable old_duplexColin Ian King2018-07-04
|/
* alx: take rtnl before calling __alx_open from resumeSabrina Dubroca2018-06-30
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-12
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-21
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* net: atl1c: fix spelling mistake: "droppted" -> "dropped"Colin Ian King2017-06-29
* net: atheros: atl2: don't return zero on failure path in atl2_probe()Alexey Khoroshilov2017-05-22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-09
|\
| * net: alx: handle pci_alloc_irq_vectors return correctlyRakesh Pandit2017-05-05
* | scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd2017-05-08
|/
* net: atheros: atl1: use offset_in_page() macroGeliang Tang2017-04-24
* net: alx: switch to pci_alloc_irq_vectorsChristoph Hellwig2017-04-11
* atl1e: add GRO supportEric Dumazet2017-02-03
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-28
|\
| * alx: work around hardware bug in interrupt fallback pathTobias Regnery2017-01-24
| * alx: fix fallback to msi or legacy interruptsTobias Regnery2017-01-24
| * alx: fix wrong condition to free descriptor memoryTobias Regnery2017-01-24
* | alx: add feature flag for rx checksummingTobias Regnery2017-01-09
* | net: make ndo_get_stats64 a void functionstephen hemminger2017-01-08
|/
* Makefile: drop -D__CHECK_ENDIAN__ from cflagsMichael S. Tsirkin2016-12-15
* alx: enable multiple tx queuesTobias Regnery2016-11-15
* alx: enable msi-x interrupts by defaultTobias Regnery2016-11-15
* alx: prepare tx path for multi queue supportTobias Regnery2016-11-15
* alx: prepare resource allocation for multi queue supportTobias Regnery2016-11-15
* alx: prepare interrupt functions for multiple queuesTobias Regnery2016-11-15
* alx: switch to per queue data structuresTobias Regnery2016-11-15
* alx: add ability to allocate and free alx_napi structuresTobias Regnery2016-11-15
* alx: extend data structures for multi queue supportTobias Regnery2016-11-15
* alx: refactor descriptor allocationTobias Regnery2016-11-15
* net: atheros: atl2: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-11-14
* net: atheros: atl1: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-11-14
* net: atheros: atl1c: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-11-14
* net: alx: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-11-14
* net: atheros: atl1e: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-11-13
* ethernet/atheros: use core min/max MTU checkingJarod Wilson2016-10-18
* alx: fix error handling in __alx_openTobias Regnery2016-09-15
* alx: add module parameter to enable msi-x supportTobias Regnery2016-09-09
* alx: add msi-x supportTobias Regnery2016-09-09
* alx: factor out part of the interrupt handlerTobias Regnery2016-09-09
* alx: refactor msi enablement and disablementTobias Regnery2016-09-09
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-30
|\
| * Add Killer E2500 device ID in alx driver.Owen Lin2016-08-29