summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/atheros/atlx
Commit message (Expand)AuthorAgeFilesLines
* 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
* ethernet: Remove casts to same typeJoe Perches2012-06-061-1/+1
* atl1: remove unused member from atl1_adapter structureTony Zelenoff2012-04-161-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-153-9/+7Star
|\
| * atl1: fix kernel panic in case of DMA errorsTony Zelenoff2012-04-133-10/+7Star
* | atl1: do not drop rx/tx interrupts before they are scheduledTony Zelenoff2012-04-151-4/+10
* | atl1: do not process interrupts in cycle in handlerTony Zelenoff2012-04-151-57/+48Star
* | atl1: enable errors and link ints when rx/tx scheduledTony Zelenoff2012-04-152-13/+29
* | atl1: add value to check ability of reenabling IRQsTony Zelenoff2012-04-152-0/+8
* | atl1: make function to set imr of cardTony Zelenoff2012-04-151-4/+9
* | atl1: use defined functions to disable irqTony Zelenoff2012-04-151-3/+3
* | atl1: add napi process of tx interruptsTony Zelenoff2012-04-151-11/+16
* | atl1: make driver napi compatibleTony Zelenoff2012-04-152-6/+41