aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-04-01Bluetooth: hci_conn: fix potential UAF in set_cig_params_syncPauli Virtanen1-1/+7
2026-04-01Bluetooth: MGMT: validate LTK enc_size on loadKeenan Dong1-0/+3
2026-04-01Bluetooth: hci_sync: Fix UAF in le_read_features_completeLuiz Augusto von Dentz1-5/+5
2026-04-01Bluetooth: hci_sync: fix leaks when hci_cmd_sync_queue_once failsPauli Virtanen1-2/+11
2026-04-01Bluetooth: hci_sync: hci_cmd_sync_queue_once() return -EEXIST if existsPauli Virtanen1-17/+36
2026-04-01Bluetooth: hci_event: move wake reason storage into validated event handlersOleh Konko1-59/+35
2026-04-01Bluetooth: SCO: fix race conditions in sco_sock_connect()Cen Zhang1-5/+21
2026-04-01Bluetooth: hci_sync: call destroy in hci_cmd_sync_run if immediatePauli Virtanen1-2/+9
2026-04-01netfilter: nf_tables: reject immediate NF_QUEUE verdictPablo Neira Ayuso1-2/+5
2026-04-01netfilter: x_tables: restrict xt_check_match/xt_check_target extensions for NFPROTO_ARPPablo Neira Ayuso1-0/+23
2026-04-01netfilter: ipset: drop logically empty buckets in mtype_delYifan Wu1-1/+1
2026-04-01netfilter: ctnetlink: ignore explicit helper on new expectationsPablo Neira Ayuso1-45/+9
2026-04-01netfilter: ctnetlink: zero expect NAT fields when CTA_EXPECT_NAT absentQi Tang1-0/+6
2026-04-01netfilter: nf_conntrack_helper: pass helper to expect cleanupQi Tang1-1/+1
2026-04-01netfilter: ipset: use nla_strcmp for IPSET_ATTR_NAME attrFlorian Westphal2-4/+4
2026-04-01netfilter: x_tables: ensure names are nul-terminatedFlorian Westphal2-0/+11
2026-04-01netfilter: nfnetlink_log: account for netlink header sizeFlorian Westphal1-1/+1
2026-04-01netfilter: flowtable: strictly check for maximum number of actionsPablo Neira Ayuso1-66/+130
2026-03-31net/iucv: Add missing kernel-doc return value descriptionsNagamani PV2-5/+13
2026-03-31mptcp: fix soft lockup in mptcp_recvmsg()Li Xiasong1-3/+8
2026-03-31net: ipv6: flowlabel: defer exclusive option free until RCU teardownZhengchuan Liang1-5/+0
2026-03-31bridge: mrp: reject zero test interval to avoid OOM panicXiang Mei1-2/+2
2026-03-30net: sched: cls_api: fix tc_chain_fill_node to initialize tcm_info to zero to prevent an info-leakYochai Eisenrich1-0/+1
2026-03-30net: use skb_header_pointer() for TCPv4 GSO frag_off checkGuoyu Su1-3/+8
2026-03-30ipv6: prevent possible UaF in addrconf_permanent_addr()Paolo Abeni1-3/+3
2026-03-30net: Clear the dst when performing encap / decapJakub Kicinski1-23/+27
2026-03-30xfrm: account XFRMA_IF_ID in aevent size calculationKeenan Dong1-2/+8
2026-03-30xfrm: clear trailing padding in build_polexpire()Yasuaki Torimaru1-0/+2
2026-03-29svcrdma: Factor out WR chain linking into helperChuck Lever1-39/+28
2026-03-29svcrdma: Add Write chunk WRs to the RPC's Send WR chainChuck Lever2-23/+81
2026-03-29svcrdma: Clean up use of rdma->sc_pd->deviceChuck Lever1-9/+9
2026-03-29svcrdma: Clean up use of rdma->sc_pd->device in Receive pathsChuck Lever1-6/+7
2026-03-29svcrdma: Add fair queuing for Send Queue accessChuck Lever3-68/+135
2026-03-29SUNRPC: Optimize rq_respages allocation in svc_alloc_argChuck Lever2-1/+8
2026-03-29SUNRPC: Track consumed rq_pages entriesChuck Lever4-3/+11
2026-03-29svcrdma: preserve rq_next_page in svc_rdma_save_io_pagesChuck Lever1-4/+2
2026-03-29SUNRPC: Handle NULL entries in svc_rqst_release_pagesChuck Lever1-7/+13
2026-03-29SUNRPC: Allocate a separate Reply page arrayChuck Lever4-32/+54
2026-03-29SUNRPC: Tighten bounds checking in svc_rqst_replace_pageChuck Lever1-4/+4
2026-03-29sunrpc: split cache_detail queue into request and reader listsJeff Layton1-84/+59
2026-03-29sunrpc: convert queue_wait from global to per-cache-detail waitqueueJeff Layton1-4/+3
2026-03-29sunrpc: convert queue_lock from global spinlock to per-cache-detail lockJeff Layton1-24/+23
2026-03-29sunrpc: Kill RPC_IFDEBUG()Andy Shevchenko1-13/+14
2026-03-29SUNRPC: Replace KUnit tests for memcmp() with KUNIT_EXPECT_MEMEQ_MSG()Ryota Sakamoto1-42/+51
2026-03-29sunrpc/cache: improve RCU safety in cache_list walking.NeilBrown1-32/+28
2026-03-29net: hsr: use __func__ instead of hardcoded function nameLuka Gejak1-1/+1
2026-03-29net: hsr: constify hsr_ops and prp_ops protocol operation structuresLuka Gejak2-3/+3
2026-03-29tcp: use __jhash_final() in inet6_ehashfn()Eric Dumazet1-2/+2
2026-03-29netfilter: remove nf_ipv6_ops and use direct function callsFernando Fernandez Mancera8-94/+26
2026-03-29ipv6: remove ipv6_stub infrastructure completelyFernando Fernandez Mancera4-141/+1