1. f73fc40 ice: drop dead code in ice_receive_skb() by Eric Dumazet · 4 years ago
  2. efb5b33 net: bridge: fix misspellings using codespell tool by Menglong Dong · 4 years ago
  3. 7e34984 Merge branch 'net-ipa-support-compile_test' by Jakub Kicinski · 4 years ago
  4. 38a4066 net: ipa: support COMPILE_TEST by Alex Elder · 4 years ago
  5. a2d7764 net: ipa: declare the page pointer type in "gsi_trans.h" by Alex Elder · 4 years ago
  6. ce2ceb9 soc: qcom: mdt_loader: define stubs for COMPILE_TEST by Alex Elder · 4 years ago
  7. 9941222 remoteproc: qcom: expose types for COMPILE_TEST by Alex Elder · 4 years ago
  8. 3f5ec37 ibmvnic: merge do_change_param_reset into do_reset by Lijun Pan · 4 years ago
  9. 09b5b5f ppp: clean up endianness conversions by Julian Wiedmann · 4 years ago
  10. fda4fde net: ip_tunnel: clean up endianness conversions by Julian Wiedmann · 4 years ago
  11. f67b4ff MAINTAINERS: add bgmac section entry by Rafał Miłecki · 4 years ago
  12. 28e303d net: broadcom: share header defining UniMAC registers by Rafał Miłecki · 4 years ago
  13. 12cf8e7 bgmac: add bgmac_umac_*() helpers for accessing UniMAC registers by Rafał Miłecki · 4 years ago
  14. 05eab1b Merge branch 'update-register-bit-definitions-in-the-etheravb-driver' by Jakub Kicinski · 4 years ago
  15. 360a794 ravb: update "undocumented" annotations by Sergey Shtylyov · 4 years ago
  16. f4d680e ravb: remove APSR_DM by Sergey Shtylyov · 4 years ago
  17. 833d22f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years ago
  18. 6279d81 Merge tag 'net-5.11-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years ago
  19. ea1c87c Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years ago
  20. ef0ba05 poll: fix performance regression due to out-of-line __put_user() by Linus Torvalds · 4 years ago
  21. a91bd62 Revert "init/console: Use ttynull as a fallback when there is no console" by Petr Mladek · 4 years ago
  22. 220efcf Merge tag 'mlx5-fixes-2021-01-07' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by Jakub Kicinski · 4 years ago
  23. 3545454 net: dsa: lantiq_gswip: Exclude RMII from modes that report 1 GbE by Aleksander Jan Bajkowski · 4 years ago
  24. 286e95e Merge branch 's390-qeth-fixes-2021-01-07' by Jakub Kicinski · 4 years ago
  25. f9c4845 s390/qeth: fix L2 header access in qeth_l3_osa_features_check() by Julian Wiedmann · 4 years ago
  26. b41b554 s390/qeth: fix locking for discipline setup / removal by Julian Wiedmann · 4 years ago
  27. 0b9902c s390/qeth: fix deadlock during recovery by Julian Wiedmann · 4 years ago
  28. d708342 Merge branch 'nexthop-various-fixes' by Jakub Kicinski · 4 years ago
  29. a5c9ca7 selftests: fib_nexthops: Fix wrong mausezahn invocation by Ido Schimmel · 4 years ago
  30. b19218b nexthop: Bounce NHA_GATEWAY in FDB nexthop groups by Petr Machata · 4 years ago
  31. 7b01e53 nexthop: Unlink nexthop group entry in error path by Ido Schimmel · 4 years ago
  32. 07e61a9 nexthop: Fix off-by-one error in error path by Ido Schimmel · 4 years ago
  33. ac7996d octeontx2-af: fix memory leak of lmac and lmac->name by Colin Ian King · 4 years ago
  34. 85bd605 Merge branch 'bug-fixes-for-chtls-driver' by Jakub Kicinski · 4 years ago
  35. 15ef6b0 chtls: Fix chtls resources release sequence by Ayush Sawal · 4 years ago
  36. eade1e0 chtls: Added a check to avoid NULL pointer dereference by Ayush Sawal · 4 years ago
  37. a84b2c0 chtls: Replace skb_dequeue with skb_peek by Ayush Sawal · 4 years ago
  38. f8d15d2 chtls: Avoid unnecessary freeing of oreq pointer by Ayush Sawal · 4 years ago
  39. 5a5fac9 chtls: Fix panic when route to peer not configured by Ayush Sawal · 4 years ago
  40. 827d329 chtls: Remove invalid set_tcb call by Ayush Sawal · 4 years ago
  41. 717df0f chtls: Fix hardware tid leak by Ayush Sawal · 4 years ago
  42. 58334e7 Merge branch 'generic-zcopy_-functions' by Jakub Kicinski · 4 years ago
  43. 8e04491 skbuff: Rename skb_zcopy_{get|put} to net_zcopy_{get|put} by Jonathan Lemon · 4 years ago
  44. 9ee5e5a tap/tun: add skb_zcopy_init() helper for initialization. by Jonathan Lemon · 4 years ago
  45. 04c2d33 skbuff: add flags to ubuf_info for ubuf setup by Jonathan Lemon · 4 years ago
  46. 06b4feb net: group skb_shinfo zerocopy related bits together. by Jonathan Lemon · 4 years ago
  47. 8c79382 skbuff: rename sock_zerocopy_* to msg_zerocopy_* by Jonathan Lemon · 4 years ago
  48. 70c4316 skbuff: Call skb_zcopy_clear() before unref'ing fragments by Jonathan Lemon · 4 years ago
  49. 236a6b1 skbuff: Call sock_zerocopy_put_abort from skb_zcopy_put_abort by Jonathan Lemon · 4 years ago
  50. 3617783 skbuff: Add skb parameter to the ubuf zerocopy callback by Jonathan Lemon · 4 years ago
  51. e76d46c skbuff: replace sock_zerocopy_get with skb_zcopy_get by Jonathan Lemon · 4 years ago
  52. 5977636 skbuff: replace sock_zerocopy_put() with skb_zcopy_put() by Jonathan Lemon · 4 years ago
  53. 7551885 skbuff: Push status and refcounts into sock_zerocopy_callback by Jonathan Lemon · 4 years ago
  54. d6adf1b skbuff: simplify sock_zerocopy_put by Jonathan Lemon · 4 years ago
  55. 424f481 skbuff: remove unused skb_zcopy_abort function by Jonathan Lemon · 4 years ago
  56. c4cc3b1 Merge tag 'gcc-plugins-v5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years ago
  57. 7cd1de7 Merge branch 'dwmac-meson8b-picosecond-precision-rx-delay-support' by Jakub Kicinski · 4 years ago
  58. de94fc1 net: stmmac: dwmac-meson8b: add support for the RGMII RX delay on G12A by Martin Blumenstingl · 4 years ago
  59. 7985244 net: stmmac: dwmac-meson8b: move RGMII delays into a separate function by Martin Blumenstingl · 4 years ago
  60. 140ddf0 net: stmmac: dwmac-meson8b: use picoseconds for the RGMII RX delay by Martin Blumenstingl · 4 years ago
  61. 0258228 net: stmmac: dwmac-meson8b: fix enabling the timing-adjustment clock by Martin Blumenstingl · 4 years ago
  62. 6b5903f dt-bindings: net: dwmac-meson: use picoseconds for the RGMII RX delay by Martin Blumenstingl · 4 years ago
  63. 85b277d Merge branch 'reduce-coupling-between-dsa-and-broadcom-systemport-driver' by Jakub Kicinski · 4 years ago
  64. 1dbb130 net: dsa: remove the DSA specific notifiers by Vladimir Oltean · 4 years ago
  65. 1593cd4 net: systemport: use standard netdevice notifier to detect DSA presence by Vladimir Oltean · 4 years ago
  66. a5e3c9b net: dsa: export dsa_slave_dev_check by Vladimir Oltean · 4 years ago
  67. f46b9b8e net: dsa: move the Broadcom tag information in a separate header file by Vladimir Oltean · 4 years ago
  68. c214cc3 Merge branch 'offload-software-learnt-bridge-addresses-to-dsa' by Jakub Kicinski · 4 years ago
  69. c54913c net: dsa: ocelot: request DSA to fix up lack of address learning on CPU port by Vladimir Oltean · 4 years ago
  70. d5f1948 net: dsa: listen for SWITCHDEV_{FDB,DEL}_ADD_TO_DEVICE on foreign bridge neighbors by Vladimir Oltean · 4 years ago
  71. 5fb4a45 net: dsa: exit early in dsa_slave_switchdev_event if we can't program the FDB by Vladimir Oltean · 4 years ago
  72. 447d290 net: dsa: move switchdev event implementation under the same switch/case statement by Vladimir Oltean · 4 years ago
  73. c4bb76a net: dsa: don't use switchdev_notifier_fdb_info in dsa_switchdev_event_work by Vladimir Oltean · 4 years ago
  74. 2fd1865 net: dsa: be louder when a non-legacy FDB operation fails by Vladimir Oltean · 4 years ago
  75. 90dc8fd net: bridge: notify switchdev of disappearance of old FDB entry upon migration by Vladimir Oltean · 4 years ago
  76. 0565ff5 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 4 years ago
  77. dd15c4a Merge branch 'r8169-improve-rtl8168g-phy-suspend-quirk' by Jakub Kicinski · 4 years ago
  78. acb5865 r8169: improve RTL8168g PHY suspend quirk by Heiner Kallweit · 4 years ago
  79. c6cff9d r8169: move ERI access functions to avoid forward declaration by Heiner Kallweit · 4 years ago
  80. e6e918d net: phy: replace mutex_is_locked with lockdep_assert_held in phylib by Heiner Kallweit · 4 years ago
  81. 8b86850 net: phy: bcm7xxx: Add an entry for BCM72116 by Florian Fainelli · 4 years ago
  82. 704a0f8 Merge branch 'net-fix-netfilter-defrag-ip-tunnel-pmtu-blackhole' by Jakub Kicinski · 4 years ago
  83. bb4cc1a1 net: ip: always refragment ip defragmented packets by Florian Westphal · 4 years ago
  84. 50c6616 net: fix pmtu check in nopmtudisc mode by Florian Westphal · 4 years ago
  85. 9e7a67d selftests: netfilter: add selftest for ipip pmtu discovery with enabled connection tracking by Florian Westphal · 4 years ago
  86. 0b86235 Merge branch 'udp_tunnel_nic-post-conversion-cleanup' by Jakub Kicinski · 4 years ago
  87. b9ef3fe udp_tunnel: reshuffle NETIF_F_RX_UDP_TUNNEL_PORT checks by Jakub Kicinski · 4 years ago
  88. 30bfce1 net: remove ndo_udp_tunnel_* callbacks by Jakub Kicinski · 4 years ago
  89. dedc33e7 udp_tunnel: remove REGISTER/UNREGISTER handling from tunnel drivers by Jakub Kicinski · 4 years ago
  90. 876c438 udp_tunnel: hard-wire NDOs to udp_tunnel_nic_*_port() helpers by Jakub Kicinski · 4 years ago
  91. ddb4d32 net: broadcom: Drop OF dependency from BGMAC_PLATFORM by Florian Fainelli · 4 years ago
  92. f3562f5 docs: octeontx2: tune rst markup by Lukas Bulwahn · 4 years ago
  93. c61ce06 Merge branch 'bcm63xx_enet-major-makeover-of-driver' by Jakub Kicinski · 4 years ago
  94. ae2259e bcm63xx_enet: improve rx loop by Sieng Piaw Liew · 4 years ago
  95. d27de0e bcm63xx_enet: convert to build_skb by Sieng Piaw Liew · 4 years ago
  96. 3d0b7265 bcm63xx_enet: consolidate rx SKB ring cleanup code by Sieng Piaw Liew · 4 years ago
  97. c4a2078 bcm63xx_enet: alloc rx skb with NET_IP_ALIGN by Sieng Piaw Liew · 4 years ago
  98. 375281d bcm63xx_enet: add xmit_more support by Sieng Piaw Liew · 4 years ago
  99. 4c59b0f bcm63xx_enet: add BQL support by Sieng Piaw Liew · 4 years ago
  100. 9cbfea0 bcm63xx_enet: batch process rx path by Sieng Piaw Liew · 4 years ago