summaryrefslogtreecommitdiff
path: root/drivers/staging/et131x
AgeCommit message (Expand)Author
2011-09-06staging: et131x: Update README fileMark Einon
2011-09-06staging: et131x: Remove ai_force_[duplex|speed] from et131x_adapterMark Einon
2011-09-06staging: et131x: Remove struct mi_regs from et1310_phy.hMark Einon
2011-09-06staging: et131x: Replace magic numbers in et1310_phy.c with definesMark Einon
2011-09-06staging: et131x: Remove duplicated register defines from et1310_phy.hMark Einon
2011-09-06staging: et131x: Remove cached_mask_value from et131x_adapterMark Einon
2011-09-06staging: et131x: Remove registry_rx_mem_end from struct et131x_adapterMark Einon
2011-09-06staging: et131x: remove calls to netif_carrier_[on|off] from et131x_mii_checkMark Einon
2011-09-06staging: et131x: Remove PHY interrupt handling code from driver isr handlerMark Einon
2011-09-06staging: et131x: Remove redundant struct adapter membersMark Einon
2011-09-06staging: et131x: Remove private adapter->duplex_mode and use phydev->duplex i...Mark Einon
2011-09-06staging: et131x: Remove private adapter->linkspeed and use phydev->speed insteadMark Einon
2011-09-06staging: et131x: Amend README fileMark Einon
2011-09-06staging: et131x: Fix checkpatch whitespace warningsMark Einon
2011-09-06staging: et131x: Use MII register defines from mii.hMark Einon
2011-09-06staging: et131x: Remove redundant phy codeMark Einon
2011-09-06staging: et131x: Remove xcvr_addr and et131x_xcvr_findMark Einon
2011-09-06staging: et131x: converting et131x_ioctl to use phy_mii_ioctlMark Einon
2011-08-29staging: et131x: Use phy-device, mii_bus and ethtool_opsMark Einon
2011-08-29staging: et131x: Remove module_param et131x_speed_setMark Einon
2011-08-29staging: et131x: Remove redundant replica loopback codeMark Einon
2011-08-29staging: et131x: Remove unused xcvr_id in struct ce_statsMark Einon
2011-08-29staging: et131x: Further tidy up of 131x_pci_setup()Mark Einon
2011-08-23staging: et131x: Update tx trans_start on device close to prevent tx_timeoutMark Einon
2011-08-23staging: et131x: Fix free IRQ from IRQ context warning after tx_timeoutMark Einon
2011-08-23staging: et131x: Fix link detection signallingMark Einon
2011-08-23staging: et131x: Rename var name 'etdev' to 'adapter' throughout moduleMark Einon
2011-08-23staging: et131x: Removing commented out code implemented elsewhereMark Einon
2011-08-23staging: et131x: Converting et1310_adapter.h variable names from CamelCaseMark Einon
2011-08-23staging: et131x: Converting et1310_tx.c function and local names from CamelCaseMark Einon
2011-08-23staging: et131x: Remove unecessary *etdev NULL check in et1310_phy_init()Mark Einon
2011-08-23staging: et131x: Rename et131x_config_global_regs > et131x_configure_global_regsMark Einon
2011-08-23staging: et131x: Remove redundant commented out codeMark Einon
2011-08-23staging: et131x: Fix variable typo carry_reg1 -> carry_reg2Mark Einon
2011-08-23staging: et131x: Convert et1310_tx.c function name from CamelCaseMark Einon
2011-08-23staging: et131x: add et1310_ prefix to et1310_mac.c functionsMark Einon
2011-08-23staging: et131x: Converting et1310_rx.h variable names from CamelCaseMark Einon
2011-08-23staging: et131x: Make static some local functions in et1310_rx.cMark Einon
2011-08-23staging: et131x: Converting et1310_rx.c function and local names from CamelCaseMark Einon
2011-08-23staging: et131x: Converting et1310_pm.c function and local names from CamelCaseMark Einon
2011-08-23staging: et131x: Converting et1310_phy.c function and local names from CamelCaseMark Einon
2011-08-23staging: et131x: Converting et1310_mac.c function and local names from CamelCaseMark Einon
2011-07-08staging: et131x: et1310_mac.c: ConfigMacStatRegs() add missing regs to be zeroedMark Einon
2011-07-08staging: et131x: Remove spaces between tabs inserted in patch 7b7fb34d3ffaMark Einon
2011-07-08staging: et131x: Convert et1310_address_map.h names from camel caseMark Einon
2011-07-08staging: et131x: rename adapter->Flags to adapter->flagsMark Einon
2011-07-05staging: et131x: Remove typedefs from et1310_phy.hMark Einon
2011-07-05staging: et131x: Remove some unecessary packet accounting codeMark Einon
2011-07-05staging: et131x: Fix stats->rx_packets accountingMark Einon
2011-07-05staging: transciever/transceiver spelling fixesJoe Perches