1. 384d91c vxlan: check return value of gro_cells_init() by Taehee Yoo · 4 years, 10 months ago
  2. dd2af10 net/sched: act_ct: Fix leak of ct zone template on replace by Paul Blakey · 4 years, 10 months ago
  3. 2de9780 net: core: dev.c: fix a documentation warning by Mauro Carvalho Chehab · 4 years, 10 months ago
  4. 6497ca0 net: phy: sfp-bus.c: get rid of docs warnings by Mauro Carvalho Chehab · 4 years, 10 months ago
  5. 1553857 Merge branch 'ENA-driver-bug-fixes' by David S. Miller · 4 years, 10 months ago
  6. dfdde13 net: ena: fix continuous keep-alive resets by Arthur Kiyanovski · 4 years, 10 months ago
  7. 30623e1 net: ena: avoid memory access violation by validating req_id properly by Arthur Kiyanovski · 4 years, 10 months ago
  8. e02ae6e net: ena: fix request of incorrect number of IRQ vectors by Arthur Kiyanovski · 4 years, 10 months ago
  9. ce1f352 net: ena: fix incorrect setting of the number of msix vectors by Arthur Kiyanovski · 4 years, 10 months ago
  10. 872307a net: phy: mdio-mux-bcm-iproc: check clk_prepare_enable() return value by Rayagonda Kokatanur · 4 years, 10 months ago
  11. af4e667 Merge branch 'net-bcmgenet-revisit-MAC-reset' by David S. Miller · 4 years, 10 months ago
  12. 88f6c8b net: bcmgenet: keep MAC in reset until PHY is up by Doug Berger · 4 years, 10 months ago
  13. 612eb1c Revert "net: bcmgenet: use RGMII loopback for MAC reset" by Doug Berger · 4 years, 10 months ago
  14. d36963b Merge branch 'net-mvmdio-avoid-error-message-for-optional-IRQ' by David S. Miller · 4 years, 10 months ago
  15. fa2632f net: mvmdio: avoid error message for optional IRQ by Chris Packham · 4 years, 10 months ago
  16. 028fd76 Revert "net: mvmdio: avoid error message for optional IRQ" by Chris Packham · 4 years, 10 months ago
  17. 32ca98f net: ip_gre: Accept IFLA_INFO_DATA-less configuration by Petr Machata · 4 years, 10 months ago
  18. 065fd83 net: mvneta: Fix the case where the last poll did not process all rx by Jisheng Zhang · 4 years, 10 months ago
  19. b317538 net: vxge: fix wrong __VA_ARGS__ usage by Zheng Wei · 4 years, 10 months ago
  20. 83d0010 Merge branch 'QorIQ-DPAA-ARM-RDBs-need-internal-delay-on-RGMII' by David S. Miller · 4 years, 10 months ago
  21. d79e9d7 arm64: dts: ls1046ardb: set RGMII interfaces to RGMII_ID mode by Madalin Bucur · 4 years, 10 months ago
  22. 4022d80 arm64: dts: ls1043a-rdb: correct RGMII delay mode to rgmii-id by Madalin Bucur · 4 years, 10 months ago
  23. 0fe1568 net: fsl/fman: treat all RGMII modes in memac_adjust_link() by Madalin Bucur · 4 years, 10 months ago
  24. 23c3948 Merge branch 'ethtool-fail-with-error-if-request-has-unknown-flags' by David S. Miller · 4 years, 10 months ago
  25. 2363d73 ethtool: reject unrecognized request flags by Michal Kubecek · 4 years, 10 months ago
  26. f1388ec netlink: add nl_set_extack_cookie_u32() by Michal Kubecek · 4 years, 10 months ago
  27. fe2a31d netlink: allow extack cookie also for error messages by Michal Kubecek · 4 years, 10 months ago
  28. ef299cc net_sched: cls_route: remove the right filter from hashtable by Cong Wang · 4 years, 10 months ago
  29. 4ae649e Merge branch 'hsr-fix-several-bugs-in-generic-netlink-callback' by David S. Miller · 4 years, 10 months ago
  30. 09e91db hsr: set .netnsok flag by Taehee Yoo · 4 years, 10 months ago
  31. ca19c70 hsr: add restart routine into hsr_get_node_list() by Taehee Yoo · 4 years, 10 months ago
  32. 173756b hsr: use rcu_read_lock() in hsr_get_node_{list/status}() by Taehee Yoo · 4 years, 10 months ago
  33. dcadaec Merge branch 'net-Use-scnprintf-for-avoiding-potential-buffer-overflow' by David S. Miller · 4 years, 10 months ago
  34. 2da222f net: netdevsim: Use scnprintf() for avoiding potential buffer overflow by Takashi Iwai · 4 years, 10 months ago
  35. 5e89288 net: sfc: Use scnprintf() for avoiding potential buffer overflow by Takashi Iwai · 4 years, 10 months ago
  36. 38e0f74 net: ionic: Use scnprintf() for avoiding potential buffer overflow by Takashi Iwai · 4 years, 10 months ago
  37. 413ae54 net: nfp: Use scnprintf() for avoiding potential buffer overflow by Takashi Iwai · 4 years, 10 months ago
  38. 4a34860 net: mlx4: Use scnprintf() for avoiding potential buffer overflow by Takashi Iwai · 4 years, 10 months ago
  39. 13bde56 net: caif: Use scnprintf() for avoiding potential buffer overflow by Takashi Iwai · 4 years, 10 months ago
  40. cb851c0 mlxsw: reg: Increase register field length to 31 bits by Ido Schimmel · 4 years, 10 months ago
  41. 0fda760 geneve: move debug check after netdev unregister by Florian Westphal · 4 years, 10 months ago
  42. 61fad68 net/packet: tpacket_rcv: avoid a producer race condition by Willem de Bruijn · 4 years, 10 months ago
  43. e1f8f78 net: ip_gre: Separate ERSPAN newlink / changelink callbacks by Petr Machata · 4 years, 10 months ago
  44. 46ea929 cxgb4: fix delete filter entry fail in unload path by Shahjada Abul Husain · 4 years, 10 months ago
  45. fc191af net: stmmac: platform: Fix misleading interrupt error msg by Markus Fuchs · 4 years, 10 months ago
  46. 13d0f7b net/bpfilter: fix dprintf usage for /dev/kmsg by Bruno Meneguele · 4 years, 10 months ago
  47. 0d1c353 net_sched: keep alloc_hash updated after hash allocation by Cong Wang · 4 years, 10 months ago
  48. b1be2e8 net_sched: hold rtnl lock in tcindex_partial_destroy_work() by Cong Wang · 4 years, 10 months ago
  49. 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 · 4 years, 10 months ago
  50. 242a6df Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 4 years, 10 months ago
  51. 0d81a3f Merge tag 'drm-fixes-2020-03-13' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years, 10 months ago
  52. 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 · 4 years, 10 months ago
  53. f31d83f Merge tag 'drm-intel-fixes-2020-03-12' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes by Dave Airlie · 4 years, 10 months ago
  54. d944326 Merge tag 'amd-drm-fixes-5.6-2020-03-11' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 4 years, 10 months ago
  55. 1b51f69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 10 months ago
  56. 047d4cd drm/dp_mst: Rewrite and fix bandwidth limit checks by Lyude Paul · 4 years, 10 months ago
  57. 87212b5 drm/dp_mst: Reprobe path resources in CSN handler by Lyude Paul · 4 years, 10 months ago
  58. fcf4638 drm/dp_mst: Use full_pbn instead of available_pbn for bandwidth checks by Lyude Paul · 4 years, 10 months ago
  59. b2feb1d drm/dp_mst: Rename drm_dp_mst_is_dp_mst_end_device() to be less redundant by Lyude Paul · 4 years, 10 months ago
  60. 807f030 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 10 months ago
  61. c036859 net: systemport: fix index check to avoid an array out of bounds access by Colin Ian King · 4 years, 10 months ago
  62. 9d0e0cd tc-testing: add ETS scheduler to tdc build configuration by Davide Caratti · 4 years, 10 months ago
  63. 611d779 net: phy: fix MDIO bus PM PHY resuming by Heiner Kallweit · 4 years, 10 months ago
  64. d9a9f48 cifs_atomic_open(): fix double-put on late allocation failure by Al Viro · 4 years, 10 months ago
  65. 2103913 gfs2_atomic_open(): fix O_EXCL|O_CREAT handling on cold dcache by Al Viro · 4 years, 10 months ago
  66. e4792ff Merge branch 'hns3-fixes' by David S. Miller · 4 years, 10 months ago
  67. 59359fc net: hns3: clear port base VLAN when unload PF by Jian Shen · 4 years, 10 months ago
  68. 903b85d net: hns3: fix RMW issue for VLAN filter switch by Jian Shen · 4 years, 10 months ago
  69. 23b4201 net: hns3: fix VF VLAN table entries inconsistent issue by Jian Shen · 4 years, 10 months ago
  70. 5eb01ddf net: hns3: fix "tc qdisc del" failed issue by Yonglong Liu · 4 years, 10 months ago
  71. b09fe70 taprio: Fix sending packets without dequeueing them by Vinicius Costa Gomes · 4 years, 10 months ago
  72. 3cc6e2c Merge tag 'for-linus-5.6-2' of git://github.com/cminyard/linux-ipmi by Linus Torvalds · 4 years, 10 months ago
  73. e2e5729 wlcore: remove stray plus sign by Johannes Berg · 4 years, 10 months ago
  74. 2644bc8 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 10 months ago
  75. c80b18c rtlwifi: rtl8188ee: Fix regression due to commit d1d1a96bdb44 by Larry Finger · 4 years, 10 months ago
  76. e1f550d net: mvmdio: avoid error message for optional IRQ by Chris Packham · 4 years, 10 months ago
  77. 012fc74 net: dsa: mv88e6xxx: Add missing mask of ATU occupancy register by Andrew Lunn · 4 years, 10 months ago
  78. 06669ea net: memcg: fix lockdep splat in inet_csk_accept() by Eric Dumazet · 4 years, 10 months ago
  79. 5e72b23 Merge branch 's390-qeth-fixes' by David S. Miller · 4 years, 10 months ago
  80. 5d4f785 s390/qeth: implement smarter resizing of the RX buffer pool by Julian Wiedmann · 4 years, 10 months ago
  81. 0f75e14 s390/qeth: refactor buffer pool code by Julian Wiedmann · 4 years, 10 months ago
  82. f81649d s390/qeth: use page pointers to manage RX buffer pool by Julian Wiedmann · 4 years, 10 months ago
  83. 2677625 seg6: fix SRv6 L2 tunnels to use IANA-assigned protocol number by Paolo Lungaroni · 4 years, 10 months ago
  84. a20f997 net: dsa: Don't instantiate phylink for CPU/DSA ports unless needed by Andrew Lunn · 4 years, 10 months ago
  85. 46e4c42 net/packet: tpacket_rcv: do not increment ring index on drop by Willem de Bruijn · 4 years, 10 months ago
  86. f3cc008 sxgbe: Fix off by one in samsung driver strncpy size arg by Dominik Czarnota · 4 years, 10 months ago
  87. f9fc28a net: caif: Add lockdep expression to RCU traversal primitive by Amol Grover · 4 years, 10 months ago
  88. eecba79 MAINTAINERS: remove Sathya Perla as Emulex NIC maintainer by Jakub Kicinski · 4 years, 10 months ago
  89. ab14961 net: fec: validate the new settings in fec_enet_set_coalesce() by Jakub Kicinski · 4 years, 10 months ago
  90. 443d372 ipmi_si: Avoid spurious errors for optional IRQs by Takashi Iwai · 5 years ago
  91. e3c3b6e Merge tag 'exynos-drm-fixes-for-v5.6-rc5-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-fixes by Dave Airlie · 4 years, 10 months ago
  92. 14a0d52 drm/i915: Defer semaphore priority bumping to a workqueue by Chris Wilson · 4 years, 10 months ago
  93. 8ea6bb8 drm/i915/gt: Close race between cacheline_retire and free by Chris Wilson · 4 years, 10 months ago
  94. eafc2aa drm/i915/execlists: Enable timeslice on partial virtual engine dequeue by Chris Wilson · 4 years, 10 months ago
  95. 1d61c5d drm/i915: be more solid in checking the alignment by Matthew Auld · 4 years, 10 months ago
  96. 259170c drm/i915/gvt: Fix dma-buf display blur issue on CFL by Tina Zhang · 4 years, 10 months ago
  97. c951b0a drm/i915: Return early for await_start on same timeline by Chris Wilson · 4 years, 10 months ago
  98. c67b35d drm/i915: Actually emit the await_start by Chris Wilson · 4 years, 10 months ago
  99. 7395f62d dpaa_eth: Remove unnecessary boolean expression in dpaa_get_headroom by Nathan Chancellor · 4 years, 10 months ago
  100. e6e6ec4 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 4 years, 10 months ago