summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/atheros
Commit message (Expand)AuthorAgeFilesLines
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-082-6/+5Star
* atl1e: checking the status of atl1e_write_phy_regKangjie Lu2018-12-281-1/+3
* net: alx: make alx_drv_name staticRasmus Villemoes2018-11-062-2/+1Star
* Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-251-2/+0Star
|\
| * PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-021-2/+0Star
* | atl1: remove set but not used variable 'advertising'YueHaibing2018-09-201-20/+1Star
* | net: ethernet: remove redundant includezhong jiang2018-09-191-1/+0Star
|/
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-251-0/+1
|\
| * atl1c: reserve min skb headroomFlorian Westphal2018-07-221-0/+1
* | net: alx: remove redundant variable old_duplexColin Ian King2018-07-041-2/+0Star
|/
* alx: take rtnl before calling __alx_open from resumeSabrina Dubroca2018-06-301-1/+7
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-133-6/+6
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-224-20/+19Star
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* net: atl1c: fix spelling mistake: "droppted" -> "dropped"Colin Ian King2017-06-291-1/+1
* net: atheros: atl2: don't return zero on failure path in atl2_probe()Alexey Khoroshilov2017-05-221-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-101-2/+2
|\
| * net: alx: handle pci_alloc_irq_vectors return correctlyRakesh Pandit2017-05-051-2/+2
* | scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd2017-05-091-1/+1
|/
* net: atheros: atl1: use offset_in_page() macroGeliang Tang2017-04-241-6/+5Star
* net: alx: switch to pci_alloc_irq_vectorsChristoph Hellwig2017-04-112-80/+54Star
* atl1e: add GRO supportEric Dumazet2017-02-031-1/+1
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-304-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-281-3/+8
|\
| * alx: work around hardware bug in interrupt fallback pathTobias Regnery2017-01-241-2/+6
| * alx: fix fallback to msi or legacy interruptsTobias Regnery2017-01-241-0/+1
| * alx: fix wrong condition to free descriptor memoryTobias Regnery2017-01-241-1/+1
* | alx: add feature flag for rx checksummingTobias Regnery2017-01-091-0/+1
* | net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-4/+2Star
|/
* Makefile: drop -D__CHECK_ENDIAN__ from cflagsMichael S. Tsirkin2016-12-151-1/+0Star
* alx: enable multiple tx queuesTobias Regnery2016-11-161-2/+6
* alx: enable msi-x interrupts by defaultTobias Regnery2016-11-161-5/+1Star
* alx: prepare tx path for multi queue supportTobias Regnery2016-11-161-13/+45
* alx: prepare resource allocation for multi queue supportTobias Regnery2016-11-161-52/+97
* alx: prepare interrupt functions for multiple queuesTobias Regnery2016-11-161-27/+105
* alx: switch to per queue data structuresTobias Regnery2016-11-162-95/+93Star
* alx: add ability to allocate and free alx_napi structuresTobias Regnery2016-11-161-21/+78
* alx: extend data structures for multi queue supportTobias Regnery2016-11-161-0/+31
* alx: refactor descriptor allocationTobias Regnery2016-11-161-44/+53
* net: atheros: atl2: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-11-141-30/+36
* net: atheros: atl1: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-11-141-30/+36
* net: atheros: atl1c: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-11-141-24/+30
* net: alx: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-11-141-24/+35
* net: atheros: atl1e: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-11-131-26/+36
* ethernet/atheros: use core min/max MTU checkingJarod Wilson2016-10-187-51/+47Star
* alx: fix error handling in __alx_openTobias Regnery2016-09-161-1/+3
* alx: add module parameter to enable msi-x supportTobias Regnery2016-09-101-1/+4
* alx: add msi-x supportTobias Regnery2016-09-104-8/+184
* alx: factor out part of the interrupt handlerTobias Regnery2016-09-101-14/+20
* alx: refactor msi enablement and disablementTobias Regnery2016-09-102-9/+26