aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/atheros/alx (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-14net: alx: Work around the DMA RX overflow issueFeng Tang2-51/+14
2016-05-25net: alx: use custom skb allocatorFeng Tang2-1/+51
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2016-01-06ethernet/atheros/alx: sanitize buffer sizing and paddingJarod Wilson3-12/+14
2015-12-03Merge 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-01-11alx: fix alx_poll()Eric Dumazet1-11/+13
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-03-26alx: Remove casts of pointer to same typeJoe Perches1-1/+1
2014-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+4
2014-03-24alx: Call dev_kfree_skb_any instead of dev_kfree_skb.Eric W. Biederman1-1/+1
2014-03-17ATHEROS-ALX: Use dma_set_mask_and_coherent and fix a bugPeter Senna Tschudin1-10/+4
2014-02-10alx: add missing stats_lock spinlock initJohn Greene1-0/+1
2014-01-11alx: add stats to ethtoolSabrina Dubroca2-1/+107
2014-01-11alx: add alx_get_stats64 operationSabrina Dubroca2-0/+53
2014-01-11alx: add stats update functionSabrina Dubroca2-0/+62
2014-01-11alx: add constants for the stats fieldsSabrina Dubroca1-4/+48
2014-01-11alx: add a hardware stats structureSabrina Dubroca1-0/+62
2013-11-14alx: Reset phy speed after resumehahnjo1-0/+3
2013-10-18net: alx: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-09-13alx: remove redundant D0 power state setYijing Wang1-7/+2
2013-07-11alx: fix lockdep annotationMaarten Lankhorst1-3/+2
2013-07-03alx: remove WoL supportJohannes Berg4-323/+15
2013-07-01alx: fix ethtool support codeJohannes Berg1-35/+29
2013-07-01alx: fix MAC address alignment problemJohannes Berg1-4/+4
2013-07-01alx: separate link speed/duplex fieldsJohannes Berg4-125/+106
2013-07-01alx: make sizes unsignedJohannes Berg1-4/+4
2013-07-01alx: fix 100mbit/half duplex speed translationJohannes Berg1-1/+1
2013-07-01alx: treat flow control correctly in alx_set_pauseparam()Johannes Berg1-1/+2
2013-06-17alx: add a simple AR816x/AR817x device driverJohannes Berg7-0/+4549