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