summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-15test/vsock: MSG_ZEROCOPY flag testsArseniy Krasnov
2023-10-15docs: net: description of MSG_ZEROCOPY for AF_VSOCKArseniy Krasnov
2023-10-15vsock: enable setting SO_ZEROCOPYArseniy Krasnov
2023-10-15vsock/loopback: support MSG_ZEROCOPY for transportArseniy Krasnov
2023-10-15vsock/virtio: support MSG_ZEROCOPY for transportArseniy Krasnov
2023-10-15vhost/vsock: support MSG_ZEROCOPY for transportArseniy Krasnov
2023-10-15vsock: enable SOCK_SUPPORT_ZC bitArseniy Krasnov
2023-10-15vsock: check for MSG_ZEROCOPY support on sendArseniy Krasnov
2023-10-15vsock: read from socket's error queueArseniy Krasnov
2023-10-15vsock: set EPOLLERR on non-empty error queueArseniy Krasnov
2023-10-13appletalk: remove special handling code for ipddpLukas Bulwahn
2023-10-13qed: replace uses of strncpyJustin Stitt
2023-10-13r8169: fix rare issue with broken rx after link-down on RTL8125Heiner Kallweit
2023-10-13Merge branch 'net-netconsole-configfs-entries-for-boot-target'Jakub Kicinski
2023-10-13Documentation: netconsole: add support for cmdline targetsBreno Leitao
2023-10-13netconsole: Attach cmdline target to dynamic targetBreno Leitao
2023-10-13netconsole: Initialize configfs_item for default targetsBreno Leitao
2023-10-13netconsole: move init/cleanup functions lowerBreno Leitao
2023-10-13sfc: replace deprecated strncpy with strscpyJustin Stitt
2023-10-13net: phy: tja11xx: replace deprecated strncpy with ethtool_sprintfJustin Stitt
2023-10-13ionic: replace deprecated strncpy with strscpyJustin Stitt
2023-10-13net: sparx5: replace deprecated strncpy with ethtool_sprintfJustin Stitt
2023-10-13net/mlx4_core: replace deprecated strncpy with strscpyJustin Stitt
2023-10-13nfp: replace deprecated strncpy with strscpyJustin Stitt
2023-10-13mlxsw: pci: Allocate skbs using GFP_KERNEL during initializationIdo Schimmel
2023-10-13octeontx2-af: Enable hardware timestamping for VFsSubbaraya Sundeep
2023-10-13Merge branch 'wangxun-ethtool-stats'Jakub Kicinski
2023-10-13net: ngbe: add ethtool stats supportJiawen Wu
2023-10-13net: txgbe: add ethtool stats supportJiawen Wu
2023-10-13net: libwx: support hardware statisticsJiawen Wu
2023-10-13net: dsa: vsc73xx: replace deprecated strncpy with ethtool_sprintfJustin Stitt
2023-10-13net: fix IPSTATS_MIB_OUTFORWDATAGRAMS increment after fragment checkHeng Guo
2023-10-13Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...Jakub Kicinski
2023-10-13Merge branch 'tls-cleanups'David S. Miller
2023-10-13tls: use fixed size for tls_offload_context_{tx,rx}.driver_stateSabrina Dubroca
2023-10-13chcr_ktls: use tls_offload_context_tx and driver_state like other driversSabrina Dubroca
2023-10-13tls: validate crypto_info in a separate helperSabrina Dubroca
2023-10-13tls: remove tls_context argument from tls_set_device_offloadSabrina Dubroca
2023-10-13tls: remove tls_context argument from tls_set_sw_offloadSabrina Dubroca
2023-10-13tls: add a helper to allocate/initialize offload_ctx_txSabrina Dubroca
2023-10-13tls: also use init_prot_info in tls_set_device_offloadSabrina Dubroca
2023-10-13tls: move tls_prot_info initialization out of tls_set_sw_offloadSabrina Dubroca
2023-10-13tls: extract context alloc/initialization out of tls_set_sw_offloadSabrina Dubroca
2023-10-13tls: store iv directly within cipher_contextSabrina Dubroca
2023-10-13tls: rename MAX_IV_SIZE to TLS_MAX_IV_SIZESabrina Dubroca
2023-10-13tls: store rec_seq directly within cipher_contextSabrina Dubroca
2023-10-13tls: drop unnecessary cipher_type checks in tls offloadSabrina Dubroca
2023-10-13tls: get salt using crypto_info_salt in tls_enc_skbSabrina Dubroca
2023-10-13net: stmmac: fix typo in commentJohannes Zink
2023-10-13selftests: netdevsim: use suitable existing dummy file for flash testJiri Pirko