summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/atheros/atl1e/atl1e_main.c
Commit message (Expand)AuthorAgeFilesLines
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-1/+1
* ethernet: atheros: fix a memleak in atl1e_setup_ring_resourcesZhipeng Lu2023-12-151-1/+4
* ethernet: atheros: fix return value check in atl1e_tso_csum()Yuanjun Gong2023-07-241-2/+5
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-1/+1
* net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-021-4/+4
* atheros/atl1e:fix repeated words in commentsJilin Yuan2022-06-301-1/+1
* net: make drivers set the TSO limit not the GSO limitJakub Kicinski2022-05-061-1/+1
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-2/+2
* net: atl1e: Make use of the helper function dev_err_probe()Cai Huoqing2021-09-161-4/+2
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* net: atheros: atl1e: Fix wrong function name in commentsYang Shen2021-05-171-2/+2
* atl1e: fix error return code in atl1e_probe()Zhang Changzhong2020-11-181-2/+2
* net: atheros: Remove WARN_ON(in_interrupt())Thomas Gleixner2020-09-291-2/+0
* drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-251-2/+5
* net: atheros: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-08-241-23/+34
* net/atheros: Clean atheros code from driver versionLeon Romanovsky2020-02-241-4/+0
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-2/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
* net: atheros: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-02-131-1/+1
* atl1e: checking the status of atl1e_write_phy_regKangjie Lu2018-12-271-1/+3
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+4
* atl1e: add GRO supportEric Dumazet2017-02-031-1/+1
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* ethernet/atheros: use core min/max MTU checkingJarod Wilson2016-10-181-7/+5
* atle1: remove LLTX support and TX_UNLOCKEDFlorian Westphal2016-04-261-11/+1
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-2/+2
* atl1e: Use setup_timerJulia Lawall2014-12-301-3/+2
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* atl1e: use pci_zalloc_consistentJoe Perches2014-08-081-5/+2
* atl1e: remove open-coded skb_cow_head.françois romieu2014-03-291-7/+7
* ATHEROS-ATL1E: Convert iounmap to pci_iounmapPeter Senna Tschudin2014-03-181-2/+2
* atl1e: update statistics codeSabrina Dubroca2014-01-141-11/+19
* atl1e: enable support for NETIF_F_RXALL and NETIF_F_RXCRC featuresAndrea Merello2013-10-031-4/+42
* atl1e: unmap partially mapped skb on dma error and free skbNeil Horman2013-07-161-1/+23
* atl1e: fix dma mapping warningsNeil Horman2013-07-121-3/+25
* net/ethernet/atheros/atl1e/atl1e_main: Use module_pci_driver to register driverPeter Hüwe2013-05-221-24/+1
* 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-7/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-071-0/+1
|\
| * atl1e: limit gso segment size to prevent generation of wrong ip length fieldsHannes Frederic Sowa2013-04-051-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-011-17/+2
|\|
| * atl1e: drop pci-msi support because of packet corruptionHannes Frederic Sowa2013-03-291-17/+2
* | drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches2013-03-091-4/+2
|/
* ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches2013-02-041-2/+0
* remove init of dev->perm_addr in driversJiri Pirko2013-01-081-1/+0
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-2/+1
* net/atheros: remove __dev* attributesBill Pemberton2012-12-031-5/+5
* netdev: make pci_error_handlers constStephen Hemminger2012-09-071-1/+1
* drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-101-42/+28