aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2025-09-18bnxt_en: Improve bnxt_backing_store_cfg_v2()Michael Chan1-7/+8
2025-09-18bnxt_en: Optimize bnxt_sriov_disable()Kalesh AP3-4/+12
2025-09-18bnxt_en: Remove unnecessary VF check in bnxt_hwrm_nvm_req()Kalesh AP1-7/+0
2025-09-18bnxt_en: Drop redundant if block in bnxt_dl_flash_update()Kalesh AP1-6/+0
2025-09-18Merge branch 'add-basic-psp-encryption-for-tcp-connections'Paolo Abeni15-19/+1461
2025-09-18Merge tag 'ib-mfd-gpio-hwmon-i2c-can-rtc-watchdog-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into gpio/for-nextBartosz Golaszewski3-0/+844
2025-09-18net/mlx5e: Implement PSP key_rotate operationRaed Salem1-0/+23
2025-09-18net/mlx5e: Add Rx data path offloadRaed Salem4-13/+93
2025-09-18net/mlx5e: Configure PSP Rx flow steering rulesRaed Salem3-6/+59
2025-09-18net/mlx5e: Add PSP steering in local NIC RXRaed Salem2-1/+470
2025-09-18net/mlx5e: Implement PSP Tx data pathRaed Salem6-4/+305
2025-09-18net/mlx5e: Implement PSP operations .assoc_add and .assoc_delRaed Salem5-8/+286
2025-09-18net/mlx5e: Support PSP offload functionalityRaed Salem7-1/+239
2025-09-18eth: fbnic: add OTP health reporterJakub Kicinski4-0/+90
2025-09-18eth: fbnic: report FW uptime in health diagnoseJakub Kicinski1-0/+29
2025-09-18eth: fbnic: add FW health reporterJakub Kicinski3-1/+170
2025-09-18eth: fbnic: support FW communication for core dumpJakub Kicinski2-0/+252
2025-09-18eth: fbnic: support allocating FW completions with extra spaceJakub Kicinski2-2/+10
2025-09-18eth: fbnic: reprogram TCAMs after FW crashJakub Kicinski3-7/+39
2025-09-18eth: fbnic: factor out clearing the action TCAMJakub Kicinski1-15/+21
2025-09-18eth: fbnic: use fw uptime to detect fw crashesJakub Kicinski3-1/+27
2025-09-18eth: fbnic: make fbnic_fw_log_write() parameter constJakub Kicinski2-2/+2
2025-09-18net: renesas: rswitch: simplify rswitch_stop()Yury Norov (NVIDIA)1-3/+1
2025-09-18eth: fbnic: support devmem TxJakub Kicinski2-1/+15
2025-09-17net/mlx5e: Use the 'num_doorbells' devlink paramCosmin Ratiu2-1/+40
2025-09-17net/mlx5e: Use multiple CQ doorbellsCosmin Ratiu5-1/+6
2025-09-17net/mlx5e: Use multiple TX doorbellsCosmin Ratiu2-2/+38
2025-09-17net/mlx5e: Prepare for using different CQ doorbellsCosmin Ratiu6-10/+9
2025-09-17net/mlx5e: Prepare for using multiple TX doorbellsCosmin Ratiu5-5/+20
2025-09-17net/mlx5: Store the global doorbell in mlx5_privCosmin Ratiu10-36/+26
2025-09-17net/mlx5e: Remove unused 'xsk' param of mlx5e_build_xdpsq_paramCosmin Ratiu3-4/+2
2025-09-17net/mlx5: Remove unused 'offset' field from mlx5_sq_bfregCosmin Ratiu1-5/+7
2025-09-17net/mlx5: Fix typo of MLX5_EQ_DOORBEL_OFFSETCosmin Ratiu1-4/+2
2025-09-18wifi: rtw89: wow: enable TKIP related featureChih-Kang Chang4-18/+74
2025-09-17net: dsa: mv88e6xxx: move mv88e6xxx_hwtstamp_work() prototypeRussell King (Oracle)2-6/+1
2025-09-17net: dsa: mv88e6xxx: remove unused 88E6165 register definitionsRussell King (Oracle)1-42/+3
2025-09-17net: dsa: mv88e6xxx: remove duplicated register definitionRussell King (Oracle)2-7/+1
2025-09-17net: dsa: mv88e6xxx: remove unused TAI definitionsRussell King (Oracle)1-26/+0
2025-09-17net: dsa: mv88e6xxx: rename TAI definitions according to coreRussell King (Oracle)2-37/+34
2025-09-18wifi: rtw89: 8922a: add TAS feature supportKuan-Chung Chen8-31/+119
2025-09-18wifi: rtw89: open C2H event waiting window first before sending H2C commandZong-Zhe Yang3-14/+48
2025-09-18wifi: rtw89: renew a completion for each H2C command waiting C2H eventZong-Zhe Yang3-8/+53
2025-09-18wifi: rtw89: 8852b: enable beacon tracking supportKuan-Chung Chen1-0/+1
2025-09-18wifi: rtw89: debug: support SER L0 simulationZong-Zhe Yang2-1/+68
2025-09-18wifi: rtw89: phy: initialize AFE by firmware element tablePing-Ke Shih6-0/+140
2025-09-18wifi: rtw89: obtain RX path from ppdu status IE00Chih-Kang Chang2-0/+5
2025-09-18wifi: rtw89: disable RTW89_PHYSTS_IE09_FTR_0 for ppdu statusChih-Kang Chang1-2/+0
2025-09-18wifi: rtw89: use ieee80211_tx_info::driver_data to store driver TX infoPing-Ke Shih2-5/+10
2025-09-18wifi: rtw89: chan: allow callers to check if a link has no managed chanctxZong-Zhe Yang2-3/+18
2025-09-17Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queueJakub Kicinski6-63/+56