summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2023-10-13xen-netback: add software timestamp capabilitiesLuca Fancellu
2023-10-13ibmvnic: replace deprecated strncpy with strscpyJustin Stitt
2023-10-13net: fec: replace deprecated strncpy with ethtool_sprintfJustin Stitt
2023-10-13net: mdio: xgene: Use device_get_match_data()Rob Herring
2023-10-13net: wwan: t7xx: Add __counted_by for struct t7xx_fsm_event and use struct_si...Gustavo A. R. Silva
2023-10-13net: ethernet: wiznet: Use spi_get_device_match_data()Rob Herring
2023-10-13net: ethernet: Use device_get_match_data()Rob Herring
2023-10-13net: stmmac: dwmac-stm32: refactor clock configBen Wolsieffer
2023-10-13Merge branch 'vxlan-fdb-flushing'David S. Miller
2023-10-13selftests: fdb_flush: Add test cases for FDB flush with bridge deviceAmit Cohen
2023-10-13selftests: Add test cases for FDB flush with VXLAN deviceAmit Cohen
2023-10-13vxlan: vxlan_core: Support FDB flushing by destination IPAmit Cohen
2023-10-13vxlan: vxlan_core: Support FDB flushing by destination portAmit Cohen
2023-10-13vxlan: vxlan_core: Support FDB flushing by destination VNIAmit Cohen
2023-10-13vxlan: vxlan_core: Support FDB flushing by nexthop IDAmit Cohen
2023-10-13vxlan: vxlan_core: Support FDB flushing by source VNIAmit Cohen
2023-10-13vxlan: vxlan_core: Add support for FDB flushAmit Cohen