summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-10-14qed: replace uses of strncpyJustin Stitt1-4/+3
2023-10-14r8169: fix rare issue with broken rx after link-down on RTL8125Heiner Kallweit1-0/+4
2023-10-14netconsole: Attach cmdline target to dynamic targetBreno Leitao1-0/+28
2023-10-14netconsole: Initialize configfs_item for default targetsBreno Leitao1-2/+23
2023-10-14netconsole: move init/cleanup functions lowerBreno Leitao1-52/+52
2023-10-14sfc: replace deprecated strncpy with strscpyJustin Stitt1-2/+1
2023-10-14net: phy: tja11xx: replace deprecated strncpy with ethtool_sprintfJustin Stitt1-4/+2
2023-10-14ionic: replace deprecated strncpy with strscpyJustin Stitt1-2/+2
2023-10-14net: sparx5: replace deprecated strncpy with ethtool_sprintfJustin Stitt1-2/+1
2023-10-14net/mlx4_core: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-14nfp: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-14mlxsw: pci: Allocate skbs using GFP_KERNEL during initializationIdo Schimmel1-4/+5
2023-10-14octeontx2-af: Enable hardware timestamping for VFsSubbaraya Sundeep1-4/+3
2023-10-14net: ngbe: add ethtool stats supportJiawen Wu3-0/+9
2023-10-14net: txgbe: add ethtool stats supportJiawen Wu3-0/+9
2023-10-14net: libwx: support hardware statisticsJiawen Wu6-2/+377
2023-10-14net: dsa: vsc73xx: replace deprecated strncpy with ethtool_sprintfJustin Stitt1-16/+7
2023-10-13Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...Jakub Kicinski14-40/+866
2023-10-13chcr_ktls: use tls_offload_context_tx and driver_state like other driversSabrina Dubroca2-33/+46
2023-10-13net: stmmac: fix typo in commentJohannes Zink1-1/+1
2023-10-13xen-netback: add software timestamp capabilitiesLuca Fancellu1-1/+4
2023-10-13ibmvnic: replace deprecated strncpy with strscpyJustin Stitt1-1/+2
2023-10-13net: fec: replace deprecated strncpy with ethtool_sprintfJustin Stitt1-4/+2
2023-10-13net: mdio: xgene: Use device_get_match_data()Rob Herring1-15/+4
2023-10-13net: wwan: t7xx: Add __counted_by for struct t7xx_fsm_event and use struct_si...Gustavo A. R. Silva2-2/+3
2023-10-13net: ethernet: wiznet: Use spi_get_device_match_data()Rob Herring1-10/+2
2023-10-13net: ethernet: Use device_get_match_data()Rob Herring13-132/+40
2023-10-13net: stmmac: dwmac-stm32: refactor clock configBen Wolsieffer1-68/+45
2023-10-13vxlan: vxlan_core: Support FDB flushing by destination IPAmit Cohen1-1/+20
2023-10-13vxlan: vxlan_core: Support FDB flushing by destination portAmit Cohen1-1/+9
2023-10-13vxlan: vxlan_core: Support FDB flushing by destination VNIAmit Cohen1-0/+51
2023-10-13vxlan: vxlan_core: Support FDB flushing by nexthop IDAmit Cohen1-0/+15
2023-10-13vxlan: vxlan_core: Support FDB flushing by source VNIAmit Cohen1-0/+8
2023-10-13vxlan: vxlan_core: Add support for FDB flushAmit Cohen1-0/+56
2023-10-13vxlan: vxlan_core: Do not skip default entry in vxlan_flush() by defaultAmit Cohen1-6/+18
2023-10-13vxlan: vxlan_core: Make vxlan_flush() more generic for future useAmit Cohen1-4/+26
2023-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski123-586/+1167
2023-10-12Merge tag 'net-6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds30-104/+200
2023-10-12Merge tag 'soc-fixes-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-4/+7
2023-10-12Merge tag 'pmdomain-v6.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+2
2023-10-12Merge tag 'pinctrl-v6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds10-32/+67
2023-10-12nfp: add support CHACHA20-POLY1305 offload for ipsecShihong Wang1-3/+42
2023-10-12rswitch: Fix imbalance phy_power_off() callingYoshihiro Shimoda1-1/+1
2023-10-12rswitch: Fix renesas_eth_sw_remove() implementationYoshihiro Shimoda1-4/+6
2023-10-12octeontx2-pf: Fix page pool frag allocation warningRatheesh Kannoth1-0/+1
2023-10-12pinctrl: renesas: rzn1: Enable missing PINMUXRalph Siemsen1-0/+1
2023-10-12netdev: use napi_schedule bool instead of napi_schedule_prep/__napi_scheduleChristian Marangi2-6/+2
2023-10-12net: tc35815: rework network interface interrupt logicChristian Marangi1-7/+3
2023-10-12netdev: replace napi_reschedule with napi_scheduleChristian Marangi18-21/+21
2023-10-12netdev: replace simple napi_schedule_prep/__napi_schedule to napi_scheduleChristian Marangi2-4/+3