1. a24ec32 bnxt_en: Fix Priority Bytes and Packets counters in ethtool -S. by Michael Chan · 5 years ago
  2. b06d072 macsec: restrict to ethernet devices by Willem de Bruijn · 5 years ago
  3. 55b474c netlink: check for null extack in cookie helpers by Michal Kubecek · 5 years ago
  4. 12a5ba5 net: qmi_wwan: add support for ASKEY WWHC050 by Pawel Dembicki · 5 years ago
  5. 0dcdf9f NFC: fdp: Fix a signedness bug in fdp_nci_send_patch() by Dan Carpenter · 5 years ago
  6. dddeb30 ipv4: fix a RCU-list lock in inet_dump_fib() by Qian Cai · 5 years ago
  7. 684ac83 Merge tag 'mlx5-fixes-2020-03-05' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 5 years ago
  8. 6cd6cbf tcp: repair: fix TCP_QUEUE_SEQ implementation by Eric Dumazet · 5 years ago
  9. 83a9b6f selftests/net: add definition for SOL_DCCP to fix compilation errors for old libc by Alan Maguire · 5 years ago
  10. 9a9ba2a net: bcmgenet: always enable status blocks by Doug Berger · 5 years ago
  11. 749f6f6 net: phy: dp83867: w/a for fld detect threshold bootstrapping issue by Grygorii Strashko · 5 years ago
  12. 9de9aa48 net: stmmac: dwmac-rk: fix error path in rk_gmac_probe by Emil Renner Berthing · 5 years ago
  13. 2091a3d slcan: not call free_netdev before rtnl_unlock in slcan_open by Oliver Hartkopp · 5 years ago
  14. 06e9bfc ionic: make spdxcheck.py happy by Lukas Bulwahn · 5 years ago
  15. 3a303cf hsr: fix general protection fault in hsr_addr_is_self() by Taehee Yoo · 5 years ago
  16. 4abe5a1 Merge branch 'hinic-BugFixes' by David S. Miller · 5 years ago
  17. 7296695 hinic: fix wrong value of MIN_SKB_LEN by Luo bin · 5 years ago
  18. 0da7c32 hinic: fix wrong para of wait_for_completion_timeout by Luo bin · 5 years ago
  19. 33f15da hinic: fix out-of-order excution in arm cpu by Luo bin · 5 years ago
  20. 614eaa9 hinic: fix the bug of clearing event queue by Luo bin · 5 years ago
  21. 9675811 hinic: fix a bug of waitting for IO stopped by Luo bin · 5 years ago
  22. 07f8e4d tcp: also NULL skb->dev when copy was needed by Florian Westphal · 5 years ago
  23. 702151d Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 5 years ago
  24. b738a18 tcp: ensure skb->dev is NULL before leaving TCP stack by Eric Dumazet · 5 years ago
  25. f1f20a8 cxgb4: fix Txq restart check during backpressure by Rahul Lakkireddy · 5 years ago
  26. 7affd80 cxgb4: fix throughput drop during Tx backpressure by Rahul Lakkireddy · 5 years ago
  27. 22259471 net: dsa: mt7530: Change the LINK bit to reflect the link status by René van Dorst · 5 years ago
  28. 3ac9eb4 Merge tag 'rxrpc-fixes-20200319' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by David S. Miller · 5 years ago
  29. 6002059 mlxsw: pci: Only issue reset when system is ready by Ido Schimmel · 5 years ago
  30. 15ff197 netfilter: flowtable: populate addr_type mask by Edward Cree · 5 years ago
  31. c921ffe8 netfilter: flowtable: Fix flushing of offloaded flows on free by Paul Blakey · 5 years ago
  32. 41e9ec5 netfilter: flowtable: reload ip{v6}h in nf_flow_tuple_ip{v6} by Haishuang Yan · 5 years ago
  33. 61abaf0 netfilter: flowtable: reload ip{v6}h in nf_flow_nat_ip{v6} by Haishuang Yan · 5 years ago
  34. 3c025b6 Merge branch 'wireguard-fixes' by David S. Miller · 5 years ago
  35. 11a7686 wireguard: noise: error out precomputed DH during handshake rather than config by Jason A. Donenfeld · 5 years ago
  36. 2b8765c wireguard: receive: remove dead code from default packet type case by Jason A. Donenfeld · 5 years ago
  37. a5588604 wireguard: queueing: account for skb->protocol==0 by Jason A. Donenfeld · 5 years ago
  38. 551599e wireguard: selftests: test using new 64-bit time_t by Jason A. Donenfeld · 5 years ago
  39. 1663911 wireguard: selftests: remove duplicated include <sys/types.h> by YueHaibing · 5 years ago
  40. 384d91c vxlan: check return value of gro_cells_init() by Taehee Yoo · 5 years ago
  41. dd2af10 net/sched: act_ct: Fix leak of ct zone template on replace by Paul Blakey · 5 years ago
  42. 2de9780 net: core: dev.c: fix a documentation warning by Mauro Carvalho Chehab · 5 years ago
  43. 6497ca0 net: phy: sfp-bus.c: get rid of docs warnings by Mauro Carvalho Chehab · 5 years ago
  44. 1553857 Merge branch 'ENA-driver-bug-fixes' by David S. Miller · 5 years ago
  45. dfdde13 net: ena: fix continuous keep-alive resets by Arthur Kiyanovski · 5 years ago
  46. 30623e1 net: ena: avoid memory access violation by validating req_id properly by Arthur Kiyanovski · 5 years ago
  47. e02ae6e net: ena: fix request of incorrect number of IRQ vectors by Arthur Kiyanovski · 5 years ago
  48. ce1f352 net: ena: fix incorrect setting of the number of msix vectors by Arthur Kiyanovski · 5 years ago
  49. 872307a net: phy: mdio-mux-bcm-iproc: check clk_prepare_enable() return value by Rayagonda Kokatanur · 5 years ago
  50. af4e667 Merge branch 'net-bcmgenet-revisit-MAC-reset' by David S. Miller · 5 years ago
  51. 88f6c8b net: bcmgenet: keep MAC in reset until PHY is up by Doug Berger · 5 years ago
  52. 612eb1c Revert "net: bcmgenet: use RGMII loopback for MAC reset" by Doug Berger · 5 years ago
  53. d36963b Merge branch 'net-mvmdio-avoid-error-message-for-optional-IRQ' by David S. Miller · 5 years ago
  54. fa2632f net: mvmdio: avoid error message for optional IRQ by Chris Packham · 5 years ago
  55. 028fd76 Revert "net: mvmdio: avoid error message for optional IRQ" by Chris Packham · 5 years ago
  56. 32ca98f net: ip_gre: Accept IFLA_INFO_DATA-less configuration by Petr Machata · 5 years ago
  57. 065fd83 net: mvneta: Fix the case where the last poll did not process all rx by Jisheng Zhang · 5 years ago
  58. b317538 net: vxge: fix wrong __VA_ARGS__ usage by Zheng Wei · 5 years ago
  59. 83d0010 Merge branch 'QorIQ-DPAA-ARM-RDBs-need-internal-delay-on-RGMII' by David S. Miller · 5 years ago
  60. d79e9d7 arm64: dts: ls1046ardb: set RGMII interfaces to RGMII_ID mode by Madalin Bucur · 5 years ago
  61. 4022d80 arm64: dts: ls1043a-rdb: correct RGMII delay mode to rgmii-id by Madalin Bucur · 5 years ago
  62. 0fe1568 net: fsl/fman: treat all RGMII modes in memac_adjust_link() by Madalin Bucur · 5 years ago
  63. 23c3948 Merge branch 'ethtool-fail-with-error-if-request-has-unknown-flags' by David S. Miller · 5 years ago
  64. 2363d73 ethtool: reject unrecognized request flags by Michal Kubecek · 5 years ago
  65. f1388ec netlink: add nl_set_extack_cookie_u32() by Michal Kubecek · 5 years ago
  66. fe2a31d netlink: allow extack cookie also for error messages by Michal Kubecek · 5 years ago
  67. ef299cc net_sched: cls_route: remove the right filter from hashtable by Cong Wang · 5 years ago
  68. 4ae649e Merge branch 'hsr-fix-several-bugs-in-generic-netlink-callback' by David S. Miller · 5 years ago
  69. 09e91db hsr: set .netnsok flag by Taehee Yoo · 5 years ago
  70. ca19c70 hsr: add restart routine into hsr_get_node_list() by Taehee Yoo · 5 years ago
  71. 173756b hsr: use rcu_read_lock() in hsr_get_node_{list/status}() by Taehee Yoo · 5 years ago
  72. dcadaec Merge branch 'net-Use-scnprintf-for-avoiding-potential-buffer-overflow' by David S. Miller · 5 years ago
  73. 2da222f net: netdevsim: Use scnprintf() for avoiding potential buffer overflow by Takashi Iwai · 5 years ago
  74. 5e89288 net: sfc: Use scnprintf() for avoiding potential buffer overflow by Takashi Iwai · 5 years ago
  75. 38e0f74 net: ionic: Use scnprintf() for avoiding potential buffer overflow by Takashi Iwai · 5 years ago
  76. 413ae54 net: nfp: Use scnprintf() for avoiding potential buffer overflow by Takashi Iwai · 5 years ago
  77. 4a34860 net: mlx4: Use scnprintf() for avoiding potential buffer overflow by Takashi Iwai · 5 years ago
  78. 13bde56 net: caif: Use scnprintf() for avoiding potential buffer overflow by Takashi Iwai · 5 years ago
  79. cb851c0 mlxsw: reg: Increase register field length to 31 bits by Ido Schimmel · 5 years ago
  80. 0fda760 geneve: move debug check after netdev unregister by Florian Westphal · 5 years ago
  81. 61fad68 net/packet: tpacket_rcv: avoid a producer race condition by Willem de Bruijn · 5 years ago
  82. e1f8f78 net: ip_gre: Separate ERSPAN newlink / changelink callbacks by Petr Machata · 5 years ago
  83. 46ea929 cxgb4: fix delete filter entry fail in unload path by Shahjada Abul Husain · 5 years ago
  84. fc191af net: stmmac: platform: Fix misleading interrupt error msg by Markus Fuchs · 5 years ago
  85. 13d0f7b net/bpfilter: fix dprintf usage for /dev/kmsg by Bruno Meneguele · 5 years ago
  86. 0d1c353 net_sched: keep alloc_hash updated after hash allocation by Cong Wang · 5 years ago
  87. b1be2e8 net_sched: hold rtnl lock in tcindex_partial_destroy_work() by Cong Wang · 5 years ago
  88. 7d7587d afs: Fix client call Rx-phase signal handling by David Howells · 5 years ago
  89. dde9f09 afs: Fix handling of an abort from a service handler by David Howells · 5 years ago
  90. 4636cf1 afs: Fix some tracing details by David Howells · 5 years ago
  91. 498b577 rxrpc: Fix sendmsg(MSG_WAITALL) handling by David Howells · 5 years ago
  92. e138aa7 rxrpc: Fix call interruptibility handling by David Howells · 5 years ago
  93. 158fe66 rxrpc: Abstract out the calculation of whether there's Tx space by David Howells · 5 years ago
  94. 94b18a87 Merge tag 'wireless-drivers-2020-03-13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers by David S. Miller · 5 years ago
  95. 242a6df Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 5 years ago
  96. 0d81a3f Merge tag 'drm-fixes-2020-03-13' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 5 years ago
  97. 16b78f0 Merge tag 'topic/mst-bw-check-fixes-for-airlied-2020-03-12-2' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes by Dave Airlie · 5 years ago
  98. f31d83f Merge tag 'drm-intel-fixes-2020-03-12' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes by Dave Airlie · 5 years ago
  99. d944326 Merge tag 'amd-drm-fixes-5.6-2020-03-11' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 5 years ago
  100. 1b51f69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago