summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/atheros/atl1e
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-012-18/+2
|\|
| * atl1e: drop pci-msi support because of packet corruptionHannes Frederic Sowa2013-03-292-18/+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-032-8/+9
* netdev: make pci_error_handlers constStephen Hemminger2012-09-071-1/+1
* drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-102-43/+29
* ethernet: Remove casts to same typeJoe Perches2012-06-062-21/+16
* atl1e: stop using net_device.{base_addr, irq}.Francois Romieu2012-04-071-11/+6
* drivers/net: Remove alloc_etherdev error messagesJoe Perches2012-01-311-1/+0
* net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-161-5/+8
* sweep the floors and convert some .get_drvinfo routines to strlcpyRick Jones2011-11-081-4/+6
* net: add skb frag size accessorsEric Dumazet2011-10-191-3/+3
* net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell2011-10-061-1/+1
* atl1e: convert to SKB paged frag API.Ian Campbell2011-08-301-6/+5
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-171-1/+1
* atl*: Move the Atheros driversJeff Kirsher2011-08-117-0/+5068