summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-02-13eth: fbnic: wrap tx queue stats in a structJakub Kicinski3-10/+16
2025-02-13net: report csum_complete via qstatsJakub Kicinski2-0/+2
2025-02-12Merge branch 'use-phylib-for-reset-randomization-and-adjustable-polling'Jakub Kicinski3-1/+111
2025-02-12net: phy: dp83tg720: Add randomized polling intervals for link detectionOleksij Rempel1-0/+78
2025-02-12net: phy: Add support for driver-specific next update timeOleksij Rempel2-1/+33
2025-02-12Merge branch 'rate-management-on-traffic-classes-misc'Jakub Kicinski20-109/+275
2025-02-12net/mlx5: XDP, Enable TX side XDP multi-buffer supportAlexei Lazar6-61/+21
2025-02-12net/mlx5: Extend Ethtool loopback selftest to support non-linear SKBAlexei Lazar1-0/+3
2025-02-12net/mlx5e: Expose RSS via devlink rx reporter diagnoseAmir Tzin7-2/+99
2025-02-12net/mlx5e: Add direct TIRs to devlink rx reporter diagnoseAmir Tzin3-1/+40
2025-02-12net/mlx5e: Move RQs diagnose to a dedicated functionAmir Tzin1-13/+18
2025-02-12net/mlx5: Expose ICM consumption per functionAkiva Goldberger2-0/+50
2025-02-12net/mlx5: Rename and move mlx5_esw_query_vport_vhca_idAkiva Goldberger3-27/+29
2025-02-12net/mlx5e: set the tx_queue_len for pfifo_fastWilliam Tu1-0/+2
2025-02-12net/mlx5e: reduce rep rxq depth to 256 for ECPFWilliam Tu1-0/+3
2025-02-12net/mlx5e: reduce the max log mpwrq sz for ECPF and repsWilliam Tu2-6/+11
2025-02-12Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski18-554/+765
2025-02-12Merge branch 'sfc-support-devlink-flash'Jakub Kicinski12-27/+804
2025-02-12sfc: document devlink flash supportEdward Cree2-3/+18
2025-02-12sfc: deploy devlink flash images to NIC over MCDIEdward Cree3-3/+231
2025-02-12sfc: extend NVRAM MCDI handlersEdward Cree3-23/+121
2025-02-12sfc: parse headers of devlink flash imagesEdward Cree5-1/+437
2025-02-12Merge branch 'use-hwmon_channel_info-macro-to-simplify-code'Jakub Kicinski5-117/+17
2025-02-12net: phy: aquantia: Use HWMON_CHANNEL_INFO macro to simplify codeHuisong Li1-26/+6
2025-02-12net: phy: marvell10g: Use HWMON_CHANNEL_INFO macro to simplify codeHuisong Li1-22/+2
2025-02-12net: phy: marvell: Use HWMON_CHANNEL_INFO macro to simplify codeHuisong Li1-22/+2
2025-02-12net: nfp: Use HWMON_CHANNEL_INFO macro to simplify codeHuisong Li1-35/+5
2025-02-12net: aquantia: Use HWMON_CHANNEL_INFO macro to simplify codeHuisong Li1-12/+2
2025-02-12net: wwan: t7xx: don't include '<linux/pm_wakeup.h>' directlyWolfram Sang1-1/+0
2025-02-12net: phy: broadcom: don't include '<linux/pm_wakeup.h>' directlyWolfram Sang1-1/+1
2025-02-12net: freescale: ucc_geth: remove unused PHY_INIT_TIMEOUT and PHY_CHANGE_TIMEHeiner Kallweit1-2/+0
2025-02-12net: phy: remove unused PHY_INIT_TIMEOUT and PHY_FORCE_TIMEOUTHeiner Kallweit1-3/+0
2025-02-12hamradio: baycom: replace strcpy() with strscpy()Ethan Carter Edwards3-5/+5
2025-02-12blackhole_dev: convert self-test to KUnitTamir Duberstein5-53/+29
2025-02-12Merge branch 'net-phy-rename-eee_broken_mode'Jakub Kicinski5-12/+12
2025-02-12net: phy: rename phy_set_eee_broken to phy_disable_eee_modeHeiner Kallweit2-6/+6
2025-02-12net: phy: rename eee_broken_modes to eee_disabled_modesHeiner Kallweit4-6/+6
2025-02-11Merge branch 'tcp-allow-to-reduce-max-rto'Paolo Abeni14-49/+93
2025-02-11tcp: add tcp_rto_max_ms sysctlEric Dumazet6-3/+29
2025-02-11tcp: add the ability to control max RTOEric Dumazet9-17/+39
2025-02-11tcp: use tcp_reset_xmit_timer()Eric Dumazet5-21/+18
2025-02-11tcp: add a @pace_delay parameter to tcp_reset_xmit_timer()Eric Dumazet3-9/+11
2025-02-11tcp: remove tcp_reset_xmit_timer() @max_when argumentEric Dumazet3-11/+8
2025-02-11Merge branch 'mptcp-pm-misc-cleanups-part-2'Paolo Abeni4-210/+222
2025-02-11mptcp: pm: add local parameter for set_flagsGeliang Tang4-38/+38
2025-02-11mptcp: pm: change rem type of set_flagsGeliang Tang1-4/+4
2025-02-11mptcp: pm: drop skb parameter of set_flagsGeliang Tang4-9/+9
2025-02-11mptcp: pm: reuse sending nlmsg code in get_addrGeliang Tang4-77/+50
2025-02-11mptcp: pm: add id parameter for get_addrGeliang Tang4-30/+26
2025-02-11mptcp: pm: drop skb parameter of get_addrGeliang Tang4-10/+8