summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/atheros
AgeCommit message (Expand)AuthorFilesLines
2016-05-26net: alx: use custom skb allocatorFeng Tang2-1/+51
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2016-04-26atle1: remove LLTX support and TX_UNLOCKEDFlorian Westphal2-12/+1
2016-04-26atl1c: remove private tx lockFlorian Westphal2-13/+1
2016-04-21atl2: Disable unimplemented scatter/gather featureBen Hutchings1-1/+1
2016-03-02ethernet/atl1c: remove left over dead codeEric Engestrom1-4/+0
2016-01-06ethernet/atheros/alx: sanitize buffer sizing and paddingJarod Wilson3-12/+14
2015-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+3
2015-12-05atl1c: Improve driver not to do order 4 GFP_ATOMIC allocationPavel Machek1-4/+3
2015-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+3
2015-12-03alx: remove pointless assignmentJarod Wilson1-1/+0
2015-11-18ethernet/atheros/alx: add Killer E2400 device IDBen Pope2-0/+3
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera4-13/+0
2015-08-13net: atl1c: add BQL supportRon Angeles1-0/+10
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker1-3/+1
2015-04-29trivial: net: atl1e: atl1e_hw.h: fix 0x0x prefixAntonio Ospite1-1/+1
2015-03-09ethernet: codespell comment spelling fixesJoe Perches2-3/+3
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+13
2015-01-14net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko4-8/+8
2015-01-12alx: fix alx_poll()Eric Dumazet1-11/+13
2014-12-31atl1e: Use setup_timerJulia Lawall1-3/+2
2014-12-31atheros: atlx: Use setup_timerJulia Lawall1-6/+4
2014-11-20Merge Linus' tree to be be to apply submitted patches to newer code thanJiri Kosina5-10/+7
2014-10-29treewide: Fix company name in module descriptionsMasanari Iida1-1/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine5-5/+5
2014-08-09atl1e: use pci_zalloc_consistentJoe Perches1-5/+2
2014-07-21atl1c: remove unnecessary break after returnFabian Frederick1-2/+0
2014-07-21atlx: remove unnecessary break after returnFabian Frederick2-4/+0
2014-07-21atl1e: remove unnecessary break after returnFabian Frederick1-1/+0
2014-06-07net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko4-8/+8
2014-05-14net: get rid of SET_ETHTOOL_OPSWilfried Klaebe4-4/+4
2014-03-30atl1e: remove open-coded skb_cow_head.françois romieu1-7/+7
2014-03-30atl1c: remove open-coded skb_cow_head.françois romieu1-7/+7
2014-03-30atl1: remove open-coded skb_cow_head.françois romieu1-8/+7
2014-03-26alx: Remove casts of pointer to same typeJoe Perches1-1/+1
2014-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-12/+6
2014-03-25atl1c: Call dev_kfree/consume_skb_any instead of dev_kfree_skb.Eric W. Biederman1-12/+8
2014-03-25alx: Call dev_kfree_skb_any instead of dev_kfree_skb.Eric W. Biederman1-1/+1
2014-03-24atheros/atlx: use SET_ETHTOOL_OPS directlywangweidong1-8/+2
2014-03-19ATHEROS-ATL1E: Convert iounmap to pci_iounmapPeter Senna Tschudin1-2/+2
2014-03-18ATHEROS-ALX: Use dma_set_mask_and_coherent and fix a bugPeter Senna Tschudin1-10/+4
2014-02-11alx: add missing stats_lock spinlock initJohn Greene1-0/+1
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2-2/+0
2014-01-15atl1: update statistics codeSabrina Dubroca2-18/+26
2014-01-15atl1e: update statistics codeSabrina Dubroca1-11/+19
2014-01-15atl1c: update statistics codeSabrina Dubroca1-11/+20
2014-01-12alx: add stats to ethtoolSabrina Dubroca2-1/+107
2014-01-12alx: add alx_get_stats64 operationSabrina Dubroca2-0/+53
2014-01-12alx: add stats update functionSabrina Dubroca2-0/+62
2014-01-12alx: add constants for the stats fieldsSabrina Dubroca1-4/+48