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