1. 56567c6 drivers/net/ethernet/sfc/ptp.c: adjust duplicate test by Julia Lawall · 12 years ago
  2. 1dd06ae drivers/net: fix up function prototypes after __dev* removals by Greg Kroah-Hartman · 12 years ago
  3. 87d1fc1 sfc: remove __dev* attributes by Bill Pemberton · 12 years ago
  4. b9cc977 sfc: Make module parameters really boolean by Ben Hutchings · 12 years ago
  5. ebf98e7 sfc: Fix timekeeping in efx_mcdi_poll() by Ben Hutchings · 12 years ago
  6. c2f3b8e sfc: lock TX queues when calling netif_device_detach() by Daniel Pieczko · 12 years ago
  7. 525d9e8 sfc: Work-around flush timeout when flushes have completed by Daniel Pieczko · 12 years ago
  8. 876be08 sfc: Reset driver's MAC stats after MC reboot seen by Ben Hutchings · 12 years ago
  9. c3771a3 sfc: Do not initialise buffer in efx_alloc_special_buffer() by Ben Hutchings · 12 years ago
  10. ef492f1 sfc: Correctly initialise reset_method in siena_test_chip() by Ben Hutchings · 12 years ago
  11. 778cdaf sfc: Remove confusing MMIO functions by Ben Hutchings · 12 years ago
  12. bbec969 sfc: Fix check for failure of MC_CMD_FLUSH_RX_QUEUES by Ben Hutchings · 12 years ago
  13. b8e0251 sfc: Delete redundant page_addr variable from efx_init_rx_buffers_page() by Ben Hutchings · 12 years ago
  14. d5e8cc6 sfc: Really disable flow control while flushing by Ben Hutchings · 12 years ago
  15. 3f978ef3 sfc: Fix byte order warning in self-test by Ben Hutchings · 12 years ago
  16. 0e0c340 sfc: Fix byte order warnings for ethtool RX filter interface by Ben Hutchings · 12 years ago
  17. ff33c0e net: Remove bogus dependencies on INET by Ben Hutchings · 12 years ago
  18. 3ba368c sfc: Select PTP_1588_CLOCK by Ben Hutchings · 12 years ago
  19. a24006e ptp: Enable clock drivers along with associated net/PHY drivers by Ben Hutchings · 12 years ago
  20. 9545f4e ptp: use list_move instead of list_del/list_add by Wei Yongjun · 12 years ago
  21. 32766ec drivers/net/ethernet/sfc: use standard __{clear,set}_bit_le() functions by Ben Hutchings · 12 years ago
  22. d3d5df2 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next by David S. Miller · 12 years ago
  23. 6ac7ef1 sfc: Fix the reported priorities of different filter types by Ben Hutchings · 12 years ago
  24. 9e0f9a1 sfc: Remove EFX_FILTER_FLAG_RX_OVERRIDE_IP by Ben Hutchings · 12 years ago
  25. 1ac0226 sfc: Fix loopback self-test with separate_tx_channels=1 by Ben Hutchings · 12 years ago
  26. 0a6e500 sfc: Fix MCDI structure field lookup by Ben Hutchings · 12 years ago
  27. 9724a85 sfc: Add parentheses around use of bitfield macro arguments by Ben Hutchings · 12 years ago
  28. 726ba0e sfc: Fix null function pointer in efx_sriov_channel_type by Ben Hutchings · 12 years ago
  29. 1ef7615 ptp: link the phc device to its parent device by Richard Cochran · 12 years ago
  30. 4507837 sfc: Avoid generating over-length MC_CMD_FLUSH_RX_QUEUES request by Ben Hutchings · 12 years ago
  31. 25ce200 sfc: Bump version to 3.2 by Ben Hutchings · 13 years ago
  32. e562154 sfc: Expose FPGA bitfile partition through MTD by Ben Hutchings · 14 years ago
  33. e3f5ec1 sfc: Support variable-length response to MCDI GET_BOARD_CFG by Ben Hutchings · 14 years ago
  34. bfeed90 sfc: Convert firmware subtypes to native byte order in efx_mcdi_get_board_cfg() by Ben Hutchings · 12 years ago
  35. 7c236c4 sfc: Add support for IEEE-1588 PTP by Stuart Hodgson · 12 years ago
  36. 576eda8 sfc: Fix maximum array sizes for various MCDI commands by Ben Hutchings · 12 years ago
  37. c3cba72 sfc: Allow efx_mcdi_rpc to be called in two parts by Stuart Hodgson · 13 years ago
  38. c31e5f9 sfc: Add channel specific receive_skb handler and post_remove callback by Stuart Hodgson · 13 years ago
  39. 79d68b3 sfc: Add explicit RX queue flag to channel by Stuart Hodgson · 13 years ago
  40. c32f386 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  41. 8f8b3d5 sfc: Fix the initial device operstate by Ben Hutchings · 12 years ago
  42. adeb15a sfc: Assign efx and efx->type as early as possible in efx_pci_probe() by Ben Hutchings · 12 years ago
  43. 3f65ea5 sfc: Remove bogus comment about MTU change and RX buffer overrun by Ben Hutchings · 12 years ago
  44. 7bde852 sfc: Remove overly paranoid locking assertions from netdev operations by Ben Hutchings · 12 years ago
  45. 7153f62 sfc: Fix reset vs probe/remove/PM races involving efx_nic::state by Ben Hutchings · 12 years ago
  46. b812f8b sfc: Improve log messages in case we abort probe due to a pending reset by Ben Hutchings · 12 years ago
  47. 8b7325b sfc: Never try to stop and start a NIC that is disabled by Ben Hutchings · 12 years ago
  48. 5642cee sfc: Hold RTNL lock (only) when calling efx_stop_interrupts() by Ben Hutchings · 12 years ago
  49. 6032fb5 sfc: Keep disabled NICs quiescent during suspend/resume by Ben Hutchings · 12 years ago
  50. 61da026 sfc: Hold the RTNL lock for more of the suspend/resume cycle by Ben Hutchings · 12 years ago
  51. f16aeea sfc: Change state names to be clearer, and comment them by Ben Hutchings · 12 years ago
  52. 9714284 sfc: Stash header offsets for TSO in struct tso_state by Ben Hutchings · 13 years ago
  53. 53cb13c sfc: Replace tso_state::full_packet_space with ip_base_len by Ben Hutchings · 13 years ago
  54. f7251a9 sfc: Simplify TSO header buffer allocation by Ben Hutchings · 13 years ago
  55. 14bf718fb sfc: Stop TX queues before they fill up by Ben Hutchings · 13 years ago
  56. 7668ff9 sfc: Refactor struct efx_tx_buffer to use a flags field by Ben Hutchings · 13 years ago
  57. ac70b2e sfc: Fix reporting of IPv4 full filters through ethtool by Ben Hutchings · 12 years ago
  58. 7e6d06f sfc: Fix maximum number of TSO segments and minimum TX queue size by Ben Hutchings · 12 years ago
  59. a9ec6bd sfc: initialize dynamic sysfs attributes for lockdep by Michal Schmidt · 13 years ago
  60. 54399a7 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next by David S. Miller · 13 years ago
  61. c2dbab3 sfc: Correct some comments on enum reset_type by Ben Hutchings · 13 years ago
  62. b7f514a sfc: Fix interface statistics running backward by Ben Hutchings · 13 years ago
  63. d4f2cec sfc: Disable VF queues during register self-test by Ben Hutchings · 13 years ago
  64. 0f1e54a sfc: Explain why efx_mcdi_exit_assertion() ignores result of efx_mcdi_rpc() by Ben Hutchings · 13 years ago
  65. e3ed2bd sfc: Use dev_kfree_skb() in efx_end_loopback() by Ben Hutchings · 13 years ago
  66. a4ed2d4 sfc: Use strlcpy() to copy ethtool stats names by Ben Hutchings · 13 years ago
  67. f7cbb16 sfc: Stop changing header offsets on TX by Ben Hutchings · 13 years ago
  68. e718905 sfc: Remove dead write to tso_state::packet_space by Ben Hutchings · 13 years ago
  69. 0e33d87 sfc: Use generic DMA API, not PCI-DMA API by Ben Hutchings · 13 years ago
  70. 62f8dc5 sfc: Work around bogus 'uninitialised variable' warning by Ben Hutchings · 13 years ago
  71. 1aa8b47 drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markers by Ben Hutchings · 13 years ago
  72. 49ce9c2 drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions by Ben Hutchings · 13 years ago
  73. 0289403 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  74. 2e42e47 drivers/net: Convert compare_ether_addr to ether_addr_equal by Joe Perches · 13 years ago
  75. ba62b2a sfc: Implement module EEPROM access for SFE4002 and SFN4112F by Ben Hutchings · 13 years ago
  76. c087bd2 sfc: Added support for new ethtool APIs for obtaining module eeprom by Stuart Hodgson · 13 years ago
  77. 6423518 sfc: By default refill RX rings as soon as space for a batch by David Riddoch · 13 years ago
  78. da9ca50 sfc: Fill RX rings completely full, rather than to 95% full by David Riddoch · 13 years ago
  79. 3de4e30 sfc: Fix missing cleanup in failure path of efx_pci_probe() by Ben Hutchings · 13 years ago
  80. 3dca9d2 sfc: Do not attempt to flush queues if DMA is disabled by Stuart Hodgson · 13 years ago
  81. 3132d28 sfc: Fix division by zero when using one RX channel and no SR-IOV by Ben Hutchings · 13 years ago
  82. 623ff77 Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6 by Linus Torvalds · 13 years ago
  83. 88dfda5 sfc: mtd: Use MTD_FAIL_ADDR_UNKNOWN instead of 0xffffffff by Shmulik Ladkani · 13 years ago
  84. 3c3c10b mtd: add leading underscore to all mtd functions by Artem Bityutskiy · 13 years ago
  85. 460eeaa sfc: Log the part number on probe by Ben Hutchings · 13 years ago
  86. 58f7e57 sfc: Remove efx_channel::last_eventq_read_ptr by Ben Hutchings · 13 years ago
  87. dd40781 sfc: Run event/IRQ self-test asynchronously when interface is brought up by Ben Hutchings · 13 years ago
  88. eee6f6a sfc: Encapsulate access to efx_{channel,nic}::last_irq_cpu in self-test by Ben Hutchings · 13 years ago
  89. ed74f48 sfc: Test all event queues in parallel by Ben Hutchings · 13 years ago
  90. 93e5dfa sfc: Raise self-test timeouts by Ben Hutchings · 13 years ago
  91. e7bed9c sfc: Remove TX completions from adaptive IRQ scoring by Ben Hutchings · 13 years ago
  92. 61321d9 sfc: Update comments on efx_rx_packet_gro() by Ben Hutchings · 13 years ago
  93. bdca71e sfc: Remove redundant function efx_nic_has_mc() by Ben Hutchings · 13 years ago
  94. 2c61c8a sfc: Fix calculation of vf_i in map_vi_index() by Robert Stonehouse · 13 years ago
  95. ff4783c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  96. ff3bc1e sfc: Fix assignment of ip_summed for pre-allocated skbs by Ben Hutchings · 13 years ago
  97. 504f9b5 ethernet: unify return value of .ndo_set_mac_address if address is invalid by Danny Kukawka · 13 years ago
  98. 73e0026 sfc: Correct efx_for_each_possible_channel_tx_queue() to skip non-TX channels by Ben Hutchings · 13 years ago
  99. 2d0cc56 sfc: Minor formatting cleanup by Ben Hutchings · 13 years ago
  100. c92aaff sfc: Reverse initial buffer table allocation to allow for later resizing by Ben Hutchings · 13 years ago