summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-06-09sctp: validate embedded INIT chunk and address list lengths in cookieXin Long2-3/+17
2026-06-09ip6_vti: set netns_immutable on the fallback device.Eric Dumazet1-0/+1
2026-06-09net: add retry mechanism to ndo_set_rx_mode_asyncStanislav Fomichev3-4/+55
2026-06-09sctp: fix uninit-value in __sctp_rcv_asconf_lookup()Michael Bommarito1-0/+8
2026-06-09sctp: stream: fully roll back denied add-stream stateWyatt Feng1-1/+5
2026-06-09net/rxrpc: Reimplement DES-PCBC using DES libraryEric Biggers6-40/+79
2026-06-09net/rxrpc: Use local FCrypt-PCBC implementationEric Biggers3-280/+76
2026-06-09net/rxrpc: Add local FCrypt-PCBC implementationEric Biggers7-1/+493
2026-06-09svcrdma: wake sq waiters when the transport closesChuck Lever4-10/+36
2026-06-09sunrpc: wait for in-flight TLS handshake callback when cancel loses raceChuck Lever1-0/+4
2026-06-09sunrpc: pin svc_xprt across the asynchronous TLS handshake callbackChris Mason1-0/+6
2026-06-09sunrpc: harden rq_procinfo lifecycle to prevent double-freeLuxiao Xu1-0/+10
2026-06-09SUNRPC: Return an error from xdr_buf_to_bvec() on overflowChuck Lever2-7/+18
2026-06-09SUNRPC: Bound-check xdr_buf_to_bvec() stores before writingChuck Lever1-5/+9
2026-06-09Revert "svcrdma: Use contiguous pages for RDMA Read sink buffers"Chuck Lever1-223/+0
2026-06-09svcrdma: Defer send context release to xpo_release_ctxtChuck Lever4-42/+79
2026-06-09svcrdma: Release write chunk resources without re-queuingChuck Lever1-10/+1
2026-06-09SUNRPC: Remove dead rpcsec_gss_krb5 definitionsChuck Lever4-10/+6
2026-06-09SUNRPC: Remove redundant crypto Kconfig dependenciesChuck Lever1-2/+0
2026-06-09SUNRPC: Remove per-enctype Kconfig optionsChuck Lever2-54/+14
2026-06-09SUNRPC: Remove dead code from rpcsec_gss_krb5Chuck Lever9-3336/+5
2026-06-09SUNRPC: Remove legacy skcipher/ahash handles from krb5_ctxChuck Lever3-493/+3
2026-06-09SUNRPC: Remove encrypt/decrypt function pointers from enctype tableChuck Lever3-22/+6
2026-06-09SUNRPC: Remove wrap/unwrap function pointers from enctype tableChuck Lever2-21/+2
2026-06-09SUNRPC: Remove get_mic/verify_mic function pointers from enctype tableChuck Lever2-18/+2
2026-06-09SUNRPC: Switch MIC token verification to crypto/krb5Chuck Lever1-13/+23
2026-06-09SUNRPC: Switch MIC token generation to crypto/krb5Chuck Lever3-12/+121
2026-06-09SUNRPC: Switch Camellia decrypt to crypto/krb5Chuck Lever1-2/+2
2026-06-09SUNRPC: Switch wrap token decryption to crypto/krb5Chuck Lever2-4/+57
2026-06-09SUNRPC: Switch wrap token encryption to crypto/krb5Chuck Lever3-6/+108
2026-06-09SUNRPC: Prepare crypto/krb5 encryption and checksum handlesChuck Lever2-0/+49
2026-06-09SUNRPC: Add errno-to-GSS status conversion helperChuck Lever2-0/+26
2026-06-09SUNRPC: Add helpers to convert xdr_buf byte ranges to scatterlistsChuck Lever1-0/+199
2026-06-09SUNRPC: Add crypto/krb5 enctype lookup to krb5_ctxChuck Lever2-0/+10
2026-06-09SUNRPC: Add Kconfig dependency on CRYPTO_KRB5Chuck Lever1-0/+1
2026-06-09net: ethtool: optionally skip rtnl_lock on IOCTL pathJakub Kicinski1-26/+80
2026-06-09net: ethtool: ioctl: concentrate the lockingJakub Kicinski1-10/+25
2026-06-09net: ethtool: optionally skip rtnl_lock in RSS context handlersJakub Kicinski1-14/+6
2026-06-09net: ethtool: optionally skip rtnl_lock in ethnl_act_module_fw_flash()Jakub Kicinski1-4/+2
2026-06-09net: ethtool: optionally skip rtnl_lock in ethnl_tsinfo_dumpit()Jakub Kicinski1-17/+15
2026-06-09net: ethtool: optionally skip rtnl_lock in cable test handlersJakub Kicinski1-8/+4
2026-06-09net: ethtool: optionally skip rtnl_lock on Netlink path for SET opsJakub Kicinski2-2/+37
2026-06-09net: ethtool: optionally skip rtnl_lock on Netlink path for GET opsJakub Kicinski3-6/+64
2026-06-09net: ethtool: make dev->hwprov ops-protectedJakub Kicinski2-6/+8
2026-06-09net: ethtool: relax ethnl_req_get_phydev() locking assertionJakub Kicinski3-6/+8
2026-06-09net: ethtool: serialize broadcast notification sequence allocationJakub Kicinski3-13/+17
2026-06-09esp: fix page frag reference leak on skb_to_sgvec failureAlessandro Schino2-12/+22
2026-06-09ipv4: igmp: annotate data-races around timer-related fieldsYuyang Huang1-11/+13
2026-06-09ipv4: igmp: annotate data-races around in_dev->mc_countYuyang Huang1-4/+7
2026-06-09netconsole: do not dequeue pooled skbs that cannot satisfy lenBreno Leitao1-7/+0