1. 146ba9a usbnet: ipheth: fix ipheth_tx()'s return type by Luc Van Oostenryck · 4 years, 9 months ago
  2. a63a374 net: plip: fix plip_tx_packet()'s return type by Luc Van Oostenryck · 4 years, 9 months ago
  3. 673d8eb net: dwc-xlgmac: fix xlgmac_xmit()'s return type by Luc Van Oostenryck · 4 years, 9 months ago
  4. 4e516a3 net: pch_gbe: fix pch_gbe_xmit_frame()'s return type by Luc Van Oostenryck · 4 years, 9 months ago
  5. 737ce1e net: nfp: fix nfp_net_tx()'s return type by Luc Van Oostenryck · 4 years, 9 months ago
  6. f649c35 net: nb8800: fix nb8800_xmit()'s return type by Luc Van Oostenryck · 4 years, 9 months ago
  7. de37b0a5 net: arc_emac: fix arc_emac_tx()'s return type by Luc Van Oostenryck · 4 years, 9 months ago
  8. 92c5e11 net: aquantia: fix aq_ndev_start_xmit()'s return type by Luc Van Oostenryck · 4 years, 9 months ago
  9. b8fc709 caif: fix cfv_netdev_tx()'s return type by Luc Van Oostenryck · 4 years, 9 months ago
  10. 1d01230 caif: fix cfspi_xmit()'s return type by Luc Van Oostenryck · 4 years, 9 months ago
  11. 8805464 caif: fix caif_xmit()'s return type by Luc Van Oostenryck · 4 years, 9 months ago
  12. c6ecd47 cail,hsi: fix cfhsi_xmit()'s return type by Luc Van Oostenryck · 4 years, 9 months ago
  13. fe80536 bareudp: Added attribute to enable & disable rx metadata collection by Martin · 4 years, 9 months ago
  14. 8930449 Merge branch 'hinic-add-some-ethtool-ops-support' by David S. Miller · 4 years, 9 months ago
  15. 2ac84cd hinic: add support to get eeprom information by Luo bin · 4 years, 9 months ago
  16. 07afcc7 hinic: add support to identify physical device by Luo bin · 4 years, 9 months ago
  17. 4aa218a hinic: add self test support by Luo bin · 4 years, 9 months ago
  18. a0337c0 hinic: add support to set and get irq coalesce by Luo bin · 4 years, 9 months ago
  19. ea25622 hinic: add support to set and get pause params by Luo bin · 4 years, 9 months ago
  20. 491f14d Merge branch 'tcp-improve-delivered-counts-in-SCM_TSTAMP_ACK' by David S. Miller · 4 years, 9 months ago
  21. 082d4fa tcp: update delivered_ce with delivered by Yousuk Seung · 4 years, 9 months ago
  22. f00394c tcp: count sacked packets in tcp_sacktag_state by Yousuk Seung · 4 years, 9 months ago
  23. c634e34 tcp: add ece_ack flag to reno sack functions by Yousuk Seung · 4 years, 9 months ago
  24. fdb7eb2 tcp: stamp SCM_TSTAMP_ACK later in tcp_clean_rtx_queue() by Yousuk Seung · 4 years, 9 months ago
  25. b08866f Merge branch 'net-atlantic-various-non-functional-changes' by David S. Miller · 4 years, 9 months ago
  26. 4378b88 net: atlantic: put ptp code under IS_REACHABLE check by Igor Russkikh · 4 years, 9 months ago
  27. 8664240 net: atlantic: add alignment checks in hw_atl2_utils_fw.c by Mark Starovoytov · 4 years, 9 months ago
  28. 6ec99221d net: atlantic: missing space in a comment in aq_nic.h by Dmitry Bezrukov · 4 years, 9 months ago
  29. 586616c net: atlantic: fix typo in aq_ring_tx_clean by Mark Starovoytov · 4 years, 9 months ago
  30. ab3518a net: atlantic: make aq_pci_func_init static by Mark Starovoytov · 4 years, 9 months ago
  31. e35df21 net: atlantic: Replace ENOTSUPP usage to EOPNOTSUPP by Mark Starovoytov · 4 years, 9 months ago
  32. e39b8ff net: atlantic: fix variable type in aq_ethtool_get_pauseparam by Nikita Danilov · 4 years, 9 months ago
  33. 3a8b445 net: atlantic: MACSec offload statistics checkpatch fix by Mark Starovoytov · 4 years, 9 months ago
  34. e562d08 Merge branch 'mptcp-refactor-token-container' by David S. Miller · 4 years, 9 months ago
  35. a8ee9c9 mptcp: introduce token KUNIT self-tests by Paolo Abeni · 4 years, 9 months ago
  36. a00a582 mptcp: move crypto test to KUNIT by Paolo Abeni · 4 years, 9 months ago
  37. 2c5ebd0 mptcp: refactor token container by Paolo Abeni · 4 years, 9 months ago
  38. d39dcec mptcp: add __init annotation on setup functions by Paolo Abeni · 4 years, 9 months ago
  39. be7aa9f Merge branch 'net-organize-driver-docs-by-device-type' by David S. Miller · 4 years, 9 months ago
  40. 55f35cf docs: networking: move FDDI drivers to the hw driver section by Jakub Kicinski · 4 years, 9 months ago
  41. 9633a0e docs: networking: move ATM drivers to the hw driver section by Jakub Kicinski · 4 years, 9 months ago
  42. 4daedf7a docs: networking: move AppleTalk / LocalTalk drivers to the hw driver section by Jakub Kicinski · 4 years, 9 months ago
  43. 95298d6 docs: networking: move remaining Ethernet driver docs to the hw section by Jakub Kicinski · 4 years, 9 months ago
  44. 5c3b5da docs: networking: move ray_cs to the hw driver section by Jakub Kicinski · 4 years, 9 months ago
  45. f05c43e docs: networking: move baycom to the hw driver section by Jakub Kicinski · 4 years, 9 months ago
  46. 1447495 docs: networking: move z8530 to the hw driver section by Jakub Kicinski · 4 years, 9 months ago
  47. 132db93 docs: networking: reorganize driver documentation again by Jakub Kicinski · 4 years, 9 months ago
  48. ab696fa Merge branch 'net-phy-relax-PHY-and-MDIO-reset-handling' by David S. Miller · 4 years, 9 months ago
  49. 96e2635 net: phy: mdio: reset MDIO devices even if probe() is not implemented by Bartosz Golaszewski · 4 years, 9 months ago
  50. 1dba699 net: phy: reset the PHY even if probe() is not implemented by Bartosz Golaszewski · 4 years, 9 months ago
  51. 3337409 net: mdio: add a forward declaration for reset_control to mdio.h by Bartosz Golaszewski · 4 years, 9 months ago
  52. e42bcd0 net: phy: arrange headers in phy_device.c alphabetically by Bartosz Golaszewski · 4 years, 9 months ago
  53. 1d0018a net: phy: arrange headers in mdio_device.c alphabetically by Bartosz Golaszewski · 4 years, 9 months ago
  54. 54e80de net: phy: arrange headers in mdio_bus.c alphabetically by Bartosz Golaszewski · 4 years, 9 months ago
  55. 61b5cc2 net: mvneta: speed down the PHY, if WoL used, to save energy by Daniel González Cabanelas · 4 years, 9 months ago
  56. b0f46a9 Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 4 years, 9 months ago
  57. 18c955b bonding: Remove extraneous parentheses in bond_setup by Nathan Chancellor · 4 years, 9 months ago
  58. 52660c0 net: stmmac: dwmac-meson8b: use clk_parent_data for clock registration by Martin Blumenstingl · 4 years, 9 months ago
  59. 4ced637 bnx2x: use generic power management by Vaibhav Gupta · 4 years, 9 months ago
  60. 37d318d i40e: Remove scheduling while atomic possibility by Aleksandr Loktionov · 4 years, 10 months ago
  61. 3dbdd6c i40e: Add support for 5Gbps cards by Aleksandr Loktionov · 4 years, 10 months ago
  62. 34a2a3b8 net/intel: remove driver versions from Intel drivers by Jeff Kirsher · 4 years, 10 months ago
  63. 3a2c6ce i40e: Add a check to see if MFS is set by Todd Fujinaka · 4 years, 10 months ago
  64. fffeedd i40e: detect and log info about pre-recovery mode by Piotr Kwapulinski · 4 years, 10 months ago
  65. 91c534b i40e: make PF wait reset loop reliable by Piotr Kwapulinski · 4 years, 10 months ago
  66. 3c98f9e i40e: remove unused defines by Jesse Brandeburg · 5 years ago
  67. fe21b6c i40e: Move client header location by Shiraz Saleem · 4 years, 11 months ago
  68. 7bed145 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 9 months ago
  69. 4a21185 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 9 months ago
  70. b839280 sch_cake: add RFC 8622 LE PHB support to CAKE diffserv handling by Kevin Darbyshire-Bryant · 4 years, 9 months ago
  71. 4c342f77 rds: transport module should be auto loaded when transport is set by Rao Shoaib · 4 years, 9 months ago
  72. 6aeaf26 Merge branch 'sched-A-couple-of-fixes-for-sch_cake' by David S. Miller · 4 years, 9 months ago
  73. 3f608f0 sch_cake: fix a few style nits by Toke Høiland-Jørgensen · 4 years, 9 months ago
  74. 8c95eca sch_cake: don't call diffserv parsing code when it is not needed by Toke Høiland-Jørgensen · 4 years, 9 months ago
  75. 9208d28 sch_cake: don't try to reallocate or unshare skb unconditionally by Ilya Ponetayev · 4 years, 9 months ago
  76. 7d22bc4 Merge branch 'net-phy-mscc-multiple-improvements' by David S. Miller · 4 years, 9 months ago
  77. b4368d2 net: phy: mscc: improve vsc8514/8584_config_init consistency by Antoine Tenart · 4 years, 9 months ago
  78. d4a76dc net: phy: mscc: remove useless page configuration in the config init by Antoine Tenart · 4 years, 9 months ago
  79. 6119dda net: phy: mscc: restore the base page in vsc8514/8584_config_init by Antoine Tenart · 4 years, 9 months ago
  80. d9608aa net: phy: mscc: do not access the MDIO bus lock directly by Antoine Tenart · 4 years, 9 months ago
  81. b9dccf9 net: phy: mscc: ptp: fix a typo in a comment by Antoine Tenart · 4 years, 9 months ago
  82. b487032 net: phy: mscc: ptp: fix a smatch error by Antoine Tenart · 4 years, 9 months ago
  83. b16a213 net: phy: mscc: fix a possible double unlock by Antoine Tenart · 4 years, 9 months ago
  84. 853bede net: phy: mscc: macsec: fix sparse warnings by Antoine Tenart · 4 years, 9 months ago
  85. 1ae71d9 ethtool: fix error handling in linkstate_prepare_data() by Michal Kubecek · 4 years, 9 months ago
  86. 42e9c85 Merge tag 'trace-v5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 9 months ago
  87. 0e00c05 Merge branch 'napi_gro_receive-caller-return-value-cleanups' by David S. Miller · 4 years, 9 months ago
  88. 045790b wil6210: account for napi_gro_receive never returning GRO_DROP by Jason A. Donenfeld · 4 years, 9 months ago
  89. 93ab48a hns: do not cast return value of napi_gro_receive to null by Jason A. Donenfeld · 4 years, 9 months ago
  90. e5e7d80 socionext: account for napi_gro_receive never returning GRO_DROP by Jason A. Donenfeld · 4 years, 9 months ago
  91. df08126 wireguard: receive: account for napi_gro_receive never returning GRO_DROP by Jason A. Donenfeld · 4 years, 9 months ago
  92. b18e983 vxlan: fix last fdb index during dump of fdb with nhid by Roopa Prabhu · 4 years, 9 months ago
  93. 471e39d sctp: Don't advertise IPv4 addresses if ipv6only is set on the socket by Marcelo Ricardo Leitner · 4 years, 9 months ago
  94. b6186d4 tc-testing: avoid action cookies with odd length. by Briana Oursler · 4 years, 9 months ago
  95. 3b0e7dc Merge branch 'tcp_cubic-fix-spurious-HYSTART_DELAY-on-RTT-decrease' by David S. Miller · 4 years, 9 months ago
  96. 7d21d54 bpf: tcp: bpf_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTT by Neal Cardwell · 4 years, 9 months ago
  97. b344579 tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTT by Neal Cardwell · 4 years, 9 months ago
  98. 29a30ba Merge branch 'Fixes-for-SJA1105-DSA-tc-gate-action' by David S. Miller · 4 years, 9 months ago
  99. 43ce887 net: dsa: sja1105: fix tc-gate schedule with single element by Vladimir Oltean · 4 years, 9 months ago
  100. 82f6896 net: dsa: sja1105: recalculate gating subschedule after deleting tc-gate rules by Vladimir Oltean · 4 years, 9 months ago