summaryrefslogtreecommitdiff
path: root/drivers/staging/et131x
AgeCommit message (Expand)AuthorFilesLines
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-11staging: et131x: remove unnecessary pointer typecastZHAO Gang1-12/+10
2013-12-11staging: et131x: remove item that have been done in TODO fileZHAO Gang1-4/+0
2013-12-11staging: et131x: reduce split lines in nic_rx_pktsZHAO Gang1-6/+5
2013-12-11staging: et131x: reduce split lines in nic_return_rfdZHAO Gang1-10/+10
2013-12-11staging: et131x: reduce split lines in et131x_rx_dma_memory_freeZHAO Gang1-15/+17
2013-12-11staging: et131x: reduce split lines in et131x_rx_dma_memory_allocZHAO Gang1-25/+23
2013-12-11staging: et131x: reduce split lines in et131x_config_rx_dma_regsZHAO Gang1-14/+10
2013-12-07staging: et131x: trivial whitespace and line / character reductionsMark Einon1-18/+14
2013-12-07staging: et131x: remove unhelpful commentsMark Einon1-176/+28
2013-12-07staging: et131x: remove two useless debug statementsMark Einon1-3/+0
2013-12-07staging: et131x: clear up use of TRUEPHY definesMark Einon2-74/+11
2013-12-07staging: et131x: replace magic number bitmask with defined valuesMark Einon1-1/+1
2013-12-07staging: et131x: Remove unnecessary phydev checksMark Einon1-8/+5
2013-12-07staging: et131x: improve indenting in et131x_adjust_link()Mark Einon1-79/+81
2013-12-05staging: et131x: delete unnecessary variable in function et131x_initZHAO Gang1-3/+1
2013-12-05staging: et131x: change function nameZHAO Gang1-3/+3
2013-12-03staging: 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/gi...Linus 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-29Staging: et131x: Fix Smatch Warning of Buffer OverflowRashika Kheria1-2/+3
2013-10-05staging: et131x: Use pci_dev->pcie_mpss and pcie_set_readrq() to simplify codeYijing Wang1-11/+3
2013-09-22DMA-API: staging: et131x: replace dma_set_mask()+dma_set_coherent_mask() with...Russell 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-12staging: 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-22Merge tag 'staging-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus 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
2013-02-11staging: Remove unnecessary OOM messagesJoe Perches1-13/+7
2013-01-22staging: et131x: Fix all sparse warningsMark Einon1-7/+7
2013-01-22staging: et131x: Modify block comments to fit with networking styleMark Einon1-238/+132
2013-01-22staging: et131x: Trivial camel case fixesMark Einon1-24/+26
2013-01-22staging: et131x: Fix endian bugs in et131x_get_regs()Mark Einon1-36/+61
2013-01-18staging: et131x: Only configure regs if link state changesMark Einon1-45/+38
2013-01-15net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli1-1/+1
2013-01-08staging: et131x: Use register defines instead of magic numbersMark Einon2-81/+139
2013-01-08staging: et131x: Replace rxdma csr register magic numbers with definesMark Einon2-17/+25
2013-01-07ethtool: fix drvinfo strings set in driversJiri Pirko1-4/+4
2012-11-22staging: et131x: Removing final checkpatch errors, all line >80 charsMark Einon1-18/+27
2012-11-22staging: et131x: Replace kmem_cache use with plain kmalloc/kfreeMark Einon2-61/+19
2012-11-22staging: et131x: Remove incorrect comments regarding alignmentMark Einon1-10/+0
2012-11-22staging: et131x: Reduce indenting in et131x_rx_dma_memory_free()Mark Einon1-20/+20
2012-11-22staging: et131x: Remove alignment offset padding on DMA buffer allocation/freeMark Einon1-4/+2