summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/atheros
Commit message (Expand)AuthorAgeFilesLines
* atl1e: remove open-coded skb_cow_head.françois romieu2014-03-291-7/+7
* atl1c: remove open-coded skb_cow_head.françois romieu2014-03-291-7/+7
* atl1: remove open-coded skb_cow_head.françois romieu2014-03-291-8/+7
* 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-252-12/+6
|\
| * ATHEROS-ATL1E: Convert iounmap to pci_iounmapPeter Senna Tschudin2014-03-181-2/+2
| * ATHEROS-ALX: Use dma_set_mask_and_coherent and fix a bugPeter Senna Tschudin2014-03-171-10/+4
* | atl1c: Call dev_kfree/consume_skb_any instead of dev_kfree_skb.Eric W. Biederman2014-03-241-12/+8
* | alx: Call dev_kfree_skb_any instead of dev_kfree_skb.Eric W. Biederman2014-03-241-1/+1
* | atheros/atlx: use SET_ETHTOOL_OPS directlywangweidong2014-03-241-8/+2
|/
* alx: add missing stats_lock spinlock initJohn Greene2014-02-101-0/+1
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-162-2/+0
* atl1: update statistics codeSabrina Dubroca2014-01-142-18/+26
* atl1e: update statistics codeSabrina Dubroca2014-01-141-11/+19
* atl1c: update statistics codeSabrina Dubroca2014-01-141-11/+20
* alx: add stats to ethtoolSabrina Dubroca2014-01-112-1/+107
* alx: add alx_get_stats64 operationSabrina Dubroca2014-01-112-0/+53
* alx: add stats update functionSabrina Dubroca2014-01-112-0/+62
* alx: add constants for the stats fieldsSabrina Dubroca2014-01-111-4/+48
* alx: add a hardware stats structureSabrina Dubroca2014-01-111-0/+62
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-061-3/+5
|\
| * atl1c: Check return from pci_find_ext_capability() in atl1c_reset_pcie()Betty Dall2013-12-191-3/+5
* | net: atl1: slight optimization of addr comparedingtianhong2013-12-261-1/+2
|/
* alx: Reset phy speed after resumehahnjo2013-11-141-0/+3
* net: alx: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-181-1/+0
* atl1e: enable support for NETIF_F_RXALL and NETIF_F_RXCRC featuresAndrea Merello2013-10-031-4/+42
* net: atl1c: Change variable type to boolPeter Senna Tschudin2013-10-031-1/+1
* atheros: Remove extern from function prototypesJoe Perches2013-09-243-10/+10
* alx: remove redundant D0 power state setYijing Wang2013-09-131-7/+2
* atl1c: Fix misuse of netdev_alloc_skb in refilling rx ringEric Dumazet2013-07-302-1/+42
* Revert "atl1c: Fix misuse of netdev_alloc_skb in refilling rx ring"David S. Miller2013-07-271-1/+1
* atl1c: Fix misuse of netdev_alloc_skb in refilling rx ringNeil Horman2013-07-261-1/+1
* 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
* alx: fix lockdep annotationMaarten Lankhorst2013-07-111-3/+2
* alx: remove WoL supportJohannes Berg2013-07-034-323/+15
* alx: fix ethtool support codeJohannes Berg2013-07-011-35/+29
* alx: fix MAC address alignment problemJohannes Berg2013-07-011-4/+4
* alx: separate link speed/duplex fieldsJohannes Berg2013-07-014-125/+106
* alx: make sizes unsignedJohannes Berg2013-07-011-4/+4
* alx: remove NET_CORE Kconfig selectJohannes Berg2013-07-011-1/+0
* 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
* net: Move MII out from under NET_CORE and hide itBen Hutchings2013-06-191-4/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-199-0/+4568
|\
| * alx: add a simple AR816x/AR817x device driverJohannes Berg2013-06-179-0/+4568
* | net/ethernet/atheros/atlx/atl1: Use module_pci_driver to register driverPeter Hüwe2013-05-221-25/+2
* | net/ethernet/atheros/atl1e/atl1e_main: Use module_pci_driver to register driverPeter Hüwe2013-05-221-24/+1
* | net/ethernet/atheros/atl1c/atl1c_main: Use module_pci_driver to register driverPeter Hüwe2013-05-221-24/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-015-54/+44
|\
OpenPOWER on IntegriCloud