aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/atheros
AgeCommit message (Expand)Author
2017-05-22net: atheros: atl2: don't return zero on failure path in atl2_probe()Alexey Khoroshilov
2017-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-05-08scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd
2017-05-05net: alx: handle pci_alloc_irq_vectors return correctlyRakesh Pandit
2017-04-24net: atheros: atl1: use offset_in_page() macroGeliang Tang
2017-04-11net: alx: switch to pci_alloc_irq_vectorsChristoph Hellwig
2017-02-03atl1e: add GRO supportEric Dumazet
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-24alx: work around hardware bug in interrupt fallback pathTobias Regnery
2017-01-24alx: fix fallback to msi or legacy interruptsTobias Regnery
2017-01-24alx: fix wrong condition to free descriptor memoryTobias Regnery
2017-01-09alx: add feature flag for rx checksummingTobias Regnery
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2016-12-16Makefile: drop -D__CHECK_ENDIAN__ from cflagsMichael S. Tsirkin
2016-11-15alx: enable multiple tx queuesTobias Regnery
2016-11-15alx: enable msi-x interrupts by defaultTobias Regnery
2016-11-15alx: prepare tx path for multi queue supportTobias Regnery
2016-11-15alx: prepare resource allocation for multi queue supportTobias Regnery
2016-11-15alx: prepare interrupt functions for multiple queuesTobias Regnery
2016-11-15alx: switch to per queue data structuresTobias Regnery
2016-11-15alx: add ability to allocate and free alx_napi structuresTobias Regnery
2016-11-15alx: extend data structures for multi queue supportTobias Regnery
2016-11-15alx: refactor descriptor allocationTobias Regnery
2016-11-14net: atheros: atl2: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-11-14net: atheros: atl1: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-11-14net: atheros: atl1c: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-11-14net: alx: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-11-13net: atheros: atl1e: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-10-18ethernet/atheros: use core min/max MTU checkingJarod Wilson
2016-09-15alx: fix error handling in __alx_openTobias Regnery
2016-09-09alx: add module parameter to enable msi-x supportTobias Regnery
2016-09-09alx: add msi-x supportTobias Regnery
2016-09-09alx: factor out part of the interrupt handlerTobias Regnery
2016-09-09alx: refactor msi enablement and disablementTobias Regnery
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-08-29Add Killer E2500 device ID in alx driver.Owen Lin
2016-08-26alx: add tso supportTobias Regnery
2016-08-01Merge branch 'pci/msi-affinity' into nextBjorn Helgaas
2016-06-23alx: Use pci_(request|release)_mem_regionsJohannes Thumshirn
2016-06-14net: alx: Work around the DMA RX overflow issueFeng Tang
2016-05-25net: alx: use custom skb allocatorFeng Tang
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2016-04-26atle1: remove LLTX support and TX_UNLOCKEDFlorian Westphal
2016-04-26atl1c: remove private tx lockFlorian Westphal
2016-04-21atl2: Disable unimplemented scatter/gather featureBen Hutchings
2016-03-02ethernet/atl1c: remove left over dead codeEric Engestrom
2016-01-06ethernet/atheros/alx: sanitize buffer sizing and paddingJarod Wilson
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-04atl1c: Improve driver not to do order 4 GFP_ATOMIC allocationPavel Machek