android_kernel_xiaomi_sm8450/net/ipv4
Greg Kroah-Hartman 5cb5d15755 Revert "netfilter: rpfilter/fib: Populate flowic_l3mdev field"
This reverts commit d98558fe26 which is
commit acc641ab95b66b813c1ce856c377a2bbe71e7f52 upstream.

It breaks the Android kernel abi and can be brought back in the future
in an abi-safe way if it is really needed.

Bug: 161946584
Change-Id: Id5c8d6759b996ff84343f011ed32aec76d8b7260
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
2024-11-17 11:54:26 +00:00
..
bpfilter
netfilter Revert "netfilter: rpfilter/fib: Populate flowic_l3mdev field" 2024-11-17 11:54:26 +00:00
af_inet.c This is the 5.10.226 stable release 2024-09-14 20:53:50 +00:00
ah4.c
arp.c Revert "arp: Prevent overflow in arp_req_get()." 2024-04-29 10:16:49 +00:00
bpf_tcp_ca.c
cipso_ipv4.c cipso: fix total option length computation 2024-07-05 09:12:37 +02:00
datagram.c udp: Update reuse->has_conns under reuseport_lock. 2022-10-30 09:41:19 +01:00
devinet.c ipv4: Check !in_dev earlier for ioctl(SIOCSIFADDR). 2024-10-17 15:08:11 +02:00
esp4_offload.c xfrm: Linearize the skb after offloading if needed. 2023-06-28 10:28:11 +02:00
esp4.c This is the 5.10.224 stable release 2024-09-04 11:06:25 +00:00
fib_frontend.c net: Add l3mdev index to flow struct and avoid oif reset for port devices 2024-10-17 15:08:35 +02:00
fib_lookup.h
fib_notifier.c
fib_rules.c ipv4: convert fib_num_tclassid_users to atomic_t 2021-12-08 09:03:26 +01:00
fib_semantics.c Merge 3502b1a297 ("netfilter: fib: check correct rtable in vrf setups") into android12-5.10-lts 2024-11-17 11:54:04 +00:00
fib_trie.c Merge 3502b1a297 ("netfilter: fib: check correct rtable in vrf setups") into android12-5.10-lts 2024-11-17 11:54:04 +00:00
fou.c fou: fix initialization of grc 2024-10-17 15:07:33 +02:00
gre_demux.c
gre_offload.c gro: remove rcu_read_lock/rcu_read_unlock from gro_complete handlers 2024-09-12 11:06:47 +02:00
icmp.c icmp: guard against too small mtu 2023-04-20 12:10:21 +02:00
igmp.c Merge 5.10.214 into android12-5.10-lts 2024-05-15 16:03:24 +00:00
inet_connection_sock.c This is the 5.10.215 stable release 2024-06-01 11:03:55 +00:00
inet_diag.c inet_diag: Initialize pad field in struct inet_diag_req_v2 2024-07-18 13:05:42 +02:00
inet_fragment.c Revert "inet: inet_defrag: prevent sk release while still in use" 2024-11-12 17:33:20 +00:00
inet_hashtables.c Merge ddee5b4b6a ("mptcp: pm: avoid possible UaF when selecting endp") into android12-5.10-lts 2024-09-13 05:19:26 +00:00
inet_timewait_sock.c tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge() 2024-05-02 16:23:45 +02:00
inetpeer.c inetpeer: Fix data-races around sysctl. 2022-07-21 21:20:07 +02:00
ip_forward.c ip: Fix data-races around sysctl_ip_fwd_update_priority. 2022-07-29 17:19:12 +02:00
ip_fragment.c Revert "inet: inet_defrag: prevent sk release while still in use" 2024-11-12 17:33:20 +00:00
ip_gre.c ipv4: ip_gre: Fix drops of small packets in ipgre_xmit 2024-10-17 15:08:07 +02:00
ip_input.c This is the 5.10.195 stable release 2023-09-19 11:32:32 +00:00
ip_options.c
ip_output.c This is the 5.10.210 stable release 2024-04-10 07:10:03 +00:00
ip_sockglue.c bpf: net: Change do_ip_getsockopt() to take the sockptr_t argument 2024-03-26 18:21:53 -04:00
ip_tunnel_core.c tunnels: fix out of bounds access when building IPv6 PMTU error 2024-02-23 08:42:19 +01:00
ip_tunnel.c Revert "net: ip_tunnel: make sure to pull inner header in ip_tunnel_rcv()" 2024-05-16 09:39:57 +00:00
ip_vti.c ip_vti: fix potential slab-use-after-free in decode_session6 2023-08-26 15:26:52 +02:00
ipcomp.c
ipconfig.c
ipip.c
ipmr_base.c
ipmr.c ipmr: fix incorrect parameter validation in the ip_mroute_getsockopt() function 2024-03-26 18:21:53 -04:00
Kconfig tcp: configurable source port perturb table size 2022-12-02 17:40:05 +01:00
Makefile
metrics.c ipv4: prevent potential spectre v1 gadget in ip_metrics_convert() 2023-02-01 08:23:24 +01:00
netfilter.c
netlink.c
nexthop.c This is the 5.10.224 stable release 2024-09-04 11:06:25 +00:00
ping.c lsm,selinux: pass flowi_common instead of flowi to the LSM hooks 2022-06-09 10:21:09 +02:00
proc.c Revert "tcp: switch orphan_count to bare per-cpu counters" 2021-11-19 14:22:11 +01:00
protocol.c
raw_diag.c
raw.c ipv{4,6}/raw: fix output xfrm lookup wrt protocol 2023-06-05 09:07:04 +02:00
route.c Merge 3502b1a297 ("netfilter: fib: check correct rtable in vrf setups") into android12-5.10-lts 2024-11-17 11:54:04 +00:00
syncookies.c tcp: fix cookie_init_timestamp() overflows 2023-11-20 11:06:46 +01:00
sysctl_net_ipv4.c Revert "net: Introduce net.ipv4.tcp_migrate_req." 2023-08-04 07:24:44 +00:00
tcp_bbr.c
tcp_bic.c
tcp_bpf.c tcp_bpf: fix return value of tcp_bpf_sendmsg() 2024-09-12 11:06:46 +02:00
tcp_cdg.c tcp: cdg: allow tcp_cdg_release() to be called multiple times 2022-11-25 17:45:55 +01:00
tcp_cong.c
tcp_cubic.c tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited flows 2021-12-01 09:19:06 +01:00
tcp_dctcp.c tcp: Fix shift-out-of-bounds in dctcp_update_alpha(). 2024-06-16 13:32:27 +02:00
tcp_dctcp.h
tcp_diag.c
tcp_fastopen.c tcp: annotate data-races around fastopenq.max_qlen 2023-07-27 08:44:43 +02:00
tcp_highspeed.c
tcp_htcp.c
tcp_hybla.c
tcp_illinois.c
tcp_input.c Merge 0e91c4b484 ("net: dsa: b53: fix jumbo frames on 10/100 ports") into android12-5.10-lts 2024-11-17 11:51:44 +00:00
tcp_ipv4.c Merge 1ebfa66638 ("drm/amd/display: Add null check for top_pipe_to_program in commit_planes_for_stream") into android12-5.10-lts 2024-11-14 11:32:05 +00:00
tcp_lp.c
tcp_metrics.c tcp_metrics: validate source addr length 2024-07-18 13:05:41 +02:00
tcp_minisocks.c tcp: annotate data-races around tcp_rsk(req)->ts_recent 2023-07-27 08:44:40 +02:00
tcp_nv.c
tcp_offload.c
tcp_output.c Merge 5.10.217 into android12-5.10-lts 2024-06-14 13:21:33 +00:00
tcp_rate.c Revert "tcp: ensure to use the most recently sent skb when filling the rate sample" 2022-05-13 11:16:23 +02:00
tcp_recovery.c tcp: fix excessive TLP and RACK timeouts from HZ rounding 2023-10-25 11:54:20 +02:00
tcp_scalable.c
tcp_timer.c This is the 5.10.222 stable release 2024-07-20 13:33:30 +00:00
tcp_ulp.c net/ulp: use consistent error code when blocking ULP 2023-01-24 07:20:01 +01:00
tcp_vegas.c
tcp_vegas.h
tcp_veno.c
tcp_westwood.c
tcp_yeah.c
tcp.c Merge 5.10.221 into android12-5.10-lts 2024-07-17 09:08:09 +00:00
tunnel4.c
udp_bpf.c
udp_diag.c
udp_impl.h
udp_offload.c Merge tag 'android12-5.10.226_r00' into android12-5.10 2024-10-28 18:51:06 +00:00
udp_tunnel_core.c net/tunnel: wait until all sk_user_data reader finish before releasing the sock 2023-01-14 10:15:43 +01:00
udp_tunnel_nic.c udp_tunnel: Fix end of loop test in udp_tunnel_nic_unregister() 2022-03-02 11:42:51 +01:00
udp_tunnel_stub.c
udp.c This is the 5.10.222 stable release 2024-07-20 13:33:30 +00:00
udplite.c udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated(). 2023-05-30 12:57:57 +01:00
xfrm4_input.c xfrm: Preserve vlan tags for transport mode software GRO 2024-05-17 11:48:06 +02:00
xfrm4_output.c
xfrm4_policy.c net: Add l3mdev index to flow struct and avoid oif reset for port devices 2024-10-17 15:08:35 +02:00
xfrm4_protocol.c net: xfrm: unexport __init-annotated xfrm4_protocol_init() 2022-06-14 18:32:40 +02:00
xfrm4_state.c
xfrm4_tunnel.c