summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2026-04-01Bluetooth: SCO: fix race conditions in sco_sock_connect()Cen Zhang-5/+21
2026-04-01Bluetooth: hci_sync: call destroy in hci_cmd_sync_run if immediatePauli Virtanen-2/+9
2026-04-01netfilter: nf_tables: reject immediate NF_QUEUE verdictPablo Neira Ayuso-2/+5
2026-04-01netfilter: x_tables: restrict xt_check_match/xt_check_target extensions for N...Pablo Neira Ayuso-0/+23
2026-04-01netfilter: ipset: drop logically empty buckets in mtype_delYifan Wu-1/+1
2026-04-01netfilter: ctnetlink: ignore explicit helper on new expectationsPablo Neira Ayuso-45/+9
2026-04-01netfilter: ctnetlink: zero expect NAT fields when CTA_EXPECT_NAT absentQi Tang-0/+6
2026-04-01netfilter: nf_conntrack_helper: pass helper to expect cleanupQi Tang-1/+1
2026-04-01netfilter: ipset: use nla_strcmp for IPSET_ATTR_NAME attrFlorian Westphal-4/+4
2026-04-01netfilter: x_tables: ensure names are nul-terminatedFlorian Westphal-0/+11
2026-04-01netfilter: nfnetlink_log: account for netlink header sizeFlorian Westphal-1/+1
2026-04-01netfilter: flowtable: strictly check for maximum number of actionsPablo Neira Ayuso-66/+130
2026-03-31net/iucv: Add missing kernel-doc return value descriptionsNagamani PV-5/+13
2026-03-31mptcp: fix soft lockup in mptcp_recvmsg()Li Xiasong-3/+8
2026-03-31net: ipv6: flowlabel: defer exclusive option free until RCU teardownZhengchuan Liang-5/+0
2026-03-31bridge: mrp: reject zero test interval to avoid OOM panicXiang Mei-2/+2
2026-03-30net: sched: cls_api: fix tc_chain_fill_node to initialize tcm_info to zero to...Yochai Eisenrich-0/+1
2026-03-30net: use skb_header_pointer() for TCPv4 GSO frag_off checkGuoyu Su-3/+8
2026-03-30ipv6: prevent possible UaF in addrconf_permanent_addr()Paolo Abeni-3/+3
2026-03-30net: Clear the dst when performing encap / decapJakub Kicinski-23/+27
2026-03-30xfrm: account XFRMA_IF_ID in aevent size calculationKeenan Dong-2/+8
2026-03-30xfrm: clear trailing padding in build_polexpire()Yasuaki Torimaru-0/+2
2026-03-29svcrdma: Factor out WR chain linking into helperChuck Lever-39/+28
2026-03-29svcrdma: Add Write chunk WRs to the RPC's Send WR chainChuck Lever-23/+81
2026-03-29svcrdma: Clean up use of rdma->sc_pd->deviceChuck Lever-9/+9
2026-03-29svcrdma: Clean up use of rdma->sc_pd->device in Receive pathsChuck Lever-6/+7
2026-03-29svcrdma: Add fair queuing for Send Queue accessChuck Lever-69/+136
2026-03-29SUNRPC: Optimize rq_respages allocation in svc_alloc_argChuck Lever-1/+8
2026-03-29SUNRPC: Track consumed rq_pages entriesChuck Lever-3/+11
2026-03-29svcrdma: preserve rq_next_page in svc_rdma_save_io_pagesChuck Lever-4/+2
2026-03-29SUNRPC: Handle NULL entries in svc_rqst_release_pagesChuck Lever-8/+14
2026-03-29SUNRPC: Allocate a separate Reply page arrayChuck Lever-32/+54
2026-03-29SUNRPC: Tighten bounds checking in svc_rqst_replace_pageChuck Lever-4/+4
2026-03-29sunrpc: split cache_detail queue into request and reader listsJeff Layton-84/+59
2026-03-29sunrpc: convert queue_wait from global to per-cache-detail waitqueueJeff Layton-4/+3
2026-03-29sunrpc: convert queue_lock from global spinlock to per-cache-detail lockJeff Layton-24/+23
2026-03-29sunrpc: Kill RPC_IFDEBUG()Andy Shevchenko-13/+14
2026-03-29SUNRPC: Replace KUnit tests for memcmp() with KUNIT_EXPECT_MEMEQ_MSG()Ryota Sakamoto-42/+51
2026-03-29sunrpc/cache: improve RCU safety in cache_list walking.NeilBrown-32/+28
2026-03-29net: hsr: use __func__ instead of hardcoded function nameLuka Gejak-1/+1
2026-03-29net: hsr: constify hsr_ops and prp_ops protocol operation structuresLuka Gejak-3/+3
2026-03-29tcp: use __jhash_final() in inet6_ehashfn()Eric Dumazet-2/+2
2026-03-29netfilter: remove nf_ipv6_ops and use direct function callsFernando Fernandez Mancera-94/+26
2026-03-29ipv6: remove ipv6_stub infrastructure completelyFernando Fernandez Mancera-141/+1
2026-03-29bpf: remove ipv6_bpf_stub completely and use direct function callsFernando Fernandez Mancera-48/+33
2026-03-29net: convert remaining ipv6_stub users to direct function callsFernando Fernandez Mancera-19/+12
2026-03-29ipv4: drop ipv6_stub usage and use direct function callsFernando Fernandez Mancera-29/+28
2026-03-29drivers: net: drop ipv6_stub usage and use direct function callsFernando Fernandez Mancera-2/+1
2026-03-29ipv6: prepare headers for ipv6_stub removalFernando Fernandez Mancera-0/+15
2026-03-29ipv6: remove dynamic ICMPv6 sender registration infrastructureFernando Fernandez Mancera-49/+3