summaryrefslogtreecommitdiffstats
path: root/drivers/staging/et131x
AgeCommit message (Expand)Author
2011-10-23staging: et131x: move et1310_rx.h contents into et131x.cMark Einon
2011-10-23staging: et131x: move et131x_defs.h contents into et131x.cMark Einon
2011-10-23staging: et131x: move et131x_adapter.h contents into et131x.cMark Einon
2011-10-23staging: et131x: move et1310_phy.h contents into et131x.hMark Einon
2011-10-23staging: et131x: move et1310_address_map.h contents into et131x.hMark Einon
2011-10-23staging: et131x: Move non-register defines from et131x.h to et131x.cMark Einon
2011-10-23staging: et131x: Move function declarations from et131x.h to et131x.cMark Einon
2011-10-23staging: et131x: Put all .c files into one big fileMark Einon
2011-10-17staging: drop unused Kconfig symbolsPaul Bolle
2011-10-11staging: et131x: Update TODO listMark Einon
2011-10-11staging: et131x: Remove unused mac definesMark Einon
2011-10-11staging: et131x: Fix et131x smatch issuesMark Einon
2011-10-11staging: et131x: Fix et131x sparse warningsMark Einon
2011-10-11staging: et131x: Remove file et131x_version.hMark Einon
2011-10-11staging: et131x: Move pm calls from pci device to driver deviceMark Einon
2011-10-11staging: et131x: Remove error path from suspend/resume codeMark Einon
2011-10-11staging: et131x: Removing Olaf Hartmann's email as it bouncesMark Einon
2011-10-06net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell
2011-10-05et131x: convert to SKB paged frag API.Ian Campbell
2011-10-04staging: et131x: Fix indefinite low power sleepMark Einon
2011-10-04staging: et131x: Updating copyright statements and module authorsMark Einon
2011-10-04staging: et131x: Update TODO file for kernel parametersMark Einon
2011-10-04staging: et131x: Fix add_timer() from et131x_openMark Einon
2011-10-04staging: et131x: Add pci suspend & resume functionsMark Einon
2011-10-04staging: et131x: Remove adapter->bmsr, replace with phydev equivalentsMark Einon
2011-10-04staging: et131x: Introduce et1310_in_phy_coma() callMark Einon
2011-10-04staging: et131x: Remove TODO entry 'alloc_etherdev initilising memory with zero'Mark Einon
2011-09-26staging: et131x: Bugfix - driver doesn't autoreneg after cable unplug/plug ev...Mark Einon
2011-09-26staging: et131x: Remove header declaration of et131x_check_mii()Mark Einon
2011-09-26staging: et131x: Create et131x_[dis|en]able_txrx() callsMark Einon
2011-09-26staging: et131x: Remove et131x_check_mii() and move functionality into et131x...Mark Einon
2011-09-26staging: et131x: Add link status to adapter structMark Einon
2011-09-26staging: et131x: support register dump in ethtool opsMark Einon
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