1. c194212 Merge 5.10.101 into android12-5.10-lts by Greg Kroah-Hartman · 2 years, 11 months ago android12-5.10-lts axolotl/android12-5.10-lts
  2. 09ac0fc ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure path by Eric Dumazet · 3 years ago
  3. 26d02dc Merge 5.10.97 into android12-5.10-lts by Greg Kroah-Hartman · 3 years ago
  4. 0b4470b Merge 5.10.96 into android12-5.10-lts by Greg Kroah-Hartman · 3 years ago
  5. 1763565 tcp: add missing tcp_skb_can_collapse() test in tcp_shift_skb_data() by Eric Dumazet · 3 years ago
  6. ebc5b8e ipv4: tcp: send zero IPID in SYNACK messages by Eric Dumazet · 3 years ago
  7. 58f7291 ipv4: raw: lock the socket in raw_bind() by Eric Dumazet · 3 years ago
  8. b469cf9 ipv4: fix ip option filtering for locally generated fragments by Jakub Kicinski · 3 years ago
  9. 9b44441 net: ipv4: Fix the warning for dereference by Yajun Deng · 3 years, 5 months ago
  10. 2f56c48 net: ipv4: Move ip_options_fragment() out of loop by Yajun Deng · 3 years, 5 months ago
  11. 283aa5a ping: fix the sk_bound_dev_if match in ping_lookup by Xin Long · 3 years ago
  12. 4ec3c2e Merge 5.10.94 into android12-5.10-lts by Greg Kroah-Hartman · 3 years ago
  13. cd5c24d gre: Don't accidentally set RTO_ONLINK in gre_fill_metadata_dst() by Guillaume Nault · 3 years ago
  14. edc0954 inet: frags: annotate races around fqdir->dead and fqdir->high_thresh by Eric Dumazet · 3 years ago
  15. 734f4b0 ipv4: avoid quadratic behavior in netns dismantle by Eric Dumazet · 3 years ago
  16. 86f0587 ipv4: update fib_info_cnt under spinlock protection by Eric Dumazet · 3 years ago
  17. 0036c78 netfilter: ipt_CLUSTERIP: fix refcount leak in clusterip_tg_check() by Xin Xiong · 3 years, 1 month ago
  18. d605f2f Merge 5.10.91 into android12-5.10-lts by Greg Kroah-Hartman · 3 years ago
  19. c2f4bb2 net: udp: fix alignment problem in udp4_seq_show() by yangxingwu · 3 years, 1 month ago
  20. f403b5f lwtunnel: Validate RTA_ENCAP_TYPE attribute length by David Ahern · 3 years ago
  21. 914420a ipv4: Check attribute length for RTA_FLOW in multipath route by David Ahern · 3 years ago
  22. a8fe915 ipv4: Check attribute length for RTA_GATEWAY in multipath route by David Ahern · 3 years ago
  23. a1bb214 Merge 5.10.90 into android12-5.10-lts by Greg Kroah-Hartman · 3 years ago
  24. 2386e81 net: fix use-after-free in tw_timer_handler by Muchun Song · 3 years, 1 month ago
  25. ba13eb1 Merge 5.10.88 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 1 month ago
  26. 3a4f6db inet_diag: fix kernel-infoleak for UDP sockets by Eric Dumazet · 3 years, 1 month ago
  27. afc9978 Merge 5.10.85 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 1 month ago
  28. 5e39de8 udp: using datalen to cap max gso segments by Jianguo Wu · 3 years, 1 month ago
  29. 1b71a02 Merge 5.10.84 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 1 month ago
  30. 9a40a1e ipv4: convert fib_num_tclassid_users to atomic_t by Eric Dumazet · 3 years, 1 month ago
  31. 209d35e ipv6: fix memory leak in fib6_rule_suppress by msizanoen1 · 3 years, 2 months ago
  32. 3fc8866 net: return correct error code by liuguoqiang · 3 years, 2 months ago
  33. 0bf59ac Revert "net: nexthop: release IPv6 per-cpu dsts when replacing a nexthop group" by Greg Kroah-Hartman · 3 years, 1 month ago
  34. 249dae1 Merge 5.10.83 into android-5.10 by Greg Kroah-Hartman · 3 years, 1 month ago
  35. 71e38a0 tcp: correctly handle increased zerocopy args struct size by Arjun Roy · 4 years, 1 month ago
  36. c5e4316 tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited flows by Eric Dumazet · 3 years, 2 months ago
  37. 26ed13d net: nexthop: release IPv6 per-cpu dsts when replacing a nexthop group by Nikolay Aleksandrov · 3 years, 2 months ago
  38. b70ff39 net: nexthop: fix null pointer dereference when IPv6 is not enabled by Nikolay Aleksandrov · 3 years, 2 months ago
  39. 8d21bcc Merge 5.10.82 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 2 months ago
  40. 900ea2f tcp: Fix uninitialized access in skb frags array for Rx 0cp. by Arjun Roy · 3 years, 2 months ago
  41. d1a6150 net-zerocopy: Refactor skb frag fast-forward op. by Arjun Roy · 4 years, 1 month ago
  42. 5f7aadf net-zerocopy: Copy straggler unaligned data for TCP Rx. zerocopy. by Arjun Roy · 4 years, 1 month ago
  43. 971945b Revert "tcp: switch orphan_count to bare per-cpu counters" by Greg Kroah-Hartman · 3 years, 2 months ago
  44. c553d9a Merge 5.10.80 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 2 months ago
  45. 8b5c98a bpf, sockmap: Remove unhash handler for BPF sockmap usage by John Fastabend · 3 years, 2 months ago
  46. 5b7b4af tcp: don't free a FIN sk_buff in tcp_remove_empty_skb() by Jon Maxwell · 3 years, 3 months ago
  47. a342cb4 tcp: switch orphan_count to bare per-cpu counters by Eric Dumazet · 3 years, 3 months ago
  48. a739489 Merge 5.10.77 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 2 months ago
  49. 15dec6d tcp_bpf: Fix one concurrency problem in the tcp_bpf_send_verdict function by Liu Jian · 3 years, 3 months ago
  50. 4944ec8 Merge 5.10.76 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 3 months ago
  51. 38d984e tcp: md5: Fix overlap between vrf and non-vrf keys by Leonard Crestez · 3 years, 3 months ago
  52. 4b3fd2a Merge 5.10.73 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 3 months ago
  53. 985cca1 net: prefer socket bound to interface when not in VRF by Mike Manning · 3 years, 3 months ago
  54. c23269d Merge 5.10.71 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 3 months ago
  55. 5c3a90b net: udp: annotate data race around udp_sk(sk)->corkflag by Eric Dumazet · 3 years, 4 months ago
  56. 8de12ad net: ipv4: Fix rtnexthop len when RTA_FLOW is present by Xiao Liang · 3 years, 4 months ago
  57. beafee9 Merge 5.10.68 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 4 months ago
  58. 08ed4cb Merge 5.10.67 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 4 months ago
  59. 87b34cd ip_gre: validate csum_start only on pull by Willem de Bruijn · 3 years, 4 months ago
  60. ca8ecd7 Set fc_nlinfo in nh_create_ipv4, nh_create_ipv6 by Ryoga Saito · 3 years, 4 months ago
  61. 0ab9981 udp_tunnel: Fix udp_tunnel_nic work-queue type by Aya Levin · 3 years, 4 months ago
  62. 53947b6 tcp: fix tp->undo_retrans accounting in tcp_sacktag_one() by zhenggy · 3 years, 4 months ago
  63. 4b1b4d3 tcp: enable data-less, empty-cookie SYN with TFO_SERVER_COOKIE_NOT_REQD by Luke Hsiao · 3 years, 5 months ago
  64. 6458344 ipv4: ip_output.c: Fix out-of-bounds warning in ip_copy_addrs() by Gustavo A. R. Silva · 3 years, 6 months ago
  65. 2300418 Merge 5.10.65 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 4 months ago
  66. c4f1ad3 ipv4: fix endianness issue in inet_rtm_getroute_build_skb() by Eric Dumazet · 3 years, 5 months ago
  67. 5867e20 ipv4: make exception cache less predictible by Eric Dumazet · 3 years, 5 months ago
  68. a7d0a59 tcp: seq_file: Avoid skipping sk during tcp_seek_last_pos by Martin KaFai Lau · 3 years, 7 months ago
  69. c8de3a4 Merge 5.10.64 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 4 months ago
  70. ddd7e8b igmp: Add ip_mc_list lock in ip_check_mc_rcu by Liu Jian · 3 years, 6 months ago
  71. 674d2ac Merge 5.10.62 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 4 months ago
  72. beefd5f ipv4: use siphash instead of Jenkins in fnhe_hashfun() by Eric Dumazet · 3 years, 5 months ago
  73. fb45459 ip_gre: add validation for csum_start by Shreyansh Chouhan · 3 years, 5 months ago
  74. 83da0c0 Revert "net: igmp: fix data-race in igmp_ifc_timer_expire()" by Greg Kroah-Hartman · 3 years, 5 months ago
  75. a75a648 Revert "net: igmp: increase size of mr_ifc_count" by Greg Kroah-Hartman · 3 years, 5 months ago
  76. b558262 Merge 5.10.60 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 5 months ago
  77. 4344440 net: igmp: increase size of mr_ifc_count by Eric Dumazet · 3 years, 5 months ago
  78. 696afe2 tcp_bbr: fix u32 wrap bug in round logic if bbr_init() called after 2B packets by Neal Cardwell · 3 years, 5 months ago
  79. 24e1b7d net: igmp: fix data-race in igmp_ifc_timer_expire() by Eric Dumazet · 3 years, 5 months ago
  80. af3bdb4 Merge 5.10.58 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 5 months ago
  81. 74bcf85 net, gro: Set inner transport header offset in tcp/udp GRO hook by Jakub Sitnicki · 3 years, 6 months ago
  82. 8b44465 Merge 5.10.56 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 5 months ago
  83. 9135056 net: Set true network header for ECN decapsulation by Gilad Naaman · 3 years, 6 months ago
  84. e4cac2c Merge 5.10.54 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 6 months ago
  85. 0482d07 Merge branch 'android12-5.10' into `android12-5.10-lts` by Greg Kroah-Hartman · 3 years, 6 months ago
  86. 164294d tcp: disable TFO blackhole logic by default by Wei Wang · 3 years, 6 months ago
  87. 41a8394 net/tcp_fastopen: fix data races around tfo_active_disable_stamp by Eric Dumazet · 3 years, 6 months ago
  88. 3b5b0af bpf, sockmap, udp: sk_prot needs inuse_idx set for proc stats by Jakub Sitnicki · 3 years, 6 months ago
  89. c260442 bpf, sockmap, tcp: sk_prot needs inuse_idx set for proc stats by John Fastabend · 3 years, 6 months ago
  90. 81c8161 ANDROID: vendor_hooks: Add hooks to tcp/udp send/recv msg functions. by Liangliang Li · 3 years, 7 months ago
  91. afe9ed0 Merge 5.10.53 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 6 months ago
  92. 6cd9bd2 udp: annotate data races around unix_sk(sk)->gso_size by Eric Dumazet · 3 years, 7 months ago
  93. 6386329 tcp: call sk_wmem_schedule before sk_mem_charge in zerocopy path by Talal Ahmad · 3 years, 6 months ago
  94. 2fee3cf ipv6: tcp: drop silly ICMPv6 packet too big messages by Eric Dumazet · 3 years, 6 months ago
  95. ad4ba34 tcp: fix tcp_init_transfer() to not reset icsk_ca_initialized by Nguyen Dinh Phi · 3 years, 6 months ago
  96. d60f07b tcp: annotate data races around tp->mtu_info by Eric Dumazet · 3 years, 7 months ago
  97. 88ff9ec net: ip_tunnel: fix mtu calculation for ETHER tunnel devices by Hangbin Liu · 3 years, 6 months ago
  98. 8db62be Merge 5.10.51 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 6 months ago
  99. a8585fd net: ip: avoid OOM kills with large UDP sends over loopback by Jakub Kicinski · 3 years, 7 months ago
  100. f9c67c1 net: tcp better handling of reordering then loss cases by Yuchung Cheng · 3 years, 8 months ago