1. 15c56b8 Bluetooth: Fix null pointer dereference in amp_read_loc_assoc_final_data by Gopal Tiwari · 4 years ago
  2. 05a524b Bluetooth: Add new HCI_QUIRK_NO_SUSPEND_NOTIFIER quirk by Hans de Goede · 4 years ago
  3. aee0cc0 pktgen: fix misuse of BUG_ON() in pktgen_thread_worker() by Di Zhu · 4 years ago
  4. b9afcdc Bluetooth: btusb: fix memory leak on suspend and resume by Vamshi K Sthambamkadi · 4 years ago
  5. 1fc205d net: fix dev_ifsioc_locked() race condition by Cong Wang · 3 years, 11 months ago
  6. 57b8c5b net: psample: Fix netlink skb length with tunnel info by Chris Mi · 3 years, 11 months ago
  7. daea772 net: hsr: add support for EntryForgetTime by Marco Wenzel · 3 years, 11 months ago
  8. 10b55a0 net: dsa: tag_rtl4_a: Support also egress tags by Linus Walleij · 3 years, 11 months ago
  9. 7b23cad net/sched: cls_flower: Reject invalid ct_state flags rules by wenxu · 4 years ago
  10. b742060 net: bridge: use switchdev for port flags set through sysfs too by Vladimir Oltean · 4 years ago
  11. 5ab779a mptcp: do not wakeup listener for MPJ subflows by Paolo Abeni · 3 years, 11 months ago
  12. 97ff09a net: fix up truesize of cloned skb in skb_prepare_for_shift() by Marco Elver · 4 years ago
  13. 23a523e net/af_iucv: remove WARN_ONCE on malformed RX packets by Alexander Egorenkov · 4 years ago
  14. a3b6f3a net_sched: fix RTNL deadlock again caused by request_module() by Cong Wang · 4 years ago
  15. ea625e3 net: qrtr: Fix memory leak in qrtr_tun_open by Takeshi Misawa · 3 years, 11 months ago
  16. bba8ef2 net: sched: fix police ext initialization by Vlad Buslov · 3 years, 11 months ago
  17. ce4feb0 net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sending by Jason A. Donenfeld · 3 years, 11 months ago
  18. 426b8fb svcrdma: Hold private mutex while invoking rdma_accept() by Chuck Lever · 4 years ago
  19. 279e545 tty: convert tty_ldisc_ops 'read()' function to take a kernel pointer by Linus Torvalds · 4 years ago
  20. 1d6e51e bpf: Fix bpf_fib_lookup helper MTU check for SKB ctx by Jesper Dangaard Brouer · 4 years ago
  21. b5f71c9 mac80211: fix potential overflow when multiplying to u32 integers by Colin Ian King · 4 years ago
  22. 63cb4aa Bluetooth: Put HCI device if inquiry procedure interrupts by Pan Bian · 4 years ago
  23. 78bbee8 Bluetooth: drop HCI device reference before return by Pan Bian · 4 years ago
  24. 65933b0 Bluetooth: Fix initializing response id after clearing struct by Christopher William Snowhill · 4 years ago
  25. 225d207 RDMA: Lift ibdev_to_node from rds to common code by Christoph Hellwig · 4 years, 2 months ago
  26. 06ab1e6 net: fix proc_fs init handling in af_packet and tls by Yonatan Linik · 4 years, 1 month ago
  27. ba2582cd net: bridge: Fix a warning when del bridge sysfs by Wang Hai · 4 years, 1 month ago
  28. 2bce178 net: openvswitch: fix TTL decrement exception action execution by Eelco Chaudron · 4 years, 1 month ago
  29. 78b1203 net: sched: incorrect Kconfig dependencies on Netfilter modules by Pablo Neira Ayuso · 4 years, 1 month ago
  30. 496ef46 net/sched: fix miss init the mru in qdisc_skb_cb by wenxu · 4 years, 1 month ago
  31. 40bf545 mptcp: skip to next candidate if subflow has unacked data by Florian Westphal · 4 years, 2 months ago
  32. 36e4b93 net: qrtr: Fix port ID for control messages by Loic Poulain · 4 years, 2 months ago
  33. 5706880 net/qrtr: restrict user-controlled length in qrtr_tun_write_iter() by Sabyrzhan Tasbolatov · 4 years ago
  34. 862d1c0 net/rds: restrict iovecs length for RDS_CMSG_RDMA_ARGS by Sabyrzhan Tasbolatov · 4 years ago
  35. 69e9fd9 vsock: fix locking in vsock_shutdown() by Stefano Garzarella · 4 years ago
  36. afe3170 vsock/virtio: update credit only if socket is not closed by Stefano Garzarella · 4 years ago
  37. 55ad30c bridge: mrp: Fix the usage of br_mrp_port_switchdev_set_state by Horatiu Vultur · 4 years ago
  38. bc21a88 net/vmw_vsock: improve locking in vsock_connect_timeout() by Norbert Slusarek · 4 years ago
  39. fcee53d net/vmw_vsock: fix NULL pointer dereference by Norbert Slusarek · 4 years ago
  40. c901381 net: fix iteration for sctp transport seq_files by NeilBrown · 4 years ago
  41. 9e6ce47 net: gro: do not keep too many GRO packets in napi->rx_list by Eric Dumazet · 4 years ago
  42. c930943 net: dsa: call teardown method on probe failure by Vladimir Oltean · 4 years ago
  43. 46a831d udp: fix skb_copy_and_csum_datagram with odd segment sizes by Willem de Bruijn · 4 years ago
  44. 24f5544 rxrpc: Fix clearance of Tx/Rx ring when releasing a call by David Howells · 4 years ago
  45. d519197 netfilter: conntrack: skip identical origin tuple in same zone only by Florian Westphal · 4 years ago
  46. bbb8c39 netfilter: flowtable: fix tcp and udp header checksum update by Sven Auhagen · 4 years ago
  47. 0a0e5d4 netfilter: nftables: fix possible UAF over chains from packet path in netns by Pablo Neira Ayuso · 4 years ago
  48. f035e97 netfilter: xt_recent: Fix attempt to update deleted entry by Jozsef Kadlecsik · 4 years ago
  49. 3ade81d ath9k: fix build error with LEDS_CLASS=m by Arnd Bergmann · 4 years ago
  50. 518416a SUNRPC: Handle 0 length opaque XDR object data properly by Dave Wysochanski · 4 years ago
  51. eda725f SUNRPC: Move simple_get_bytes and simple_get_netobj into private header by Dave Wysochanski · 4 years ago
  52. 4618aea mac80211: 160MHz with extended NSS BW in CSA by Shay Bar · 4 years, 1 month ago
  53. 1c19d6a af_key: relax availability checks for skb size calculation by Cong Wang · 4 years ago
  54. 3d6df63 udp: ipv4: manipulate network header of NATed UDP GRO fraglist by Dongseok Yi · 4 years ago
  55. f2b30f9 net: ip_tunnel: fix mtu calculation by Vadim Fedorenko · 4 years ago
  56. 6e4583a neighbour: Prevent a dead entry from updating gc_list by Chinmay Agarwal · 4 years ago
  57. 2ca1ddc mac80211: fix station rate table updates on assoc by Felix Fietkau · 4 years ago
  58. dec629e net: lapb: Copy the skb before sending a packet by Xie He · 4 years ago
  59. 8e08162 SUNRPC: Fix NFS READs that start at non-page-aligned offsets by Chuck Lever · 4 years ago
  60. e5ed4e0 rxrpc: Fix deadlock around release of dst cached on udp tunnel by David Howells · 4 years ago
  61. cedc60f mac80211: fix encryption key selection for 802.3 xmit by Felix Fietkau · 4 years, 1 month ago
  62. 20790b2 mac80211: fix fast-rx encryption check by Felix Fietkau · 4 years, 1 month ago
  63. c2601c9 mac80211: fix incorrect strlen of .write in debugfs by Shayne Chen · 4 years ago
  64. c71bfc5 net: switchdev: don't set port_obj_info->handled true when -EOPNOTSUPP by Rasmus Villemoes · 4 years ago
  65. 55d9004 vsock: fix the race conditions in multi-transport support by Alexander Popov · 4 years ago
  66. a9cd144 tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPEN by Pengcheng Yang · 4 years ago
  67. 011c3d9 tcp: make TCP_USER_TIMEOUT accurate for zero window probes by Enke Chen · 4 years ago
  68. 5a48918 NFC: fix possible resource leak by Pan Bian · 4 years ago
  69. e10a1aa NFC: fix resource leak when target index is invalid by Pan Bian · 4 years ago
  70. 2e83a57 rxrpc: Fix memory leak in rxrpc_lookup_local by Takeshi Misawa · 4 years ago
  71. 1c3b27b mac80211: pause TX while changing interface type by Johannes Berg · 4 years ago
  72. 6daa528 xfrm: Fix wraparound in xfrm_policy_addr_delta() by Visa Hankala · 4 years ago
  73. 2f7ecc8 xfrm: fix disable_xfrm sysctl when used on xfrm interfaces by Eyal Birger · 4 years ago
  74. f632d34 xfrm: Fix oops in xfrm_replay_advance_bmp by Shmulik Ladkani · 4 years, 1 month ago
  75. 28adabf netfilter: nft_dynset: add timeout extension to template by Pablo Neira Ayuso · 4 years ago
  76. d16c5df wext: fix NULL-ptr-dereference with cfg80211's lack of commit() by Johannes Berg · 4 years ago
  77. e9c4068 tcp: Fix potential use-after-free due to double kfree() by Kuniyuki Iwashima · 4 years ago
  78. 22c3cb5 net: core: devlink: use right genl user_ptr when handling port param get/set by Oleksandr Mazur · 4 years ago
  79. 70746a4 tcp: fix TCP_USER_TIMEOUT with zero window by Enke Chen · 4 years ago
  80. 981e180 tcp: do not mess with cloned skbs in tcp_add_backlog() by Eric Dumazet · 4 years ago
  81. f0f3d3e net: Disable NETIF_F_HW_TLS_RX when RXCSUM is disabled by Tariq Toukan · 4 years ago
  82. 9898801 ipv6: set multicast flag on the multicast route by Matteo Croce · 4 years ago
  83. 0083dc2 net_sched: reject silly cell_log in qdisc_get_rtab() by Eric Dumazet · 4 years ago
  84. 56ef551 net_sched: avoid shift-out-of-bounds in tcindex_set_parms() by Eric Dumazet · 4 years ago
  85. 3cb2de5 ipv6: create multicast route with RTPROT_KERNEL by Matteo Croce · 4 years ago
  86. e5f323b udp: mask TOS bits in udp_v4_early_demux() by Guillaume Nault · 4 years ago
  87. 03ca5c2 net_sched: gen_estimator: support large ewma log by Eric Dumazet · 4 years ago
  88. a6fc831 tcp: fix TCP socket rehash stats mis-accounting by Yuchung Cheng · 4 years ago
  89. b65578c skbuff: back tiny skbs with kmalloc() in __netdev_alloc_skb() too by Alexander Lobakin · 4 years ago
  90. 83d7403 netfilter: rpfilter: mask ecn bits before fib lookup by Guillaume Nault · 4 years ago
  91. 238b5ebd cls_flower: call nla_ok() before nla_next() by Cong Wang · 4 years ago
  92. 636868a xsk: Clear pool even for inactive queues by Maxim Mikityanskiy · 4 years ago
  93. ef9eb91 bpf: Reject too big ctx_size_in for raw_tp test run by Song Liu · 4 years ago
  94. 00ee972 SUNRPC: Handle TCP socket sends with kernel_sendpage() again by Chuck Lever · 4 years, 1 month ago
  95. d0b97c8 net: dsa: unbind all switches from tree when DSA master unbinds by Vladimir Oltean · 4 years ago
  96. 6423b21 mac80211: check if atf has been disabled in __ieee80211_schedule_txq by Lorenzo Bianconi · 4 years ago
  97. a00432f mac80211: do not drop tx nulldata packets on encrypted links by Felix Fietkau · 4 years, 1 month ago
  98. 6f3fe96 rxrpc: Fix handling of an unsupported token type in rxrpc_read() by David Howells · 4 years ago
  99. 2bfb953 net: dsa: clear devlink port type before unregistering slave netdevs by Vladimir Oltean · 4 years ago
  100. 024158d net: avoid 32 x truesize under-estimation for tiny skbs by Eric Dumazet · 4 years ago