summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/atheros/atlx
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+7
* atheros/atlx: use SET_ETHTOOL_OPS directlywangweidong2014-03-241-8/+2
* atl1: update statistics codeSabrina Dubroca2014-01-142-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/+2
* 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/+2
* 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/+0
* remove init of dev->perm_addr in driversJiri Pirko2013-01-081-7/+0
* net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko2013-01-031-1/+0
* net: set dev->addr_assign_type correctlyJiri Pirko2013-01-031-1/+1
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-072-5/+3
* net/atheros: remove __dev* attributesBill Pemberton2012-12-032-15/+15
* sections: fix section conflicts in drivers/netAndi Kleen2012-10-061-1/+1
* ethernet: Use eth_random_addrJoe Perches2012-07-162-2/+2
* drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-103-64/+43
* ethernet: Remove casts to same typeJoe Perches2012-06-061-1/+1
* atl1: remove unused member from atl1_adapter structureTony Zelenoff2012-04-161-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-153-9/+7
|\
| * atl1: fix kernel panic in case of DMA errorsTony Zelenoff2012-04-133-10/+7
* | 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/+48
* | 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
* | atl1: handle rx in separate conditionTony Zelenoff2012-04-151-9/+10
|/
* atlx: Use ETH_ALENJoe Perches2012-03-193-12/+7
* atheros eth: set addr_assign_type if random_ether_addr() usedDanny Kukawka2012-02-172-3/+10
* Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a numb...Rick Jones2011-11-221-1/+0
* net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-162-10/+16
* sweep the floors and convert some .get_drvinfo routines to strlcpyRick Jones2011-11-081-4/+6