summaryrefslogtreecommitdiffstats
path: root/drivers/staging/et131x
Commit message (Expand)AuthorAgeFilesLines
* staging: et131x: Implement NAPI supportMark Einon2014-08-302-63/+50Star
* staging: et131x: Fix ET_INTR_TXDMA_ISR register name typoMark Einon2014-08-301-1/+1
* staging: et131x: Rename NUM_PACKETS_HANDLED to MAX_PACKETS_HANDLEDMark Einon2014-08-301-3/+3
* staging: et131x: Remove unnecessary i2c_wack variableMark Einon2014-08-301-4/+1Star
* staging: et131x: Use for loop to initialise contiguous macstat registers to zeroMark Einon2014-08-302-148/+7Star
* staging: et131x: Use for loop to initialise contiguous registers to zeroMark Einon2014-08-301-24/+3Star
* staging: et131x: Don't handle rx/tx packets when changing mtuMark Einon2014-08-301-2/+0Star
* staging: et131x: Use eth_mac_addr() instead of duplicating the functionalityMark Einon2014-08-301-52/+1Star
* staging: et131x: Remove trailing semicolon from macros in et131x.hMasanari Iida2014-07-251-20/+20
* staging: et131x: Fix typo in et131xMasanari Iida2014-07-252-7/+7
* staging: et131x: Use net_device_stats from struct net_deviceTobias Klauser2014-07-091-10/+8Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-121-1/+1
|\
| * net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* | staging: et131x: Remove empty file Module.symversDaniele Forsi2014-05-231-0/+0
* | staging: et131x: add blank lines after declarationsMaarten de Jonge2014-05-231-0/+2
* | staging: et131x: Remove useless return variablesPeter Senna Tschudin2014-05-231-2/+1Star
|/
* Staging: et131x: Fix warning of prefer ether_addr_copy() in et131x.cMonam Agarwal2014-03-091-2/+2
* staging: et131x: fix allocation failuresAlan2014-02-181-2/+7
* staging: et131x: remove spinlock adapter->lockZhao, Gang2014-02-071-8/+0Star
* staging: et131x: stop read when hit max delay in et131x_phy_mii_readZhao, Gang2014-02-071-0/+2
* staging: delete non-required instances of include <linux/init.h>Paul Gortmaker2013-12-171-1/+0Star
* staging: et131x: improve code consistency: access struct tx_ringZHAO Gang2013-12-171-95/+95
* staging: et131x: improve code consistency: access struct rx_ringZHAO Gang2013-12-171-28/+20Star
* staging: et131x: remove unnecessary pointer typecastZHAO Gang2013-12-111-12/+10Star
* staging: et131x: remove item that have been done in TODO fileZHAO Gang2013-12-111-4/+0Star
* staging: et131x: reduce split lines in nic_rx_pktsZHAO Gang2013-12-111-6/+5Star
* staging: et131x: reduce split lines in nic_return_rfdZHAO Gang2013-12-111-10/+10
* staging: et131x: reduce split lines in et131x_rx_dma_memory_freeZHAO Gang2013-12-111-15/+17
* staging: et131x: reduce split lines in et131x_rx_dma_memory_allocZHAO Gang2013-12-111-25/+23Star
* staging: et131x: reduce split lines in et131x_config_rx_dma_regsZHAO Gang2013-12-111-14/+10Star
* staging: et131x: trivial whitespace and line / character reductionsMark Einon2013-12-061-18/+14Star
* staging: et131x: remove unhelpful commentsMark Einon2013-12-061-176/+28Star
* staging: et131x: remove two useless debug statementsMark Einon2013-12-061-3/+0Star
* staging: et131x: clear up use of TRUEPHY definesMark Einon2013-12-062-74/+11Star
* staging: et131x: replace magic number bitmask with defined valuesMark Einon2013-12-061-1/+1
* staging: et131x: Remove unnecessary phydev checksMark Einon2013-12-061-8/+5Star
* staging: et131x: improve indenting in et131x_adjust_link()Mark Einon2013-12-061-79/+81
* staging: et131x: delete unnecessary variable in function et131x_initZHAO Gang2013-12-051-3/+1Star
* staging: et131x: change function nameZHAO Gang2013-12-051-3/+3
* staging: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han2013-12-031-1/+1
* Merge tag 'pci-v3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-11-141-11/+3Star
|\
| * staging: et131x: Use pci_dev->pcie_mpss and pcie_set_readrq() to simplify codeYijing Wang2013-10-041-11/+3Star
* | Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-131-15/+2Star
|\ \
| * | DMA-API: staging: et131x: replace dma_set_mask()+dma_set_coherent_mask() with...Russell King2013-09-211-15/+2Star
| |/
* | Staging: et131x: Fix Smatch Warning of Buffer OverflowRashika Kheria2013-10-281-2/+3
* | staging: et131x: Add some items to the TODO listMark Einon2013-09-171-1/+6
* | staging: et131x: Removing some unecessary bracesMark Einon2013-09-171-7/+5Star
* | staging: et131x: Remove unused rcv_pend_lock spinlockMark Einon2013-09-172-2/+0Star
* | staging: et131x: Remove unused spinlockMark Einon2013-09-171-3/+0Star
|/
* staging: et131x: Remove frame error TODO itemMark Einon2013-08-211-1/+0Star