summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-04-01Bluetooth: hci_sync: fix stack buffer overflow in hci_le_big_create_synchkbinbin
2026-04-01Bluetooth: SMP: derive legacy responder STK authentication from MITM stateOleh Konko
2026-04-01Bluetooth: SMP: force responder MITM requirements before building the pairing...Oleh Konko
2026-04-01Bluetooth: MGMT: validate mesh send advertising payload lengthKeenan Dong
2026-04-01Bluetooth: hci_event: fix potential UAF in hci_le_remote_conn_param_req_evtPauli Virtanen
2026-04-01Bluetooth: hci_conn: fix potential UAF in set_cig_params_syncPauli Virtanen
2026-04-01Bluetooth: MGMT: validate LTK enc_size on loadKeenan Dong
2026-04-01Bluetooth: hci_sync: Fix UAF in le_read_features_completeLuiz Augusto von Dentz
2026-04-01Bluetooth: hci_sync: fix leaks when hci_cmd_sync_queue_once failsPauli Virtanen
2026-04-01Bluetooth: hci_sync: hci_cmd_sync_queue_once() return -EEXIST if existsPauli Virtanen
2026-04-01Bluetooth: hci_event: move wake reason storage into validated event handlersOleh Konko
2026-04-01Bluetooth: SCO: fix race conditions in sco_sock_connect()Cen Zhang
2026-04-01Bluetooth: hci_sync: call destroy in hci_cmd_sync_run if immediatePauli Virtanen
2026-04-01netfilter: nf_tables: reject immediate NF_QUEUE verdictPablo Neira Ayuso
2026-04-01netfilter: x_tables: restrict xt_check_match/xt_check_target extensions for N...Pablo Neira Ayuso
2026-04-01netfilter: ipset: drop logically empty buckets in mtype_delYifan Wu
2026-04-01netfilter: ctnetlink: ignore explicit helper on new expectationsPablo Neira Ayuso
2026-04-01netfilter: ctnetlink: zero expect NAT fields when CTA_EXPECT_NAT absentQi Tang
2026-04-01netfilter: nf_conntrack_helper: pass helper to expect cleanupQi Tang
2026-04-01netfilter: ipset: use nla_strcmp for IPSET_ATTR_NAME attrFlorian Westphal
2026-04-01netfilter: x_tables: ensure names are nul-terminatedFlorian Westphal
2026-04-01netfilter: nfnetlink_log: account for netlink header sizeFlorian Westphal
2026-04-01netfilter: flowtable: strictly check for maximum number of actionsPablo Neira Ayuso
2026-03-31net/iucv: Add missing kernel-doc return value descriptionsNagamani PV
2026-03-31mptcp: fix soft lockup in mptcp_recvmsg()Li Xiasong
2026-03-31net: ipv6: flowlabel: defer exclusive option free until RCU teardownZhengchuan Liang
2026-03-31bridge: mrp: reject zero test interval to avoid OOM panicXiang Mei
2026-03-30net: sched: cls_api: fix tc_chain_fill_node to initialize tcm_info to zero to...Yochai Eisenrich
2026-03-30net: use skb_header_pointer() for TCPv4 GSO frag_off checkGuoyu Su
2026-03-30ipv6: prevent possible UaF in addrconf_permanent_addr()Paolo Abeni
2026-03-30net: Clear the dst when performing encap / decapJakub Kicinski
2026-03-30xfrm: account XFRMA_IF_ID in aevent size calculationKeenan Dong
2026-03-30xfrm: clear trailing padding in build_polexpire()Yasuaki Torimaru
2026-03-29svcrdma: Factor out WR chain linking into helperChuck Lever
2026-03-29svcrdma: Add Write chunk WRs to the RPC's Send WR chainChuck Lever
2026-03-29svcrdma: Clean up use of rdma->sc_pd->deviceChuck Lever
2026-03-29svcrdma: Clean up use of rdma->sc_pd->device in Receive pathsChuck Lever
2026-03-29svcrdma: Add fair queuing for Send Queue accessChuck Lever
2026-03-29SUNRPC: Optimize rq_respages allocation in svc_alloc_argChuck Lever
2026-03-29SUNRPC: Track consumed rq_pages entriesChuck Lever
2026-03-29svcrdma: preserve rq_next_page in svc_rdma_save_io_pagesChuck Lever
2026-03-29SUNRPC: Handle NULL entries in svc_rqst_release_pagesChuck Lever
2026-03-29SUNRPC: Allocate a separate Reply page arrayChuck Lever
2026-03-29SUNRPC: Tighten bounds checking in svc_rqst_replace_pageChuck Lever
2026-03-29sunrpc: split cache_detail queue into request and reader listsJeff Layton
2026-03-29sunrpc: convert queue_wait from global to per-cache-detail waitqueueJeff Layton
2026-03-29sunrpc: convert queue_lock from global spinlock to per-cache-detail lockJeff Layton
2026-03-29sunrpc: Kill RPC_IFDEBUG()Andy Shevchenko
2026-03-29SUNRPC: Replace KUnit tests for memcmp() with KUNIT_EXPECT_MEMEQ_MSG()Ryota Sakamoto
2026-03-29sunrpc/cache: improve RCU safety in cache_list walking.NeilBrown