summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-06-21Merge tag 'ieee802154-for-net-next-2026-06-20' of git://git.kernel.org/pub/sc...Jakub Kicinski6-42/+84
2026-06-21Merge tag 'batadv-net-pullrequest-20260619' of https://git.open-mesh.org/batadvJakub Kicinski12-79/+270
2026-06-21tipc: fix use-after-free of the discoverer in tipc_disc_rcv()Weiming Shi2-2/+17
2026-06-21Merge tag '9p-for-7.2-rc1' of https://github.com/martinetd/linuxLinus Torvalds5-9/+30
2026-06-219p: Add missing read barrier in virtio zero-copy pathGui-Dong Han1-0/+5
2026-06-21net/9p: Replace strlen() strcpy() pair with strscpy()David Laight1-4/+2
2026-06-21net/9p: fix race condition on rdma->state in trans_rdma.cYizhou Zhao1-2/+17
2026-06-219p: avoid putting oldfid in p9_client_walk() error pathYizhou Zhao1-1/+2
2026-06-21netfilter: nft_meta_bridge: fix NFT_META_BRI_IIFPVID stack leakFlorian Westphal1-1/+3
2026-06-21netfilter: nf_conntrack_expect: use conntrack GC to reap expectationsPablo Neira Ayuso7-105/+125
2026-06-21netfilter: nf_reject: skip iphdr options when looking for icmp headerFlorian Westphal1-1/+1
2026-06-21netfilter: nft_flow_offload: zero device address for non-ether caseFlorian Westphal1-1/+3
2026-06-21netfilter: nft_meta_bridge: add validate callback for get operationsFlorian Westphal2-3/+21
2026-06-21netfilter: nft_payload: reject offsets exceeding 65535 bytesFlorian Westphal1-3/+13
2026-06-21netfilter: ipset: make sure gc is properly stoppedJozsef Kadlecsik1-1/+1
2026-06-21netfilter: ipset: fix order of kfree_rcu() and rcu_assign_pointer()Jozsef Kadlecsik1-2/+2
2026-06-21netfilter: ipset: Don't use test_bit() in lockless RCU readers in bitmap typesJozsef Kadlecsik4-4/+6
2026-06-21netfilter: ipset: Don't use test_bit() in lockless RCU readers in hash typesJozsef Kadlecsik1-5/+5
2026-06-19ieee802154: allow legacy LLSEC ADD/DEL ops to pass strict validationMichael Bommarito2-10/+19
2026-06-19ieee802154: admin-gate legacy LLSEC dump operationsMichael Bommarito2-8/+16
2026-06-19mac802154: Prevent overwrite return code in mac802154_perform_association()Robertus Diawan Chris1-0/+1
2026-06-19ieee802154: fix kernel-infoleak in dgram_recvmsg()Aleksandr Nogikh1-3/+6
2026-06-19mac802154: llsec: add skb_cow_data() before in-place cryptoDoruk Tan Ozturk1-0/+14
2026-06-19ieee802154: Remove WARN_ON() in cfg802154_pernet_exit()Ivan Abramov1-1/+1
2026-06-19ieee802154: Avoid calling WARN_ON() on -ENOMEM in cfg802154_switch_netns()Ivan Abramov1-3/+5
2026-06-19ieee802154: Restore initial state on failed device_rename() in cfg802154_swit...Ivan Abramov1-19/+24
2026-06-19Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2026-06-19netfilter: flowtable: fix and simplify IP6IP6 tunnel handlingLorenzo Bianconi2-61/+26
2026-06-19netfilter: xt_cluster: reject template conntracks in hash matchWyatt Feng1-1/+1
2026-06-19netfilter: nf_queue: pin bridge device while NFQUEUE holds fake dstHaoze Xie2-0/+17
2026-06-19netfilter: flowtable: fix offloaded ct timeout never being extendedAdrian Bente1-4/+9
2026-06-18tipc: fix slab-use-after-free Read in tipc_aead_decrypt_doneDoruk Tan Ozturk1-0/+9
2026-06-18net: rds: check cmsg_len before reading rds_rdma_args in size passMichael Bommarito1-0/+2
2026-06-18flow_dissector: check device type before reading ETH_ADDRSYun Zhou1-2/+10
2026-06-18devlink: Fix parent ref leak on tc-bw failureCosmin Ratiu1-6/+9
2026-06-18devlink: Fix parent ref leak in devl_rate_node_create()Cosmin Ratiu1-5/+5
2026-06-18net: llc: make empty have static storage durationWentao Guan1-1/+1
2026-06-18net/sched: act_ct: preserve tc_skb_cb across defragmentationZihan Xi1-3/+4
2026-06-18Merge tag 'nfsd-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds27-4211/+1513
2026-06-17sctp: hold socket lock when dumping endpoints in sctp_diagXin Long2-42/+54
2026-06-17net: psample: fix info leak in PSAMPLE_ATTR_DATAJakub Kicinski1-2/+4
2026-06-17net: ipv4: bound TCP reordering sysctl writes and MTU probe sizesWyatt Feng2-4/+10
2026-06-17netdev-genl: report NAPI thread PID in the caller's pid namespaceMaoyi Xie1-1/+3
2026-06-17xfrm: xfrm_interface: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie1-0/+3
2026-06-17net: ip6_vti: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie1-0/+3
2026-06-17net: ip6_gre: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie1-0/+6
2026-06-17net: ip6_tunnel: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie1-0/+3
2026-06-17net: ip_vti: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie1-0/+3
2026-06-17net: ipip: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie1-0/+3
2026-06-17net: ip_gre: require CAP_NET_ADMIN in the device netns for changelinkMaoyi Xie2-0/+14