aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/atheros/atl1e (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner6-85/+6
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-02-13net: atheros: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-1/+1
2018-12-27atl1e: checking the status of atl1e_write_phy_regKangjie Lu1-1/+3
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+2
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-4/+4
2017-02-03atl1e: add GRO supportEric Dumazet1-1/+1
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2016-11-13net: atheros: atl1e: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-26/+36
2016-10-18ethernet/atheros: use core min/max MTU checkingJarod Wilson1-7/+5
2016-04-26atle1: remove LLTX support and TX_UNLOCKEDFlorian Westphal2-12/+1
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera1-4/+0
2015-04-29trivial: net: atl1e: atl1e_hw.h: fix 0x0x prefixAntonio Ospite1-1/+1
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+2
2014-12-30atl1e: Use setup_timerJulia Lawall1-3/+2
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-08-08atl1e: use pci_zalloc_consistentJoe Perches1-5/+2
2014-07-20atl1e: remove unnecessary break after returnFabian Frederick1-1/+0
2014-06-06net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko1-2/+2
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-03-29atl1e: remove open-coded skb_cow_head.françois romieu1-7/+7
2014-03-18ATHEROS-ATL1E: Convert iounmap to pci_iounmapPeter Senna Tschudin1-2/+2
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-14atl1e: update statistics codeSabrina Dubroca1-11/+19
2013-10-03atl1e: enable support for NETIF_F_RXALL and NETIF_F_RXCRC featuresAndrea Merello1-4/+42
2013-09-24atheros: Remove extern from function prototypesJoe Perches1-6/+6
2013-07-16atl1e: unmap partially mapped skb on dma error and free skbNeil Horman1-1/+23
2013-07-12atl1e: fix dma mapping warningsNeil Horman1-3/+25
2013-05-22net/ethernet/atheros/atl1e/atl1e_main: Use module_pci_driver to register driverPeter Hüwe1-24/+1
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-7/+7
2013-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+2
2013-04-05atl1e: limit gso segment size to prevent generation of wrong ip length fieldsHannes Frederic Sowa2-1/+2
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-18/+2
2013-03-29atl1e: drop pci-msi support because of packet corruptionHannes Frederic Sowa2-18/+2
2013-03-09drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches1-4/+2
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches1-2/+0
2013-01-08remove init of dev->perm_addr in driversJiri Pirko1-1/+0
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-2/+1
2012-12-03net/atheros: remove __dev* attributesBill Pemberton2-8/+9
2012-09-07netdev: make pci_error_handlers constStephen Hemminger1-1/+1
2012-07-10drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2-43/+29
2012-06-06ethernet: Remove casts to same typeJoe Perches2-21/+16
2012-04-07atl1e: stop using net_device.{base_addr, irq}.Francois Romieu1-11/+6
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches1-1/+0
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław1-5/+8
2011-11-08sweep the floors and convert some .get_drvinfo routines to strlcpyRick Jones1-4/+6
2011-10-19net: add skb frag size accessorsEric Dumazet1-3/+3