summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/atheros/atl1e/atl1e_main.c
Commit message (Expand)AuthorAgeFilesLines
* ethernet: atheros: fix a memleak in atl1e_setup_ring_resourcesZhipeng Lu2024-01-081-1/+4
* ethernet: atheros: fix return value check in atl1e_tso_csum()Yuanjun Gong2023-08-111-2/+5
* atl1e: checking the status of atl1e_write_phy_regKangjie Lu2019-12-051-1/+3
* 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
* ethernet: Remove casts to same typeJoe Perches2012-06-061-20/+15
* 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
* 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-111-0/+2558