1. 5dbbbd0 ice: Avoid RTNL lock when re-creating auxiliary device by Dave Ertman · 3 years ago
  2. bea1898 ice: Fix KASAN error in LAG NETDEV_UNREGISTER handler by Dave Ertman · 3 years ago
  3. 46b699c ice: fix IPIP and SIT TSO offload by Jesse Brandeburg · 3 years ago
  4. 21338d5 ice: fix an error code in ice_cfg_phy_fec() by Dan Carpenter · 3 years ago
  5. 0dbc416 ice: Use bitmap_free() to free bitmap by Christophe JAILLET · 3 years, 1 month ago
  6. e75ed29 ice: Optimize a few bitmap operations by Christophe JAILLET · 3 years, 1 month ago
  7. a5c259b ice: Slightly simply ice_find_free_recp_res_idx by Christophe JAILLET · 3 years, 2 months ago
  8. c1e5da5 ice: improve switchdev's slow-path by Wojciech Drewek · 3 years, 3 months ago
  9. c36a2b9 ice: replay advanced rules after reset by Victor Raj · 3 years, 3 months ago
  10. 7d714ff net: fixup build after bpf header changes by Jakub Kicinski · 3 years ago
  11. e63a023 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years ago
  12. 4031979 ice: Add flow director support for channel mode by Kiran Patil · 3 years, 1 month ago
  13. b645941 net: Don't include filter.h from net/sock.h by Jakub Kicinski · 3 years, 1 month ago
  14. 5ce6663 ice: switch to napi_build_skb() by Alexander Lobakin · 3 years, 2 months ago
  15. 8b3f913 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 1 month ago
  16. 0092db5 ice: trivial: fix odd indenting by Jesse Brandeburg · 3 years, 1 month ago
  17. 13a64f0 ice: support crosstimestamping on E822 devices if supported by Jacob Keller · 3 years, 3 months ago
  18. a69f1cb ice: exit bypass mode once hardware finishes timestamp calibration by Jacob Keller · 3 years, 3 months ago
  19. b111ab5 ice: ensure the hardware Clock Generation Unit is configured by Jacob Keller · 3 years, 3 months ago
  20. 3a74962 ice: implement basic E822 PTP support by Jacob Keller · 3 years, 3 months ago
  21. 405efa4 ice: convert clk_freq capability into time_ref by Jacob Keller · 3 years, 3 months ago
  22. b2ee725 ice: introduce ice_ptp_init_phc function by Jacob Keller · 3 years, 3 months ago
  23. 39b2810 ice: use 'int err' instead of 'int status' in ice_ptp_hw.c by Jacob Keller · 3 years, 3 months ago
  24. e59d75d ice: PTP: move setting of tstamp_config by Jacob Keller · 3 years, 3 months ago
  25. 78267d0 ice: introduce ice_base_incval function by Jacob Keller · 3 years, 3 months ago
  26. 4809671 ice: Fix E810 PTP reset flow by Karol Kolacinski · 3 years, 1 month ago
  27. dcbaf72 ice: xsk: fix cleaned_count setting by Maciej Fijalkowski · 3 years, 1 month ago
  28. 8bea15a ice: xsk: allow empty Rx descriptors on XSK ZC data path by Maciej Fijalkowski · 3 years, 1 month ago
  29. 8b51a13 ice: xsk: do not clear status_error0 for ntu + nb_buffs descriptor by Maciej Fijalkowski · 3 years, 1 month ago
  30. 0708b6f ice: remove dead store on XSK hotpath by Alexander Lobakin · 3 years, 1 month ago
  31. 617f3e1 ice: xsk: allocate separate memory for XDP SW ring by Maciej Fijalkowski · 3 years, 1 month ago
  32. afe8a3b ice: xsk: return xsk buffers back to pool when cleaning the ring by Maciej Fijalkowski · 3 years, 1 month ago
  33. 7cd2802 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 1 month ago
  34. 9c99d09 ice: use modern kernel API for kick by Jesse Brandeburg · 3 years, 3 months ago
  35. 21c6e36 ice: tighter control over VSI_DOWN state by Jesse Brandeburg · 3 years, 3 months ago
  36. cc14db1 ice: use prefetch methods by Jesse Brandeburg · 3 years, 3 months ago
  37. 1c96c16 ice: update to newer kernel API by Jesse Brandeburg · 3 years, 3 months ago
  38. 399e27d ice: support immediate firmware activation via devlink reload by Jacob Keller · 3 years, 3 months ago
  39. af18d88 ice: reduce time to read Option ROM CIVD data by Jacob Keller · 3 years, 3 months ago
  40. c9f7a48 ice: move ice_devlink_flash_update and merge with ice_flash_pldm_image by Jacob Keller · 3 years, 3 months ago
  41. c356eaa ice: move and rename ice_check_for_pending_update by Jacob Keller · 3 years, 3 months ago
  42. 78ad87d ice: devlink: add shadow-ram region to snapshot Shadow RAM by Jacob Keller · 3 years, 3 months ago
  43. 37e738b ice: Don't put stale timestamps in the skb by Karol Kolacinski · 3 years, 2 months ago
  44. 0013881 ice: Use div64_u64 instead of div_u64 in adjfine by Karol Kolacinski · 3 years, 2 months ago
  45. f8a3bcc ice: Remove unused ICE_FLOW_SEG_HDRS_L2_MASK by Tony Nguyen · 3 years, 2 months ago
  46. e53a808 ice: Remove unnecessary casts by Dan Carpenter · 3 years, 2 months ago
  47. c148469 ice: Propagate error codes by Tony Nguyen · 3 years, 3 months ago
  48. 2ccc1c1 ice: Remove excess error variables by Tony Nguyen · 3 years, 3 months ago
  49. 5518ac2 ice: Cleanup after ice_status removal by Tony Nguyen · 3 years, 3 months ago
  50. d54699e ice: Remove enum ice_status by Tony Nguyen · 3 years, 3 months ago
  51. 5e24d59 ice: Use int for ice_status by Tony Nguyen · 3 years, 3 months ago
  52. 5f87ec4 ice: Remove string printing for ice_status by Tony Nguyen · 3 years, 3 months ago
  53. 247dd97 ice: Refactor status flow for DDP load by Wojciech Drewek · 3 years, 3 months ago
  54. fabf480 ice: Refactor promiscuous functions by Brett Creeley · 3 years, 11 months ago
  55. 60f44fe ice: refactor PTYPE validating by Jeff Guo · 3 years, 6 months ago
  56. 8818b95 ice: Add package PTYPE enable information by Haiyue Wang · 3 years, 6 months ago
  57. 9c9211a net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEX by Hangbin Liu · 3 years, 1 month ago
  58. c8064e5 bpf: Let bpf_warn_invalid_xdp_action() report more info by Paolo Abeni · 3 years, 2 months ago
  59. 3150a73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 1 month ago
  60. 1a0f25a ice: safer stats processing by Jesse Brandeburg · 3 years, 2 months ago
  61. de6acd1 ice: fix adding different tunnels by Michal Swiatkowski · 3 years, 2 months ago
  62. 0e32ff0 ice: fix choosing UDP header type by Michal Swiatkowski · 3 years, 2 months ago
  63. 28dc1b8 ice: ignore dropped packets during init by Jesse Brandeburg · 3 years, 3 months ago
  64. 6d39ea1 ice: Fix problems with DSCP QoS implementation by Dave Ertman · 3 years, 3 months ago
  65. 2657e16 ice: rearm other interrupt cause register after enabling VFs by Paul Greenwalt · 3 years, 6 months ago
  66. f23ab04 ice: fix FDIR init missing when reset VF by Yahui Cao · 3 years, 8 months ago
  67. fc993be Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 1 month ago
  68. 244714d net/ice: Remove unused enum by Shiraz Saleem · 3 years, 2 months ago
  69. 7b62483 net/ice: Fix boolean assignment by Shiraz Saleem · 3 years, 2 months ago
  70. d1ec975 ice: xsk: clear status_error0 for each allocated desc by Maciej Fijalkowski · 3 years, 2 months ago
  71. 93d5404 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 2 months ago
  72. e523af4 net/ice: Add support for enable_iwarp and enable_roce devlink param by Shiraz Saleem · 3 years, 3 months ago
  73. f65ee53 ice: avoid bpf_prog refcount underflow by Marta Plantykow · 3 years, 3 months ago
  74. 792b208 ice: fix vsi->txq_map sizing by Maciej Fijalkowski · 3 years, 3 months ago
  75. 7462494 ethtool: extend ringparam setting/getting API with rx_buf_len by Hao Chen · 3 years, 2 months ago
  76. e6ba527 ice: Fix race conditions between virtchnl handling and VF ndo ops by Brett Creeley · 3 years, 4 months ago
  77. b385cca ice: Fix not stopping Tx queues for VFs by Brett Creeley · 3 years, 4 months ago
  78. ce572a5 ice: Fix replacing VF hardware MAC to existing MAC filter by Sylwester Dziedziuch · 3 years, 8 months ago
  79. 0299fae ice: Remove toggling of antispoof for VF trusted promiscuous mode by Brett Creeley · 3 years, 8 months ago
  80. 1a8c777 ice: Fix VF true promiscuous mode by Brett Creeley · 3 years, 11 months ago
  81. ebed1cf Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue by David S. Miller · 3 years, 3 months ago
  82. bfaaba9 ice: Hide bus-info in ethtool for PRs in switchdev mode by Marcin Szycik · 3 years, 3 months ago
  83. c79bb28 ice: Clear synchronized addrs when adding VFs in switchdev mode by Marcin Szycik · 3 years, 3 months ago
  84. 29e71f4 ice: Remove boolean vlan_promisc flag from function by Brett Creeley · 3 years, 8 months ago
  85. 3c6f3ae3 intel: Simplify bool conversion by Yang Li · 3 years, 4 months ago
  86. 704bc98 Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue by David S. Miller · 3 years, 3 months ago
  87. c8e51a0 ice: fix error return code in ice_get_recp_frm_fw() by Wang Hai · 3 years, 3 months ago
  88. 370764e ice: Fix clang -Wimplicit-fallthrough in ice_pull_qvec_from_rc() by Nathan Chancellor · 3 years, 3 months ago
  89. 99d4075 ice: Add support to print error on PHY FW load failure by Brett Creeley · 3 years, 3 months ago
  90. e984c44 ice: Add support for changing MTU on PR in switchdev mode by Marcin Szycik · 3 years, 3 months ago
  91. e492c2e1 ice: send correct vc status in switchdev by Michal Swiatkowski · 3 years, 3 months ago
  92. f0a3504 ice: support for GRE in eswitch by Michal Swiatkowski · 3 years, 3 months ago
  93. 8b032a5 ice: low level support for tunnels by Michal Swiatkowski · 3 years, 3 months ago
  94. 9e30098 ice: VXLAN and Geneve TC support by Michal Swiatkowski · 3 years, 3 months ago
  95. 195bb48 ice: support for indirect notification by Michal Swiatkowski · 3 years, 3 months ago
  96. 7df621a3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 3 months ago
  97. fd1b5be ice: check whether PTP is initialized in ice_ptp_release() by Yongxin Liu · 3 years, 3 months ago
  98. 6a8b357 ice: Respond to a NETDEV_UNREGISTER event for LAG by Dave Ertman · 3 years, 3 months ago
  99. b89e7f2 ice: Nuild fix. by David S. Miller · 3 years, 3 months ago
  100. bdfa75a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 3 months ago