aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/atheros
AgeCommit message (Expand)Author
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 33Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2019-04-23net: atheros: fix spelling mistake "underun" -> "underrun"Colin Ian King
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-23net: set static variable an initial value in atl2_probe()Mao Wenan
2019-02-13net: atheros: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei
2019-02-02atheros: atl2: fix an indentaion issue on a return statementColin Ian King
2019-02-02atl1c: fix indentation issue on an if statementColin Ian King
2019-01-26atheros: atl2: replace dev_kfree_skb_any() by dev_consume_skb_any()Yang Wei
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-12-27atl1e: checking the status of atl1e_write_phy_regKangjie Lu
2018-11-05net: alx: make alx_drv_name staticRasmus Villemoes
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep
2018-09-19atl1: remove set but not used variable 'advertising'YueHaibing
2018-09-18net: ethernet: remove redundant includezhong jiang
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-22atl1c: reserve min skb headroomFlorian Westphal
2018-07-04net: alx: remove redundant variable old_duplexColin Ian King
2018-06-30alx: take rtnl before calling __alx_open from resumeSabrina Dubroca
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-06-29net: atl1c: fix spelling mistake: "droppted" -> "dropped"Colin Ian King
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