summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/atheros/alx
Commit message (Expand)AuthorAgeFilesLines
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* alx: Remove casts of pointer to same typeJoe Perches2014-03-261-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-261-10/+4Star
|\
| * ATHEROS-ALX: Use dma_set_mask_and_coherent and fix a bugPeter Senna Tschudin2014-03-171-10/+4Star
* | alx: Call dev_kfree_skb_any instead of dev_kfree_skb.Eric W. Biederman2014-03-251-1/+1
|/
* alx: add missing stats_lock spinlock initJohn Greene2014-02-111-0/+1
* alx: add stats to ethtoolSabrina Dubroca2014-01-122-1/+107
* alx: add alx_get_stats64 operationSabrina Dubroca2014-01-122-0/+53
* alx: add stats update functionSabrina Dubroca2014-01-122-0/+62
* alx: add constants for the stats fieldsSabrina Dubroca2014-01-121-4/+48
* alx: add a hardware stats structureSabrina Dubroca2014-01-121-0/+62
* alx: Reset phy speed after resumehahnjo2013-11-141-0/+3
* net: alx: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-181-1/+0Star
* alx: remove redundant D0 power state setYijing Wang2013-09-141-7/+2Star
* alx: fix lockdep annotationMaarten Lankhorst2013-07-111-3/+2Star
* alx: remove WoL supportJohannes Berg2013-07-044-323/+15Star
* alx: fix ethtool support codeJohannes Berg2013-07-011-35/+29Star
* alx: fix MAC address alignment problemJohannes Berg2013-07-011-4/+4
* alx: separate link speed/duplex fieldsJohannes Berg2013-07-014-125/+106Star
* alx: make sizes unsignedJohannes Berg2013-07-011-4/+4
* alx: fix 100mbit/half duplex speed translationJohannes Berg2013-07-011-1/+1
* alx: treat flow control correctly in alx_set_pauseparam()Johannes Berg2013-07-011-1/+2
* alx: add a simple AR816x/AR817x device driverJohannes Berg2013-06-187-0/+4549