summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/atheros/atlx
Commit message (Expand)AuthorAgeFilesLines
* netdev: use napi_schedule bool instead of napi_schedule_prep/__napi_scheduleChristian Marangi2023-10-111-3/+1
* net: atheros: replace deprecated strncpy with strscpyJustin Stitt2023-10-061-1/+1
* atheros: fix return value check in atl1_tso()Yuanjun Gong2023-07-241-2/+5
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-1/+1
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-312-5/+5
* net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-021-4/+3
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+6
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-053-4/+4
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-272-2/+2
* net: atheros: atl1x: Fix wrong function name in commentsYang Shen2021-05-171-1/+1
* net: atheros: atl2: use module_pci_driver to simplify the codeWei Yongjun2021-04-071-23/+1
* net: atheros: simplify the return expression of atl2_phy_setup_autoneg_adv()Zheng Yongjun2020-12-081-7/+1
* net: atheros: Remove WARN_ON(in_interrupt())Thomas Gleixner2020-09-291-1/+0
* drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-252-3/+5
* net: atheros: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-08-242-29/+31
* net/atheros: remove redundant assignment to variable sizeColin Ian King2020-05-081-1/+1
* atl2: remove unused variable 'atl2_driver_string'YueHaibing2020-03-261-1/+0
* net/atheros: Clean atheros code from driver versionLeon Romanovsky2020-02-242-16/+0
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-122-2/+2
* net: atheros: Use dev_get_drvdataChuhong Yuan2019-07-231-5/+3
* net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-2/+1
* ethernet: remove redundant memsetFuqian Huang2019-07-152-3/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-305-70/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 33Thomas Gleixner2019-05-241-17/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-062-2/+0
|\
| * drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-082-2/+0
* | net: atheros: fix spelling mistake "underun" -> "underrun"Colin Ian King2019-04-234-5/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-241-3/+1
|\
| * net: set static variable an initial value in atl2_probe()Mao Wenan2019-02-231-3/+1
* | net: atheros: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-02-131-1/+1
* | atheros: atl2: fix an indentaion issue on a return statementColin Ian King2019-02-021-1/+1
* | atheros: atl2: replace dev_kfree_skb_any() by dev_consume_skb_any()Yang Wei2019-01-261-1/+1
|/
* atl1: remove set but not used variable 'advertising'YueHaibing2018-09-191-20/+1
* net: ethernet: remove redundant includezhong jiang2018-09-181-1/+0
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+2
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-212-12/+11
* net: atheros: atl2: don't return zero on failure path in atl2_probe()Alexey Khoroshilov2017-05-221-4/+4
* net: atheros: atl1: use offset_in_page() macroGeliang Tang2017-04-241-6/+5
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* 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
* ethernet/atheros: use core min/max MTU checkingJarod Wilson2016-10-183-21/+13
* atl2: Disable unimplemented scatter/gather featureBen Hutchings2016-04-211-1/+1
* drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-162-5/+0
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-132-4/+4
* atheros: atlx: Use setup_timerJulia Lawall2014-12-301-6/+4
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-122-2/+2
* atlx: remove unnecessary break after returnFabian Frederick2014-07-202-4/+0
* net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko2014-06-062-4/+4