aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/atheros/atl1e/atl1e_main.c
Commit message (Expand)AuthorAge
* atle1: remove LLTX support and TX_UNLOCKEDFlorian Westphal2016-04-26
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-13
* atl1e: Use setup_timerJulia Lawall2014-12-30
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-12
* atl1e: use pci_zalloc_consistentJoe Perches2014-08-08
* atl1e: remove open-coded skb_cow_head.françois romieu2014-03-29
* ATHEROS-ATL1E: Convert iounmap to pci_iounmapPeter Senna Tschudin2014-03-18
* atl1e: update statistics codeSabrina Dubroca2014-01-14
* atl1e: enable support for NETIF_F_RXALL and NETIF_F_RXCRC featuresAndrea Merello2013-10-03
* atl1e: unmap partially mapped skb on dma error and free skbNeil Horman2013-07-16
* atl1e: fix dma mapping warningsNeil Horman2013-07-12
* net/ethernet/atheros/atl1e/atl1e_main: Use module_pci_driver to register driverPeter Hüwe2013-05-22
* net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-19
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-07
|\
| * atl1e: limit gso segment size to prevent generation of wrong ip length fieldsHannes Frederic Sowa2013-04-05
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-01
|\|
| * atl1e: drop pci-msi support because of packet corruptionHannes Frederic Sowa2013-03-29
* | drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches2013-03-09
|/
* ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches2013-02-04
* remove init of dev->perm_addr in driversJiri Pirko2013-01-08
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-07
* net/atheros: remove __dev* attributesBill Pemberton2012-12-03
* netdev: make pci_error_handlers constStephen Hemminger2012-09-07
* drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-11
* ethernet: Remove casts to same typeJoe Perches2012-06-06
* atl1e: stop using net_device.{base_addr, irq}.Francois Romieu2012-04-07
* drivers/net: Remove alloc_etherdev error messagesJoe Perches2012-01-31
* net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-16
* net: add skb frag size accessorsEric Dumazet2011-10-19
* net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell2011-10-06
* atl1e: convert to SKB paged frag API.Ian Campbell2011-08-30
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-17
* atl*: Move the Atheros driversJeff Kirsher2011-08-11