summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/atheros
AgeCommit message (Expand)AuthorFilesLines
2013-07-31atl1c: Fix misuse of netdev_alloc_skb in refilling rx ringEric Dumazet2-1/+42
2013-07-28Revert "atl1c: Fix misuse of netdev_alloc_skb in refilling rx ring"David S. Miller1-1/+1
2013-07-27atl1c: 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-13atl1e: fix dma mapping warningsNeil Horman1-3/+25
2013-07-11alx: fix lockdep annotationMaarten Lankhorst1-3/+2
2013-07-04alx: remove WoL supportJohannes Berg4-323/+15
2013-07-02alx: fix ethtool support codeJohannes Berg1-35/+29
2013-07-02alx: fix MAC address alignment problemJohannes Berg1-4/+4
2013-07-02alx: separate link speed/duplex fieldsJohannes Berg4-125/+106
2013-07-02alx: make sizes unsignedJohannes Berg1-4/+4
2013-07-02alx: remove NET_CORE Kconfig selectJohannes Berg1-1/+0
2013-07-02alx: fix 100mbit/half duplex speed translationJohannes Berg1-1/+1
2013-07-02alx: treat flow control correctly in alx_set_pauseparam()Johannes Berg1-1/+2
2013-06-20net: Move MII out from under NET_CORE and hide itBen Hutchings1-4/+0
2013-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-0/+4568
2013-06-18alx: add a simple AR816x/AR817x device driverJohannes Berg9-0/+4568
2013-05-23net/ethernet/atheros/atlx/atl1: Use module_pci_driver to register driverPeter Hüwe1-25/+2
2013-05-23net/ethernet/atheros/atl1e/atl1e_main: Use module_pci_driver to register driverPeter Hüwe1-24/+1
2013-05-23net/ethernet/atheros/atl1c/atl1c_main: Use module_pci_driver to register driverPeter Hüwe1-24/+1
2013-05-02Merge 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/jik...Linus 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-17atl1: Protect atl1_suspend with CONFIG_PM_SLEEPFabio Estevam1-0/+2
2013-04-17atl1: Remove unneeded PM_OPS definitionsFabio Estevam1-9/+2
2013-04-08Merge 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
2013-03-26net: ethernet: atheros: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-1/+1
2013-03-10drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches2-7/+2
2013-02-22Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+4
2013-02-19atl1c: restore buffer stateHuang, Xiong1-1/+1
2013-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into netDavid S. Miller1-7/+64
2013-02-13atl1c: add error checking for pci_map_single functionsHuang, Xiong1-7/+64
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches2-6/+2
2013-01-11drivers/net/ethernet/atheros: remove depends on CONFIG_EXPERIMENTALKees Cook1-4/+4
2013-01-09remove init of dev->perm_addr in driversJiri Pirko3-9/+0
2013-01-04net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko2-2/+0
2013-01-04net: set dev->addr_assign_type correctlyJiri Pirko2-2/+2
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman4-9/+5
2012-12-03net/atheros: remove __dev* attributesBill Pemberton5-30/+31
2012-10-05sections: fix section conflicts in drivers/netAndi Kleen2-2/+2
2012-09-12Merge branch 'pci/stephen-const' into nextBjorn Helgaas2-2/+2
2012-09-08netdev: make pci_error_handlers constStephen Hemminger2-2/+2
2012-08-23atl1c: Use PCI Express Capability accessorsJiang Liu1-1/+1
2012-07-20atl1c: fix issue of io access mode for AR8152 v2.1Cloud Ren2-1/+20
2012-07-17ethernet: Use eth_random_addrJoe Perches3-3/+3