summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2026-04-01bpf: sockmap: Fix use-after-free of sk->sk_socket in sk_psock_verdict_data_re...Kuniyuki Iwashima-5/+8
2026-04-01ipv6: move ip6_dst_hoplimit() to net/ipv6/ip6_output.cEric Dumazet-23/+21
2026-04-01rds: ib: reject FRMR registration before IB connection is establishedWeiming Shi-1/+6
2026-04-01ipv6: fix data race in fib6_metric_set() using cmpxchgHangbin Liu-3/+11
2026-04-01Bluetooth: hci_sync: fix stack buffer overflow in hci_le_big_create_synchkbinbin-1/+2
2026-04-01Bluetooth: SMP: derive legacy responder STK authentication from MITM stateOleh Konko-4/+1
2026-04-01Bluetooth: SMP: force responder MITM requirements before building the pairing...Oleh Konko-1/+5
2026-04-01Bluetooth: MGMT: validate mesh send advertising payload lengthKeenan Dong-3/+11
2026-04-01Bluetooth: hci_event: fix potential UAF in hci_le_remote_conn_param_req_evtPauli Virtanen-13/+20
2026-04-01Bluetooth: hci_conn: fix potential UAF in set_cig_params_syncPauli Virtanen-1/+7
2026-04-01Bluetooth: MGMT: validate LTK enc_size on loadKeenan Dong-0/+3
2026-04-01Bluetooth: hci_sync: Fix UAF in le_read_features_completeLuiz Augusto von Dentz-5/+5
2026-04-01Bluetooth: hci_sync: fix leaks when hci_cmd_sync_queue_once failsPauli Virtanen-2/+11
2026-04-01Bluetooth: hci_sync: hci_cmd_sync_queue_once() return -EEXIST if existsPauli Virtanen-17/+36
2026-04-01Bluetooth: hci_event: move wake reason storage into validated event handlersOleh Konko-59/+35
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-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
2026-03-29ipv6: replace IS_BUILTIN(CONFIG_IPV6) with IS_ENABLED(CONFIG_IPV6)Fernando Fernandez Mancera-16/+10
2026-03-29net: remove EXPORT_IPV6_MOD() and EXPORT_IPV6_MOD_GPL() macrosFernando Fernandez Mancera-130/+0