summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/atheros/atlx
Commit message (Expand)AuthorAgeFilesLines
* ethernet: remove redundant memsetFuqian Huang2019-07-152-3/+0Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-305-70/+5Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 33Thomas Gleixner2019-05-241-17/+1Star
* 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-072-2/+0Star
|\
| * drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-082-2/+0Star
* | net: atheros: fix spelling mistake "underun" -> "underrun"Colin Ian King2019-04-244-5/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-241-3/+1Star
|\
| * net: set static variable an initial value in atl2_probe()Mao Wenan2019-02-231-3/+1Star
* | net: atheros: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-02-141-1/+1
* | atheros: atl2: fix an indentaion issue on a return statementColin Ian King2019-02-031-1/+1
* | atheros: atl2: replace dev_kfree_skb_any() by dev_consume_skb_any()Yang Wei2019-01-271-1/+1
|/
* atl1: remove set but not used variable 'advertising'YueHaibing2018-09-201-20/+1Star
* net: ethernet: remove redundant includezhong jiang2018-09-191-1/+0Star
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-2/+2
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-222-12/+11Star
* 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/+5Star
* 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/+13Star
* 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/+0Star
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-132-4/+4
* atheros: atlx: Use setup_timerJulia Lawall2014-12-311-6/+4Star
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-122-2/+2
* atlx: remove unnecessary break after returnFabian Frederick2014-07-212-4/+0Star
* net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko2014-06-072-4/+4
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* atl1: remove open-coded skb_cow_head.françois romieu2014-03-291-8/+7Star
* atheros/atlx: use SET_ETHTOOL_OPS directlywangweidong2014-03-241-8/+2Star
* atl1: update statistics codeSabrina Dubroca2014-01-152-18/+26
* net: atl1: slight optimization of addr comparedingtianhong2013-12-261-1/+2
* atheros: Remove extern from function prototypesJoe Perches2013-09-241-1/+1
* net/ethernet/atheros/atlx/atl1: Use module_pci_driver to register driverPeter Hüwe2013-05-221-25/+2Star
* net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-192-2/+2
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-193-15/+15
* atl1: Protect atl1_suspend with CONFIG_PM_SLEEPFabio Estevam2013-04-161-0/+2
* atl1: Remove unneeded PM_OPS definitionsFabio Estevam2013-04-161-9/+2Star
* net: ethernet: atheros: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-03-261-1/+1
* drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches2013-03-091-3/+0Star
* remove init of dev->perm_addr in driversJiri Pirko2013-01-091-7/+0Star
* net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko2013-01-041-1/+0Star
* net: set dev->addr_assign_type correctlyJiri Pirko2013-01-041-1/+1
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-072-5/+3Star
* net/atheros: remove __dev* attributesBill Pemberton2012-12-032-15/+15
* sections: fix section conflicts in drivers/netAndi Kleen2012-10-051-1/+1
* ethernet: Use eth_random_addrJoe Perches2012-07-172-2/+2
* drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-113-64/+43Star