summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/atheros/atlx/atl1.c
AgeCommit message (Expand)Author
2023-10-11netdev: use napi_schedule bool instead of napi_schedule_prep/__napi_scheduleChristian Marangi
2023-07-24atheros: fix return value check in atl1_tso()Yuanjun Gong
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-05-17net: atheros: atl1x: Fix wrong function name in commentsYang Shen
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg
2020-08-24net: atheros: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-05-08net/atheros: remove redundant assignment to variable sizeColin Ian King
2020-02-24net/atheros: Clean atheros code from driver versionLeon Romanovsky
2019-07-23net: atheros: Use dev_get_drvdataChuhong Yuan
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-07-15ethernet: remove redundant memsetFuqian Huang
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 33Thomas Gleixner
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2019-04-23net: atheros: fix spelling mistake "underun" -> "underrun"Colin Ian King
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon
2019-02-13net: atheros: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei
2018-09-19atl1: remove set but not used variable 'advertising'YueHaibing
2018-09-18net: ethernet: remove redundant includezhong jiang
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-04-24net: atheros: atl1: use offset_in_page() macroGeliang Tang
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2016-11-14net: atheros: atl1: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-10-18ethernet/atheros: use core min/max MTU checkingJarod Wilson
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-07-20atlx: remove unnecessary break after returnFabian Frederick
2014-06-06net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko
2014-03-29atl1: remove open-coded skb_cow_head.françois romieu
2014-01-14atl1: update statistics codeSabrina Dubroca
2013-12-26net: atl1: slight optimization of addr comparedingtianhong
2013-05-22net/ethernet/atheros/atlx/atl1: Use module_pci_driver to register driverPeter Hüwe
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2013-04-16atl1: Protect atl1_suspend with CONFIG_PM_SLEEPFabio Estevam
2013-04-16atl1: Remove unneeded PM_OPS definitionsFabio Estevam
2013-03-26net: ethernet: atheros: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han
2013-01-03net: set dev->addr_assign_type correctlyJiri Pirko
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman
2012-12-03net/atheros: remove __dev* attributesBill Pemberton
2012-07-16ethernet: Use eth_random_addrJoe Perches
2012-07-10drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings
2012-06-06ethernet: Remove casts to same typeJoe Perches
2012-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-15atl1: do not drop rx/tx interrupts before they are scheduledTony Zelenoff