staging: et131x: Remove redundant check and return statement
[pandora-kernel.git] / drivers / staging / et131x / et131x.c
2011-10-23 Mark Einonstaging: et131x: Remove redundant check and return...
2011-10-23 Mark Einonstaging: et131x: Mainly whitespace changes to appease...
2011-10-23 Mark Einonstaging: et131x: Remove last of the forward declarations
2011-10-23 Mark Einonstaging: et131x: Remove even more forward declarations
2011-10-23 Mark Einonstaging: et131x: Remove yet more forward declarations
2011-10-23 Mark Einonstaging: et131x: Remove more forward declarations
2011-10-23 Mark Einonstaging: et131x: Remove forward declaration of et131x_a...
2011-10-23 Mark Einonstaging: et131x: Remove some forward declarations
2011-10-23 Mark Einonstaging: et131x: Remove unused rx_ring.recv_packet_pool
2011-10-23 Mark Einonstaging: et131x: Remove call to find pci pm capability
2011-10-23 Mark Einonstaging: et131x: Remove redundant et131x_reset_recv...
2011-10-23 Mark Einonstaging: et131x: Remove unused rx_ring.recv_buffer_pool
2011-10-23 Mark Einonstaging: et131x: Remove unused defines
2011-10-23 Mark Einonstaging: et131x: Convert rest of pci memory management...
2011-10-23 Mark Einonstaging: et131x: on transmit, stop the queue if the...
2011-10-23 Mark Einonstaging: et131x: Tidy up PCI device table definition
2011-10-23 Mark Einonstaging: et131x: Match dma_alloc_ calls with dma_free_...
2011-10-23 Mark Einonstaging: et131x: use dma_alloc... instead of pci_alloc...
2011-10-23 Mark Einonstaging: et131x: Fix issues when USE_FBR0 is not defined
2011-10-23 Mark Einonstaging: et131x: Make rx_ring.fbr{0,1} share a common...
2011-10-23 Mark Einonstaging: et131x: Moving two extern inline functions...
2011-10-23 Mark Einonstaging: et131x: move et1310_tx.h contents into et131x.c
2011-10-23 Mark Einonstaging: et131x: move et1310_rx.h contents into et131x.c
2011-10-23 Mark Einonstaging: et131x: move et131x_defs.h contents into et131x.c
2011-10-23 Mark Einonstaging: et131x: move et131x_adapter.h contents into...
2011-10-23 Mark Einonstaging: et131x: move et1310_phy.h contents into et131x.h
2011-10-23 Mark Einonstaging: et131x: move et1310_address_map.h contents...
2011-10-23 Mark Einonstaging: et131x: Move non-register defines from et131x...
2011-10-23 Mark Einonstaging: et131x: Move function declarations from et131x...
2011-10-23 Mark Einonstaging: et131x: Put all .c files into one big file