aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/et131x (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-30staging: et131x: Don't handle rx/tx packets when changing mtuMark Einon1-2/+0
2014-08-30staging: et131x: Use eth_mac_addr() instead of duplicating the functionalityMark Einon1-52/+1
2014-08-17staging: et131x: Fix errors caused by phydev->addr accesses before initialisationMark Einon1-41/+27
2014-07-24staging: et131x: Remove trailing semicolon from macros in et131x.hMasanari Iida1-20/+20
2014-07-24staging: et131x: Fix typo in et131xMasanari Iida2-7/+7
2014-07-09staging: et131x: Use net_device_stats from struct net_deviceTobias Klauser1-10/+8
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2014-05-23staging: et131x: Remove empty file Module.symversDaniele Forsi1-0/+0
2014-05-23staging: et131x: add blank lines after declarationsMaarten de Jonge1-0/+2
2014-05-23staging: et131x: Remove useless return variablesPeter Senna Tschudin1-2/+1
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-03-08Staging: et131x: Fix warning of prefer ether_addr_copy() in et131x.cMonam Agarwal1-2/+2
2014-02-18staging: et131x: fix allocation failuresAlan1-2/+7
2014-02-07staging: et131x: remove spinlock adapter->lockZhao, Gang1-8/+0
2014-02-07staging: et131x: stop read when hit max delay in et131x_phy_mii_readZhao, Gang1-0/+2
2013-12-17staging: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-17staging: et131x: improve code consistency: access struct tx_ringZHAO Gang1-95/+95
2013-12-17staging: et131x: improve code consistency: access struct rx_ringZHAO Gang1-28/+20
2013-12-10staging: et131x: remove unnecessary pointer typecastZHAO Gang1-12/+10
2013-12-10staging: et131x: remove item that have been done in TODO fileZHAO Gang1-4/+0
2013-12-10staging: et131x: reduce split lines in nic_rx_pktsZHAO Gang1-6/+5
2013-12-10staging: et131x: reduce split lines in nic_return_rfdZHAO Gang1-10/+10
2013-12-10staging: et131x: reduce split lines in et131x_rx_dma_memory_freeZHAO Gang1-15/+17
2013-12-10staging: et131x: reduce split lines in et131x_rx_dma_memory_allocZHAO Gang1-25/+23
2013-12-10staging: et131x: reduce split lines in et131x_config_rx_dma_regsZHAO Gang1-14/+10
2013-12-06staging: et131x: trivial whitespace and line / character reductionsMark Einon1-18/+14
2013-12-06staging: et131x: remove unhelpful commentsMark Einon1-176/+28
2013-12-06staging: et131x: remove two useless debug statementsMark Einon1-3/+0
2013-12-06staging: et131x: clear up use of TRUEPHY definesMark Einon2-74/+11
2013-12-06staging: et131x: replace magic number bitmask with defined valuesMark Einon1-1/+1
2013-12-06staging: et131x: Remove unnecessary phydev checksMark Einon1-8/+5
2013-12-06staging: et131x: improve indenting in et131x_adjust_link()Mark Einon1-79/+81
2013-12-04staging: et131x: delete unnecessary variable in function et131x_initZHAO Gang1-3/+1
2013-12-04staging: et131x: change function nameZHAO Gang1-3/+3
2013-12-02staging: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han1-1/+1
2013-11-14Merge tag 'pci-v3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-11/+3
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-15/+2
2013-10-28Staging: et131x: Fix Smatch Warning of Buffer OverflowRashika Kheria1-2/+3
2013-10-04staging: et131x: Use pci_dev->pcie_mpss and pcie_set_readrq() to simplify codeYijing Wang1-11/+3
2013-09-21DMA-API: staging: et131x: replace dma_set_mask()+dma_set_coherent_mask() with new helperRussell King1-15/+2
2013-09-17staging: et131x: Add some items to the TODO listMark Einon1-1/+6
2013-09-17staging: et131x: Removing some unecessary bracesMark Einon1-7/+5
2013-09-17staging: et131x: Remove unused rcv_pend_lock spinlockMark Einon2-2/+0
2013-09-17staging: et131x: Remove unused spinlockMark Einon1-3/+0
2013-08-21staging: et131x: Remove frame error TODO itemMark Einon1-1/+0
2013-04-11staging: et131x: cancel_work when module gets unloadedDevendra Naga1-0/+1
2013-03-12staging: et131x: fix invalid fail after the call to eeprom_wait_readyDevendra Naga1-2/+2
2013-02-21Merge tag 'staging-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds3-457/+434
2013-02-18staging: et131x: Update TODO listMark Einon1-0/+4
2013-02-18staging: et131x: Remove assignment of skb->devMark Einon1-1/+0