aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-02-20nfsd: remove fs/nfsd/fault_inject.cJeff Layton1-142/+0
2023-02-20NFSD: fix leaked reference count of nfsd4_ssc_umount_itemDai Ngo1-4/+8
2023-02-20nfsd: clean up potential nfsd_file refcount leaks in COPY codepathJeff Layton1-13/+10
2023-02-20nfsd: zero out pointers after putting nfsd_files on COPY setup errorJeff Layton1-0/+2
2023-02-20SUNRPC: Fix whitespace damage in svcauth_unix.cChuck Lever1-3/+3
2023-02-20nfsd: eliminate __nfs4_get_fdJeff Layton1-13/+7
2023-02-20nfsd: add some kerneldoc comments for stateid preprocessing functionsJeff Layton1-4/+25
2023-02-20nfsd: eliminate find_deleg_file_lockedJeff Layton1-10/+1
2023-02-20nfsd: don't take nfsd4_copy ref for OP_OFFLOAD_STATUSJeff Layton2-13/+24
2023-02-20SUNRPC: Add encryption self-testsChuck Lever3-5/+142
2023-02-20SUNRPC: Add RFC 8009 encryption KUnit testsChuck Lever3-4/+354
2023-02-20SUNRPC: Add RFC 8009 checksum KUnit testsChuck Lever1-0/+53
2023-02-20SUNRPC: Add KDF-HMAC-SHA2 Kunit testsChuck Lever2-1/+115
2023-02-20SUNRPC: Add encryption KUnit tests for the RFC 6803 encryption typesChuck Lever1-0/+400
2023-02-20SUNRPC: Add checksum KUnit tests for the RFC 6803 encryption typesChuck Lever2-0/+169
2023-02-20SUNRPC: Add KDF KUnit tests for the RFC 6803 encryption typesChuck Lever2-1/+127
2023-02-20SUNRPC: Add Kunit tests for RFC 3962-defined encryption/decryptionChuck Lever4-9/+296
2023-02-20SUNRPC: Add KUnit tests RFC 3961 Key DerivationChuck Lever1-0/+227
2023-02-20SUNRPC: Export get_gss_krb5_enctype()Chuck Lever2-19/+17
2023-02-20SUNRPC: Add KUnit tests for rpcsec_krb5.koChuck Lever6-4/+298
2023-02-20SUNRPC: Move remaining internal definitions to gss_krb5_internal.hChuck Lever4-118/+111
2023-02-20SUNRPC: Advertise support for the Camellia encryption typesChuck Lever1-0/+4
2023-02-20SUNRPC: Add KDF_FEEDBACK_CMACChuck Lever3-0/+151
2023-02-20SUNRPC: Support the Camellia enctypesChuck Lever3-0/+72
2023-02-20SUNRPC: Advertise support for RFC 8009 encryption typesChuck Lever1-0/+4
2023-02-20SUNRPC: Add RFC 8009 encryption and decryption functionsChuck Lever3-0/+237
2023-02-20SUNRPC: Add KDF-HMAC-SHA2Chuck Lever3-0/+125
2023-02-20SUNRPC: Add gk5e definitions for RFC 8009 encryption typesChuck Lever3-2/+82
2023-02-20SUNRPC: Refactor CBC with CTS into helpersChuck Lever1-82/+105
2023-02-20SUNRPC: Add new subkey length fieldsChuck Lever2-8/+26
2023-02-20SUNRPC: Parametrize the key length passed to context_v2_alloc_cipher()Chuck Lever1-35/+26
2023-02-20SUNRPC: Clean up cipher set up for v1 encryption typesChuck Lever1-29/+29
2023-02-20SUNRPC: Hoist KDF into struct gss_krb5_enctypeChuck Lever4-122/+156
2023-02-20SUNRPC: Rename .encrypt_v2 and .decrypt_v2 methodsChuck Lever4-29/+17
2023-02-20SUNRPC: Remove ->encrypt and ->decrypt methods from struct gss_krb5_enctypeChuck Lever6-26/+46
2023-02-20SUNRPC: Enable rpcsec_gss_krb5.ko to be built without CRYPTO_DESChuck Lever5-49/+105
2023-02-20SUNRPC: Replace KRB5_SUPPORTED_ENCTYPES macroChuck Lever2-43/+39
2023-02-20NFSD: Replace /proc/fs/nfsd/supported_krb5_enctypes with a symlinkChuck Lever1-16/+58
2023-02-20SUNRPC: Add /proc/net/rpc/gss_krb5_enctypes fileChuck Lever1-0/+65
2023-02-20SUNRPC: Remove another switch on ctx->enctypeChuck Lever2-12/+19
2023-02-20SUNRPC: Refactor the GSS-API Per Message calls in the Kerberos mechanismChuck Lever6-126/+180
2023-02-20SUNRPC: Obscure Kerberos integrity keysChuck Lever3-124/+23
2023-02-20SUNRPC: Obscure Kerberos signing keysChuck Lever6-48/+127
2023-02-20SUNRPC: Obscure Kerberos encryption keysChuck Lever2-19/+26
2023-02-20SUNRPC: Refactor set-up for aux_cipherChuck Lever2-25/+26
2023-02-20SUNRPC: Obscure Kerberos session keyChuck Lever1-0/+1
2023-02-20SUNRPC: Improve Kerberos confounder generationChuck Lever5-47/+55
2023-02-20SUNRPC: Remove .conflen field from struct gss_krb5_enctypeChuck Lever4-13/+7
2023-02-20SUNRPC: Remove .blocksize field from struct gss_krb5_enctypeChuck Lever3-8/+1
2023-02-20SUNRPC: Add header ifdefs to linux/sunrpc/gss_krb5.hChuck Lever1-2/+5
2023-02-20SUNRPC: Replace pool stats with per-CPU variablesChuck Lever3-19/+26
2023-02-20SUNRPC: Use per-CPU counters to tally server RPC countsChuck Lever11-26/+42
2023-02-20nfsd: move reply cache initialization into nfsd startupJeff Layton2-9/+9
2023-02-20SUNRPC: Go back to using gsd->body_startChuck Lever1-42/+36
2023-02-20SUNRPC: Set rq_accept_statp inside ->accept methodsChuck Lever4-13/+35
2023-02-20SUNRPC: Refactor RPC server dispatch methodChuck Lever7-15/+16
2023-02-20SUNRPC: Remove no-longer-used helper functionsChuck Lever1-65/+1
2023-02-20SUNRPC: Final clean-up of svc_process_common()Chuck Lever1-8/+6
2023-02-20SUNRPC: Convert RPC Reply header encoding to use xdr_streamChuck Lever1-25/+25
2023-02-20SUNRPC: Hoist init_encode out of svc_authenticate()Chuck Lever3-5/+2
2023-02-20SUNRPC: Use xdr_stream for encoding GSS reply verifiersChuck Lever1-73/+8
2023-02-20SUNRPC: Use xdr_stream to encode replies in server-side GSS upcall helpersChuck Lever1-54/+90
2023-02-20SUNRPC: Convert unwrap data paths to use xdr_stream for repliesChuck Lever2-12/+32
2023-02-20SUNRPC: Use xdr_stream to encode Reply verifier in svcauth_tls_accept()Chuck Lever1-9/+13
2023-02-20SUNRPC: Use xdr_stream to encode Reply verifier in svcauth_unix_accept()Chuck Lever1-5/+4
2023-02-20SUNRPC: Use xdr_stream to encode Reply verifier in svcauth_null_accept()Chuck Lever1-5/+4
2023-02-20SUNRPC: Move svcxdr_init_encode() into ->accept methodsChuck Lever3-4/+10
2023-02-20SUNRPC: Push svcxdr_init_encode() into svc_process_common()Chuck Lever6-10/+23
2023-02-20SUNRPC: Add XDR encoding helper for opaque_authChuck Lever2-0/+31
2023-02-20SUNRPC: Remove the rpc_stat variable in svc_process_common()Chuck Lever1-13/+11
2023-02-20SUNRPC: Check rq_auth_stat when preparing to wrap a responseChuck Lever1-5/+7
2023-02-20SUNRPC: Convert svcauth_gss_wrap_priv() to use xdr_stream()Chuck Lever1-5/+10
2023-02-20SUNRPC: Add @head and @tail variables in svcauth_gss_wrap_priv()Chuck Lever1-17/+17
2023-02-20SUNRPC: Record gss_wrap() errors in svcauth_gss_wrap_priv()Chuck Lever2-10/+40
2023-02-20SUNRPC: Rename automatic variables in svcauth_gss_wrap_resp_priv()Chuck Lever1-30/+42
2023-02-20SUNRPC: Convert svcauth_gss_wrap_integ() to use xdr_stream()Chuck Lever1-13/+12
2023-02-20SUNRPC: Replace checksum construction in svcauth_gss_wrap_integ()Chuck Lever1-9/+2
2023-02-20SUNRPC: Record gss_get_mic() errors in svcauth_gss_wrap_integ()Chuck Lever2-13/+14
2023-02-20SUNRPC: Rename automatic variables in svcauth_gss_wrap_resp_integ()Chuck Lever1-27/+43
2023-02-20SUNRPC: Clean up svcauth_gss_release()Chuck Lever1-14/+16
2023-02-20nfsd: fix potential race in nfs4_find_fileJeff Layton1-6/+9
2023-02-20nfsd: allow nfsd_file_get to sanely handle a NULL pointerJeff Layton2-6/+3
2023-02-20NFSD: enhance inter-server copy cleanupDai Ngo3-69/+46
2023-02-20SUNRPC: Hoist svcxdr_init_decode() into svc_process()Chuck Lever2-12/+17
2023-02-20SUNRPC: Remove svc_process_common's argv parameterChuck Lever1-5/+5
2023-02-20SUNRPC: Decode most of RPC header with xdr_streamChuck Lever1-11/+9
2023-02-20SUNRPC: Eliminate unneeded variableChuck Lever1-4/+4
2023-02-20SUNRPC: Re-order construction of the first reply fieldsChuck Lever1-7/+3
2023-02-20SUNRPC: Hoist init_decode out of svc_authenticate()Chuck Lever4-13/+9
2023-02-20SUNRPC: Convert the svcauth_gss_accept() pre-amble to use xdr_streamChuck Lever1-50/+75
2023-02-20SUNRPC: Clean up svcauth_gss_accept's NULL procedure checkChuck Lever1-5/+9
2023-02-20SUNRPC: Convert gss_verify_header() to use xdr_streamChuck Lever1-23/+29
2023-02-20SUNRPC: Convert unwrap_priv_data() to use xdr_streamChuck Lever3-52/+21
2023-02-20SUNRPC: Rename automatic variables in unwrap_priv_data()Chuck Lever1-13/+25
2023-02-20SUNRPC: Convert unwrap_integ_data() to use xdr_streamChuck Lever3-16/+47
2023-02-20SUNRPC: Rename automatic variables in unwrap_integ_data()Chuck Lever1-24/+33
2023-02-20SUNRPC: Replace read_u32_from_xdr_buf() with existing XDR helperChuck Lever1-15/+1
2023-02-20SUNRPC: Convert server-side GSS upcall helpers to use xdr_streamChuck Lever1-29/+58
2023-02-20SUNRPC: Remove gss_read_verf()Chuck Lever1-26/+11
2023-02-20SUNRPC: Remove gss_read_common_verf()Chuck Lever1-21/+5
2023-02-20SUNRPC: Hoist common verifier decoding code into svcauth_gss_proc_init()Chuck Lever1-12/+14
2023-02-20SUNRPC: Move the server-side GSS upcall to a noinline functionChuck Lever1-4/+9
2023-02-20SUNRPC: Convert svcauth_tls_accept() to use xdr_streamChuck Lever1-11/+26
2023-02-20SUNRPC: Convert svcauth_unix_accept() to use xdr_streamChuck Lever2-20/+56
2023-02-20SUNRPC: Convert svcauth_null_accept() to use xdr_streamChuck Lever1-8/+25
2023-02-20SUNRPC: Add an XDR decoding helper for struct opaque_authChuck Lever2-0/+31
2023-02-20SUNRPC: Move svcxdr_init_decode() into ->accept methodsChuck Lever3-1/+8
2023-02-20SUNRPC: Push svcxdr_init_decode() into svc_process_common()Chuck Lever4-3/+1
2023-02-20NFS: nfs_encode_fh: Remove S_AUTOMOUNT checkRichard Weinberger1-1/+1
2023-02-20fs: namei: Allow follow_down() to uncover auto mountsRichard Weinberger3-5/+9
2023-02-20NFSD: Teach nfsd_mountpoint() auto mountsRichard Weinberger1-1/+1
2023-02-20net: bcmgenet: Support wake-up from s2idleFlorian Fainelli1-2/+6
2023-02-20scm: add user copy checks to put_cmsg()Eric Dumazet1-0/+2
2023-02-20devlink: drop leftover duplicate/unused codePaolo Abeni1-13/+0
2023-02-20Merge tag 'linux-can-next-for-6.3-20230217' of git://git.kernel.org/pub/scm/l...David S. Miller2-33/+41
2023-02-20net: lan966x: Use automatic selection of VCAP rule actionsetHoratiu Vultur2-4/+1
2023-02-20Merge branch 'default_rps_mask-follow-up'David S. Miller5-33/+88
2023-02-20self-tests: more rps self testsPaolo Abeni1-12/+29
2023-02-20net: make default_rps_mask a per netns attributePaolo Abeni4-21/+59
2023-02-20Merge tag 'wireless-next-2023-02-17' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller9-34/+43
2023-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller12-11/+87
2023-02-20net: microchip: sparx5: reduce stack usageArnd Bergmann1-14/+12
2023-02-20sfc: use IS_ENABLED() checks for CONFIG_SFC_SRIOVArnd Bergmann1-17/+10
2023-02-20ice: properly alloc ICE_VSI_LBMichal Swiatkowski1-0/+1
2023-02-20sfc: Fix spelling mistake "creationg" -> "creating"Colin Ian King1-1/+1
2023-02-20octeontx2-af: Add NIX Errata workaround on CN10K siliconGeetha sowjanya4-0/+33
2023-02-20net: phy: Read EEE abilities when using .featuresAndrew Lunn1-1/+3
2023-02-20Merge branch 'phydev-locks'David S. Miller2-19/+67
2023-02-20net: phy: Add locks to ethtool functionsAndrew Lunn1-18/+66
2023-02-20net: phy: marvell: Use the unlocked genphy_c45_ethtool_get_eee()Andrew Lunn1-1/+1
2023-02-20net: bcmgenet: fix MoCA LED controlDoug Berger1-9/+2
2023-02-20l2tp: Avoid possible recursive deadlock in l2tp_tunnel_register()Shigeru Yoshida1-58/+67
2023-02-20HID: mcp-2221: prevent UAF in delayed workBenjamin Tissoires1-0/+3
2023-02-20Merge branch 'icmp6-drop-reason'David S. Miller3-82/+94
2023-02-20ipv6: icmp6: add drop reason support to icmpv6_echo_reply()Eric Dumazet1-5/+8
2023-02-20ipv6: icmp6: add SKB_DROP_REASON_IPV6_NDISC_NS_OTHERHOSTEric Dumazet2-1/+8
2023-02-20ipv6: icmp6: add SKB_DROP_REASON_IPV6_NDISC_BAD_OPTIONSEric Dumazet2-17/+13
2023-02-20ipv6: icmp6: add drop reason support to ndisc_redirect_rcv()Eric Dumazet1-10/+11
2023-02-20ipv6: icmp6: add drop reason support to ndisc_router_discovery()Eric Dumazet1-18/+19
2023-02-20ipv6: icmp6: add drop reason support to ndisc_recv_rs()Eric Dumazet1-5/+7
2023-02-20ipv6: icmp6: add drop reason support to ndisc_recv_na()Eric Dumazet1-14/+14
2023-02-20ipv6: icmp6: add drop reason support to ndisc_recv_ns()Eric Dumazet1-16/+18
2023-02-20net: add location to trace_consume_skb()Eric Dumazet3-9/+11
2023-02-20selftests/net: Interpret UDP_GRO cmsg data as an int valueJakub Sitnicki1-4/+2
2023-02-20qede: fix interrupt coalescing configurationManish Chopra1-2/+9
2023-02-20xsk: support use vaddr as ringXuan Zhuo3-13/+8
2023-02-20net/smc: fix application data exceptionD. Wythe1-9/+8
2023-02-20net/smc: fix potential panic dues to unprotected smc_llc_srv_add_link()D. Wythe1-0/+2
2023-02-20Merge branch 'taprio-queuemaxsdu-fixes'Paolo Abeni1-18/+26
2023-02-20net/sched: taprio: dynamic max_sdu larger than the max_mtu is unlimitedVladimir Oltean1-0/+2
2023-02-20net/sched: taprio: don't allow dynamic max_sdu to go negative after stab adju...Vladimir Oltean1-1/+7
2023-02-20net/sched: taprio: fix calculation of maximum gate durationsVladimir Oltean1-17/+17
2023-02-20rxrpc: Fix overproduction of wakeups to recvmsg()David Howells3-2/+17
2023-02-20Merge branch 'net-final-gsi-register-updates'Paolo Abeni10-212/+205
2023-02-20net: ipa: add HW_PARAM_4 GSI registerAlex Elder2-2/+14
2023-02-20net: ipa: support different event ring encodingAlex Elder2-2/+6
2023-02-20net: ipa: avoid setting an undefined fieldAlex Elder2-2/+2
2023-02-20net: ipa: kill ev_ch_e_cntxt_1_length_encode()Alex Elder8-26/+43
2023-02-20net: ipa: kill gsi->virt_rawAlex Elder10-181/+141
2023-02-20net: ipa: fix an incorrect assignmentAlex Elder1-1/+1
2023-02-20net: dpaa2-eth: do not always set xsk support in xdp_features flagLorenzo Bianconi1-1/+3
2023-02-19ksmbd: fix possible memory leak in smb2_lock()Hangyu Hua2-18/+15
2023-02-19Linux 6.2v6.2Linus Torvalds1-1/+1
2023-02-18Merge tag 'x86-urgent-2023-02-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+1
2023-02-18Merge tag 'timers-urgent-2023-02-19' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+29
2023-02-18Merge tag 'irq-urgent-2023-02-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+12
2023-02-19Merge tag 'irqchip-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner410-4481/+5085
2023-02-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-16/+28
2023-02-18Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds3-15/+9
2023-02-18Merge tag 'block-6.2-2023-02-17' of git://git.kernel.dk/linuxLinus Torvalds1-0/+8
2023-02-18xen: sysfs: make kobj_type structure constantThomas Weißschuh1-1/+1
2023-02-18ieee802154: Drop device trackersMiquel Raynal1-20/+4
2023-02-18mac802154: Fix an always true conditionMiquel Raynal1-3/+2
2023-02-18mac802154: Send beacons using the MLME Tx pathMiquel Raynal1-1/+19
2023-02-18ieee802154: Change error code on monitor scan netlink requestMiquel Raynal1-1/+1
2023-02-18ieee802154: Convert scan error messages to extackMiquel Raynal1-6/+13
2023-02-18ieee802154: Use netlink policies when relevant on scan parametersMiquel Raynal1-56/+28
2023-02-18Merge branch irq/bcm-l2-fixes into irq/irqchip-nextMarc Zyngier2-2/+7
2023-02-18irqchip/irq-bcm7120-l2: Set IRQ_LEVEL for level triggered interruptsFlorian Fainelli1-1/+2
2023-02-18irqchip/irq-brcmstb-l2: Set IRQ_LEVEL for level triggered interruptsFlorian Fainelli1-1/+5
2023-02-18platform/x86: nvidia-wmi-ec-backlight: Add force module parameterHans de Goede1-1/+5
2023-02-18net/mlx5e: RX, Remove doubtful unlikely callGal Pressman1-1/+1
2023-02-18net/mlx5e: Fix outdated TLS commentTariq Toukan1-1/+1
2023-02-18net/mlx5e: Remove unused function mlx5e_sq_xmit_simpleTariq Toukan2-16/+0
2023-02-18net/mlx5e: Allow offloading of ct 'new' matchVlad Buslov1-12/+9
2023-02-18net/mlx5e: Implement CT entry updateVlad Buslov1-1/+117
2023-02-18net/mlx5: Simplify eq list traversalParav Pandit1-4/+4
2023-02-18net/mlx5e: Remove redundant page argument in mlx5e_xdp_handle()Tariq Toukan4-11/+9
2023-02-18net/mlx5e: Remove redundant page argument in mlx5e_xmit_xdp_buff()Tariq Toukan1-2/+3
2023-02-18net/mlx5e: Switch to using napi_build_skb()Tariq Toukan1-1/+1
2023-02-18x86/Xen: drop leftover VM-assist usesJan Beulich1-4/+0
2023-02-17Merge tag 'mm-hotfixes-stable-2023-02-17-15-16-2' of git://git.kernel.org/pub...Linus Torvalds9-7/+38
2023-02-17nilfs2: fix underflow in second superblock position calculationsRyusuke Konishi3-1/+23
2023-02-17hugetlb: check for undefined shift on 32 bit architecturesMike Kravetz1-1/+4
2023-02-17mm/migrate: fix wrongly apply write bit after mkdirty on sparc64Peter Xu2-2/+6
2023-02-17Merge tag 'powerpc-6.2-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-2/+2
2023-02-17Merge tag 'nfs-for-6.2-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-4/+4
2023-02-17Merge tag 'sound-fix-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds5-7/+15
2023-02-17Merge remote-tracking branch 'spi/for-6.3' into spi-nextMark Brown74-769/+2289
2023-02-17Merge tag 'gpio-fixes-for-v6.2-part2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1