summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/atheros/atlx/atl2.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-04-08net: atheros: atl2: use module_pci_driver to simplify the codeWei Yongjun1-23/+1
2020-12-09net: atheros: simplify the return expression of atl2_phy_setup_autoneg_adv()Zheng Yongjun1-7/+1
2020-09-30net: atheros: Remove WARN_ON(in_interrupt())Thomas Gleixner1-1/+0
2020-09-26drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg1-2/+4
2020-08-25net: atheros: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-6/+6
2020-03-26atl2: remove unused variable 'atl2_driver_string'YueHaibing1-1/+0
2020-02-24net/atheros: Clean atheros code from driver versionLeon Romanovsky1-10/+0
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-07-15ethernet: remove redundant memsetFuqian Huang1-1/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2019-05-07Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-1/+0
2019-04-24net: atheros: fix spelling mistake "underun" -> "underrun"Colin Ian King1-1/+1
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-1/+0
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+1
2019-02-24net: set static variable an initial value in atl2_probe()Mao Wenan1-3/+1
2019-02-03atheros: atl2: fix an indentaion issue on a return statementColin Ian King1-1/+1
2019-01-27atheros: atl2: replace dev_kfree_skb_any() by dev_consume_skb_any()Yang Wei1-1/+1
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+2
2017-11-22treewide: setup_timer() -> timer_setup()Kees Cook1-8/+7
2017-05-22net: atheros: atl2: don't return zero on failure path in atl2_probe()Alexey Khoroshilov1-4/+4
2016-11-14net: atheros: atl2: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-30/+36
2016-10-18ethernet/atheros: use core min/max MTU checkingJarod Wilson1-9/+7
2016-04-21atl2: Disable unimplemented scatter/gather featureBen Hutchings1-1/+1
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera1-4/+0
2015-01-14net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+2
2014-12-31atheros: atlx: Use setup_timerJulia Lawall1-6/+4
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-07-21atlx: remove unnecessary break after returnFabian Frederick1-3/+0
2014-06-07net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko1-2/+2
2014-05-14net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-03-24atheros/atlx: use SET_ETHTOOL_OPS directlywangweidong1-8/+2
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-1/+1
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-8/+8
2013-03-10drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches1-3/+0
2013-01-09remove init of dev->perm_addr in driversJiri Pirko1-7/+0
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-2/+1
2012-12-03net/atheros: remove __dev* attributesBill Pemberton1-8/+8
2012-10-05sections: fix section conflicts in drivers/netAndi Kleen1-1/+1
2012-07-17ethernet: Use eth_random_addrJoe Perches1-1/+1
2012-07-11drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-35/+21
2012-03-20atlx: Use ETH_ALENJoe Perches1-8/+5
2011-11-17net: introduce and use netdev_features_t for device features setsMichał Mirosław1-5/+8
2011-11-09sweep the floors and convert some .get_drvinfo routines to strlcpyRick Jones1-4/+6
2011-08-18net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-12atl*: Move the Atheros driversJeff Kirsher1-0/+3119