1. 31b7602 sfc: Fix type of FALCON_SPI_MAX_LEN by Ben Hutchings · 16 years ago
  2. 13e9ab1 sfc: Use CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS where appropriate by Ben Hutchings · 16 years ago
  3. 951f46a sfc: Remove obsolete comment about PCI modes by Ben Hutchings · 16 years ago
  4. 0a62f1a sfc: Disable interrupts after a fatal interrupt occurs until reset by Ben Hutchings · 16 years ago
  5. 1d0680f sfc: Insert read memory barrier after checking MAC statistics flag by Ben Hutchings · 16 years ago
  6. a620e13 sfc: Stop generating bogus events in tenxpress_check_hw() by Ben Hutchings · 16 years ago
  7. 94be0c5 sfc: Don't include net_driver.h from falcon_io.h by Steve Hodgson · 16 years ago
  8. 6bc5d3a sfc: Make queue flushes more reliable by Ben Hutchings · 16 years ago
  9. 92ade88 sfc: Don't use EFX_OWORD_FIELD on an event (64-bit, quad-word) by Steve Hodgson · 16 years ago
  10. c8fcc49 sfc: Serialise tenxpress_special_reset() with statistics fetches by Ben Hutchings · 16 years ago
  11. ef08af0 sfc: Remove workaround for old firmware bug by Ben Hutchings · 16 years ago
  12. e1074a0 sfc: Fix memory BAR release call on error path by Ben Hutchings · 16 years ago
  13. 88c5942 sfc: Add check for memory allocation failure in falcon_probe_nic() by Ben Hutchings · 16 years ago
  14. a816f75 sfc: Rework efx_set_multicast_hash() by Ben Hutchings · 16 years ago
  15. 3c78708 sfc: Remove the STATE_RESETTING flag by Ben Hutchings · 16 years ago
  16. 8c8661e sfc: Extend self-tests by Ben Hutchings · 16 years ago
  17. a515089 sfc: Rework the bitfield header so that we can identify fields by bit number by Ben Hutchings · 16 years ago
  18. 2467ca4 sfc: Cleanup reset code by Ben Hutchings · 16 years ago
  19. bc3c90a sfc: Remove some unreachable error paths by Ben Hutchings · 16 years ago
  20. c1e5fcc sfc: Remove remnants of multi-port abstraction for MAC registers by Ben Hutchings · 16 years ago
  21. 01aad7b sfc: Remove efx_nic_dummy_op_int() as redundant with efx_port_dummy_op_int() by Ben Hutchings · 16 years ago
  22. 740847d sfc: Enable TSO for 802.1q VLAN devices by Ben Hutchings · 16 years ago
  23. dacccc7 sfc: Do not call netif_{stop,wake}_queue() before register_netdev by Steve Hodgson · 16 years ago
  24. f8b87c1 sfc: Make PHY flash mode a device attribute, not a module parameter by Ben Hutchings · 16 years ago
  25. 3594e13 sfc: Implement get_sset_count, replacing get_stats_count and self_test_count by Ben Hutchings · 16 years ago
  26. 42cbe2d sfc: Cleanup RX event processing by Ben Hutchings · 16 years ago
  27. d307402 sfc: Remove efx_channel::evqnum field by Ben Hutchings · 16 years ago
  28. a258902 sfc: Make efx_for_each_channel_rx_queue() more efficient by Ben Hutchings · 16 years ago
  29. 955f0a7 sfc: Remove initialisation of RX_FILTER_CTL_REG.NUM_KER by Ben Hutchings · 16 years ago
  30. 8831da7 sfc: Cleanup RX queue information by Ben Hutchings · 16 years ago
  31. 64ee312 sfc: Remove efx_channel::has_interrupt by Ben Hutchings · 16 years ago
  32. 46123d0 sfc: Move CPU counting for RSS into a separate function, efx_wanted_rx_queues() by Ben Hutchings · 16 years ago
  33. 4a5b504 sfc: Export boot configuration in EEPROM through ethtool by Ben Hutchings · 16 years ago
  34. 4d56606 sfc: Removed forced inlining of long functions by Ben Hutchings · 16 years ago
  35. 23d9e60 sfc: Cleaned up struct tso_state fields by Ben Hutchings · 16 years ago
  36. 28506563 sfc: Set net_device::vlan_features appropriately by Ben Hutchings · 16 years ago
  37. dc8cfa5 sfc: Use explicit bool for boolean variables, parameters and return values by Ben Hutchings · 16 years ago
  38. cc12dac sfc: Reduce the size of struct efx_tx_buffer by Ben Hutchings · 16 years ago
  39. ecbd95c sfc: Use pci_map_single() to map the skb header when doing TSO by Ben Hutchings · 16 years ago
  40. 5988b63 sfc: Don't leak PCI DMA maps in the TSO code when the queue fills up by Ben Hutchings · 16 years ago
  41. b9aafb0 sfc: Speed up loopback self-test by Ben Hutchings · 16 years ago
  42. f8ea0b6 sfc: Self-test reporting cleanup by Ben Hutchings · 16 years ago
  43. e9713e6 sfc: Reduce log level for XGXS lane status by Ben Hutchings · 16 years ago
  44. c84a6f1 sfc: Reverse the XOFF/XON pause frame control fifo thresholds by Ben Hutchings · 16 years ago
  45. f90748f sfc: Remove inclusion of workarounds.h from efx.c by Ben Hutchings · 16 years ago
  46. c264361 sfc: XMAC statistics fix-ups by Ben Hutchings · 16 years ago
  47. 5b39fe3 sfc: Remove mistaken hardware workaround by Ben Hutchings · 16 years ago
  48. 11f34e6 sfc: Reduce delays in SFE4001 initialisation by Ben Hutchings · 16 years ago
  49. a0c2c19 sfc: Avoid mangling error codes in efx_test_loopback() by Ben Hutchings · 16 years ago
  50. 60ac106 sfc: Use separate hardware TX queues to select checksum generation by Ben Hutchings · 16 years ago
  51. 26c0867 sfc: Remove unused field efx_channel::reset_work by Steve Hodgson · 16 years ago
  52. 18c2fc0 sfc: Change first parameter type of {set,clear}_bit_le() to unsigned by Ben Hutchings · 16 years ago
  53. 767e468 sfc: Replace net_dev->priv with netdev_priv(net_dev) by Ben Hutchings · 16 years ago
  54. 8d8bb39 dma-mapping: add the device argument to dma_mapping_error() by FUJITA Tomonori · 16 years ago
  55. aa6ef27 sfc: Create one RX queue and interrupt per CPU package by default by Ben Hutchings · 16 years ago
  56. 8d9853d sfc: Use a separate workqueue for resets by Ben Hutchings · 16 years ago
  57. 9dadae6 sfc: I2C adapter initialisation fixes by Ben Hutchings · 16 years ago
  58. b9e4085 netdev: Do not use TX lock to protect address lists. by David S. Miller · 16 years ago
  59. e308a5d netdev: Add netdev->addr_list_lock protection. by David S. Miller · 16 years ago
  60. 4ae127d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  61. 23bdfdd sfc: Recover from RX queue flush failure by Steve Hodgson · 17 years ago
  62. 65b53e4c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  63. 62c7832 sfc: Reduce I2C udelay to 5 resulting in a clock frequency of 100 kHz by Ben Hutchings · 17 years ago
  64. 37b5a60 sfc: Use kernel I2C system and i2c-algo-bit driver by Ben Hutchings · 17 years ago
  65. b055629 [netdrvr] sfc: Report XAUI link down at default log level by Ben Hutchings · 17 years ago
  66. 8757a5f sfc: Remove sub-minor component from driver version by Ben Hutchings · 17 years ago
  67. 9b7bfc4 sfc: Added checks for heap allocation failure by Ben Hutchings · 17 years ago
  68. d3208b5 sfc: Remove redundant casts to and from void * by Ben Hutchings · 17 years ago
  69. 5daab96 sfc: Change type of efx_nic::nic_data to struct falcon_nic_data * by Ben Hutchings · 17 years ago
  70. 24c28ed sfc: Use __packed macro by Ben Hutchings · 17 years ago
  71. 6f8135c sfc: Do not define inline macro by Ben Hutchings · 17 years ago
  72. 9bbd7d9 sfc: Use DMA_BIT_MASK() instead of our own DMA mask macros by Ben Hutchings · 17 years ago
  73. 5b9e207 sfc: Correct and expand some comments by Ben Hutchings · 17 years ago
  74. 086ea35 sfc: Use resource_size_t for PCI bus address by Ben Hutchings · 17 years ago
  75. 184be0c sfc: Merged efx_page_offset() into efx_rx_buf_offset() by Ben Hutchings · 17 years ago
  76. 5566861 sfc: Replaced various macros with inline functions by Ben Hutchings · 17 years ago
  77. b347564 sfc: Added and removed braces to comply with kernel style by Ben Hutchings · 17 years ago
  78. 2c118e0 sfc: Removed unncesssary UL suffixes on 0 literals by Ben Hutchings · 17 years ago
  79. f7f13b0 sfc: Simplified efx_rx_calc_buffer_size() using get_order() by Ben Hutchings · 17 years ago
  80. 91ad757 sfc: Removed casts to void by Ben Hutchings · 17 years ago
  81. 4cc58bd sfc: Use mod_timer() to set expiry and add_timer() together by Ben Hutchings · 17 years ago
  82. 3273c2e [netdrvr] sfc: sfc: Add self-test support by Ben Hutchings · 17 years ago
  83. 05e3ec0 [netdrvr] sfc: Increment rx_reset when reported as driver event by Ben Hutchings · 17 years ago
  84. 53269e9 [netdrvr] sfc: Remove unused macro EFX_XAUI_RETRAIN_MAX by Ben Hutchings · 17 years ago
  85. e52edda [netdrvr] sfc: Fix code formatting by Ben Hutchings · 17 years ago
  86. d6742d4 [netdrvr] sfc: Remove kernel-doc comments for removed members of struct efx_nic by Ben Hutchings · 17 years ago
  87. 707d982 [netdrvr] sfc: Remove garbage from comment by Ben Hutchings · 17 years ago
  88. ba911a4 [netdrvr] sfc: Removed bogus 'fall-thru' comments by Ben Hutchings · 17 years ago
  89. 75f2d3e [netdrvr] sfc: Add phy_flash_cfg module parameter and implementation by Ben Hutchings · 17 years ago
  90. b9b39b6 [netdrvr] sfc: Add TSO support by Ben Hutchings · 17 years ago
  91. 8ceee66 New driver "sfc" for Solarstorm SFC4000 controller. by Ben Hutchings · 17 years ago