summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/atheros
Commit message (Expand)AuthorAgeFilesLines
* ethernet/atheros/alx: add Killer E2400 device IDBen Pope2015-11-182-0/+3
* drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-164-13/+0Star
* net: atl1c: add BQL supportRon Angeles2015-08-131-0/+10
* drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker2015-06-231-3/+1Star
* trivial: net: atl1e: atl1e_hw.h: fix 0x0x prefixAntonio Ospite2015-04-291-1/+1
* ethernet: codespell comment spelling fixesJoe Perches2015-03-092-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-151-11/+13
|\
| * alx: fix alx_poll()Eric Dumazet2015-01-121-11/+13
* | net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-134-8/+8
* | atl1e: Use setup_timerJulia Lawall2014-12-311-3/+2Star
* | atheros: atlx: Use setup_timerJulia Lawall2014-12-311-6/+4Star
|/
* Merge Linus' tree to be be to apply submitted patches to newer code thanJiri Kosina2014-11-205-10/+7Star
|\
| * PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-125-5/+5
| * atl1e: use pci_zalloc_consistentJoe Perches2014-08-091-5/+2Star
* | treewide: Fix company name in module descriptionsMasanari Iida2014-10-291-1/+1
|/
* atl1c: remove unnecessary break after returnFabian Frederick2014-07-211-2/+0Star
* atlx: remove unnecessary break after returnFabian Frederick2014-07-212-4/+0Star
* atl1e: remove unnecessary break after returnFabian Frederick2014-07-211-1/+0Star
* net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko2014-06-074-8/+8
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-134-4/+4
* 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/+7Star
* 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-262-12/+6Star
|\
| * 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/+4Star
* | atl1c: Call dev_kfree/consume_skb_any instead of dev_kfree_skb.Eric W. Biederman2014-03-251-12/+8Star
* | alx: Call dev_kfree_skb_any instead of dev_kfree_skb.Eric W. Biederman2014-03-251-1/+1
* | atheros/atlx: use SET_ETHTOOL_OPS directlywangweidong2014-03-241-8/+2Star
|/
* alx: add missing stats_lock spinlock initJohn Greene2014-02-111-0/+1
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-162-2/+0Star
* atl1: update statistics codeSabrina Dubroca2014-01-152-18/+26
* atl1e: update statistics codeSabrina Dubroca2014-01-151-11/+19
* atl1c: update statistics codeSabrina Dubroca2014-01-151-11/+20
* 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
* 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-201-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/+0Star
* 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-141-7/+2Star
* atl1c: Fix misuse of netdev_alloc_skb in refilling rx ringEric Dumazet2013-07-312-1/+42