summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-06-10netfilter: nf_log: validate MAC header was set before dumping itXiang Mei
2026-06-10netfilter: x_tables: avoid leaking percpu counter pointersKyle Zeng
2026-06-10netfilter: nf_conntrack: destroy stale expectfn expectations on unregisterWeiming Shi
2026-06-10netfilter: nf_tables_offload: drop device refcount on errorFlorian Westphal
2026-06-10netfilter: revalidate bridge portsFlorian Westphal
2026-06-10sctp: Unwind address notifier registration on failureYuho Choi
2026-06-10net: dsa: tag_yt921x: handle ACL tag codeDavid Yang
2026-06-10rds: mark snapshot pages dirty in rds_info_getsockopt()Breno Leitao
2026-06-10ip6_vti: fix incorrect tunnel matching in vti6_tnl_lookup()Eric Dumazet
2026-06-10fddi: validate skb length before parsing headersYizhou Zhao
2026-06-10Merge tag 'wireless-next-2026-06-10' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski
2026-06-10rfkill: Replace strcpy() with memcpy()David Laight
2026-06-09net/rds: fix NULL deref in rds_ib_send_cqe_handler() on masked atomic completionWeiming Shi
2026-06-09net: guard timestamp cmsgs to real error queue skbsKyle Zeng
2026-06-09sctp: validate embedded INIT chunk and address list lengths in cookieXin Long
2026-06-09ip6_vti: set netns_immutable on the fallback device.Eric Dumazet
2026-06-09net: add retry mechanism to ndo_set_rx_mode_asyncStanislav Fomichev
2026-06-09sctp: fix uninit-value in __sctp_rcv_asconf_lookup()Michael Bommarito
2026-06-09sctp: stream: fully roll back denied add-stream stateWyatt Feng
2026-06-09net/rxrpc: Reimplement DES-PCBC using DES libraryEric Biggers
2026-06-09net/rxrpc: Use local FCrypt-PCBC implementationEric Biggers
2026-06-09net/rxrpc: Add local FCrypt-PCBC implementationEric Biggers
2026-06-09svcrdma: wake sq waiters when the transport closesChuck Lever
2026-06-09sunrpc: wait for in-flight TLS handshake callback when cancel loses raceChuck Lever
2026-06-09sunrpc: pin svc_xprt across the asynchronous TLS handshake callbackChris Mason
2026-06-09sunrpc: harden rq_procinfo lifecycle to prevent double-freeLuxiao Xu
2026-06-09SUNRPC: Return an error from xdr_buf_to_bvec() on overflowChuck Lever
2026-06-09SUNRPC: Bound-check xdr_buf_to_bvec() stores before writingChuck Lever
2026-06-09Revert "svcrdma: Use contiguous pages for RDMA Read sink buffers"Chuck Lever
2026-06-09svcrdma: Defer send context release to xpo_release_ctxtChuck Lever
2026-06-09svcrdma: Release write chunk resources without re-queuingChuck Lever
2026-06-09SUNRPC: Remove dead rpcsec_gss_krb5 definitionsChuck Lever
2026-06-09SUNRPC: Remove redundant crypto Kconfig dependenciesChuck Lever
2026-06-09SUNRPC: Remove per-enctype Kconfig optionsChuck Lever
2026-06-09SUNRPC: Remove dead code from rpcsec_gss_krb5Chuck Lever
2026-06-09SUNRPC: Remove legacy skcipher/ahash handles from krb5_ctxChuck Lever
2026-06-09SUNRPC: Remove encrypt/decrypt function pointers from enctype tableChuck Lever
2026-06-09SUNRPC: Remove wrap/unwrap function pointers from enctype tableChuck Lever
2026-06-09SUNRPC: Remove get_mic/verify_mic function pointers from enctype tableChuck Lever
2026-06-09SUNRPC: Switch MIC token verification to crypto/krb5Chuck Lever
2026-06-09SUNRPC: Switch MIC token generation to crypto/krb5Chuck Lever
2026-06-09SUNRPC: Switch Camellia decrypt to crypto/krb5Chuck Lever
2026-06-09SUNRPC: Switch wrap token decryption to crypto/krb5Chuck Lever
2026-06-09SUNRPC: Switch wrap token encryption to crypto/krb5Chuck Lever
2026-06-09SUNRPC: Prepare crypto/krb5 encryption and checksum handlesChuck Lever
2026-06-09SUNRPC: Add errno-to-GSS status conversion helperChuck Lever
2026-06-09SUNRPC: Add helpers to convert xdr_buf byte ranges to scatterlistsChuck Lever
2026-06-09SUNRPC: Add crypto/krb5 enctype lookup to krb5_ctxChuck Lever
2026-06-09SUNRPC: Add Kconfig dependency on CRYPTO_KRB5Chuck Lever
2026-06-09net: ethtool: optionally skip rtnl_lock on IOCTL pathJakub Kicinski