summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/atheros/atlx/atl1.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-05-18net: atheros: atl1x: Fix wrong function name in commentsYang Shen1-1/+1
2020-09-26drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg1-1/+1
2020-08-25net: atheros: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-23/+25
2020-05-09net/atheros: remove redundant assignment to variable sizeColin Ian King1-1/+1
2020-02-24net/atheros: Clean atheros code from driver versionLeon Romanovsky1-6/+0
2019-07-23net: atheros: Use dev_get_drvdataChuhong Yuan1-5/+3
2019-07-23net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-2/+1
2019-07-15ethernet: remove redundant memsetFuqian Huang1-2/+0
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 33Thomas Gleixner1-17/+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-2/+2
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-1/+0
2019-02-14net: atheros: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-1/+1
2018-09-20atl1: remove set but not used variable 'advertising'YueHaibing1-20/+1
2018-09-19net: ethernet: remove redundant includezhong jiang1-1/+0
2017-11-22treewide: setup_timer() -> timer_setup()Kees Cook1-4/+4
2017-04-24net: atheros: atl1: use offset_in_page() macroGeliang Tang1-6/+5
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2016-11-14net: atheros: atl1: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-30/+36
2016-10-18ethernet/atheros: use core min/max MTU checkingJarod Wilson1-9/+6
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera1-1/+0
2015-01-14net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+2
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-07-21atlx: remove unnecessary break after returnFabian Frederick1-1/+0
2014-06-07net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko1-2/+2
2014-03-30atl1: remove open-coded skb_cow_head.françois romieu1-8/+7
2014-01-15atl1: update statistics codeSabrina Dubroca1-18/+25
2013-12-26net: atl1: slight optimization of addr comparedingtianhong1-1/+2
2013-05-23net/ethernet/atheros/atlx/atl1: Use module_pci_driver to register driverPeter Hüwe1-25/+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-2/+2
2013-04-17atl1: Protect atl1_suspend with CONFIG_PM_SLEEPFabio Estevam1-0/+2
2013-04-17atl1: Remove unneeded PM_OPS definitionsFabio Estevam1-9/+2
2013-03-26net: ethernet: atheros: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-1/+1
2013-01-04net: set dev->addr_assign_type correctlyJiri Pirko1-1/+1
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-3/+2
2012-12-03net/atheros: remove __dev* attributesBill Pemberton1-7/+7
2012-07-17ethernet: Use eth_random_addrJoe Perches1-1/+1
2012-07-11drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-24/+17
2012-06-06ethernet: Remove casts to same typeJoe Perches1-1/+1
2012-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+5
2012-04-15atl1: do not drop rx/tx interrupts before they are scheduledTony Zelenoff1-4/+10
2012-04-15atl1: do not process interrupts in cycle in handlerTony Zelenoff1-57/+48
2012-04-15atl1: enable errors and link ints when rx/tx scheduledTony Zelenoff1-10/+22
2012-04-15atl1: use defined functions to disable irqTony Zelenoff1-3/+3
2012-04-15atl1: add napi process of tx interruptsTony Zelenoff1-11/+16
2012-04-15atl1: make driver napi compatibleTony Zelenoff1-6/+40
2012-04-15atl1: handle rx in separate conditionTony Zelenoff1-9/+10
2012-04-13atl1: fix kernel panic in case of DMA errorsTony Zelenoff1-7/+5