| Commit message (Expand) | Author | Age | Files | Lines |
* | alx: acquire mutex for alx_reinit in alx_change_mtu | Niels Dossche | 2022-03-12 | 1 | -1/+4 |
* | ethernet: use eth_hw_addr_set() for dev->addr_len cases | Jakub Kicinski | 2021-10-05 | 1 | -1/+1 |
* | ethernet: use eth_hw_addr_set() | Jakub Kicinski | 2021-10-02 | 1 | -1/+1 |
* | dev_ioctl: split out ndo_eth_ioctl | Arnd Bergmann | 2021-07-27 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-06-19 | 1 | -0/+1 |
|\ |
|
| * | alx: Fix an error handling path in 'alx_probe()' | Christophe JAILLET | 2021-06-11 | 1 | -0/+1 |
* | | alx: fix a double unlock in alx_probe() | Dan Carpenter | 2021-05-18 | 1 | -1/+1 |
* | | alx: use fine-grained locking instead of RTNL | Johannes Berg | 2021-05-13 | 1 | -25/+61 |
|/ |
|
* | net: atheros: nic-devel@qualcomm.com is dead | Johannes Berg | 2021-05-01 | 1 | -1/+1 |
* | ethernet: alx: fix order of calls on resume | Jakub Kicinski | 2021-03-06 | 1 | -2/+5 |
* | net: alx: fix race condition in alx_remove | Zekun Shen | 2020-06-15 | 1 | -4/+5 |
* | net: atheros: use new helper tcp_v6_gso_csum_prep | Heiner Kallweit | 2020-02-19 | 1 | -4/+1 |
* | netdev: pass the stuck queue to the timeout handler | Michael S. Tsirkin | 2019-12-13 | 1 | -1/+1 |
* | net: atheros: Use dev_get_drvdata | Chuhong Yuan | 2019-07-23 | 1 | -4/+2 |
* | net: Use skb accessors in network drivers | Matthew Wilcox (Oracle) | 2019-07-23 | 1 | -3/+1 |
* | cross-tree: phase out dma_zalloc_coherent() | Luis Chamberlain | 2019-01-08 | 1 | -4/+3 |
* | net: alx: make alx_drv_name static | Rasmus Villemoes | 2018-11-06 | 1 | -1/+1 |
* | PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() calls | Oza Pawandeep | 2018-10-02 | 1 | -2/+0 |
* | net: alx: remove redundant variable old_duplex | Colin Ian King | 2018-07-04 | 1 | -2/+0 |
* | alx: take rtnl before calling __alx_open from resume | Sabrina Dubroca | 2018-06-30 | 1 | -1/+7 |
* | net: alx: handle pci_alloc_irq_vectors return correctly | Rakesh Pandit | 2017-05-05 | 1 | -2/+2 |
* | net: alx: switch to pci_alloc_irq_vectors | Christoph Hellwig | 2017-04-11 | 1 | -74/+54 |
* | drivers: net: generalize napi_complete_done() | Eric Dumazet | 2017-01-30 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-01-28 | 1 | -3/+8 |
|\ |
|
| * | alx: work around hardware bug in interrupt fallback path | Tobias Regnery | 2017-01-24 | 1 | -2/+6 |
| * | alx: fix fallback to msi or legacy interrupts | Tobias Regnery | 2017-01-24 | 1 | -0/+1 |
| * | alx: fix wrong condition to free descriptor memory | Tobias Regnery | 2017-01-24 | 1 | -1/+1 |
* | | alx: add feature flag for rx checksumming | Tobias Regnery | 2017-01-09 | 1 | -0/+1 |
* | | net: make ndo_get_stats64 a void function | stephen hemminger | 2017-01-08 | 1 | -4/+2 |
|/ |
|
* | alx: enable multiple tx queues | Tobias Regnery | 2016-11-16 | 1 | -2/+6 |
* | alx: enable msi-x interrupts by default | Tobias Regnery | 2016-11-16 | 1 | -5/+1 |
* | alx: prepare tx path for multi queue support | Tobias Regnery | 2016-11-16 | 1 | -13/+45 |
* | alx: prepare resource allocation for multi queue support | Tobias Regnery | 2016-11-16 | 1 | -52/+97 |
* | alx: prepare interrupt functions for multiple queues | Tobias Regnery | 2016-11-16 | 1 | -27/+105 |
* | alx: switch to per queue data structures | Tobias Regnery | 2016-11-16 | 1 | -90/+93 |
* | alx: add ability to allocate and free alx_napi structures | Tobias Regnery | 2016-11-16 | 1 | -21/+78 |
* | alx: refactor descriptor allocation | Tobias Regnery | 2016-11-16 | 1 | -44/+53 |
* | ethernet/atheros: use core min/max MTU checking | Jarod Wilson | 2016-10-18 | 1 | -7/+3 |
* | alx: fix error handling in __alx_open | Tobias Regnery | 2016-09-16 | 1 | -1/+3 |
* | alx: add module parameter to enable msi-x support | Tobias Regnery | 2016-09-10 | 1 | -1/+4 |
* | alx: add msi-x support | Tobias Regnery | 2016-09-10 | 1 | -8/+164 |
* | alx: factor out part of the interrupt handler | Tobias Regnery | 2016-09-10 | 1 | -14/+20 |
* | alx: refactor msi enablement and disablement | Tobias Regnery | 2016-09-10 | 1 | -8/+22 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-08-30 | 1 | -0/+2 |
|\ |
|
| * | Add Killer E2500 device ID in alx driver. | Owen Lin | 2016-08-29 | 1 | -0/+2 |
* | | alx: add tso support | Tobias Regnery | 2016-08-27 | 1 | -4/+71 |
|/ |
|
* | Merge branch 'pci/msi-affinity' into next | Bjorn Helgaas | 2016-08-01 | 1 | -47/+14 |
|\ |
|
| * | net: alx: Work around the DMA RX overflow issue | Feng Tang | 2016-06-14 | 1 | -47/+14 |
* | | alx: Use pci_(request|release)_mem_regions | Johannes Thumshirn | 2016-06-23 | 1 | -7/+5 |
|/ |
|
* | net: alx: use custom skb allocator | Feng Tang | 2016-05-26 | 1 | -1/+47 |