summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* octeontx2-af: print error message incase of invalid pf mappingHariprasad Kelam2023-08-281-0/+5
* octeontx2-af: Add validation of lmacHariprasad Kelam2023-08-281-3/+7
* octeontx2-af: Don't treat lack of CGX interfaces as errorSunil Goutham2023-08-281-1/+1
* octeontx2-af: CN10KB: Add USGMII LMAC modeHariprasad Kelam2023-08-282-0/+2
* net/mlx5: Implement devlink port function cmds to control ipsec_packetDima Chumak2023-08-285-4/+163
* net/mlx5: Implement devlink port function cmds to control ipsec_cryptoDima Chumak2023-08-286-1/+421
* net/mlx5: Provide an interface to block change of IPsec capabilitiesLeon Romanovsky2023-08-283-1/+60
* net/mlx5e: Rewrite IPsec vs. TC block interfaceLeon Romanovsky2023-08-283-93/+38
* net/mlx5: Drop extra layer of locks in IPsecLeon Romanovsky2023-08-281-14/+4
* net: ti: icssg-prueth: am65x SR2.0 add 10M full duplex supportGrygorii Strashko2023-08-275-2/+62
* net: ti: icssg-prueth: add packet timestamping and ptp supportRoger Quadros2023-08-275-6/+467
* net: ti: icss-iep: Add IEP driverRoger Quadros2023-08-274-0/+989
* sfc: extend pedit add action to handle decrement ipv6 hop limitPieter Jansen van Vuuren2023-08-271-0/+25
* sfc: introduce pedit add actions on the ipv4 ttl fieldPieter Jansen van Vuuren2023-08-271-0/+46
* sfc: add decrement ipv6 hop limit by offloading set hop limit actionsPieter Jansen van Vuuren2023-08-271-0/+59
* sfc: add decrement ttl by offloading set ipv4 ttl actionsPieter Jansen van Vuuren2023-08-273-4/+79
* sfc: add mac source and destination pedit action offloadPieter Jansen van Vuuren2023-08-271-2/+207
* sfc: introduce ethernet pedit set action infrastructurePieter Jansen van Vuuren2023-08-274-11/+202
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2023-08-2611-64/+210
|\
| * e1000e: Add support for the next LOM generationSasha Neftin2023-08-245-0/+17
| * igc: Decrease PTM short interval from 10 us to 1 usSasha Neftin2023-08-241-1/+1
| * igc: Add support for multiple in-flight TX timestampsVinicius Costa Gomes2023-08-246-63/+192
* | net: stmmac: convert half-duplex support to positive logicRussell King (Oracle)2023-08-261-6/+7
* | net: stmmac: move priv->phylink_config.mac_managed_pmRussell King (Oracle)2023-08-261-1/+1
* | net: stmmac: move xgmac specific phylink caps to dwxgmac2 coreRussell King (Oracle)2023-08-262-10/+10
* | net: stmmac: move gmac4 specific phylink capabilities to gmac4Russell King (Oracle)2023-08-262-3/+9
* | net: stmmac: provide stmmac_mac_phylink_get_caps()Russell King (Oracle)2023-08-262-0/+7
* | net: stmmac: use phylink_limit_mac_speed()Russell King (Oracle)2023-08-261-21/+14
* | net: stmmac: use "mdio_bus_data" local variableRussell King (Oracle)2023-08-261-2/+4
* | net: stmmac: clean up passing fwnode to phylinkRussell King (Oracle)2023-08-261-4/+5
* | net: stmmac: convert plat->phylink_node to fwnodeRussell King (Oracle)2023-08-263-4/+5
* | net: phylink: add phylink_limit_mac_speed()Russell King (Oracle)2023-08-261-0/+18
* | veth: Avoid NAPI scheduling on failed SKB forwardingLiang Chen2023-08-261-3/+2
* | Merge tag 'wireless-next-2023-08-25' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-08-26132-1046/+1992
|\ \
| * \ Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2023-08-2540-268/+195
| |\ \
| | * | wifi: ath: Use is_multicast_ether_addr() to check multicast Ether addressRuan Jinjie2023-08-251-1/+1
| | * | wifi: ath12k: Remove unused declarationsYue Haibing2023-08-254-8/+0
| | * | wifi: ath12k: add check max message length while scanning with extraieWen Gong2023-08-251-7/+13
| | * | wifi: ath9k: use IS_ERR() with debugfs_create_dir()Wang Ming2023-08-251-1/+1
| | * | wifi: ath12k: Fix memory leak in rx_desc and tx_descRajat Soni2023-08-232-1/+31
| | * | wifi: ath5k: ath5k_hw_get_median_noise_floor(): use swap()Mahmoud Maatuq2023-08-231-16/+13
| | * | wifi: ath: remove unused-but-set parameterArnd Bergmann2023-08-234-6/+2
| | * | wifi: ath11k: Remove unused declarationsYue Haibing2023-08-232-5/+0
| | * | wifi: ath10k: fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski2023-08-231-1/+1
| | * | wifi: ath11k: fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski2023-08-231-1/+1
| | * | wifi: ath11k: simplify the code with module_platform_driverYang Yingliang2023-08-231-11/+1
| | * | wifi: ath12k: Fix a few spelling errorsJeff Johnson2023-08-235-5/+5
| | * | wifi: ath11k: Fix a few spelling errorsJeff Johnson2023-08-233-3/+3
| | * | wifi: ath10k: Fix a few spelling errorsJeff Johnson2023-08-234-8/+8
| | * | wifi: ath11k: Consistently use ath11k_vif_to_arvif()Jeff Johnson2023-08-232-33/+33