aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/atheros (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-10alx: 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-14atl1: update statistics codeSabrina Dubroca2-18/+26
2014-01-14atl1e: update statistics codeSabrina Dubroca1-11/+19
2014-01-14atl1c: update statistics codeSabrina Dubroca1-11/+20
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
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+5
2013-12-26net: atl1: slight optimization of addr comparedingtianhong1-1/+2
2013-12-19atl1c: Check return from pci_find_ext_capability() in atl1c_reset_pcie()Betty Dall1-3/+5
2013-11-14alx: Reset phy speed after resumehahnjo1-0/+3
2013-10-18net: alx: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-10-03atl1e: enable support for NETIF_F_RXALL and NETIF_F_RXCRC featuresAndrea Merello1-4/+42
2013-10-03net: atl1c: Change variable type to boolPeter Senna Tschudin1-1/+1
2013-09-24atheros: Remove extern from function prototypesJoe Perches3-10/+10
2013-09-13alx: remove redundant D0 power state setYijing Wang1-7/+2
2013-07-30atl1c: Fix misuse of netdev_alloc_skb in refilling rx ringEric Dumazet2-1/+42
2013-07-27Revert "atl1c: Fix misuse of netdev_alloc_skb in refilling rx ring"David S. Miller1-1/+1
2013-07-26atl1c: Fix misuse of netdev_alloc_skb in refilling rx ringNeil Horman1-1/+1
2013-07-16atl1e: unmap partially mapped skb on dma error and free skbNeil Horman1-1/+23
2013-07-12atl1e: fix dma mapping warningsNeil Horman1-3/+25
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: remove NET_CORE Kconfig selectJohannes Berg1-1/+0
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-19net: Move MII out from under NET_CORE and hide itBen Hutchings1-4/+0
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-0/+4568
2013-06-17alx: add a simple AR816x/AR817x device driverJohannes Berg9-0/+4568
2013-05-22net/ethernet/atheros/atlx/atl1: Use module_pci_driver to register driverPeter Hüwe1-25/+2
2013-05-22net/ethernet/atheros/atl1e/atl1e_main: Use module_pci_driver to register driverPeter Hüwe1-24/+1
2013-05-22net/ethernet/atheros/atl1c/atl1c_main: Use module_pci_driver to register driverPeter Hüwe1-24/+1
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds5-54/+44
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy4-4/+4
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy5-33/+33
2013-04-16atl1: Protect atl1_suspend with CONFIG_PM_SLEEPFabio Estevam1-0/+2
2013-04-16atl1: Remove unneeded PM_OPS definitionsFabio Estevam1-9/+2
2013-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+2
2013-04-05atl1e: limit gso segment size to prevent generation of wrong ip length fieldsHannes Frederic Sowa2-1/+2
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-18/+2
2013-03-31treewide: Fix typos in kernel messagesMasanari Iida1-1/+1
2013-03-29atl1e: drop pci-msi support because of packet corruptionHannes Frederic Sowa2-18/+2