summaryrefslogtreecommitdiffstats
path: root/drivers/staging/et131x
Commit message (Expand)AuthorAgeFilesLines
...
| * staging: et131x: Remove error path from suspend/resume codeMark Einon2011-10-113-32/+45
| * staging: et131x: Removing Olaf Hartmann's email as it bouncesMark Einon2011-10-111-4/+1
| * staging: et131x: Fix indefinite low power sleepMark Einon2011-10-042-5/+12
| * staging: et131x: Updating copyright statements and module authorsMark Einon2011-10-0416-3/+31
| * staging: et131x: Update TODO file for kernel parametersMark Einon2011-10-041-1/+0
| * staging: et131x: Fix add_timer() from et131x_openMark Einon2011-10-044-8/+5
| * staging: et131x: Add pci suspend & resume functionsMark Einon2011-10-043-3/+45
| * staging: et131x: Remove adapter->bmsr, replace with phydev equivalentsMark Einon2011-10-043-10/+3
| * staging: et131x: Introduce et1310_in_phy_coma() callMark Einon2011-10-045-22/+28
| * staging: et131x: Remove TODO entry 'alloc_etherdev initilising memory with zero'Mark Einon2011-10-041-1/+0
| * staging: et131x: Bugfix - driver doesn't autoreneg after cable unplug/plug ev...Mark Einon2011-09-261-0/+4
| * staging: et131x: Remove header declaration of et131x_check_mii()Mark Einon2011-09-261-2/+0
| * staging: et131x: Create et131x_[dis|en]able_txrx() callsMark Einon2011-09-262-78/+50
| * staging: et131x: Remove et131x_check_mii() and move functionality into et131x...Mark Einon2011-09-262-184/+98
| * staging: et131x: Add link status to adapter structMark Einon2011-09-261-0/+3
| * staging: et131x: support register dump in ethtool opsMark Einon2011-09-261-3/+135
| * staging: et131x: Update README fileMark Einon2011-09-061-2/+0
| * staging: et131x: Remove ai_force_[duplex|speed] from et131x_adapterMark Einon2011-09-062-6/+2
| * staging: et131x: Remove struct mi_regs from et1310_phy.hMark Einon2011-09-061-29/+5
| * staging: et131x: Replace magic numbers in et1310_phy.c with definesMark Einon2011-09-062-56/+105
| * staging: et131x: Remove duplicated register defines from et1310_phy.hMark Einon2011-09-061-18/+0
| * staging: et131x: Remove cached_mask_value from et131x_adapterMark Einon2011-09-062-4/+0
| * staging: et131x: Remove registry_rx_mem_end from struct et131x_adapterMark Einon2011-09-061-4/+0
| * staging: et131x: remove calls to netif_carrier_[on|off] from et131x_mii_checkMark Einon2011-09-061-3/+0
| * staging: et131x: Remove PHY interrupt handling code from driver isr handlerMark Einon2011-09-061-38/+0
| * staging: et131x: Remove redundant struct adapter membersMark Einon2011-09-063-11/+1
| * staging: et131x: Remove private adapter->duplex_mode and use phydev->duplex i...Mark Einon2011-09-064-12/+5
| * staging: et131x: Remove private adapter->linkspeed and use phydev->speed insteadMark Einon2011-09-067-24/+26
| * staging: et131x: Amend README fileMark Einon2011-09-061-1/+1
| * staging: et131x: Fix checkpatch whitespace warningsMark Einon2011-09-068-54/+64
| * staging: et131x: Use MII register defines from mii.hMark Einon2011-09-063-173/+13
| * staging: et131x: Remove redundant phy codeMark Einon2011-09-064-452/+15
| * staging: et131x: Remove xcvr_addr and et131x_xcvr_findMark Einon2011-09-064-69/+38
| * staging: et131x: converting et131x_ioctl to use phy_mii_ioctlMark Einon2011-09-061-52/+4
| * staging: et131x: Use phy-device, mii_bus and ethtool_opsMark Einon2011-08-298-30/+254
| * staging: et131x: Remove module_param et131x_speed_setMark Einon2011-08-291-48/+2
| * staging: et131x: Remove redundant replica loopback codeMark Einon2011-08-294-27/+10
| * staging: et131x: Remove unused xcvr_id in struct ce_statsMark Einon2011-08-292-5/+0
| * staging: et131x: Further tidy up of 131x_pci_setup()Mark Einon2011-08-292-32/+28
| * staging: et131x: Update tx trans_start on device close to prevent tx_timeoutMark Einon2011-08-231-4/+11
| * staging: et131x: Fix free IRQ from IRQ context warning after tx_timeoutMark Einon2011-08-232-3/+21
| * staging: et131x: Fix link detection signallingMark Einon2011-08-233-53/+2
| * staging: et131x: Rename var name 'etdev' to 'adapter' throughout moduleMark Einon2011-08-239-654/+654
| * staging: et131x: Removing commented out code implemented elsewhereMark Einon2011-08-231-5/+0
| * staging: et131x: Converting et1310_adapter.h variable names from CamelCaseMark Einon2011-08-239-215/+228
| * staging: et131x: Converting et1310_tx.c function and local names from CamelCaseMark Einon2011-08-233-140/+132
| * staging: et131x: Remove unecessary *etdev NULL check in et1310_phy_init()Mark Einon2011-08-231-3/+0
| * staging: et131x: Rename et131x_config_global_regs > et131x_configure_global_regsMark Einon2011-08-231-2/+2
| * staging: et131x: Remove redundant commented out codeMark Einon2011-08-231-2/+1
| * staging: et131x: Fix variable typo carry_reg1 -> carry_reg2Mark Einon2011-08-231-1/+1