| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-03-23 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 2 | -8/+15 |
| 2023-03-23 | Merge tag 'for-net-2023-03-23' of git://git.kernel.org/pub/scm/linux/kernel/g... | Jakub Kicinski | 5 | -71/+155 |
| 2023-03-23 | Merge tag 'wireless-2023-03-23' of git://git.kernel.org/pub/scm/linux/kernel/... | Jakub Kicinski | 5 | -13/+23 |
| 2023-03-23 | Bluetooth: HCI: Fix global-out-of-bounds | Sungwoo Kim | 1 | -0/+2 |
| 2023-03-23 | Bluetooth: mgmt: Fix MGMT add advmon with RSSI command | Howard Chung | 1 | -1/+2 |
| 2023-03-23 | Bluetooth: L2CAP: Fix responding with wrong PDU type | Luiz Augusto von Dentz | 1 | -38/+79 |
| 2023-03-22 | Bluetooth: Remove "Power-on" check from Mesh feature | Brian Gix | 1 | -6/+0 |
| 2023-03-22 | Bluetooth: Fix race condition in hci_cmd_sync_clear | Min Li | 1 | -0/+2 |
| 2023-03-22 | Bluetooth: ISO: fix timestamped HCI ISO data packet parsing | Pauli Virtanen | 1 | -2/+7 |
| 2023-03-22 | Bluetooth: hci_core: Detect if an ACL packet is in fact an ISO packet | Luiz Augusto von Dentz | 1 | -4/+19 |
| 2023-03-22 | Bluetooth: hci_sync: Resume adv with no RPA when active scan | Zhengping Jiang | 1 | -20/+44 |
| 2023-03-22 | xdp: bpf_xdp_metadata use EOPNOTSUPP for no driver support | Jesper Dangaard Brouer | 1 | -2/+8 |
| 2023-03-22 | wifi: mac80211: fix mesh path discovery based on unicast packets | Felix Fietkau | 1 | -11/+11 |
| 2023-03-22 | wifi: mac80211: fix qos on mesh interfaces | Felix Fietkau | 1 | -2/+4 |
| 2023-03-21 | erspan: do not use skb_mac_header() in ndo_start_xmit() | Eric Dumazet | 2 | -4/+4 |
| 2023-03-21 | net: dsa: tag_brcm: legacy: fix daisy-chained switches | Álvaro Fernández Rojas | 1 | -2/+8 |
| 2023-03-20 | net: dsa: report rx_bytes unadjusted for ETH_HLEN | Vladimir Oltean | 1 | -1/+1 |
| 2023-03-17 | Merge tag 'net-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 30 | -204/+240 |
| 2023-03-16 | net: xdp: don't call notifiers during driver init | Jakub Kicinski | 1 | -1/+3 |
| 2023-03-16 | net/sched: act_api: add specific EXT_WARN_MSG for tc action | Hangbin Liu | 1 | -4/+4 |
| 2023-03-16 | Revert "net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchy" | Hangbin Liu | 1 | -2/+2 |
| 2023-03-16 | ynl: broaden the license even more | Jakub Kicinski | 4 | -4/+4 |
| 2023-03-16 | hsr: ratelimit only when errors are printed | Matthieu Baerts | 1 | -1/+1 |
| 2023-03-16 | net/iucv: Fix size of interrupt data | Alexandra Winter | 1 | -1/+1 |
| 2023-03-16 | ipv4: Fix incorrect table ID in IOCTL path | Ido Schimmel | 1 | -0/+3 |
| 2023-03-16 | Merge tag 'ipsec-2023-03-15' of git://git.kernel.org/pub/scm/linux/kernel/git... | Jakub Kicinski | 2 | -9/+41 |
| 2023-03-16 | net: Use of_property_read_bool() for boolean properties | Rob Herring | 1 | -2/+2 |
| 2023-03-16 | net: dsa: don't error out when drivers return ETH_DATA_LEN in .port_max_mtu() | Vladimir Oltean | 1 | -4/+5 |
| 2023-03-16 | virtio/vsock: don't drop skbuff on copy failure | Arseniy Krasnov | 1 | -3/+2 |
| 2023-03-16 | virtio/vsock: remove redundant 'skb_pull()' call | Arseniy Krasnov | 1 | -1/+0 |
| 2023-03-16 | virtio/vsock: don't use skbuff state to account credit | Arseniy Krasnov | 1 | -12/+11 |
| 2023-03-16 | xsk: Add missing overflow check in xdp_umem_reg | Kal Conley | 1 | -6/+7 |
| 2023-03-15 | wifi: mac80211: Serialize ieee80211_handle_wake_tx_queue() | Alexander Wetzel | 3 | -0/+8 |
| 2023-03-15 | net/smc: Fix device de-init sequence | Stefan Raspl | 1 | -0/+1 |
| 2023-03-15 | net/smc: fix deadlock triggered by cancel_delayed_work_syn() | Wenjia Zhang | 1 | -1/+1 |
| 2023-03-15 | tcp: Fix bind() conflict check for dual-stack wildcard address. | Kuniyuki Iwashima | 1 | -1/+7 |
| 2023-03-15 | net: tunnels: annotate lockless accesses to dev->needed_headroom | Eric Dumazet | 2 | -8/+8 |
| 2023-03-14 | net: hsr: Don't log netdev_err message on unknown prp dst node | Kristian Overskeid | 1 | -1/+1 |
| 2023-03-13 | net/smc: fix NULL sndbuf_desc in smc_cdc_tx_handler() | D. Wythe | 1 | -0/+3 |
| 2023-03-12 | wifi: cfg80211: Partial revert "wifi: cfg80211: Fix use after free for wext" | Hector Martin | 1 | -2/+0 |
| 2023-03-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf | Jakub Kicinski | 3 | -4/+4 |
| 2023-03-10 | mptcp: fix lockdep false positive in mptcp_pm_nl_create_listen_socket() | Paolo Abeni | 1 | -0/+16 |
| 2023-03-10 | mptcp: avoid setting TCP_CLOSE state twice | Matthieu Baerts | 1 | -1/+0 |
| 2023-03-10 | mptcp: add ro_after_init for tcp{,v6}_prot_override | Geliang Tang | 1 | -2/+2 |
| 2023-03-10 | mptcp: fix UaF in listener shutdown | Paolo Abeni | 3 | -78/+2 |
| 2023-03-10 | mptcp: use the workqueue to destroy unaccepted sockets | Paolo Abeni | 3 | -16/+46 |
| 2023-03-10 | mptcp: refactor passive socket initialization | Paolo Abeni | 2 | -23/+21 |
| 2023-03-10 | mptcp: fix possible deadlock in subflow_error_report | Paolo Abeni | 1 | -0/+7 |
| 2023-03-10 | xdp: add xdp_set_features_flag utility routine | Lorenzo Bianconi | 1 | -7/+19 |
| 2023-03-10 | Merge tag 'wireless-2023-03-10' of git://git.kernel.org/pub/scm/linux/kernel/... | Jakub Kicinski | 2 | -21/+26 |
| 2023-03-10 | Merge tag 'nfsd-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l... | Linus Torvalds | 1 | -1/+5 |
| 2023-03-10 | wifi: cfg80211: fix MLO connection ownership | Johannes Berg | 1 | -9/+7 |
| 2023-03-10 | wifi: mac80211: check basic rates validity | Johannes Berg | 1 | -10/+11 |
| 2023-03-10 | wifi: nl80211: fix puncturing bitmap policy | Johannes Berg | 1 | -1/+7 |
| 2023-03-10 | wifi: nl80211: fix NULL-ptr deref in offchan check | Johannes Berg | 1 | -1/+1 |
| 2023-03-09 | tcp: tcp_make_synack() can be called from process context | Breno Leitao | 1 | -1/+1 |
| 2023-03-09 | Merge tag 'net-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 28 | -77/+136 |
| 2023-03-08 | net: avoid double iput when sock_alloc_file fails | Thadeu Lima de Souza Cascardo | 1 | -7/+4 |
| 2023-03-08 | af_unix: fix struct pid leaks in OOB support | Eric Dumazet | 1 | -2/+8 |
| 2023-03-08 | SUNRPC: Fix a server shutdown leak | Benjamin Coddington | 1 | -1/+5 |
| 2023-03-08 | net/smc: fix fallback failed while sendmsg with fastopen | D. Wythe | 1 | -5/+8 |
| 2023-03-08 | netfilter: nft_redir: correct value of inet type `.maxattrs` | Jeremy Sowden | 1 | -1/+1 |
| 2023-03-08 | netfilter: nft_redir: correct length for loading protocol registers | Jeremy Sowden | 1 | -1/+1 |
| 2023-03-08 | netfilter: nft_masq: correct length for loading protocol registers | Jeremy Sowden | 1 | -1/+1 |
| 2023-03-08 | netfilter: nft_nat: correct length for loading protocol registers | Jeremy Sowden | 1 | -1/+1 |
| 2023-03-07 | ynl: re-license uniformly under GPL-2.0 OR BSD-3-Clause | Jakub Kicinski | 4 | -4/+4 |
| 2023-03-07 | nfc: change order inside nfc_se_io error path | Fedor Pchelkin | 1 | -1/+1 |
| 2023-03-07 | Merge branch 'main' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilte... | Paolo Abeni | 4 | -11/+11 |
| 2023-03-07 | netfilter: conntrack: adopt safer max chain length | Eric Dumazet | 1 | -2/+2 |
| 2023-03-06 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 4 | -6/+25 |
| 2023-03-06 | net: tls: fix device-offloaded sendpage straddling records | Jakub Kicinski | 1 | -0/+2 |
| 2023-03-06 | bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES | Alexander Lobakin | 1 | -6/+13 |
| 2023-03-06 | netfilter: tproxy: fix deadlock due to missing BH disable | Florian Westphal | 2 | -2/+2 |
| 2023-03-06 | netfilter: ctnetlink: revert to dumping mark regardless of event type | Ivan Delalande | 1 | -7/+7 |
| 2023-03-03 | bpf, sockmap: Fix an infinite loop error when len is 0 in tcp_bpf_recvmsg_par... | Liu Jian | 3 | -0/+12 |
| 2023-03-02 | Merge tag 'ieee802154-for-net-2023-03-02' of git://git.kernel.org/pub/scm/lin... | Jakub Kicinski | 1 | -1/+1 |
| 2023-03-02 | net: caif: Fix use-after-free in cfusbl_device_notify() | Shigeru Yoshida | 1 | -0/+3 |
| 2023-03-02 | ieee802154: Prevent user from crashing the host | Miquel Raynal | 1 | -1/+1 |
| 2023-03-02 | net: use indirect calls helpers for sk_exit_memory_pressure() | Brian Vazquez | 1 | -1/+2 |
| 2023-03-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf | Paolo Abeni | 2 | -1/+9 |
| 2023-03-01 | net: tls: avoid hanging tasks on the tx_lock | Jakub Kicinski | 1 | -7/+19 |
| 2023-03-01 | net: tls: fix possible race condition between do_tls_getsockopt_conf() and do... | Hangyu Hua | 1 | -18/+5 |
| 2023-03-01 | Merge tag 'nfsd-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l... | Linus Torvalds | 1 | -6/+17 |
| 2023-03-01 | Merge tag '9p-6.3-for-linus-part1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 3 | -22/+49 |
| 2023-03-01 | netfilter: nft_quota: copy content when cloning expression | Pablo Neira Ayuso | 1 | -1/+5 |
| 2023-03-01 | netfilter: nft_last: copy content when cloning expression | Pablo Neira Ayuso | 1 | -0/+4 |
| 2023-03-01 | net/sched: flower: fix fl_change() error recovery path | Eric Dumazet | 1 | -4/+6 |
| 2023-03-01 | ila: do not generate empty messages in ila_xlat_nl_cmd_get_mapping() | Eric Dumazet | 1 | -0/+1 |
| 2023-03-01 | net/sched: act_connmark: handle errno on tcf_idr_check_alloc | Pedro Tammela | 1 | -0/+3 |
| 2023-03-01 | net: avoid skb end_offset change in __skb_unclone_keeptruesize() | Eric Dumazet | 1 | -8/+23 |
| 2023-02-28 | tls: rx: fix return value for async crypto | Jakub Kicinski | 1 | -1/+1 |
| 2023-02-27 | Merge tag 'net-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 24 | -131/+169 |
| 2023-02-27 | SUNRPC: Properly terminate test case arrays | Chuck Lever | 1 | -0/+5 |
| 2023-02-27 | SUNRPC: Let Kunit tests run with some enctypes compiled out | Chuck Lever | 1 | -6/+12 |
| 2023-02-27 | tcp: tcp_check_req() can be called from process context | Eric Dumazet | 1 | -2/+5 |
| 2023-02-27 | Merge tag 'wireless-2023-02-27' of git://git.kernel.org/pub/scm/linux/kernel/... | Jakub Kicinski | 1 | -2/+2 |
| 2023-02-27 | net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchy | Pedro Tammela | 1 | -2/+2 |
| 2023-02-26 | net/sched: act_sample: fix action bind logic | Pedro Tammela | 1 | -2/+9 |
| 2023-02-26 | net/sched: act_mpls: fix action bind logic | Pedro Tammela | 1 | -29/+37 |
| 2023-02-26 | net/sched: act_pedit: fix action bind logic | Pedro Tammela | 1 | -27/+31 |
| 2023-02-26 | wifi: wext: warn about usage only once | Johannes Berg | 1 | -2/+2 |
| 2023-02-26 | nfc: fix memory leak of se_io context in nfc_genl_se_io | Fedor Pchelkin | 1 | -0/+4 |
| 2023-02-26 | net/sched: cls_api: Move call to tcf_exts_miss_cookie_base_destroy() | Nathan Chancellor | 1 | -1/+1 |
| 2023-02-24 | Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -1/+1 |
| 2023-02-24 | net/9p: fix bug in client create for .L | Eric Van Hensbergen | 1 | -1/+1 |
| 2023-02-24 | 9p/rdma: unmap receive dma buffer in rdma_request()/post_recv() | Zhengchao Shao | 1 | -3/+12 |
| 2023-02-24 | 9p/xen: fix connection sequence | Juergen Gross | 1 | -15/+23 |
| 2023-02-24 | 9p/xen: fix version parsing | Juergen Gross | 1 | -2/+8 |
| 2023-02-24 | net: fix __dev_kfree_skb_any() vs drop monitor | Eric Dumazet | 1 | -1/+3 |
| 2023-02-24 | xfrm: Allow transport-mode states with AF_UNSPEC selector | Herbert Xu | 1 | -5/+0 |
| 2023-02-23 | Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -1/+1 |
| 2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -5/+6 |
| 2023-02-23 | net/9p: Adjust maximum MSIZE to account for p9 header | Eric Van Hensbergen | 1 | -1/+5 |
| 2023-02-23 | sctp: add a refcnt in sctp_stream_priorities to avoid a nested loop | Xin Long | 1 | -31/+21 |
| 2023-02-23 | ipv6: Add lwtunnel encap size of all siblings in nexthop calculation | Lu Wei | 1 | -5/+6 |
| 2023-02-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf | Jakub Kicinski | 13 | -29/+48 |
| 2023-02-22 | Merge tag 'nfs-for-6.3-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 2 | -4/+6 |
| 2023-02-22 | Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 24 | -1324/+4753 |
| 2023-02-22 | Merge tag 'for-linus-2023022201' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -3/+2 |
| 2023-02-22 | Merge branch 'for-6.3/hid-bpf' into for-linus | Benjamin Tissoires | 1 | -1/+1 |
| 2023-02-22 | Merge branch 'for-6.3/hid-core' into for-linus | Benjamin Tissoires | 1 | -2/+1 |
| 2023-02-22 | netfilter: x_tables: fix percpu counter block leak on error path when creatin... | Pavel Tikhomirov | 3 | -0/+12 |
| 2023-02-21 | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 299 | -13875/+13399 |
| 2023-02-21 | Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 8 | -78/+71 |
| 2023-02-21 | Merge tag 'hyperv-next-signed-20230220' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -3/+1 |
| 2023-02-22 | netfilter: ctnetlink: make event listener tracking global | Florian Westphal | 3 | -5/+9 |
| 2023-02-22 | netfilter: xt_length: use skb len to match in length_mt6 | Xin Long | 1 | -2/+1 |
| 2023-02-22 | netfilter: ebtables: fix table blob use-after-free | Florian Westphal | 3 | -5/+3 |
| 2023-02-22 | netfilter: ip6t_rpfilter: Fix regression with VRF interfaces | Phil Sutter | 1 | -1/+3 |
| 2023-02-22 | netfilter: conntrack: fix rmmod double-free race | Florian Westphal | 3 | -14/+15 |
| 2023-02-22 | netfilter: ctnetlink: fix possible refcount leak in ctnetlink_create_conntrack() | Hangyu Hua | 1 | -1/+4 |
| 2023-02-21 | Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
| 2023-02-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 3 | -67/+77 |
| 2023-02-21 | net: ethtool: fix __ethtool_dev_mm_supported() implementation | Vladimir Oltean | 1 | -1/+1 |
| 2023-02-21 | ethtool: pse-pd: Fix double word in comments | Bo Liu | 1 | -1/+1 |
| 2023-02-21 | xsk: add linux/vmalloc.h to xsk.c | Xuan Zhuo | 1 | -0/+1 |
| 2023-02-20 | net/sched: flower: Support hardware miss to tc action | Paul Blakey | 1 | -1/+12 |
| 2023-02-20 | net/sched: flower: Move filter handle initialization earlier | Paul Blakey | 1 | -27/+35 |
| 2023-02-20 | net/sched: cls_api: Support hardware miss to tc action | Paul Blakey | 3 | -12/+208 |
| 2023-02-20 | net/sched: Rename user cookie and act cookie | Paul Blakey | 2 | -27/+27 |
| 2023-02-20 | Merge tag 'ieee802154-for-net-next-2023-02-20' of git://git.kernel.org/pub/sc... | Jakub Kicinski | 14 | -34/+1099 |
| 2023-02-20 | net/ulp: Remove redundant ->clone() test in inet_clone_ulp(). | Kuniyuki Iwashima | 1 | -2/+1 |
| 2023-02-20 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 3 | -41/+63 |
| 2023-02-20 | Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linux | Linus Torvalds | 5 | -35/+20 |
| 2023-02-20 | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -7/+7 |
| 2023-02-20 | SUNRPC: Fix occasional warning when destroying gss_krb5_enctypes | Chuck Lever | 2 | -6/+8 |
| 2023-02-20 | SUNRPC: Remove ->xpo_secure_port() | Chuck Lever | 4 | -10/+3 |
| 2023-02-20 | SUNRPC: Fix whitespace damage in svcauth_unix.c | Chuck Lever | 1 | -3/+3 |
| 2023-02-20 | SUNRPC: Add encryption self-tests | Chuck Lever | 3 | -5/+142 |
| 2023-02-20 | SUNRPC: Add RFC 8009 encryption KUnit tests | Chuck Lever | 3 | -4/+354 |
| 2023-02-20 | SUNRPC: Add RFC 8009 checksum KUnit tests | Chuck Lever | 1 | -0/+53 |
| 2023-02-20 | SUNRPC: Add KDF-HMAC-SHA2 Kunit tests | Chuck Lever | 2 | -1/+115 |
| 2023-02-20 | SUNRPC: Add encryption KUnit tests for the RFC 6803 encryption types | Chuck Lever | 1 | -0/+400 |
| 2023-02-20 | SUNRPC: Add checksum KUnit tests for the RFC 6803 encryption types | Chuck Lever | 2 | -0/+169 |
| 2023-02-20 | SUNRPC: Add KDF KUnit tests for the RFC 6803 encryption types | Chuck Lever | 2 | -1/+127 |
| 2023-02-20 | SUNRPC: Add Kunit tests for RFC 3962-defined encryption/decryption | Chuck Lever | 4 | -9/+296 |
| 2023-02-20 | SUNRPC: Add KUnit tests RFC 3961 Key Derivation | Chuck Lever | 1 | -0/+227 |
| 2023-02-20 | SUNRPC: Export get_gss_krb5_enctype() | Chuck Lever | 2 | -19/+17 |
| 2023-02-20 | SUNRPC: Add KUnit tests for rpcsec_krb5.ko | Chuck Lever | 6 | -4/+298 |
| 2023-02-20 | SUNRPC: Move remaining internal definitions to gss_krb5_internal.h | Chuck Lever | 3 | -1/+111 |
| 2023-02-20 | SUNRPC: Advertise support for the Camellia encryption types | Chuck Lever | 1 | -0/+4 |
| 2023-02-20 | SUNRPC: Add KDF_FEEDBACK_CMAC | Chuck Lever | 3 | -0/+151 |
| 2023-02-20 | SUNRPC: Support the Camellia enctypes | Chuck Lever | 2 | -0/+68 |
| 2023-02-20 | SUNRPC: Advertise support for RFC 8009 encryption types | Chuck Lever | 1 | -0/+4 |
| 2023-02-20 | SUNRPC: Add RFC 8009 encryption and decryption functions | Chuck Lever | 3 | -0/+237 |
| 2023-02-20 | SUNRPC: Add KDF-HMAC-SHA2 | Chuck Lever | 3 | -0/+125 |
| 2023-02-20 | SUNRPC: Add gk5e definitions for RFC 8009 encryption types | Chuck Lever | 2 | -0/+65 |
| 2023-02-20 | SUNRPC: Refactor CBC with CTS into helpers | Chuck Lever | 1 | -82/+105 |
| 2023-02-20 | SUNRPC: Add new subkey length fields | Chuck Lever | 1 | -6/+14 |
| 2023-02-20 | SUNRPC: Parametrize the key length passed to context_v2_alloc_cipher() | Chuck Lever | 1 | -35/+26 |
| 2023-02-20 | SUNRPC: Clean up cipher set up for v1 encryption types | Chuck Lever | 1 | -29/+29 |
| 2023-02-20 | SUNRPC: Hoist KDF into struct gss_krb5_enctype | Chuck Lever | 3 | -102/+151 |
| 2023-02-20 | SUNRPC: Rename .encrypt_v2 and .decrypt_v2 methods | Chuck Lever | 3 | -13/+13 |
| 2023-02-20 | SUNRPC: Remove ->encrypt and ->decrypt methods from struct gss_krb5_enctype | Chuck Lever | 5 | -12/+46 |
| 2023-02-20 | SUNRPC: Enable rpcsec_gss_krb5.ko to be built without CRYPTO_DES | Chuck Lever | 5 | -48/+104 |
| 2023-02-20 | SUNRPC: Replace KRB5_SUPPORTED_ENCTYPES macro | Chuck Lever | 1 | -2/+39 |
| 2023-02-20 | SUNRPC: Add /proc/net/rpc/gss_krb5_enctypes file | Chuck Lever | 1 | -0/+65 |
| 2023-02-20 | SUNRPC: Remove another switch on ctx->enctype | Chuck Lever | 1 | -12/+18 |
| 2023-02-20 | SUNRPC: Refactor the GSS-API Per Message calls in the Kerberos mechanism | Chuck Lever | 5 | -112/+171 |
| 2023-02-20 | SUNRPC: Obscure Kerberos integrity keys | Chuck Lever | 2 | -117/+21 |
| 2023-02-20 | SUNRPC: Obscure Kerberos signing keys | Chuck Lever | 5 | -45/+125 |
| 2023-02-20 | SUNRPC: Obscure Kerberos encryption keys | Chuck Lever | 1 | -17/+26 |
| 2023-02-20 | SUNRPC: Refactor set-up for aux_cipher | Chuck Lever | 1 | -25/+25 |
| 2023-02-20 | SUNRPC: Obscure Kerberos session key | Chuck Lever | 1 | -0/+1 |
| 2023-02-20 | SUNRPC: Improve Kerberos confounder generation | Chuck Lever | 4 | -44/+55 |
| 2023-02-20 | SUNRPC: Remove .conflen field from struct gss_krb5_enctype | Chuck Lever | 3 | -10/+7 |
| 2023-02-20 | SUNRPC: Remove .blocksize field from struct gss_krb5_enctype | Chuck Lever | 2 | -7/+1 |
| 2023-02-20 | SUNRPC: Replace pool stats with per-CPU variables | Chuck Lever | 2 | -10/+20 |
| 2023-02-20 | SUNRPC: Use per-CPU counters to tally server RPC counts | Chuck Lever | 2 | -4/+9 |
| 2023-02-20 | SUNRPC: Go back to using gsd->body_start | Chuck Lever | 1 | -42/+36 |
| 2023-02-20 | SUNRPC: Set rq_accept_statp inside ->accept methods | Chuck Lever | 3 | -13/+16 |
| 2023-02-20 | SUNRPC: Refactor RPC server dispatch method | Chuck Lever | 1 | -5/+5 |
| 2023-02-20 | SUNRPC: Final clean-up of svc_process_common() | Chuck Lever | 1 | -8/+6 |
| 2023-02-20 | SUNRPC: Convert RPC Reply header encoding to use xdr_stream | Chuck Lever | 1 | -25/+25 |
| 2023-02-20 | SUNRPC: Hoist init_encode out of svc_authenticate() | Chuck Lever | 3 | -5/+2 |
| 2023-02-20 | SUNRPC: Use xdr_stream for encoding GSS reply verifiers | Chuck Lever | 1 | -73/+8 |
| 2023-02-20 | SUNRPC: Use xdr_stream to encode replies in server-side GSS upcall helpers | Chuck Lever | 1 | -54/+90 |
| 2023-02-20 | SUNRPC: Convert unwrap data paths to use xdr_stream for replies | Chuck Lever | 1 | -10/+8 |
| 2023-02-20 | SUNRPC: Use xdr_stream to encode Reply verifier in svcauth_tls_accept() | Chuck Lever | 1 | -9/+13 |
| 2023-02-20 | SUNRPC: Use xdr_stream to encode Reply verifier in svcauth_unix_accept() | Chuck Lever | 1 | -5/+4 |