summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/atheros/atl1e
Commit message (Expand)AuthorAgeFilesLines
* 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: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-3/+3
* 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-243-7/+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-306-85/+6
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+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: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+2
* 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
* net: atheros: atl1e: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-11-131-26/+36
* ethernet/atheros: use core min/max MTU checkingJarod Wilson2016-10-181-7/+5
* atle1: remove LLTX support and TX_UNLOCKEDFlorian Westphal2016-04-262-12/+1
* drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-161-4/+0
* trivial: net: atl1e: atl1e_hw.h: fix 0x0x prefixAntonio Ospite2015-04-291-1/+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 unnecessary break after returnFabian Frederick2014-07-201-1/+0
* net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko2014-06-061-2/+2
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* 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
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-161-1/+0
* 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
* atheros: Remove extern from function prototypesJoe Perches2013-09-241-6/+6
* 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-072-1/+2
|\
| * atl1e: limit gso segment size to prevent generation of wrong ip length fieldsHannes Frederic Sowa2013-04-052-1/+2