1. f7529b4b fm10k: convert to new udp_tunnel_nic infra by Jakub Kicinski · 4 years, 8 months ago
  2. 5463fce6 ethernet/intel: Convert fallthrough code comments by Jeff Kirsher · 4 years, 9 months ago
  3. 2da259c fm10k: use txqueue parameter in fm10k_tx_timeout by Jacob Keller · 5 years ago
  4. 0290bd2 netdev: pass the stuck queue to the timeout handler by Michael S. Tsirkin · 5 years ago
  5. 0e10044 fm10k: add support for ndo_get_vf_stats operation by Jacob Keller · 6 years ago
  6. 399e06a ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb” by Markus Elfring · 6 years ago
  7. cb1b522 fm10k: remove needless initialization of size local variable by Jacob Keller · 6 years ago
  8. 4d12002 fm10k: remove needless assignment of err local variable by Jacob Keller · 6 years ago
  9. df87b8f fm10k: reduce scope of the ring variable by Jacob Keller · 6 years ago
  10. fb381e6 fm10k: reduce the scope of the tx_buffer variable by Jacob Keller · 6 years ago
  11. dda9d57 fm10k: remove ndo_poll_controller by Eric Dumazet · 6 years ago
  12. 0a3e92d fm10k: don't protect fm10k_queue_mac_request by fm10k_host_mbx_ready by Jacob Keller · 7 years ago
  13. 3c6a67d fm10k: setup VLANs for l2 accelerated macvlan interfaces by Jacob Keller · 7 years ago
  14. 51dce24 net: intel: Cleanup the copyright/license headers by Jeff Kirsher · 7 years ago
  15. 3335915 ixgbe/fm10k: Only support macvlan offload for types that support destination filtering by Alexander Duyck · 7 years ago
  16. 81d4e91 macvlan: Use software path for offloaded local, broadcast, and multicast traffic by Alexander Duyck · 7 years ago
  17. ae06c70 intel: add SPDX identifiers to all the Intel drivers by Jeff Kirsher · 7 years ago
  18. 363656e fm10k: fix function doxygen comments by Jacob Keller · 7 years ago
  19. e0752a68 fm10k: clarify action when updating the VLAN table by Ngai-Mint Kwan · 7 years ago
  20. 74d2950 fm10k: don't assume VLAN 1 is enabled by Jacob Keller · 7 years ago
  21. 8c2c503 fm10k: stop adding VLAN 0 to the VLAN table by Jacob Keller · 7 years ago
  22. cf315ea fm10k: fix "failed to kill vid" message for VF by Ngai-Mint Kwan · 7 years ago
  23. 85062f8 fm10k: Fix configuration for macvlan offload by Alexander Duyck · 7 years ago
  24. 575ed7d net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIO by Nogah Frankel · 7 years ago
  25. fc91736 fm10k: introduce a message queue for MAC/VLAN messages by Jacob Keller · 8 years ago
  26. dd5eede fm10k: avoid divide by zero in rare cases when device is resetting by Jacob Keller · 8 years ago
  27. de4784c net: sched: get rid of struct tc_to_netdev by Jiri Pirko · 8 years ago
  28. 38cf0426 net: sched: change return value of ndo_setup_tc for driver supporting mqprio only by Jiri Pirko · 8 years ago
  29. 5fd9fc4 net: sched: push cls related args into cls_common structure by Jiri Pirko · 8 years ago
  30. 2572ac5 net: sched: make type an argument for ndo_setup_tc by Jiri Pirko · 8 years ago
  31. a5fcf8a net: propagate tc filter chain index down the ndo_setup_tc call by Jiri Pirko · 8 years ago
  32. 7d4fe0d fm10k: do not enqueue mailbox when host not ready by Ngai-Mint Kwan · 8 years ago
  33. 0295770 fm10k: update function header comment for fm10k_get_stats64 by Jacob Keller · 8 years ago
  34. 4692955 fm10k: future-proof state bitmaps using DECLARE_BITMAP by Jacob Keller · 8 years ago
  35. 3ee7b3a fm10k: use a BITMAP for flags to avoid race conditions by Jacob Keller · 8 years ago
  36. 56f36ac mqprio: Modify mqprio to pass user parameters via ndo_setup_tc. by Amritha Nambiar · 8 years ago
  37. bc1f447 net: make ndo_get_stats64 a void function by stephen hemminger · 8 years ago
  38. 91c527a ethernet/intel: use core min/max MTU checking by Jarod Wilson · 8 years ago
  39. 1ad7829 fm10k: add support for Rx offloads on one Geneve tunnel by Jacob Keller · 9 years ago
  40. f92e0e4 fm10k: rework vxlan_port offload before adding geneve support by Jacob Keller · 9 years ago
  41. ce4dad2 fm10k: prefer READ_ONCE instead of ACCESS_ONCE by Jacob Keller · 9 years ago
  42. e5de25d drivers/net: fixup comments after "Future-proof tunnel offload handlers" by Sabrina Dubroca · 9 years ago
  43. f174cdb fm10k: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_port by Alexander Duyck · 9 years ago
  44. 8664109 fm10k: consistently use Intel(R) for driver names by Jacob Keller · 9 years ago
  45. 8998763 fm10k: Fix multicast mode sync issues by Ngai-Mint Kwan · 9 years ago
  46. 9de6a1a fm10k: drop 1588 support by Jacob Keller · 9 years ago
  47. d8ec92f fm10k: fix a minor typo in some comments by Jacob Keller · 9 years ago
  48. fcdb0a9 fm10k: cleanup remaining right-bit-shifted 1 by Bruce Allan · 9 years ago
  49. 5eb4dce net: relax setup_tc ndo op handle restriction by John Fastabend · 9 years ago
  50. 16e5cc6 net: rework setup_tc ndo op to consume general tc operand by John Fastabend · 9 years ago
  51. e4c6734 net: rework ndo tc op to consume additional qdisc handle parameter by John Fastabend · 9 years ago
  52. 0d722ec fm10k: IS_ENABLED() is not appropriate for boolean kconfig option by Bruce Allan · 9 years ago
  53. 09f8a82 fm10k: Cleanup exception handling for changing queues by Alexander Duyck · 9 years ago
  54. a188222 net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK by Tom Herbert · 9 years ago
  55. 3d02b3d fm10k: cleanup overly long lines by Bruce Allan · 9 years ago
  56. a4fcad6 fm10k: whitespace cleanups by Bruce Allan · 9 years ago
  57. aa502b4 fm10k: consistently refer to VLANs and VLAN IDs by Jacob Keller · 9 years ago
  58. e024490 fm10k: set netdev features in one location by Jacob Keller · 9 years ago
  59. 6f97532 fm10k: fix memory leak by stephen hemminger · 9 years ago
  60. 5c2d642 fm10k: TRIVIAL fix typo in fm10k_netdev.c by Jacob Keller · 10 years ago
  61. e71c931 fm10k: send traffic on default VID to VLAN device if we have one by Jacob Keller · 10 years ago
  62. 3f0bdb2 fm10k: allow creation of VLAN interfaces even while down by Jacob Keller · 10 years ago
  63. bdc7f59 fm10k: update netdev perm_addr during reinit, instead of at up by Jacob Keller · 10 years ago
  64. 56f0569 fm10k: only prevent removal of default VID rules by Jacob Keller · 10 years ago
  65. f1f3322 fm10k: remove extraneous NULL check on l2_accel by Jacob Keller · 10 years ago
  66. 745136a fm10k: ignore invalid multicast address entries by Jacob Keller · 10 years ago
  67. a7731cc fm10k: update xcast mode before synchronizing multicast addresses by Jeff Kirsher · 10 years ago
  68. 661b206 fm10k: allow creation of VLAN on default vid by Jeff Kirsher · 10 years ago
  69. 8b4a98c fm10k: Add netconsole support by Jeff Kirsher · 10 years ago
  70. f4e25f6 fm10k: Corrected an error in Tx statistics by Jeff Kirsher · 10 years ago
  71. eca3204 fm10k: Resolve various spelling errors and checkpatch warnings by Matthew Vick · 10 years ago
  72. 5bf33dc fm10k: Implement ndo_features_check by Matthew Vick · 10 years ago
  73. e2929e4 net/fm10k: Avoid double setting of NETIF_F_SG for the HW encapsulation feature mask by Or Gerlitz · 10 years ago
  74. df8a39de net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 10 years ago
  75. f6b03c1 fm10k: Add CONFIG_FM10K_VXLAN configuration option by Andy Zhou · 10 years ago
  76. 13cb2da fm10k: Unlock mailbox on VLAN addition failures by Matthew Vick · 10 years ago
  77. c9d4994 fm10k: Correctly set the number of Tx queues by Alexander Duyck · 10 years ago
  78. a211e01 fm10k: Add support for PTP by Alexander Duyck · 10 years ago
  79. 883a9cc fm10k: Add support for SR-IOV to driver by Alexander Duyck · 10 years ago
  80. 5cb8db4 fm10k: Add support for VF by Alexander Duyck · 10 years ago
  81. 5cd5e2e fm10k: Add support for MACVLAN acceleration by Alexander Duyck · 10 years ago
  82. 76a540d fm10k: Add support for netdev offloads by Alexander Duyck · 10 years ago
  83. aa3ac82 fm10k: Add support for multiple queues by Alexander Duyck · 10 years ago
  84. 82dd0f7 fm10k: Add ethtool support by Alexander Duyck · 10 years ago
  85. b101c96 fm10k: Add transmit and receive fastpath and interrupt handlers by Alexander Duyck · 10 years ago
  86. 3abaae4 fm10k: Add Tx/Rx hardware ring bring-up/tear-down by Alexander Duyck · 10 years ago
  87. e27ef59 fm10k: add support for Tx/Rx rings by Alexander Duyck · 10 years ago
  88. 18283ca fm10k: Add interrupt support by Alexander Duyck · 10 years ago
  89. 504c5ea fm10k: Add support for ndo_open/stop by Alexander Duyck · 10 years ago
  90. 8f5e20d fm10k: Add support for L2 filtering by Alexander Duyck · 10 years ago
  91. 0e7b364 fm10k: Add netdev by Alexander Duyck · 10 years ago