summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-02-22Merge tag 'nfs-for-6.3-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2023-02-22Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2023-02-22Merge tag 'for-linus-2023022201' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-02-22Merge branch 'for-6.3/hid-bpf' into for-linusBenjamin Tissoires
2023-02-22Merge branch 'for-6.3/hid-core' into for-linusBenjamin Tissoires
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-02-21Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-02-21Merge tag 'hyperv-next-signed-20230220' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2023-02-21Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-02-21net: ethtool: fix __ethtool_dev_mm_supported() implementationVladimir Oltean
2023-02-21ethtool: pse-pd: Fix double word in commentsBo Liu
2023-02-21xsk: add linux/vmalloc.h to xsk.cXuan Zhuo
2023-02-20net/sched: flower: Support hardware miss to tc actionPaul Blakey
2023-02-20net/sched: flower: Move filter handle initialization earlierPaul Blakey
2023-02-20net/sched: cls_api: Support hardware miss to tc actionPaul Blakey
2023-02-20net/sched: Rename user cookie and act cookiePaul Blakey
2023-02-20Merge tag 'ieee802154-for-net-next-2023-02-20' of git://git.kernel.org/pub/sc...Jakub Kicinski
2023-02-20net/ulp: Remove redundant ->clone() test in inet_clone_ulp().Kuniyuki Iwashima
2023-02-20Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-02-20Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-02-20SUNRPC: Fix occasional warning when destroying gss_krb5_enctypesChuck Lever
2023-02-20SUNRPC: Remove ->xpo_secure_port()Chuck Lever
2023-02-20SUNRPC: Fix whitespace damage in svcauth_unix.cChuck Lever
2023-02-20SUNRPC: Add encryption self-testsChuck Lever
2023-02-20SUNRPC: Add RFC 8009 encryption KUnit testsChuck Lever
2023-02-20SUNRPC: Add RFC 8009 checksum KUnit testsChuck Lever
2023-02-20SUNRPC: Add KDF-HMAC-SHA2 Kunit testsChuck Lever
2023-02-20SUNRPC: Add encryption KUnit tests for the RFC 6803 encryption typesChuck Lever
2023-02-20SUNRPC: Add checksum KUnit tests for the RFC 6803 encryption typesChuck Lever
2023-02-20SUNRPC: Add KDF KUnit tests for the RFC 6803 encryption typesChuck Lever
2023-02-20SUNRPC: Add Kunit tests for RFC 3962-defined encryption/decryptionChuck Lever
2023-02-20SUNRPC: Add KUnit tests RFC 3961 Key DerivationChuck Lever
2023-02-20SUNRPC: Export get_gss_krb5_enctype()Chuck Lever
2023-02-20SUNRPC: Add KUnit tests for rpcsec_krb5.koChuck Lever
2023-02-20SUNRPC: Move remaining internal definitions to gss_krb5_internal.hChuck Lever
2023-02-20SUNRPC: Advertise support for the Camellia encryption typesChuck Lever
2023-02-20SUNRPC: Add KDF_FEEDBACK_CMACChuck Lever
2023-02-20SUNRPC: Support the Camellia enctypesChuck Lever
2023-02-20SUNRPC: Advertise support for RFC 8009 encryption typesChuck Lever
2023-02-20SUNRPC: Add RFC 8009 encryption and decryption functionsChuck Lever
2023-02-20SUNRPC: Add KDF-HMAC-SHA2Chuck Lever
2023-02-20SUNRPC: Add gk5e definitions for RFC 8009 encryption typesChuck Lever
2023-02-20SUNRPC: Refactor CBC with CTS into helpersChuck Lever
2023-02-20SUNRPC: Add new subkey length fieldsChuck Lever
2023-02-20SUNRPC: Parametrize the key length passed to context_v2_alloc_cipher()Chuck Lever
2023-02-20SUNRPC: Clean up cipher set up for v1 encryption typesChuck Lever
2023-02-20SUNRPC: Hoist KDF into struct gss_krb5_enctypeChuck Lever
2023-02-20SUNRPC: Rename .encrypt_v2 and .decrypt_v2 methodsChuck Lever