summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-12-03net: netpoll: fix incorrect refcount handling causing incorrect cleanupBreno Leitao
2025-12-03vsock: Ignore signal/timeout on connect() if already establishedMichal Luczaj
2025-12-03net: openvswitch: remove never-working support for setting nsh fieldsIlya Maximets
2025-12-03ipv4: route: Prevent rt_bind_exception() from rebinding stale fnheChuang Wang
2025-12-03strparser: Fix signed/unsigned mismatch bugNate Karstens
2025-12-03Bluetooth: L2CAP: export l2cap_chan_hold for modulesPauli Virtanen
2025-12-03net_sched: limit try_bulk_dequeue_skb() batchesEric Dumazet
2025-12-03net_sched: remove need_resched() from qdisc_run()Eric Dumazet
2025-12-03net: sched: act_ife: initialize struct tc_ife to fix KMSAN kernel-infoleakRanganath V N
2025-12-03wifi: mac80211: skip rate verification for not captured PSDUsBenjamin Berg
2025-12-03tipc: Fix use-after-free in tipc_mon_reinit_self().Kuniyuki Iwashima
2025-12-03tipc: simplify the finalize work queueXin Long
2025-12-03sctp: prevent possible shift-out-of-bounds in sctp_transport_update_rtoEric Dumazet
2025-12-03sctp: get netns from asoc and ep baseXin Long
2025-12-03Bluetooth: 6lowpan: Don't hold spin lock over sleeping functionsPauli Virtanen
2025-12-03Bluetooth: 6lowpan: fix BDADDR_LE vs ADDR_LE_DEV address type confusionPauli Virtanen
2025-12-03Bluetooth: 6lowpan: reset link-local header on ipv6 recv pathPauli Virtanen
2025-12-03sctp: Prevent TOCTOU out-of-bounds writeStefan Wiehler
2025-12-03sctp: Hold RCU read lock while iterating over address listStefan Wiehler
2025-12-03net: vlan: sync VLAN features with lower deviceHangbin Liu
2025-12-03page_pool: Clamp pool size to max 16K pagesDragos Tatulea
2025-12-03Bluetooth: SCO: Fix UAF on sco_conn_freeLuiz Augusto von Dentz
2025-12-03ipv6: np->rxpmtu race annotationEric Dumazet
2025-12-03net: call cond_resched() less often in __release_sock()Eric Dumazet
2025-12-03rds: Fix endianness annotation for RDS_MPATH_HASHUjwal Kundur
2025-12-03net: Call trace_sock_exceed_buf_limit() for memcg failure with SK_MEM_RECV.Kuniyuki Iwashima
2025-12-03net: When removing nexthops, don't call synchronize_net if it is not necessaryChristoph Paasch
2025-12-03net: ipv6: fix field-spanning memcpy warning in AH outputCharalampos Mitrodimas
2025-12-03bridge: Redirect to backup port when port is administratively downIdo Schimmel
2025-12-03net/sched: sch_qfq: Fix null-deref in agg_dequeueXiang Mei
2025-10-29net: rtnetlink: fix module reference count leak issue in rtnetlink_rcv_msgZhengchao Shao
2025-10-29sctp: avoid NULL dereference when chunk data buffer is missingAlexey Simakov
2025-10-29rtnetlink: Allow deleting FDB entries in user namespaceJohannes Wiesböck
2025-10-29net: rtnetlink: add NLM_F_BULK support to rtnl_fdb_delNikolay Aleksandrov
2025-10-29net: rtnetlink: add bulk delete support flagNikolay Aleksandrov
2025-10-29net: rtnetlink: add helper to extract msg type's kindNikolay Aleksandrov
2025-10-29net: rtnetlink: add msg kind namesNikolay Aleksandrov
2025-10-29net: rtnetlink: remove redundant assignment to variable errColin Ian King
2025-10-29tls: don't rely on tx_work during send()Sabrina Dubroca
2025-10-29tls: always set record_type in tls_process_cmsgSabrina Dubroca
2025-10-29tcp: fix tcp_tso_should_defer() vs large RTTEric Dumazet
2025-10-29net/ip6_tunnel: Prevent perpetual tunnel growthDmitry Safonov
2025-10-29net/9p: fix double req put in p9_fd_cancelledNalivayko Sergey
2025-10-29sctp: Fix MAC comparison to be constant-timeEric Biggers
2025-10-29tcp: Don't call reqsk_fastopen_remove() in tcp_conn_request().Kuniyuki Iwashima
2025-10-29net/sctp: fix a null dereference in sctp_disposition sctp_sf_do_5_1D_ce()Alexandr Sapozhnikov
2025-10-29ipvs: Defer ip_vs_ftp unregister during netns cleanupSlavin Liu
2025-10-29netfilter: ipset: Remove unused htable_bits in macro ahash_regionZhen Ni
2025-10-29tcp: fix __tcp_close() to only send RST when requiredEric Dumazet
2025-10-29bpf: Explicitly check accesses to bpf_sock_addrPaul Chaignon