1. ead2351d tun: annotate access to queue->trans_start by Antoine Tenart · 2 years, 2 months ago master
  2. ad8064a Merge branch 'net-lan966x-lan966x-fixes' by Jakub Kicinski · 2 years, 2 months ago
  3. 2692193 net: lan966x: Stop processing the MAC entry is port is wrong. by Horatiu Vultur · 2 years, 2 months ago
  4. d7a947d net: lan966x: Fix when a port's upper is changed. by Horatiu Vultur · 2 years, 2 months ago
  5. 6476f90 net: lan966x: Fix IGMP snooping when frames have vlan tag by Horatiu Vultur · 2 years, 2 months ago
  6. eb9c0d6 net: lan966x: Update lan966x_ptp_get_nominal_value by Horatiu Vultur · 2 years, 2 months ago
  7. 8467dda sctp: Initialize daddr on peeled off socket by Petr Malat · 2 years, 2 months ago
  8. 65745da Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue by Jakub Kicinski · 2 years, 2 months ago
  9. d6d9fc1 Merge branch 'net-smc-fixes-2022-04-08' by Jakub Kicinski · 2 years, 2 months ago
  10. 49b7d37 net/smc: Fix af_ops of child socket pointing to released memory by Karsten Graul · 2 years, 2 months ago
  11. d22f4f9 net/smc: Fix NULL pointer dereference in smc_pnet_find_ib() by Karsten Graul · 2 years, 2 months ago
  12. b1871fd net/smc: use memcpy instead of snprintf to avoid out of bounds read by Karsten Graul · 2 years, 2 months ago
  13. 5ad7f18 net: macb: Restart tx only if queue pointer is lagging by Tomas Melin · 2 years, 2 months ago
  14. e3fa461 ipv6: fix panic when forwarding a pkt with no in6 dev by Nicolas Dichtel · 2 years, 2 months ago
  15. 1a7eb80 dpaa_eth: Fix missing of_node_put in dpaa_get_ts_info() by Lv Ruyi · 2 years, 2 months ago
  16. e8a64bb net/sched: taprio: Check if socket flags are valid by Benedikt Spranger · 2 years, 2 months ago
  17. a6aaa00 net: ethernet: stmmac: fix altr_tse_pcs function when using a fixed-link by Dinh Nguyen · 2 years, 2 months ago
  18. b2cd2cd net: phy: LAN87xx: remove genphy_softreset in config_aneg by Arun Ramadoss · 2 years, 2 months ago
  19. 8d3a6c3 net: atlantic: Avoid out-of-bounds indexing by Kai-Heng Feng · 2 years, 2 months ago
  20. e6934e4 net: dsa: felix: suppress -EPROBE_DEFER errors by Michael Walle · 2 years, 2 months ago
  21. e65812f net/sched: fix initialization order when updating chain 0 head by Marcelo Ricardo Leitner · 2 years, 2 months ago
  22. e2d88f9 sctp: use the correct skb for security_sctp_assoc_request by Xin Long · 2 years, 2 months ago
  23. d452088 mlxsw: i2c: Fix initialization error flow by Vadim Pasternak · 2 years, 2 months ago
  24. 74befa4 net: mdio: don't defer probe forever if PHY IRQ provider is missing by Vladimir Oltean · 2 years, 2 months ago
  25. 7d59706 Revert "iavf: Fix deadlock occurrence during resetting VF interface" by Mateusz Palczewski · 2 years, 2 months ago
  26. d7442f5 ice: arfs: fix use-after-free when freeing @rx_cpu_rmap by Alexander Lobakin · 2 years, 2 months ago
  27. 7cea556 vxlan: fix error return code in vxlan_fdb_append by Hongbin Wang · 2 years, 2 months ago
  28. 1b80899 flow_dissector: fix false-positive __read_overflow2_field() warning by Jakub Kicinski · 2 years, 2 months ago
  29. 726e2c5 veth: Ensure eth header is in skb's linear part by Guillaume Nault · 2 years, 2 months ago
  30. 2cd1881 bonding: Update layer2 and layer2+3 hash formula documentation by Gal Pressman · 2 years, 2 months ago
  31. 2105f70 net/sched: flower: fix parsing of ethertype following VLAN header by Vlad Buslov · 2 years, 2 months ago
  32. 5a80059 dt-bindings: net: ave: Use unevaluatedProperties by Kunihiko Hayashi · 2 years, 2 months ago
  33. 2610bd7 dt-bindings: net: ave: Clean up clocks, resets, and their names using compatible string by Kunihiko Hayashi · 2 years, 2 months ago
  34. 73b193f Merge tag 'net-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 2 years, 2 months ago
  35. 42e7a03 Merge tag 'hyperv-fixes-signed-20220407' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux by Linus Torvalds · 2 years, 2 months ago
  36. 3638bd9 Merge tag 'random-5.18-rc2-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random by Linus Torvalds · 2 years, 2 months ago
  37. 640b503 Merge tag 'ata-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata by Linus Torvalds · 2 years, 2 months ago
  38. ec4eb8a drivers: net: slip: fix NPD bug in sl_tx_timeout() by Duoming Zhou · 2 years, 2 months ago net-5.18-rc2
  39. 8e9d0d7 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 2 years, 2 months ago
  40. e3c1c4f random: check for signals every PAGE_SIZE chunk of /dev/[u]random by Jason A. Donenfeld · 2 years, 2 months ago
  41. 53968da bpf: Adjust bpf_tcp_check_syncookie selftest to test dual-stack sockets by Maxim Mikityanskiy · 2 years, 2 months ago
  42. 2e8702c bpf: Support dual-stack sockets in bpf_tcp_check_syncookie by Maxim Mikityanskiy · 2 years, 2 months ago
  43. b423e54 myri10ge: fix an incorrect free for skb in myri10ge_sw_tso by Xiaomeng Tong · 2 years, 2 months ago
  44. afb8e24 net: usb: aqc111: Fix out-of-bounds accesses in RX fixup by Marcin Kozlowski · 2 years, 2 months ago
  45. 4e910db qede: confirm skb is allocated before using by Jamie Bainbridge · 2 years, 2 months ago
  46. a3ebe92 net: ipv6mr: fix unused variable warning with CONFIG_IPV6_PIMSM_V2=n by Florian Westphal · 2 years, 2 months ago
  47. 74edbe9 Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue by David S. Miller · 2 years, 2 months ago
  48. eaa03d3 Drivers: hv: vmbus: Replace smp_store_mb() with virt_store_mb() by Andrea Parri (Microsoft) · 2 years, 2 months ago
  49. be58027 Drivers: hv: balloon: Disable balloon and hot-add accordingly by Boqun Feng · 2 years, 2 months ago
  50. b3d6dd0 Drivers: hv: balloon: Support status report for larger page sizes by Boqun Feng · 2 years, 2 months ago
  51. 1448769 random: check for signal_pending() outside of need_resched() check by Jann Horn · 2 years, 2 months ago
  52. aba120cc random: do not allow user to keep crng key around on stack by Jason A. Donenfeld · 2 years, 2 months ago
  53. 8d90991 net: phy: mscc-miim: reject clause 45 register accesses by Michael Walle · 2 years, 2 months ago
  54. 9386d18 Merge branch 'axienet-broken-link' by David S. Miller · 2 years, 2 months ago
  55. 19c7a43 net: axiemac: use a phandle to reference pcs_phy by Andy Chiu · 2 years, 2 months ago
  56. dc48f04 dt-bindings: net: add pcs-handle attribute by Andy Chiu · 2 years, 2 months ago
  57. ab3a5d4 net: axienet: factor out phy_node in struct axienet_local by Andy Chiu · 2 years, 2 months ago
  58. d1c4f93 net: axienet: setup mdio unconditionally by Andy Chiu · 2 years, 2 months ago
  59. fb5833d net: sfc: fix using uninitialized xdp tx_queue by Taehee Yoo · 2 years, 2 months ago
  60. 1946014 rxrpc: fix a race in rxrpc_exit_net() by Eric Dumazet · 2 years, 2 months ago
  61. 1f30fb9 net: openvswitch: fix leak of nested actions by Ilya Maximets · 2 years, 2 months ago
  62. 55b0141 ata: ahci: Rename CONFIG_SATA_LPM_POLICY configuration item back by Mario Limonciello · 2 years, 2 months ago
  63. 11f8e7c net: ethernet: mv643xx: Fix over zealous checking of_get_mac_address() by Andrew Lunn · 2 years, 2 months ago
  64. 3f2a305 net: openvswitch: don't send internal clone attribute to the userspace. by Ilya Maximets · 2 years, 2 months ago
  65. 1d7e4fd net: micrel: Fix KS8851 Kconfig by Horatiu Vultur · 2 years, 2 months ago
  66. 03eb7da Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf by Jakub Kicinski · 2 years, 2 months ago
  67. 3e732eb Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 2 years, 2 months ago
  68. e2a1256 x86/speculation: Restore speculation related MSRs during S3 resume by Pawan Gupta · 2 years, 2 months ago
  69. 73924ec x86/pm: Save the MSR validity status at context setup by Pawan Gupta · 2 years, 2 months ago
  70. e19778e ice: clear cmd_type_offset_bsz for TX rings by Maciej Fijalkowski · 2 years, 2 months ago
  71. 72b915a ice: xsk: fix VSI state check in ice_xsk_wakeup() by Maciej Fijalkowski · 2 years, 2 months ago
  72. f9124c6 ice: synchronize_rcu() when terminating rings by Maciej Fijalkowski · 2 years, 2 months ago
  73. ce4c854 Merge tag 'for-5.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 2 years, 2 months ago
  74. 48bff10 random: opportunistically initialize on /dev/urandom reads by Jason A. Donenfeld · 2 years, 2 months ago
  75. 1158f79 ipv6: Fix stats accounting in ip6_pkt_drop by David Ahern · 2 years, 2 months ago
  76. 61fb3ee Merge branch 'ice-bug-fixes' by Paolo Abeni · 2 years, 2 months ago
  77. 05ef681 ice: Do not skip not enabled queues in ice_vc_dis_qs_msg by Anatolii Gerasymenko · 2 years, 2 months ago
  78. ccfee18 ice: Set txq_teid to ICE_INVAL_TEID on ring creation by Anatolii Gerasymenko · 2 years, 2 months ago
  79. 2b04bd4 dpaa2-ptp: Fix refcount leak in dpaa2_ptp_probe by Miaoqian Lin · 2 years, 2 months ago
  80. 42193ff netfilter: nf_tables: memcg accounting for dynamically allocated objects by Vasily Averin · 2 years, 2 months ago
  81. e3d3721 sctp: count singleton chunks in assoc user stats by Jamie Bainbridge · 2 years, 2 months ago
  82. 527a986 random: do not split fast init input in add_hwgenerator_randomness() by Jan Varho · 2 years, 2 months ago
  83. 458f5d9 sfc: Do not free an empty page_ring by Martin Habets · 2 years, 2 months ago
  84. 2baed4f stmmac: dwmac-loongson: change loongson_dwmac_driver from global to static by Tom Rix · 2 years, 2 months ago
  85. 5dc64b6 Merge branch 'bnxt_en-fixes' by David S. Miller · 2 years, 2 months ago
  86. 27d4073 bnxt_en: Prevent XDP redirect from running when stopping TX queue by Ray Jui · 2 years, 2 months ago
  87. facc173 bnxt_en: reserve space inside receive page for skb_shared_info by Andy Gospodarek · 2 years, 2 months ago
  88. 4f81def bnxt_en: Synchronize tx when xdp redirects happen on same ring by Pavan Chebbi · 2 years, 2 months ago
  89. 20921c0 qed: fix ethtool register dump by Manish Chopra · 2 years, 2 months ago
  90. 2370759 Merge branch 'micrel-lan8814-remove-latencies' by David S. Miller · 2 years, 2 months ago
  91. 76e9ccd net: phy: micrel: Remove DT option lan8814,ignore-ts by Horatiu Vultur · 2 years, 2 months ago
  92. b814403 net: phy: micrel: Remove latency from driver by Horatiu Vultur · 2 years, 2 months ago
  93. b117c88 dt-bindings: net: micrel: Revert latency support and timestamping check by Horatiu Vultur · 2 years, 2 months ago
  94. 5399752 ata: libata-core: Disable READ LOG DMA EXT for Samsung 840 EVOs by Christian Lamparter · 2 years, 2 months ago
  95. 7aa8104 ata: sata_dwc_460ex: Fix crash due to OOB write by Christian Lamparter · 2 years, 2 months ago
  96. 76ed2f6 ata: libata-sff: Fix compilation warning in ata_sff_lost_interrupt() by Damien Le Moal · 2 years, 2 months ago
  97. 3123109 Linux 5.18-rc1 by Linus Torvalds · 2 years, 2 months ago v5.18-rc1
  98. 09bb885 Merge tag 'trace-v5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 2 years, 2 months ago
  99. 34a53ff Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 2 years, 2 months ago
  100. 8b5656b Merge tag 'x86-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 2 years, 2 months ago