1. 3f6ca6c r8169: improve rtl_schedule_task by Heiner Kallweit · 4 years, 10 months ago
  2. e18958c r8169: simplify rtl_task by Heiner Kallweit · 4 years, 10 months ago
  3. aba5320 r8169: add new helper rtl8168g_enable_gphy_10m by Heiner Kallweit · 4 years, 10 months ago
  4. adbea1a Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 4 years, 10 months ago
  5. 08e8b91 Merge branch 'octeontx2-vf-Add-network-driver-for-virtual-function' by David S. Miller · 4 years, 10 months ago
  6. 4c3212f5 octeontx2-pf: Remove wrapper APIs for mutex lock and unlock by Sunil Goutham · 4 years, 10 months ago
  7. fc992e3 octeontx2-af: Remove driver version and fix authorship by Sunil Goutham · 4 years, 10 months ago
  8. b1bc845 octeontx2-pf: Cleanup all receive buffers in SG descriptor by Geetha sowjanya · 4 years, 10 months ago
  9. ad513ed octeontx2-vf: Link event notification support by Tomasz Duszynski · 4 years, 10 months ago
  10. 05c22b5 octeontx2-vf: Ethtool support by Tomasz Duszynski · 4 years, 10 months ago
  11. 3184fb5 octeontx2-vf: Virtual function driver support by Tomasz Duszynski · 4 years, 10 months ago
  12. 547d20f octeontx2-pf: Handle VF function level reset by Geetha sowjanya · 4 years, 10 months ago
  13. d424b6c octeontx2-pf: Enable SRIOV and added VF mbox handling by Sunil Goutham · 4 years, 10 months ago
  14. 4e8386f Merge branch 'phy_check_downshift' by David S. Miller · 4 years, 10 months ago
  15. 1ec32eb net: phy: aquantia: remove downshift warning now that phylib takes care by Heiner Kallweit · 4 years, 10 months ago
  16. efbd721 net: phy: marvell: remove downshift warning now that phylib takes care by Heiner Kallweit · 4 years, 10 months ago
  17. 5eee3bb net: phy: add and use phy_check_downshift by Heiner Kallweit · 4 years, 10 months ago
  18. f4d3e61 Merge branch 'net-phy-xpcs-Improvements-for-next' by David S. Miller · 4 years, 10 months ago
  19. 1874b83 net: phy: xpcs: Restart AutoNeg if outcome was invalid by Jose Abreu · 4 years, 10 months ago
  20. e1eab7d net: phy: xpcs: Set Link down if AutoNeg is enabled and did not finish by Jose Abreu · 4 years, 10 months ago
  21. aaf99e8 net: phy: xpcs: Reset XPCS upon probe by Jose Abreu · 4 years, 10 months ago
  22. f84752d net: phy: xpcs: Return error when 10GKR link errors are found by Jose Abreu · 4 years, 10 months ago
  23. c31f0ea mlxsw: spectrum_cnt: Fix 64-bit division in mlxsw_sp_counter_resources_register by Nathan Chancellor · 4 years, 10 months ago
  24. 0dfb2d8 net: sched: rename more stats_types by Jakub Kicinski · 4 years, 10 months ago
  25. c3c123d net: mptcp: don't hang in mptcp_sendmsg() after TCP fallback by Davide Caratti · 4 years, 10 months ago
  26. b69bbab Merge branch 'MSCC-PHY-RGMII-delays-and-VSC8502-support' by David S. Miller · 4 years, 10 months ago
  27. d316986 net: phy: mscc: add support for VSC8502 by Vladimir Oltean · 4 years, 10 months ago
  28. 7b005a1 net: phy: mscc: configure both RX and TX internal delays for RGMII by Vladimir Oltean · 4 years, 10 months ago
  29. da206d6 net: phy: mscc: accept all RGMII species in vsc85xx_mac_if_set by Vladimir Oltean · 4 years, 10 months ago
  30. 4035e812 net: phy: mscc: rename enum rgmii_rx_clock_delay to rgmii_clock_delay by Vladimir Oltean · 4 years, 10 months ago
  31. 69ccaf2 enetc: Remove unused variable 'enetc_drv_name' by YueHaibing · 4 years, 10 months ago
  32. 6919a82 Crypto/chtls: add/delete TLS header in driver by Rohit Maheshwari · 4 years, 10 months ago
  33. 1454c9f net: Make skb_segment not to compute checksum if network controller supports checksumming by Yadu Kishore · 4 years, 10 months ago
  34. fe1f4fc Merge branch 'net-hns3-add-three-optimizations-for-mailbox-handling' by David S. Miller · 4 years, 10 months ago
  35. bb5790b net: hns3: refactor mailbox response scheme between PF and VF by Huazhong Tan · 4 years, 10 months ago
  36. d341001 net: hns3: refactor the mailbox message between PF and VF by Yufeng Mo · 4 years, 10 months ago
  37. 027fd53 net: hns3: add a conversion for mailbox's response code by Jian Shen · 4 years, 10 months ago
  38. 0998448 mptcp: Remove set but not used variable 'can_ack' by YueHaibing · 4 years, 10 months ago
  39. c388b93 Merge branch 'selftests-expand-txtimestamp-with-new-features' by David S. Miller · 4 years, 10 months ago
  40. 277bc78 selftests: txtimestamp: print statistics for timestamp events. by Jian Yang · 4 years, 10 months ago
  41. e64be6d selftests: txtimestamp: add support for epoll(). by Jian Yang · 4 years, 10 months ago
  42. 5090147 selftests: txtimestamp: add new command-line flags. by Jian Yang · 4 years, 10 months ago
  43. 70a7ee9 selftests: txtimestamp: allow printing latencies in nsec. by Jian Yang · 4 years, 10 months ago
  44. 19882ec selftests: txtimestamp: allow individual txtimestamp tests. by Jian Yang · 4 years, 10 months ago
  45. e285960 Merge branch 'net-tls-Annotate-lockless-access-to-sk_prot' by David S. Miller · 4 years, 10 months ago
  46. d5bee73 net/tls: Annotate access to sk_prot with READ_ONCE/WRITE_ONCE by Jakub Sitnicki · 4 years, 10 months ago
  47. 5bb4c45 net/tls: Read sk_prot once when building tls proto ops by Jakub Sitnicki · 4 years, 10 months ago
  48. f13fe3e net/tls: Constify base proto ops used for building tls proto by Jakub Sitnicki · 4 years, 10 months ago
  49. 26922c0 Merge branch 'ionic-error-recovery-fixes' by David S. Miller · 4 years, 10 months ago
  50. a4674f3 ionic: check for NULL structs on teardown by Shannon Nelson · 4 years, 10 months ago
  51. b9c17d3 ionic: clean irq affinity on queue deinit by Shannon Nelson · 4 years, 10 months ago
  52. 53faea3 ionic: ignore eexist on rx filter add by Shannon Nelson · 4 years, 10 months ago
  53. 0e1825f ionic: only save good lif dentry by Shannon Nelson · 4 years, 10 months ago
  54. 2530ba5 ionic: leave dev cmd request contents alone on FW timeout by Shannon Nelson · 4 years, 10 months ago
  55. 4ee7bda4 ionic: add timeout error checking for queue disable by Shannon Nelson · 4 years, 10 months ago
  56. 6fcd422 soc: qcom: ipa: kill IPA_RX_BUFFER_ORDER by Alex Elder · 4 years, 10 months ago
  57. e961b67 ice: add board identifier info to devlink .info_get by Jacob Keller · 4 years, 10 months ago
  58. ff2e5c7 ice: add basic handler for devlink .info_get by Jacob Keller · 4 years, 10 months ago
  59. c90977a devlink: promote "fw.bundle_id" to a generic info version by Jacob Keller · 4 years, 10 months ago
  60. 1adf7ea ice: enable initial devlink support by Jacob Keller · 4 years, 10 months ago
  61. 84a24798 ice: implement full NVM read from ETHTOOL_GEEPROM by Jesse Brandeburg · 4 years, 10 months ago
  62. 81f0749 ice: discover and store size of available flash by Jacob Keller · 4 years, 10 months ago
  63. d4e8744 ice: store NVM version info in extracted format by Jacob Keller · 4 years, 10 months ago
  64. e9450990 ice: create function to read a section of the NVM and Shadow RAM by Jacob Keller · 4 years, 10 months ago
  65. 2efefb5 ice: use __le16 types for explicitly Little Endian values by Jacob Keller · 4 years, 10 months ago
  66. 0d7043f Merge tag 'mac80211-next-for-net-next-2020-03-20' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 4 years, 10 months ago
  67. ffe10e6 net: dsa: sja1105: Add support for the SGMII port by Vladimir Oltean · 4 years, 10 months ago
  68. f6e94ff Merge branch 'net-bridge-vlan-options-nest-the-tunnel-options' by David S. Miller · 4 years, 10 months ago
  69. c443758 net: bridge: vlan options: move the tunnel command to the nested attribute by Nikolay Aleksandrov · 4 years, 10 months ago
  70. fa388f2 net: bridge: vlan options: nest the tunnel id into a tunnel info attribute by Nikolay Aleksandrov · 4 years, 10 months ago
  71. 8fa180b mac80211: driver can remain on channel if not using chan_ctx by Yan-Hsuan Chuang · 4 years, 10 months ago
  72. 306b79e nl80211: clarify code in nl80211_del_station() by Johannes Berg · 4 years, 10 months ago
  73. 7fc82af cfg80211: Configure PMK lifetime and reauth threshold for PMKSA entries by Veerendranath Jakkam · 4 years, 10 months ago
  74. b255b72 mac80211: Read rx_stats with perCPU pointers by Seevalamuthu Mariappan · 4 years, 10 months ago
  75. dd063ff virt_wifi: implement ndo_get_iflink by Taehee Yoo · 4 years, 11 months ago
  76. a916062 mac80211: Allow deleting stations in ibss mode to reset their state by Nicolas Cavallari · 4 years, 11 months ago
  77. edafcf4 cfg80211: Add support for userspace to reset stations in IBSS mode by Nicolas Cavallari · 4 years, 11 months ago
  78. 660d81d mac80211: consider WLAN_EID_EXT_HE_OPERATION for parsing CRC by Johannes Berg · 5 years ago
  79. 0c138a5 nl80211: add PROTECTED_TWT nl80211 extended feature by Shaul Triebitz · 5 years ago
  80. 03efb86 mac80211: HE: set missing bss_conf fields in AP mode by Shaul Triebitz · 5 years ago
  81. 7e8d6f1 nl80211: pass HE operation element to the driver by Shaul Triebitz · 5 years ago
  82. efb5520 nl80211/cfg80211: add support for non EDCA based ranging measurement by Avraham Stern · 5 years ago
  83. 9524770 mac80211: don't leave skb->next/prev pointing to stack by Johannes Berg · 4 years, 10 months ago
  84. 07e9733 mac80211: update documentation about tx power by Qiujun Huang · 4 years, 10 months ago
  85. 7f3f96c mac80211: handle no-preauth flag for control port by Markus Theil · 4 years, 10 months ago
  86. 5631d96 nl80211: add no pre-auth attribute and ext. feature flag for ctrl. port by Markus Theil · 4 years, 10 months ago
  87. 5d44fe7 mac80211_hwsim: add frame transmission support over virtio by Erel Geron · 4 years, 11 months ago
  88. 1f7e9f4 cfg80211: fix documentation format by Johannes Berg · 4 years, 10 months ago
  89. ee9d0cb net: dsa: sja1105: Avoid error message for unknown PHY mode on disabled ports by Vladimir Oltean · 4 years, 10 months ago
  90. 43861da Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 4 years, 10 months ago
  91. ab9d1e1 Merge branch 'veth-xdp-stats' by David S. Miller · 4 years, 10 months ago
  92. d99a7c2f veth: remove atomic64_add from veth_xdp_xmit hotpath by Lorenzo Bianconi · 4 years, 10 months ago
  93. 9152cff veth: introduce more xdp counters by Lorenzo Bianconi · 4 years, 10 months ago
  94. 66fe4a0 veth: distinguish between rx_drops and xdp_drops by Lorenzo Bianconi · 4 years, 10 months ago
  95. 1c5b82e5 veth: introduce more specialized counters in veth_stats by Lorenzo Bianconi · 4 years, 10 months ago
  96. 65780c5 veth: move xdp stats in a dedicated structure by Lorenzo Bianconi · 4 years, 10 months ago
  97. 8511d72 sysfs: fix static inline declaration of sysfs_groups_change_owner() by Christian Brauner · 4 years, 10 months ago
  98. 5c9a9fc Merge branch 'mscc-RGMII' by David S. Miller · 4 years, 10 months ago
  99. dee48f7 net: phy: mscc: RGMII skew delay configuration by Antoine Tenart · 4 years, 10 months ago
  100. e8e4223 net: phy: mscc: add support for RGMII MAC mode by Antoine Tenart · 4 years, 10 months ago