1. c667256 UPSTREAM: net: add and use skb_unclone_keeptruesize() helper by Eric Dumazet · 3 years, 3 months ago
  2. 445019b UPSTREAM: bpf: Fix integer overflow in argument calculation for bpf_map_area_alloc by Bui Quang Minh · 3 years, 7 months ago
  3. 92ab2ae Revert "ANDROID: GKI: net: add vendor hooks for 'struct sock' lifecycle" by Greg Kroah-Hartman · 3 years, 3 months ago
  4. e101be3 Revert "net: sched: update default qdisc visibility after Tx queue cnt changes" by Greg Kroah-Hartman · 3 years, 2 months ago
  5. c553d9a Merge 5.10.80 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 2 months ago
  6. a8cdf34 net, neigh: Enable state migration between NUD_PERMANENT and NTF_USE by Daniel Borkmann · 3 years, 3 months ago
  7. c842a4c bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and colliding by John Fastabend · 3 years, 2 months ago
  8. daf15fa net: stream: don't purge sk_error_queue in sk_stream_kill_queues() by Jakub Kicinski · 3 years, 3 months ago
  9. e29352f net, neigh: Fix NTF_EXT_LEARNED in combination with NTF_USE by Daniel Borkmann · 3 years, 3 months ago
  10. a585e04 net: net_namespace: Fix undefined member in key_remove_domain() by Yajun Deng · 3 years, 4 months ago
  11. 8524501 net-sysfs: try not to restart the syscall if it will fail eventually by Antoine Tenart · 3 years, 3 months ago
  12. 8d433ab net: sched: update default qdisc visibility after Tx queue cnt changes by Jakub Kicinski · 3 years, 4 months ago
  13. b8cb3f4 net: multicast: calculate csum of looped-back and forwarded packets by Cyril Strejc · 3 years, 3 months ago
  14. b92ac0a bpf: Prevent increasing bpf_jit_limit above max by Lorenz Bauer · 3 years, 3 months ago
  15. a739489 Merge 5.10.77 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 2 months ago
  16. 2b7c5ee net: Prevent infinite while loop in skb_tx_hash() by Michael Chan · 3 years, 3 months ago
  17. aed897e net-sysfs: initialize uid and gid before calling net_ns_get_ownership by Xin Long · 3 years, 3 months ago
  18. 4b3fd2a Merge 5.10.73 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 3 months ago
  19. 9a04302 rtnetlink: fix if_nlmsg_stats_size() under estimation by Eric Dumazet · 3 years, 3 months ago
  20. c23269d Merge 5.10.71 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 3 months ago
  21. 3db5382 af_unix: fix races in sk_peer_pid and sk_peer_cred accesses by Eric Dumazet · 3 years, 4 months ago
  22. 08ed4cb Merge 5.10.67 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 4 months ago
  23. 1f5db5b net: Fix offloading indirect devices dependency on qdisc order creation by Eli Cohen · 3 years, 5 months ago
  24. 863d2eb flow_dissector: Fix out-of-bounds warnings by Gustavo A. R. Silva · 3 years, 6 months ago
  25. 2300418 Merge 5.10.65 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 4 months ago
  26. 2c0b826 devlink: Clear whole devlink_flash_notify struct by Leon Romanovsky · 3 years, 5 months ago
  27. b376ae5 devlink: Break parameter notification sequence to be before/after unload/load driver by Leon Romanovsky · 3 years, 6 months ago
  28. 674d2ac Merge 5.10.62 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 4 months ago
  29. ad0db83 rtnetlink: Return correct error on changing device netns by Andrey Ignatov · 3 years, 5 months ago
  30. b558262 Merge 5.10.60 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 5 months ago
  31. 8976606 net: linkwatch: fix failure to restore device state across suspend/resume by Willy Tarreau · 3 years, 5 months ago
  32. a156951 Merge 5.10.57 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 5 months ago
  33. e8b287e net: Fix zero-copy head len calculation. by Pravin B Shelar · 3 years, 6 months ago
  34. 8b44465 Merge 5.10.56 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 5 months ago
  35. 1b148bd skmsg: Make sk_psock_destroy() static by Cong Wang · 4 years ago
  36. 1afedcd Merge 5.10.55 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 6 months ago
  37. 915226f net: annotate data race around sk_ll_usec by Eric Dumazet · 3 years, 7 months ago
  38. e4cac2c Merge 5.10.54 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 6 months ago
  39. c9f8e17 skbuff: Fix build with SKB extensions disabled by Florian Fainelli · 3 years, 6 months ago
  40. 570341f skbuff: Release nfct refcount on napi stolen or re-used skbs by Paul Blakey · 3 years, 6 months ago
  41. 715f378 bpf, sockmap: Fix potential memory leak on unlikely error case by John Fastabend · 3 years, 6 months ago
  42. ca9ba1d xdp, net: Fix use-after-free in bpf_xdp_link_release by Xuan Zhuo · 3 years, 6 months ago
  43. 4a31baf net: add kcov handle to skb extensions by Aleksandr Nogikh · 4 years, 3 months ago
  44. 8db62be Merge 5.10.51 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 6 months ago
  45. 3393405 net: Treat __napi_schedule_irqoff() as __napi_schedule() on PREEMPT_RT by Sebastian Andrzej Siewior · 3 years, 8 months ago
  46. 1328352 Merge branch 'android12-5.10' into `android12-5.10-lts` by Greg Kroah-Hartman · 3 years, 6 months ago
  47. 0ed7424 ANDROID: GKI: net: add vendor hooks for 'struct sock' lifecycle by Vignesh Saravanaperumal · 3 years, 6 months ago
  48. aefa927 bpf: Do not change gso_size during bpf_skb_change_proto() by Maciej Żenczykowski · 3 years, 7 months ago
  49. b1a6760 Merge branch 'android12-5.10' into `android12-5.10-lts` by Greg Kroah-Hartman · 3 years, 6 months ago
  50. 2cff74e ANDROID: vendor_hooks: Add vendor hook to the net by Bae Soukjin · 4 years, 5 months ago
  51. 00aec39 FROMGIT: bpf: Support all gso types in bpf_skb_change_proto() by Maciej Żenczykowski · 3 years, 7 months ago
  52. bc96990 Merge branch 'android12-5.10' into `android12-5.10-lts` by Greg Kroah-Hartman · 3 years, 7 months ago
  53. ea53c24 FROMGIT: bpf: Do not change gso_size during bpf_skb_change_proto() by Maciej Żenczykowski · 3 years, 7 months ago
  54. 948d38f Merge 5.10.46 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 7 months ago
  55. 4abfd59 net: make get_net_ns return error if NET_NS is disabled by Changbin Du · 3 years, 7 months ago
  56. c8f1437 rtnetlink: Fix regression in bridge VLAN configuration by Ido Schimmel · 3 years, 7 months ago
  57. e52dde9 Merge 5.10.45 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 7 months ago
  58. 808fcc1 fib: Return the correct errno code by Zheng Yongjun · 3 years, 8 months ago
  59. 0aa3569 rtnetlink: Fix missing error code in rtnl_bridge_notify() by Jiapeng Chong · 3 years, 8 months ago
  60. 9e08e97e Merge 5.10.43 into android12-5.10 by Greg Kroah-Hartman · 3 years, 7 months ago
  61. d17d47d neighbour: allow NUD_NOARP entries to be forced GCed by David Ahern · 3 years, 7 months ago
  62. a5de17b net: sock: fix in-kernel mark setting by Alexander Aring · 3 years, 8 months ago
  63. 4f00f9c devlink: Correct VIRTUAL port to not have phys_port attributes by Parav Pandit · 3 years, 8 months ago
  64. 5567582 Revert "Revert "mm: fix struct page layout on 32-bit systems"" by Greg Kroah-Hartman · 3 years, 8 months ago
  65. c5d480c Merge 5.10.42 into android12-5.10 by Greg Kroah-Hartman · 3 years, 8 months ago
  66. 5c7b23b neighbour: Prevent Race condition in neighbour subsytem by Chinmay Agarwal · 3 years, 9 months ago
  67. 9948170 bpf: Set mac_len in bpf_skb_change_head by Jussi Maki · 3 years, 8 months ago
  68. f9fc21e net: sched: fix tx action reschedule issue with stopped queue by Yunsheng Lin · 3 years, 8 months ago
  69. 2f23d5b net: sched: fix tx action rescheduling issue during deactivation by Yunsheng Lin · 3 years, 8 months ago
  70. 1f1b431 net: really orphan skbs tied to closing sk by Paolo Abeni · 3 years, 8 months ago
  71. c34cd77 Revert "mm: fix struct page layout on 32-bit systems" by Greg Kroah-Hartman · 3 years, 8 months ago
  72. 76002c2 Merge 5.10.38 into android12-5.10 by Greg Kroah-Hartman · 3 years, 8 months ago
  73. cfddf6a mm: fix struct page layout on 32-bit systems by Matthew Wilcox (Oracle) · 3 years, 8 months ago
  74. 245f5ab flow_dissector: Fix out-of-bounds warning in __skb_flow_bpf_to_target() by Gustavo A. R. Silva · 3 years, 9 months ago
  75. e054456 Merge 5.10.37 into android12-5.10 by Greg Kroah-Hartman · 3 years, 8 months ago
  76. da54cc2 gro: fix napi_gro_frags() Fast GRO breakage due to IP alignment check by Alexander Lobakin · 3 years, 9 months ago
  77. 32b16a3 Merge 5.10.32 into android12-5.10 by Greg Kroah-Hartman · 3 years, 9 months ago
  78. 9143158 gro: ensure frag0 meets IP header alignment by Eric Dumazet · 3 years, 9 months ago
  79. 0d0ad98 neighbour: Disregard DEAD dst in neigh_update by Tong Zhu · 3 years, 10 months ago
  80. 9a705f0 Merge 5.10.30 into android12-5.10 by Greg Kroah-Hartman · 3 years, 9 months ago
  81. 5532900 xdp: fix xdp_return_frame() kernel BUG throw for page_pool memory model by Ong Boon Leong · 3 years, 10 months ago
  82. b830650 net: let skb_orphan_partial wake-up waiters. by Paolo Abeni · 3 years, 10 months ago
  83. 72c5de2 bpf, sockmap: Fix incorrect fwd_alloc accounting by John Fastabend · 3 years, 10 months ago
  84. 421e0ec Revert "Revert "can: dev: Move device back to init netns on owning netns delete"" by Greg Kroah-Hartman · 3 years, 10 months ago
  85. e929497 Merge 5.10.28 into android12-5.10 by Greg Kroah-Hartman · 3 years, 9 months ago
  86. fd38d4e bpf: Remove MTU check in __bpf_skb_max_len by Jesper Dangaard Brouer · 4 years ago
  87. e3ccad5 flow_dissector: fix TTL and TOS dissection on IPv4 fragments by Davide Caratti · 4 years ago
  88. 4ca012d Revert "can: dev: Move device back to init netns on owning netns delete" by Greg Kroah-Hartman · 3 years, 10 months ago
  89. b9a61f9 Merge 5.10.27 into android12-5.10 by Greg Kroah-Hartman · 3 years, 10 months ago
  90. 8dc08a2 can: dev: Move device back to init netns on owning netns delete by Martin Willi · 3 years, 11 months ago
  91. c7eb3e1 net, bpf: Fix ip6ip6 crash with collect_md populated skbs by Daniel Borkmann · 3 years, 10 months ago
  92. 0a245ac net: Consolidate common blackhole dst ops by Daniel Borkmann · 3 years, 10 months ago
  93. 943e158 net: check all name nodes in __dev_alloc_name by Jiri Bohac · 3 years, 10 months ago
  94. 33cc382 flow_dissector: fix byteorder of dissected ICMP ID by Alexander Lobakin · 3 years, 10 months ago
  95. 2514c7a drop_monitor: Perform cleanup upon probe registration failure by Ido Schimmel · 3 years, 10 months ago
  96. 28454baf Merge 5.10.21 into android12-5.10 by Greg Kroah-Hartman · 3 years, 10 months ago
  97. aee0cc0 pktgen: fix misuse of BUG_ON() in pktgen_thread_worker() by Di Zhu · 4 years ago
  98. 1fc205d net: fix dev_ifsioc_locked() race condition by Cong Wang · 4 years ago
  99. 97ff09a net: fix up truesize of cloned skb in skb_prepare_for_shift() by Marco Elver · 4 years ago
  100. d8c7f0a Merge 5.10.20 into android12-5.10 by Greg Kroah-Hartman · 3 years, 11 months ago