1. e70c70c3 sfc: fix potential stack corruption from running past stat bitmask by Andrew Rybchenko · 8 years ago
  2. 38d27f3 sfc: Fix VLAN filtering feature if vPort has VLAN_RESTRICT flag by Andrew Rybchenko · 8 years ago
  3. e4478ad sfc: VLAN filters must only be created if the firmware supports this. by Martin Habets · 8 years ago
  4. 7ac0dd9 sfc: Fix dup unknown multicast/unicast filters after datapath reset by Andrew Rybchenko · 8 years ago
  5. 8c91562 sfc: Refactor checks for invalid filter ID by Edward Cree · 8 years ago
  6. d248953 sfc: Take mac_lock before calling efx_ef10_filter_table_probe by Martin Habets · 8 years ago
  7. 4a53ea8 sfc: Implement ndo_vlan_rx_{add, kill}_vid() callbacks by Andrew Rybchenko · 8 years ago
  8. 34813fe sfc: Implement list of VLANs added over interface by Andrew Rybchenko · 8 years ago
  9. b3a3c03 sfc: Make EF10 filter management helper functions VLAN-aware by Andrew Rybchenko · 8 years ago
  10. afa4ce1 sfc: Store unicast and multicast promisc flag with address cache by Andrew Rybchenko · 8 years ago
  11. dc3273e sfc: Move filter IDs to per-VLAN data structure by Andrew Rybchenko · 8 years ago
  12. 6a37958 sfc: Forget filter ID when the filter is marked old by Andrew Rybchenko · 8 years ago
  13. dd98708 sfc: Assert filter_sem write locked when required by Edward Cree · 8 years ago
  14. b071c3a sfc: Move last mc_promisc flag to EF10 filter table state by Andrew Rybchenko · 8 years ago
  15. 100a9db sfc: Define macro with EF10 offload feature by Andrew Rybchenko · 8 years ago
  16. c0795bf sfc: on MC reset, clear PIO buffer linkage in TXQs by Edward Cree · 8 years ago
  17. dcb4123 sfc: disable RSS when unsupported by Jon Cooper · 8 years ago
  18. 09a0420 sfc: Downgrade or remove some error messages by Bert Kenward · 9 years ago
  19. e65a510 sfc: Make failed filter removal less noisy by Bert Kenward · 9 years ago
  20. b3e0d3d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  21. f1c2ef4 sfc: only use RSS filters if we're using RSS by Bert Kenward · 9 years ago
  22. abd86a5 sfc: check warm_boot_count after other functions have been reset by Daniel Pieczko · 9 years ago
  23. 93171b1 sfc: make TSO version a per-queue parameter by Bert Kenward · 9 years ago
  24. 73186df Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  25. b2663a4 sfc: push partner queue for skb->xmit_more by Martin Habets · 9 years ago
  26. c577e59 sfc: fully reset if MC_REBOOT event received without warm_boot_count increment by Daniel Pieczko · 9 years ago
  27. b0fbdae sfc: Allow driver to cope with a lower number of VIs than it needs for RSS by Shradha Shah · 9 years ago
  28. 0d36938 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  29. fbe4307 sfc: only use vadaptor stats if firmware is capable by Bert Kenward · 9 years ago
  30. 774ad03 sfc: MC allocations must be restored following an entity reset by Daniel Pieczko · 9 years ago
  31. 2732482 sfc: allow ethtool selftest and MC reboot to complete on an unprivileged function by Daniel Pieczko · 9 years ago
  32. 12fb0da sfc: clean fallbacks between promisc/normal in efx_ef10_filter_sync_rx_mode by Edward Cree · 9 years ago
  33. ab8b1f7 sfc: support cascaded multicast filters by Daniel Pieczko · 9 years ago
  34. 822b96f sfc: re-factor efx_ef10_filter_sync_rx_mode() by Daniel Pieczko · 9 years ago
  35. b6f568e sfc: Insert multicast filters as well as mismatch filters in promiscuous mode by Jon Cooper · 9 years ago
  36. 5a55a72 sfc: warn if other functions have been reset by MCFW by Daniel Pieczko · 9 years ago
  37. 34ccfe6 sfc: add output flag decoding to efx_mcdi_set_workaround by Daniel Pieczko · 9 years ago
  38. 832dc9e sfc: cope with ENOSYS from efx_mcdi_get_workarounds() by Edward Cree · 9 years ago
  39. 46e612b sfc: enable cascaded multicast filters in MCFW by Daniel Pieczko · 9 years ago
  40. 535a617 sfc: suppress handled MCDI failures when changing the MAC address by Daniel Pieczko · 9 years ago
  41. 7a186f4 sfc: add legacy method for changing a PF's MAC address by Daniel Pieczko · 9 years ago
  42. 9e9f665 sfc: refactor code in efx_ef10_set_mac_address() by Daniel Pieczko · 9 years ago
  43. 6598dad sfc: leak vports if a VF is assigned during PF unload by Daniel Pieczko · 9 years ago
  44. f00bf23 sfc: don't update stats on VF when called in atomic context by Daniel Pieczko · 9 years ago
  45. d94619c sfc: suppress vadaptor stats when EVB is not present by Daniel Pieczko · 9 years ago
  46. 6dd4859 sfc: suppress ENOENT error messages from MC_CMD_MAC_STATS by Daniel Pieczko · 9 years ago
  47. 0fc95fc sfc: update netdevice statistics to use vadaptor stats by Daniel Pieczko · 9 years ago
  48. d778819 sfc: DMA the VF stats only when requested by Daniel Pieczko · 9 years ago
  49. 3c36a2a sfc: display vadaptor statistics for all interfaces by Daniel Pieczko · 9 years ago
  50. e80ca013 sfc: add "port_" prefix to MAC stats by Daniel Pieczko · 9 years ago
  51. 1d051e0 sfc: Implement ndo_gets_phys_port_id() for EF10 VFs by Shradha Shah · 9 years ago
  52. 0f5c084 sfc: Add sysfs entry for flags (link control and primary) by Shradha Shah · 9 years ago
  53. c9012e0 sfc: Add paranthesis correctly on all branches of the if statement by Shradha Shah · 9 years ago
  54. 8be4132 sfc: Add code to export port_num in netdev->dev_port by Shradha Shah · 9 years ago
  55. 75aba2a sfc: add tracing of MCDI commands by Edward Cree · 9 years ago
  56. 910c878 sfc: set the MAC address using MC_CMD_VADAPTOR_SET_MAC by Shradha Shah · 9 years ago
  57. 4392dc6 sfc: add ndo_set_vf_link_state() function for EF10 by Edward Cree · 9 years ago
  58. 087e902 sfc: Change entity reset on MC reboot to a new datapath-only reset. by Jon Cooper · 9 years ago
  59. aa09a3d sfc: Initialise MCDI buffers to 0 on declaration. by Jon Cooper · 9 years ago
  60. 0d5e0fb sfc: Enable a VF to get its own MAC address by Daniel Pieczko · 9 years ago
  61. 0d32241 sfc: protect filter table against use-after-free by Edward Cree · 9 years ago
  62. f1122a3 sfc: Store the efx_nic struct of the current VF in the VF data struct by Shradha Shah · 9 years ago
  63. 88a37de sfc: Store vf_index in nic_data for Ef10. by Shradha Shah · 9 years ago
  64. 862f894 sfc: MC_CMD_SET_MAC can only be called by the link control Function by Shradha Shah · 9 years ago
  65. 6f7f8aa sfc: Bind the sfc driver to any available VF's by Shradha Shah · 9 years ago
  66. 267c015 sfc: Add use of shared RSS contexts. by Jon Cooper · 9 years ago
  67. 267d9d7 sfc: Cope with permissions enforcement added to firmware for SR-IOV by Edward Cree · 9 years ago
  68. 7b8c7b5 sfc: manually allocate and free vadaptors by Shradha Shah · 9 years ago
  69. 02246a7 sfc: Prepare to bind the sfc driver to the VF. by Shradha Shah · 9 years ago
  70. 1cd9ecb sfc: get the PF number and record in nic_data by Daniel Pieczko · 9 years ago
  71. 6d8aaaf sfc: create VEB vswitch and vport above default firmware setup by Daniel Pieczko · 9 years ago
  72. 45b2449 sfc: record the PF's vport ID in nic_data by Daniel Pieczko · 9 years ago
  73. 8d9f9dd sfc: Record [rt]x_dpcpu_fw_id in EF10 nic_data by Daniel Pieczko · 9 years ago
  74. e3d3629 sfc: Use MCDI to set FILTER_OP_IN_TX_DOMAIN by Shradha Shah · 9 years ago
  75. 834e23d sfc: Enable VF's via a write to the sysfs file sriov_numvfs by Shradha Shah · 9 years ago
  76. 7fa8d54 sfc: Own header for nic-specific sriov functions, single instance of netdev_ops and sriov removed from Falcon code by Shradha Shah · 9 years ago
  77. 4e84b49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  78. d98a4ff sfc: Add NIC type operations to replace direct calls from efx.c into siena_sriov.c by Shradha Shah · 10 years ago
  79. 9fd3d3a sfc: don't BUG_ON efx->max_channels == 0 in probe by Edward Cree · 10 years ago
  80. e4d112e sfc: add extra RX drop counters for nodesc_trunc and noskb_drop by Edward Cree · 10 years ago
  81. e283546 sfc:On MCDI timeout, issue an FLR (and mark MCDI to fail-fast) by Edward Cree · 10 years ago
  82. 52ad762 Call efx_set_channels() before efx->type->dimension_resources() by Daniel Pieczko · 10 years ago
  83. 75363a4 sfc: Don't receive packets when the napi budget == 0 by Eric W. Biederman · 11 years ago
  84. cd84ff4 sfc: Use ether_addr_copy and eth_broadcast_addr by Edward Cree · 11 years ago
  85. aa3930e sfc: Correct comment about number of TX queues used on EF10 by Ben Hutchings · 11 years ago
  86. 3e33626 sfc: Change efx_mcdi_reset_port to use ENTITY_RESET MC command. by Jon Cooper · 11 years ago
  87. a0bc348 sfc: Fix RX drop filters for EF10 by Ben Hutchings · 11 years ago
  88. 79ac47a sfc: Changed the statistic name emerg_{fetch,wait} to hlb_{fetch,wait} by Shradha Shah · 11 years ago
  89. fbd7912 sfc: Implement efx_nic_type::filter_clear_rx operation for EF10 by Ben Hutchings · 11 years ago
  90. f728480 sfc: Allow filter removal only with exactly matching priority by Ben Hutchings · 11 years ago
  91. b59e6ef sfc: Don't refer to 'stack' in filter implementation by Ben Hutchings · 11 years ago
  92. 7665d1a sfc: Change priority and flags for automatic MAC filters by Ben Hutchings · 11 years ago
  93. d43050c sfc: Change efx_nic_type::rx_push_indir_table to push hash key as well by Andrew Rybchenko · 11 years ago
  94. 48ce563 sfc: Add more information to many warnings using WARN() and netdev_WARN() by Ben Hutchings · 11 years ago
  95. 9aecda9 sfc: Enable PTP clock and timestamping for all functions on EF10 by Ben Hutchings · 11 years ago
  96. bd9a265 sfc: Add RX packet timestamping for EF10 by Jon Cooper · 11 years ago
  97. 065e64c sfc: Return EBUSY for filter insertion on EF10, matching Falcon/Siena by Ben Hutchings · 11 years ago
  98. a84f3bf9 sfc: Expose NVRAM_PARTITION_TYPE_LICENSE on EF10 by Ben Hutchings · 11 years ago
  99. 1e0b812 sfc: Log all unexpected MCDI errors by Edward Cree · 11 years ago
  100. f8f3b5a sfc: Correct RX dropped count for drops while interface is down by Jon Cooper · 11 years ago