summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/atheros/atlx/atl1.c
Commit message (Expand)AuthorAgeFilesLines
* 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-151-2/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 33Thomas Gleixner2019-05-241-17/+1
* Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-061-1/+0
|\
| * drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-1/+0
* | net: atheros: fix spelling mistake "underun" -> "underrun"Colin Ian King2019-04-231-2/+2
|/
* net: atheros: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-02-131-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: setup_timer() -> timer_setup()Kees Cook2017-11-211-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: atl1: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-11-141-30/+36
* ethernet/atheros: use core min/max MTU checkingJarod Wilson2016-10-181-9/+6
* drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-161-1/+0
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-2/+2
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* atlx: remove unnecessary break after returnFabian Frederick2014-07-201-1/+0
* net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko2014-06-061-2/+2
* atl1: remove open-coded skb_cow_head.françois romieu2014-03-291-8/+7
* atl1: update statistics codeSabrina Dubroca2014-01-141-18/+25
* net: atl1: slight optimization of addr comparedingtianhong2013-12-261-1/+2
* 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-191-1/+1
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-2/+2
* 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
* net: set dev->addr_assign_type correctlyJiri Pirko2013-01-031-1/+1
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-3/+2
* net/atheros: remove __dev* attributesBill Pemberton2012-12-031-7/+7
* ethernet: Use eth_random_addrJoe Perches2012-07-161-1/+1
* drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-101-24/+17
* ethernet: Remove casts to same typeJoe Perches2012-06-061-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-151-7/+5
|\
| * atl1: fix kernel panic in case of DMA errorsTony Zelenoff2012-04-131-7/+5
* | 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-151-10/+22
* | 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-151-6/+40
* | atl1: handle rx in separate conditionTony Zelenoff2012-04-151-9/+10
|/
* atheros eth: set addr_assign_type if random_ether_addr() usedDanny Kukawka2012-02-171-3/+9
* Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a numb...Rick Jones2011-11-221-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2011-10-251-1/+1
* net: add skb frag size accessorsEric Dumazet2011-10-191-7/+5
* net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones2011-10-071-4/+0
* net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell2011-10-061-1/+1
OpenPOWER on IntegriCloud