summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-06-27net: atm: fix /proc/net/atm/lec handlingEric Dumazet
2025-06-27net: atm: add lec_mutexEric Dumazet
2025-06-27calipso: Fix null-ptr-deref in calipso_req_{set,del}attr().Kuniyuki Iwashima
2025-06-27tcp: fix passive TFO socket having invalid NAPI IDDavid Wei
2025-06-27tipc: fix null-ptr-deref when acquiring remote ip of ethernet bearerHaixia Qu
2025-06-27tcp: fix tcp_packet_delayed() for tcp_is_non_sack_preventing_reopen() behaviorNeal Cardwell
2025-06-27mpls: Use rcu_dereference_rtnl() in mpls_route_input_rcu().Kuniyuki Iwashima
2025-06-27net: netmem: fix skb_ensure_writable with unreadable skbsMina Almasry
2025-06-27sunrpc: handle SVC_GARBAGE during svc auth processing as auth errorJeff Layton
2025-06-27atm: Revert atm_account_tx() if copy_from_iter_full() fails.Kuniyuki Iwashima
2025-06-27net: clear the dst when changing skb protocolJakub Kicinski
2025-06-27net_sched: sch_sfq: reject invalid perturb periodEric Dumazet
2025-06-27bpf, sockmap: Fix data lost during EAGAIN retriesJiayuan Chen
2025-06-27sock: Correct error checking condition for (assign|release)_proto_idx()Zijun Hu
2025-06-27net: bridge: mcast: re-implement br_multicast_{enable, disable}_port functionsYong Wang
2025-06-27net: bridge: mcast: update multicast contex when vlan state is changedYong Wang
2025-06-27Revert "mac80211: Dynamically set CoDel parameters per station"Toke Høiland-Jørgensen
2025-06-27wifi: mac80211: VLAN traffic in multicast pathMuna Sinada
2025-06-27netfilter: nft_set_pipapo: clamp maximum map bucket size to INT_MAXPablo Neira Ayuso
2025-06-27wifi: mac80211: do not offer a mesh path if forwarding is disabledBenjamin Berg
2025-06-27xfrm: validate assignment of maximal possible SEQ numberLeon Romanovsky
2025-06-27net: page_pool: Don't recycle into cache on PREEMPT_RTSebastian Andrzej Siewior
2025-06-27ipv4/route: Use this_cpu_inc() for stats on PREEMPT_RTSebastian Andrzej Siewior
2025-06-27tcp: add receive queue awareness in tcp_rcv_space_adjust()Eric Dumazet
2025-06-27tcp: fix initial tp->rcvq_space.space value for passive TS enabled flowsEric Dumazet
2025-06-27tcp: remove zero TCP TS samples for autotuningEric Dumazet
2025-06-27tcp: always seek for minimal rtt in tcp_rcv_rtt_update()Eric Dumazet
2025-06-27sctp: Do not wake readers in __sctp_write_space()Petr Malat
2025-06-27wifi: mac80211: validate SCAN_FLAG_AP in scan request during MLOAditya Kumar Singh
2025-06-27tipc: use kfree_sensitive() for aead cleanupZilin Guan
2025-06-27sunrpc: fix race in cache cleanup causing stale nextcheck timeLong Li
2025-06-27sunrpc: update nextcheck time when adding new cache entriesLong Li
2025-06-27hv_netvsc: fix potential deadlock in netvsc_vf_setxdp()Saurabh Sengar
2025-06-27net/sched: fix use-after-free in taprio_dev_notifierHyunwoo Kim
2025-06-27NFC: nci: uart: Set tty->disc_data only in success pathKrzysztof Kozlowski
2025-06-27svcrdma: Unregister the device if svc_rdma_accept() failsChuck Lever
2025-06-27SUNRPC: Prevent hang on NFS mount with xprtsec=[m]tlsChuck Lever
2025-06-19calipso: unlock rcu before returning -EAFNOSUPPORTEric Dumazet
2025-06-19net: ethtool: Don't check if RSS context exists in case of context 0Gal Pressman
2025-06-19net_sched: ets: fix a race in ets_qdisc_change()Eric Dumazet
2025-06-19net_sched: tbf: fix a race in tbf_change()Eric Dumazet
2025-06-19net_sched: red: fix a race in __red_change()Eric Dumazet
2025-06-19net_sched: prio: fix a race in prio_tune()Eric Dumazet
2025-06-19Bluetooth: MGMT: Fix sparse errorsLuiz Augusto von Dentz
2025-06-19Bluetooth: eir: Fix possible crashes on eir_create_adv_dataLuiz Augusto von Dentz
2025-06-19Bluetooth: hci_sync: Fix broadcast/PA when using an existing instanceLuiz Augusto von Dentz
2025-06-19Bluetooth: Fix NULL pointer deference on eir_get_service_dataLuiz Augusto von Dentz
2025-06-19net_sched: sch_sfq: fix a potential crash on gso_skb handlingEric Dumazet
2025-06-19Bluetooth: MGMT: Protect mgmt_pending list with its own lockLuiz Augusto von Dentz
2025-06-19Bluetooth: MGMT: Fix UAF on mgmt_remove_adv_monitor_completeLuiz Augusto von Dentz