1. f7a6d2c sfc: Update copyright banners by Ben Hutchings · 11 years ago
  2. 4c75b43a sfc: Make efx_mcdi_{init,fini}() call efx_mcdi_drv_attach() by Ben Hutchings · 11 years ago
  3. c15eed2 sfc: Allow efx_nic_type::dimension_resources to fail by Ben Hutchings · 11 years ago
  4. 43a3739 sfc: Generalise packet hash lookup to support EF10 RX prefix by Jon Cooper · 12 years ago
  5. 977a5d5 sfc: Add a function pointer to abstract write of host time into NIC shared memory by Laurence Evans · 11 years ago
  6. cd0ecc9 sfc: Delegate MAC/NIC statistic description to efx_nic_type by Ben Hutchings · 12 years ago
  7. 45a3fd5 sfc: Move MTD operations into efx_nic_type by Ben Hutchings · 12 years ago
  8. 964e613 sfc: Cleanup Falcon-arch simple MAC filter state by Ben Hutchings · 12 years ago
  9. add7247 sfc: Make most filter operations NIC-type-specific by Ben Hutchings · 12 years ago
  10. b105798 sfc: Get rid of per-NIC-type phys_addr_channels and mem_map_size by Ben Hutchings · 12 years ago
  11. df2cd8a sfc: Add support for MCDI v2 by Ben Hutchings · 12 years ago
  12. 86094f7 sfc: Move and rename Falcon/Siena common NIC operations by Ben Hutchings · 11 years ago
  13. e42c3d8 sfc: Refactor queue teardown sequence to allow for EF10 flush behaviour by Ben Hutchings · 11 years ago
  14. 8b8a95a sfc: Rename Falcon-architecture register definitions by Ben Hutchings · 12 years ago
  15. 0d19a54 sfc: Add GFP flags to efx_nic_alloc_buffer() and make most callers allow blocking by Ben Hutchings · 12 years ago
  16. f3ad500 sfc: Make MCDI independent of Siena by Ben Hutchings · 12 years ago
  17. f073dde sfc: Make efx_mcdi_init() call efx_mcdi_handle_assertion() by Ben Hutchings · 12 years ago
  18. 43f775b2 sfc: Collect all MCDI port functions into mcdi_port.c by Ben Hutchings · 12 years ago
  19. 319ec64 sfc: Move efx_mcdi_mac_reconfigure() to siena.c and rename by Ben Hutchings · 12 years ago
  20. 6bff861 sfc: Move siena_reset_hw() and siena_map_reset_reason() into MCDI module by Ben Hutchings · 12 years ago
  21. 6602041 sfc: Store port number in private data, not net_device::dev_id by Ben Hutchings · 11 years ago
  22. 85740cdf sfc: Enable RX DMA scattering where possible by Ben Hutchings · 11 years ago
  23. 626950d sfc: Add AER and EEH support for Siena by Alexandre Rames · 12 years ago
  24. ef492f1 sfc: Correctly initialise reset_method in siena_test_chip() by Ben Hutchings · 12 years ago
  25. d5e8cc6 sfc: Really disable flow control while flushing by Ben Hutchings · 12 years ago
  26. 7c236c4 sfc: Add support for IEEE-1588 PTP by Stuart Hodgson · 12 years ago
  27. b7f514a sfc: Fix interface statistics running backward by Ben Hutchings · 12 years ago
  28. d4f2cec sfc: Disable VF queues during register self-test by Ben Hutchings · 12 years ago
  29. bdca71e sfc: Remove redundant function efx_nic_has_mc() by Ben Hutchings · 12 years ago
  30. cd2d5b5 sfc: Add SR-IOV back-end support for SFC9000 family by Ben Hutchings · 12 years ago
  31. 28e47c4 sfc: Allocate SRAM between buffer table and descriptor caches at init time by Ben Hutchings · 12 years ago
  32. 55c5e0f sfc: Add hwmon driver for boards using SFC9000-family controllers by Ben Hutchings · 13 years ago
  33. cc180b6 sfc: Correct interrupt timer quantum for Siena (normal and turbo mode) by Ben Hutchings · 13 years ago
  34. 6aa9c7f sfc: Support extraction of CAPABILITIES from GET_BOARD_CFG response. by Matthew Slattery · 14 years ago
  35. 30b81cd sfc: Remove efx_nic_type::push_multicast_hash operation by Ben Hutchings · 13 years ago
  36. 710b208 sfc: Merge efx_mac_operations into efx_nic_type by Ben Hutchings · 13 years ago
  37. 3db1cd5 net: fix assignment of 0/1 to bool variables. by Rusty Russell · 13 years ago
  38. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  39. 9e393b3 sfc: Validate IRQ moderation parameters in efx_init_irq_moderation() by Ben Hutchings · 13 years ago
  40. 874aeea sfc: Move the Solarflare drivers by Jeff Kirsher · 13 years ago[Renamed from drivers/net/sfc/siena.c]
  41. a659b2a sfc: Fix Siena mac statistics on big endian platforms by Steve Hodgson · 13 years ago
  42. 0e2a9c7 sfc: Fix mapping of reset reasons and flags to methods by Ben Hutchings · 13 years ago
  43. 43d620c drivers/net: Remove casts of void * by Joe Perches · 13 years ago
  44. 9cbc94ea Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  45. 747df22 sfc: Always map MCDI shared memory as uncacheable by Ben Hutchings · 13 years ago
  46. 6c8c251 sfc: make function tables const by stephen hemminger · 13 years ago
  47. 5fb6b06 sfc: Remove configurable FIFO thresholds for pause frame generation by Ben Hutchings · 13 years ago
  48. 0a6f40c sfc: Update copyright dates by Ben Hutchings · 13 years ago
  49. e5f0fd2 sfc: Read MC firmware version when requested through ethtool by Ben Hutchings · 13 years ago
  50. 7e300bc sfc: Store MAC address from NVRAM in net_device::perm_addr by Ben Hutchings · 14 years ago
  51. 02ebc26 sfc: Use current MAC address, not NVRAM MAC address, for WoL filter by Ben Hutchings · 14 years ago
  52. d215697 sfc: make functions static by stephen hemminger · 14 years ago
  53. b4187e4 sfc: Implement the ethtool RX n-tuple control functions by Ben Hutchings · 14 years ago
  54. 1cdc2cf sfc: Use MCDI RX_BAD_FCS_PKTS count as MAC rx_bad count by Ben Hutchings · 14 years ago
  55. 477e54e sfc: Use Toeplitz IPv4 hash for RSS and hash insertion by Ben Hutchings · 14 years ago
  56. 5d3a6fc sfc: Move siena_nic_data::ipv6_rss_key to efx_nic::rx_hash_key by Ben Hutchings · 14 years ago
  57. 39c9cf0 sfc: Record hardware RX hash on each skb where possible by Ben Hutchings · 14 years ago
  58. 62776d0 sfc: Implement message level control by Ben Hutchings · 14 years ago
  59. 3df95ce sfc: Store port number in net_device::dev_id by Ben Hutchings · 14 years ago
  60. d42a8f4 sfc: Get port number from CS_PORT_NUM, not PCI function number by Ben Hutchings · 14 years ago
  61. 7ef5273 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  62. d614cfb sfc: Enable IPv6 RSS using random key for Toeplitz hash by Ben Hutchings · 14 years ago
  63. aabc564 sfc: Wait at most 10ms for the MC to finish reading out MAC statistics by Ben Hutchings · 14 years ago
  64. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  65. 4cddca5 sfc: Add some missing bits to register self-test masks by Steve Hodgson · 14 years ago
  66. 2e80340 sfc: Implement NVRAM selftest for SFC9000 family by Ben Hutchings · 14 years ago
  67. 7a6b8f6 sfc: Enable autonegotiated flow-control by default if supported by Steve Hodgson · 14 years ago
  68. 8b2103a sfc: Handle firmware assertion failure while resetting by Steve Hodgson · 14 years ago
  69. ff3b00a sfc: Move PHY software state initialisation from init() into probe() by Steve Hodgson · 15 years ago
  70. afd4aea sfc: Add support for SFC9000 family (1) by Ben Hutchings · 15 years ago