1. c852162 xfrm: use dev_sw_netstats_rx_add() by Fabian Frederick · 4 years, 6 months ago
  2. 5711eb0 ipv6: use dev_sw_netstats_rx_add() by Fabian Frederick · 4 years, 6 months ago
  3. 36a6f56 gtp: use dev_sw_netstats_rx_add() by Fabian Frederick · 4 years, 6 months ago
  4. 8fdfffd bareudp: use dev_sw_netstats_rx_add() by Fabian Frederick · 4 years, 6 months ago
  5. 1e84527 geneve: use dev_sw_netstats_rx_add() by Fabian Frederick · 4 years, 6 months ago
  6. 1f8dda1 vxlan: use dev_sw_netstats_rx_add() by Fabian Frederick · 4 years, 6 months ago
  7. 451b05f net: netdevice.h: sw_netstats_rx_add helper by Fabian Frederick · 4 years, 6 months ago
  8. 9b9dda5 Merge branch 'net-atlantic-phy-tunables-from-mac-driver' by David S. Miller · 4 years, 6 months ago
  9. 60db5e4 net: atlantic: implement media detect feature via phy tunables by Igor Russkikh · 4 years, 6 months ago
  10. e193c3a net: atlantic: implement phy downshift feature by Igor Russkikh · 4 years, 6 months ago
  11. c6db31f ethtool: allow netdev driver to define phy tunables by Igor Russkikh · 4 years, 6 months ago
  12. 302af7c net: always dump full packets with skb_dump by Vladimir Oltean · 4 years, 6 months ago
  13. 717f203 mptcp: don't skip needed ack by Paolo Abeni · 4 years, 6 months ago
  14. 8b0308f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
  15. 7575fdd Merge tag 'platform-drivers-x86-v5.9-2' of git://git.infradead.org/linux-platform-drivers-x86 by Linus Torvalds · 4 years, 6 months ago
  16. 165563c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 6 months ago
  17. f4f9dcc net: phy: marvell: Use phy_read_paged() instead of open coding it by Jisheng Zhang · 4 years, 6 months ago
  18. 2e554a7 net: dsa: propagate switchdev vlan_filtering prepare phase to drivers by Vladimir Oltean · 4 years, 6 months ago
  19. 720ef73 platform/x86: thinkpad_acpi: re-initialize ACPI buffer size when reuse by Aaron Ma · 4 years, 6 months ago
  20. c2568c8 Merge branch 'net-Constify-struct-genl_small_ops' by David S. Miller · 4 years, 6 months ago
  21. b980b31 net: openvswitch: Constify static struct genl_small_ops by Rikard Falkeborn · 4 years, 6 months ago
  22. 674d3ab mptcp: Constify mptcp_pm_ops by Rikard Falkeborn · 4 years, 6 months ago
  23. 549738f Linux 5.9-rc8 by Linus Torvalds · 4 years, 6 months ago
  24. f5083d0 drivers/net/wan/hdlc_fr: Improvements to the code of pvc_xmit by Xie He · 4 years, 6 months ago
  25. 4296adc net/core: check length before updating Ethertype in skb_mpls_{push,pop} by Guillaume Nault · 4 years, 6 months ago
  26. f4544e5 net: mvneta: fix double free of txq->buf by Tom Rix · 4 years, 6 months ago
  27. 580e427 net_sched: check error pointer in tcf_dump_walker() by Cong Wang · 4 years, 6 months ago
  28. 9a9e774 net: team: fix memory leak in __team_options_register by Anant Thazhemadam · 4 years, 6 months ago
  29. 3e233ca Merge branch 'bnxt_en-net-next-updates' by David S. Miller · 4 years, 6 months ago
  30. 8d4bd96 bnxt_en: Eliminate unnecessary RX resets. by Michael Chan · 4 years, 6 months ago
  31. 1b5c8b6 bnxt_en: Reduce unnecessary message log during RX errors. by Michael Chan · 4 years, 6 months ago
  32. 8a27d4b bnxt_en: Add a software counter for RX ring reset. by Michael Chan · 4 years, 6 months ago
  33. 8fbf58e bnxt_en: Implement RX ring reset in response to buffer errors. by Michael Chan · 4 years, 6 months ago
  34. 7737d32 bnxt_en: Refactor bnxt_init_one_rx_ring(). by Michael Chan · 4 years, 6 months ago
  35. 975bc99 bnxt_en: Refactor bnxt_free_rx_skbs(). by Michael Chan · 4 years, 6 months ago
  36. fc8864e bnxt_en: Log FW health status info, if reset is aborted. by Michael Chan · 4 years, 6 months ago
  37. 87f7ab8 bnxt_en: perform no master recovery during startup by Edwin Peer · 4 years, 6 months ago
  38. ba02629 bnxt_en: log firmware status on firmware init failure by Edwin Peer · 4 years, 6 months ago
  39. 3e9ec2b bnxt_en: refactor bnxt_alloc_fw_health() by Edwin Peer · 4 years, 6 months ago
  40. 424174f1 bnxt_en: Update firmware interface spec to 1.10.1.68. by Vasundhara Volam · 4 years, 6 months ago
  41. d3a6987 Merge branch 'mv88e6xxx-Add-per-port-devlink-regions' by David S. Miller · 4 years, 6 months ago
  42. b71a8d6 net: dsa: mv88e6xxx: Add per port devlink regions by Andrew Lunn · 4 years, 6 months ago
  43. 7d1e2a1 net: dsa: Add helper for converting devlink port to ds and port by Andrew Lunn · 4 years, 6 months ago
  44. 08156ba net: dsa: Add devlink port regions support to DSA by Andrew Lunn · 4 years, 6 months ago
  45. 544e7c3 net: devlink: Add support for port regions by Andrew Lunn · 4 years, 6 months ago
  46. 3122433 net: dsa: Register devlink ports before calling DSA driver setup() by Andrew Lunn · 4 years, 6 months ago
  47. f15ec13 net: dsa: Make use of devlink port flavour unused by Andrew Lunn · 4 years, 6 months ago
  48. cf11663 net: devlink: Add unused port flavour by Andrew Lunn · 4 years, 6 months ago
  49. 321e921 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 4 years, 6 months ago
  50. 10fdd6d netfilter: nf_tables: Implement fast bitwise expression by Phil Sutter · 4 years, 6 months ago
  51. 5f48846 netfilter: nf_tables: Enable fast nft_cmp for inverted matches by Phil Sutter · 4 years, 6 months ago
  52. ab6c41e netfilter: nfnetlink: place subsys mutexes in distinct lockdep classes by Florian Westphal · 4 years, 6 months ago
  53. 9446ab3 netfilter: ipset: enable memory accounting for ipset allocations by Vasily Averin · 4 years, 6 months ago
  54. 82ec663 netfilter: nf_tables_offload: Remove unused macro FLOW_SETUP_BLOCK by YueHaibing · 4 years, 6 months ago
  55. 456afe0 mptcp: ADD_ADDRs with echo bit are smaller by Matthieu Baerts · 4 years, 6 months ago
  56. 3a56268e dt-bindings: net: dsa: b53: Fix full duplex in example by Kurt Kanzenbach · 4 years, 6 months ago
  57. 536a82a dt-bindings: net: dsa: b53: Specify unit address in hex by Kurt Kanzenbach · 4 years, 6 months ago
  58. 2b7fea0 net: dsa: sja1105: remove duplicate prefix for VL Lookup dynamic config by Vladimir Oltean · 4 years, 6 months ago
  59. 93e6664 bnx2x: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 6 months ago
  60. 401d8ce net: ksz884x: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 6 months ago
  61. e55e66e net: bna: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 6 months ago
  62. 1a10d0b usbnet: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 6 months ago
  63. ef743c0 Merge branch 'net-sched-Add-actions-for-MPLS-L2-VPNs' by David S. Miller · 4 years, 6 months ago
  64. a45294a net/sched: act_mpls: Add action to push MPLS LSE before Ethernet header by Guillaume Nault · 4 years, 6 months ago
  65. 19fbcb3 net/sched: act_vlan: Add {POP,PUSH}_ETH actions by Guillaume Nault · 4 years, 6 months ago
  66. 790ca79 net: typhoon: Fix a typo Typoon --> Typhoon by Christophe JAILLET · 4 years, 6 months ago
  67. e275d49 net: phy: dp83869: fix unsigned comparisons against less than zero values by Colin Ian King · 4 years, 6 months ago
  68. fd6ebb6 net/smc: use an array to check fields in system EID by Karsten Graul · 4 years, 6 months ago
  69. 839d696 net/smc: send ISM devices with unique chid in CLC proposal by Karsten Graul · 4 years, 6 months ago
  70. 6a0c00e Merge branch 'Add-Seville-Ethernet-switch-to-T1040RDB' by David S. Miller · 4 years, 6 months ago
  71. e69eb08 powerpc: dts: t1040rdb: add ports for Seville Ethernet switch by Vladimir Oltean · 4 years, 6 months ago
  72. aa30986 powerpc: dts: t1040: add bindings for Seville Ethernet switch by Vladimir Oltean · 4 years, 6 months ago
  73. 9cd8b6c tcp: account total lost packets properly by Yuchung Cheng · 4 years, 6 months ago
  74. 1f7e877 net: hinic: fix DEVLINK build errors by Randy Dunlap · 4 years, 6 months ago
  75. 223b32d Merge branch 'net-iucv-next' by David S. Miller · 4 years, 6 months ago
  76. a29f245 net/iucv: fix indentation in __iucv_message_receive() by Julian Wiedmann · 4 years, 6 months ago
  77. 398999b net/af_iucv: right-size the uid variable in iucv_sock_bind() by Julian Wiedmann · 4 years, 6 months ago
  78. 8e1b388 net: remove NETDEV_HW_ADDR_T_SLAVE by Taehee Yoo · 4 years, 6 months ago
  79. 388e201 net: stmmac: Modify configuration method of EEE timers by Vineetha G. Jaya Kumaran · 4 years, 6 months ago
  80. 186e26e Merge branch 'genetlink-per-op-policy-export' by David S. Miller · 4 years, 6 months ago
  81. e992a6e genetlink: allow dumping command-specific policy by Jakub Kicinski · 4 years, 6 months ago
  82. 50a896cf genetlink: properly support per-op policy dumping by Johannes Berg · 4 years, 6 months ago
  83. aa85ee5 genetlink: factor skb preparation out of ctrl_dumppolicy() by Johannes Berg · 4 years, 6 months ago
  84. 04a351a netlink: rework policy dump to support multiple policies by Johannes Berg · 4 years, 6 months ago
  85. 899b07c netlink: compare policy more accurately by Johannes Berg · 4 years, 6 months ago
  86. 22fbc03 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 6 months ago
  87. 5ee5613 Merge tag 'for-linus-5.9b-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 4 years, 6 months ago
  88. 5f05663 Merge tag 'usb-5.9-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 4 years, 6 months ago
  89. f35c08e Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 4 years, 6 months ago
  90. 72af7b4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 4 years, 6 months ago
  91. d43ca13 scripts/spelling.txt: fix malformed entry by Eric Biggers · 4 years, 6 months ago
  92. 1d91df8 mm/page_alloc: handle a missing case for memalloc_nocma_{save/restore} APIs by Joonsoo Kim · 4 years, 6 months ago
  93. 484cfac mm, slub: restore initial kmem_cache flags by Eric Farman · 4 years, 6 months ago
  94. e2e1a1c Merge tag 'kvmarm-fixes-5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master by Paolo Bonzini · 4 years, 6 months ago
  95. b502e6e KVM: VMX: update PFEC_MASK/PFEC_MATCH together with PF intercept by Paolo Bonzini · 4 years, 6 months ago
  96. 678cdd4 Merge branch 'genetlink-support-per-command-policy-dump' by David S. Miller · 4 years, 6 months ago
  97. a4bb4f5 genetlink: switch control commands to per-op policies by Jakub Kicinski · 4 years, 6 months ago
  98. 8e1ed28 genetlink: use parsed attrs in dumppolicy by Jakub Kicinski · 4 years, 6 months ago
  99. 7c1e092 taskstats: move specifying netlink policy back to ops by Jakub Kicinski · 4 years, 6 months ago
  100. 48526a0 genetlink: bring back per op policy by Jakub Kicinski · 4 years, 6 months ago