summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2026-03-12Bluetooth: MGMT: Fix list corruption and UAF in command complete handlersWang Tao-5/+2
2026-03-12Bluetooth: hci_sync: Fix hci_le_create_conn_syncMichael Grzeschik-1/+1
2026-03-12Bluetooth: ISO: Fix defer tests being unstableLuiz Augusto von Dentz-2/+2
2026-03-12Bluetooth: SMP: make SM/PER/KDU/BI-04-C happyChristian Eggers-1/+1
2026-03-12Bluetooth: LE L2CAP: Disconnect if sum of payload sizes exceed SDUChristian Eggers-0/+1
2026-03-12Bluetooth: LE L2CAP: Disconnect if received packet's SDU exceeds IMTUChristian Eggers-3/+7
2026-03-12net: prevent NULL deref in ip[6]tunnel_xmit()Eric Dumazet-4/+6
2026-03-12tcp: add tcp_release_cb_cond() helperEric Dumazet-11/+8
2026-03-12vsock: add G2H fallback for CIDs not owned by H2G transportAlexander Graf-5/+37
2026-03-12xfrm: avoid RCU warnings around the per-netns netlink socketSabrina Dubroca-8/+17
2026-03-12xfrm: add rcu_access_pointer to silence sparse warning for xfrm_input_afinfoSabrina Dubroca-1/+4
2026-03-12xfrm: policy: silence sparse warning in xfrm_policy_unregister_afinfoSabrina Dubroca-1/+1
2026-03-12xfrm: policy: fix sparse warnings in xfrm_policy_{init,fini}Sabrina Dubroca-4/+4
2026-03-12xfrm: state: silence sparse warnings during netns exitSabrina Dubroca-8/+10
2026-03-12xfrm: remove rcu/state_hold from xfrm_state_lookup_spi_protoSabrina Dubroca-9/+2
2026-03-12xfrm: state: add xfrm_state_deref_prot to state_by* walk under lockSabrina Dubroca-11/+11
2026-03-12xfrm: state: fix sparse warnings around XFRM_STATE_INSERTSabrina Dubroca-11/+19
2026-03-12xfrm: state: fix sparse warnings in xfrm_state_initSabrina Dubroca-12/+20
2026-03-12xfrm: state: fix sparse warnings on xfrm_state_hold_rcuSabrina Dubroca-1/+1
2026-03-11net: Convert move_addr_to_user() to scoped user accessChristophe Leroy (CS GROUP)-17/+11
2026-03-11tcp: use WRITE_ONCE() for tsoffset in tcp_v6_connect()Wesley Atwell-1/+1
2026-03-11Merge tag 'nf-26-03-10' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski-14/+23
2026-03-11neighbour: restore protocol != 0 check in pneigh updateSabrina Dubroca-1/+2
2026-03-11tipc: fix divide-by-zero in tipc_sk_filter_connect()Mehul Rao-0/+2
2026-03-11bpf: bpf_out_neigh_v6: Fix nd_tbl NULL dereference when IPv6 is disabledRicardo B. Marlière-0/+3
2026-03-11bpf: bpf_out_neigh_v4: Fix nd_tbl NULL dereference when IPv6 is disabledRicardo B. Marlière-0/+4
2026-03-11ipv6: move the disable_ipv6_mod knob to core codeJakub Kicinski-8/+6
2026-03-11libceph: Fix potential out-of-bounds access in ceph_handle_auth_reply()Raphael Zimmer-2/+4
2026-03-11libceph: Use u32 for non-negative values in ceph_monmap_decode()Raphael Zimmer-3/+3
2026-03-10net: sched: cls_u32: Avoid memcpy() false-positive warning in u32_init_knode()Jiayuan Chen-1/+4
2026-03-10net-shapers: don't free reply skb after genlmsg_reply()Paul Moses-9/+2
2026-03-10page_pool: store detach_time as ktime_t to avoid false-negativesJakub Kicinski-2/+2
2026-03-10inet: add ip_local_port_step_width sysctl to improve port usage distributionFernando Fernandez Mancera-3/+32
2026-03-10netfilter: xt_IDLETIMER: reject rev0 reuse of ALARM timer labelsYuan Tan-0/+6
2026-03-10netfilter: nfnetlink_cthelper: fix OOB read in nfnl_cthelper_dump_table()Hyunwoo Kim-4/+4
2026-03-10netfilter: nfnetlink_queue: fix entry leak in bridge verdict error pathHyunwoo Kim-1/+3
2026-03-10netfilter: x_tables: guard option walkers against 1-byte tail readsDavid Dull-4/+6
2026-03-10netfilter: nft_set_pipapo: fix stack out-of-bounds read in pipapo_drop()Jenny Guanni Qu-1/+2
2026-03-10netfilter: nf_tables: always walk all pending catchall elementsFlorian Westphal-2/+0
2026-03-10netfilter: nf_tables: Fix for duplicate device in netdev hooksPhil Sutter-2/+2
2026-03-10net: export netif_open for self_test usageMike Marciniszyn (Meta)-0/+1
2026-03-10net: add xmit recursion limit to tunnel xmit functionsWeiming Shi-35/+13
2026-03-10libceph: reject preamble if control segment is emptyIlya Dryomov-9/+8
2026-03-10libceph: admit message frames only in CEPH_CON_S_OPEN stateIlya Dryomov-0/+5
2026-03-10libceph: prevent potential out-of-bounds reads in process_message_header()Ilya Dryomov-1/+8
2026-03-10mctp: route: hold key->lock in mctp_flow_prepare_output()Chengfeng Ye-4/+7
2026-03-09tcp: inline tcp_chrono_start()Eric Dumazet-24/+0
2026-03-09net/sched: refine indirect call mitigation in tc_wrapper.hEric Dumazet-1/+2
2026-03-09ppp: simplify input error handlingQingfang Deng-1/+1
2026-03-09net/sched: use rtnl_kfree_skbs() in pfifo_fast_reset()Eric Dumazet-1/+1