1. ee58b57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  2. 17471c7 net: sfc: avoid -Wtype-limits warning by Arnd Bergmann · 9 years ago
  3. 38d27f3 sfc: Fix VLAN filtering feature if vPort has VLAN_RESTRICT flag by Andrew Rybchenko · 9 years ago
  4. 23e202b sfc: Update MCDI protocol definitions by Edward Cree · 9 years ago
  5. eb7cfd8 sfc: Disable VLAN filtering by default if not strictly required by Andrew Rybchenko · 9 years ago
  6. e4478ad sfc: VLAN filters must only be created if the firmware supports this. by Martin Habets · 9 years ago
  7. 7ac0dd9 sfc: Fix dup unknown multicast/unicast filters after datapath reset by Andrew Rybchenko · 9 years ago
  8. 8c91562 sfc: Refactor checks for invalid filter ID by Edward Cree · 9 years ago
  9. d248953 sfc: Take mac_lock before calling efx_ef10_filter_table_probe by Martin Habets · 9 years ago
  10. 4a53ea8 sfc: Implement ndo_vlan_rx_{add, kill}_vid() callbacks by Andrew Rybchenko · 9 years ago
  11. 34813fe sfc: Implement list of VLANs added over interface by Andrew Rybchenko · 9 years ago
  12. b3a3c03 sfc: Make EF10 filter management helper functions VLAN-aware by Andrew Rybchenko · 9 years ago
  13. afa4ce1 sfc: Store unicast and multicast promisc flag with address cache by Andrew Rybchenko · 9 years ago
  14. dc3273e sfc: Move filter IDs to per-VLAN data structure by Andrew Rybchenko · 9 years ago
  15. 6a37958 sfc: Forget filter ID when the filter is marked old by Andrew Rybchenko · 9 years ago
  16. dd98708 sfc: Assert filter_sem write locked when required by Edward Cree · 9 years ago
  17. ebfcd0f sfc: Add efx_nic member with fixed netdev features by Andrew Rybchenko · 9 years ago
  18. b071c3a sfc: Move last mc_promisc flag to EF10 filter table state by Andrew Rybchenko · 9 years ago
  19. 100a9db sfc: Define macro with EF10 offload feature by Andrew Rybchenko · 9 years ago
  20. 3497ed8 sfc: report supported link speeds on SFP connections by Bert Kenward · 9 years ago
  21. faf8dcc sfc: Track RPS flow IDs per channel instead of per function by Jon Cooper · 9 years ago
  22. 68bb399e sfc: use flow dissector helpers for aRFS by Edward Cree · 9 years ago
  23. c0795bf sfc: on MC reset, clear PIO buffer linkage in TXQs by Edward Cree · 9 years ago
  24. dcb4123 sfc: disable RSS when unsupported by Jon Cooper · 9 years ago
  25. 5eb4dce net: relax setup_tc ndo op handle restriction by John Fastabend · 9 years ago
  26. 16e5cc6 net: rework setup_tc ndo op to consume general tc operand by John Fastabend · 9 years ago
  27. e4c6734 net: rework ndo tc op to consume additional qdisc handle parameter by John Fastabend · 9 years ago
  28. a7ad40d sfc: implement IPv6 NFC (and IPV4_USER_FLOW) by Edward Cree · 9 years ago
  29. 09a0420 sfc: Downgrade or remove some error messages by Bert Kenward · 9 years ago
  30. 8c57836 sfc: Downgrade EPERM messages from MCDI to debug by Tomáš Pilař · 9 years ago
  31. e65a510 sfc: Make failed filter removal less noisy by Bert Kenward · 9 years ago
  32. acd43a9 sfc: Handle MCDI proxy authorisation by Bert Kenward · 9 years ago
  33. ac28d17 sfc: Retry MCDI after NO_EVB_PORT error on a VF by Bert Kenward · 9 years ago
  34. b3e0d3d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  35. c8cd098 net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUM by Tom Herbert · 9 years ago
  36. a188222 net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK by Tom Herbert · 9 years ago
  37. fe0be35 sfc: fix a timeout loop by Dan Carpenter · 9 years ago
  38. f1c2ef4 sfc: only use RSS filters if we're using RSS by Bert Kenward · 9 years ago
  39. abd86a5 sfc: check warm_boot_count after other functions have been reset by Daniel Pieczko · 9 years ago
  40. 6f24e5d sfc: use ALIGN macro for aligning frame sizes by Jarod Wilson · 9 years ago
  41. dd248f1 sfc: Add PCI ID for Solarflare 8000 series 10/40G NIC by Bert Kenward · 9 years ago
  42. 93171b1 sfc: make TSO version a per-queue parameter by Bert Kenward · 9 years ago
  43. 93d05d4 net: provide generic busy polling to all NAPI drivers by Eric Dumazet · 9 years ago
  44. 93f93a4 net: move skb_mark_napi_id() into core networking stack by Eric Dumazet · 9 years ago
  45. c300366b sfc: constify pci_error_handlers structures by Julia Lawall · 9 years ago
  46. 8722b8f sfc: don't call dma_supported by Christoph Hellwig · 9 years ago
  47. b0f85fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  48. d63a978 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  49. 73186df Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  50. b2663a4 sfc: push partner queue for skb->xmit_more by Martin Habets · 9 years ago
  51. c0f9c7e sfc: replace spinlocks with bit ops for busy poll locking by Bert Kenward · 9 years ago
  52. c577e59 sfc: fully reset if MC_REBOOT event received without warm_boot_count increment by Daniel Pieczko · 9 years ago
  53. 090e2ed net: sfc: avoid using timespec by Arnd Bergmann · 9 years ago
  54. ade1bdf ntp/pps: use y2038 safe types in pps_event_time by Arnd Bergmann · 9 years ago
  55. 8456799 locking/atomics, cmpxchg: Privatize the inclusion of asm/cmpxchg.h by Boqun Feng · 9 years ago
  56. b0fbdae sfc: Allow driver to cope with a lower number of VIs than it needs for RSS by Shradha Shah · 9 years ago
  57. 0d36938 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  58. fbe4307 sfc: only use vadaptor stats if firmware is capable by Bert Kenward · 9 years ago
  59. 774ad03 sfc: MC allocations must be restored following an entity reset by Daniel Pieczko · 10 years ago
  60. 2732482 sfc: allow ethtool selftest and MC reboot to complete on an unprivileged function by Daniel Pieczko · 10 years ago
  61. 12fb0da sfc: clean fallbacks between promisc/normal in efx_ef10_filter_sync_rx_mode by Edward Cree · 10 years ago
  62. ab8b1f7c sfc: support cascaded multicast filters by Daniel Pieczko · 10 years ago
  63. 822b96f sfc: re-factor efx_ef10_filter_sync_rx_mode() by Daniel Pieczko · 10 years ago
  64. b6f568e sfc: Insert multicast filters as well as mismatch filters in promiscuous mode by Jon Cooper · 10 years ago
  65. 5a55a72 sfc: warn if other functions have been reset by MCFW by Daniel Pieczko · 10 years ago
  66. 34ccfe6 sfc: add output flag decoding to efx_mcdi_set_workaround by Daniel Pieczko · 10 years ago
  67. 832dc9e sfc: cope with ENOSYS from efx_mcdi_get_workarounds() by Edward Cree · 10 years ago
  68. 46e612b sfc: enable cascaded multicast filters in MCFW by Daniel Pieczko · 10 years ago
  69. a9196bb sfc: update MCDI protocol definitions by Edward Cree · 10 years ago
  70. 7415991 siena: only report generic filters in get_ts_info by Jacob Keller · 10 years ago
  71. c936835 sfc: Report TX completions to BQL after all TX events in interrupt by Peter Dunning · 10 years ago
  72. 671b53e sfc: Ensure down_write(&filter_sem) and up_write() are matched before calling efx_net_open() by Shradha Shah · 10 years ago
  73. 535a617 sfc: suppress handled MCDI failures when changing the MAC address by Daniel Pieczko · 10 years ago
  74. 7a186f4 sfc: add legacy method for changing a PF's MAC address by Daniel Pieczko · 10 years ago
  75. 9e9f665 sfc: refactor code in efx_ef10_set_mac_address() by Daniel Pieczko · 10 years ago
  76. e045671 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  77. ea6bb99 sfc: mark state UNINIT after unregister by Edward Cree · 10 years ago
  78. 6598dad sfc: leak vports if a VF is assigned during PF unload by Daniel Pieczko · 10 years ago
  79. 2a3fc31 sfc: force removal of VF and vport on driver removal by Daniel Pieczko · 10 years ago
  80. 71158bf sfc: do not allow VFs to be destroyed if assigned to guests by Daniel Pieczko · 10 years ago
  81. f00bf23 sfc: don't update stats on VF when called in atomic context by Daniel Pieczko · 10 years ago
  82. d94619c sfc: suppress vadaptor stats when EVB is not present by Daniel Pieczko · 10 years ago
  83. 6dd4859 sfc: suppress ENOENT error messages from MC_CMD_MAC_STATS by Daniel Pieczko · 10 years ago
  84. 0fc95fc sfc: update netdevice statistics to use vadaptor stats by Daniel Pieczko · 10 years ago
  85. d778819 sfc: DMA the VF stats only when requested by Daniel Pieczko · 10 years ago
  86. 3c36a2a sfc: display vadaptor statistics for all interfaces by Daniel Pieczko · 10 years ago
  87. 0a2ab4d sfc: set the port-id when calling MC_CMD_MAC_STATS by Daniel Pieczko · 10 years ago
  88. e80ca013 sfc: add "port_" prefix to MAC stats by Daniel Pieczko · 10 years ago
  89. 1d051e0 sfc: Implement ndo_gets_phys_port_id() for EF10 VFs by Shradha Shah · 10 years ago
  90. 0f5c084 sfc: Add sysfs entry for flags (link control and primary) by Shradha Shah · 10 years ago
  91. c9012e0 sfc: Add paranthesis correctly on all branches of the if statement by Shradha Shah · 10 years ago
  92. 8be4132 sfc: Add code to export port_num in netdev->dev_port by Shradha Shah · 10 years ago
  93. f407a82 Merge branch 'linus' into sched/core, to resolve conflict by Ingo Molnar · 10 years ago
  94. dda922c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  95. 9eb0a5d sfc: free multiple Rx buffers when required by Daniel Pieczko · 10 years ago
  96. 42ca087 sfc: add module parameter to enable MCDI logging on new functions by Edward Cree · 10 years ago
  97. e7fef9b sfc: add sysfs entry to control MCDI tracing by Edward Cree · 10 years ago
  98. 75aba2a sfc: add tracing of MCDI commands by Edward Cree · 10 years ago
  99. 06931e6 sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask() by Bartosz Golaszewski · 10 years ago
  100. 910c878 sfc: set the MAC address using MC_CMD_VADAPTOR_SET_MAC by Shradha Shah · 10 years ago