summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-08-10sunrpc: defer rq_argp and rq_resp free until after RCU grace periodJeff Layton1-3/+10
2026-08-10SUNRPC: Add svc_serv_maxthreads() to report the thread ceilingChuck Lever1-0/+23
2026-08-10net/sunrpc/svcauth_unix: Use strscpy() to copy strings into arraysDavid Laight1-2/+2
2026-08-10rpcrdma: arm rn_done before publishing the notificationChuck Lever1-6/+18
2026-08-10SUNRPC: Check svc pool percpu counter allocationChuck Lever1-6/+39
2026-08-10sunrpc: init gssp_lock before publishing proc entryChris Mason4-8/+1
2026-08-10SUNRPC: close backchannel before destroying callback serviceChuck Lever1-7/+31
2026-08-10SUNRPC: Zero rpc_gss_wire_cred at svcauth_gss_decode_credbody() entryChris Mason1-0/+3
2026-08-10SUNRPC: Guard svcauth_gss_release() dispatch on rq_auth_statChris Mason1-0/+2
2026-08-10SUNRPC: reject duplicate CREDS_VALUE optionsChris Mason1-0/+6
2026-08-10SUNRPC: fix gssx_dec_option_array error path bugsChris Mason1-3/+6
2026-08-10SUNRPC: Reject krb5 v2 wrap tokens with oversized ec fieldChuck Lever1-0/+2
2026-08-10svcrdma: Clear sc_cm_id when ADDR_CHANGE replacement failsChuck Lever1-1/+3
2026-08-10svcrdma: Reject connection when transport allocation failsChuck Lever1-6/+10
2026-08-10svcrdma: Use svc_xprt_put to free listener on create failureChuck Lever1-1/+7
2026-08-10svcrdma: Reorder rpcrdma_rn_unregister before rdma_destroy_idChuck Lever1-3/+10
2026-08-10svcrdma: Fix unmatched rn_unregister on failed acceptChris Mason2-8/+44
2026-08-03SUNRPC: always drain cache_cleaner before destroying a cache_detailJeff Layton1-4/+3
2026-08-03svcrdma: Reject Read lists that exceed the page budgetChuck Lever1-3/+9
2026-08-03svcrdma: Validate Read chunk positions at decode timeChuck Lever2-3/+61
2026-08-03svcrdma: Reject Write/Reply chunks with segcount 0Chris Mason2-4/+7
2026-08-03svcrdma: Reject oversized Read segments at decode timeChuck Lever2-2/+5
2026-08-03svcrdma: Fix offset arithmetic in read_chunk_rangeChris Mason1-2/+7
2026-08-03svcrdma: Validate Read chunk positions before reconstructionChuck Lever1-8/+30
2026-08-03SUNRPC: harden gss_krb5_unwrap_v2 against short tokensChris Mason1-2/+9
2026-08-03SUNRPC: xdr_buf_trim: clamp buf->len to avoid underflowChris Mason1-1/+1
2026-08-03SUNRPC: harden gss_unwrap_resp_priv length checksChris Mason1-1/+5
2026-08-03SUNRPC: svcauth_gss: enforce krb5 token minimum lengthChris Mason1-0/+2
2026-08-03SUNRPC: Reject short RFC 4121 MIC tokens in gss_krb5_verify_mic_v2Chuck Lever1-0/+3
2026-07-30Merge tag 'net-7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds60-714/+1555
2026-07-30Merge tag 'linux-can-fixes-for-7.2-20260729' of git://git.kernel.org/pub/scm/...Paolo Abeni5-96/+251
2026-07-30net: openvswitch: fix potential UAF on meter attach failureIlya Maximets1-14/+19
2026-07-29net: openvswitch: fix skb leak on flow key update failure during ctIlya Maximets1-1/+1
2026-07-29net: openvswitch: fix skb leak on flow key update failure during recirculationIlya Maximets1-1/+9
2026-07-29Merge tag 'wireless-2026-07-29' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski4-5/+34
2026-07-29sctp: validate Adaptation Indication parameter lengthCharles Vosburgh1-0/+6
2026-07-29ipv6: release fib6_null_entry on subtree failureShuangpeng Bai1-0/+1
2026-07-29psp: fix NULL genl_sock deref race with concurrent netns teardownKiran Kella1-5/+12
2026-07-29can: isotp: check register_netdevice_notifier() error in module initMinhong He1-4/+9
2026-07-29can: isotp: fix timer drain order, wakeup handling and tx_gen orderingOliver Hartkopp1-87/+230
2026-07-29can: j1939: transport: j1939_session_fresh_new(): initialize receive bufferOleksij Rempel1-1/+1
2026-07-29can: j1939: use netdevice_tracker for j1939_{priv,session,ecu} trackingTetsuo Handa4-4/+11
2026-07-28Bluetooth: SCO: give the socket its own sco_conn referenceAldo Ariel Panzardo1-9/+13
2026-07-28Bluetooth: hci_sync: remove unnecessary hci_conn_get in create_conn_syncPauli Virtanen1-13/+0
2026-07-28Bluetooth: hci_sync: fix hci_conn_del() use in hci_le_create_conn_syncPauli Virtanen1-1/+3
2026-07-28Bluetooth: hci_sync: hold conn in hci_past_sync() callbackPauli Virtanen1-3/+8
2026-07-28Bluetooth: hci_sync: hold conn in hci_connect_pa_sync() callbackPauli Virtanen1-2/+7
2026-07-28Bluetooth: hci_sync: hold conn in hci_connect_big_sync() callbackPauli Virtanen1-4/+12
2026-07-28Bluetooth: hci_sync: hold conn in hci_connect_acl/le_sync() callbacksPauli Virtanen1-8/+24
2026-07-28Bluetooth: hci_conn: hold conn reference in abort_conn_sync()Pauli Virtanen1-1/+11