aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/atheros (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-06ethernet/atheros/alx: sanitize buffer sizing and paddingJarod Wilson3-12/+14
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+3
2015-12-04atl1c: Improve driver not to do order 4 GFP_ATOMIC allocationPavel Machek1-4/+3
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+3
2015-12-03alx: remove pointless assignmentJarod Wilson1-1/+0
2015-11-18ethernet/atheros/alx: add Killer E2400 device IDBen Pope2-0/+3
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera4-13/+0
2015-08-12net: atl1c: add BQL supportRon Angeles1-0/+10
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker1-3/+1
2015-04-29trivial: net: atl1e: atl1e_hw.h: fix 0x0x prefixAntonio Ospite1-1/+1
2015-03-08ethernet: codespell comment spelling fixesJoe Perches2-3/+3
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+13
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko4-8/+8
2015-01-11alx: fix alx_poll()Eric Dumazet1-11/+13
2014-12-30atl1e: Use setup_timerJulia Lawall1-3/+2
2014-12-30atheros: atlx: Use setup_timerJulia Lawall1-6/+4
2014-11-20Merge Linus' tree to be be to apply submitted patches to newer code thanJiri Kosina5-10/+7
2014-10-29treewide: Fix company name in module descriptionsMasanari Iida1-1/+1
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine5-5/+5
2014-08-08atl1e: use pci_zalloc_consistentJoe Perches1-5/+2
2014-07-20atl1c: remove unnecessary break after returnFabian Frederick1-2/+0
2014-07-20atlx: remove unnecessary break after returnFabian Frederick2-4/+0
2014-07-20atl1e: remove unnecessary break after returnFabian Frederick1-1/+0
2014-06-06net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko4-8/+8
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe4-4/+4
2014-03-29atl1e: remove open-coded skb_cow_head.françois romieu1-7/+7
2014-03-29atl1c: remove open-coded skb_cow_head.françois romieu1-7/+7
2014-03-29atl1: remove open-coded skb_cow_head.françois romieu1-8/+7
2014-03-26alx: Remove casts of pointer to same typeJoe Perches1-1/+1
2014-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-12/+6
2014-03-24atl1c: Call dev_kfree/consume_skb_any instead of dev_kfree_skb.Eric W. Biederman1-12/+8
2014-03-24alx: Call dev_kfree_skb_any instead of dev_kfree_skb.Eric W. Biederman1-1/+1
2014-03-24atheros/atlx: use SET_ETHTOOL_OPS directlywangweidong1-8/+2
2014-03-18ATHEROS-ATL1E: Convert iounmap to pci_iounmapPeter Senna Tschudin1-2/+2
2014-03-17ATHEROS-ALX: Use dma_set_mask_and_coherent and fix a bugPeter Senna Tschudin1-10/+4
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