summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: add support config dscp map to tcGuangbin Huang2022-09-077-1/+204
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2022-09-075-58/+175
|\
| * iavf: Fix race between iavf_close and iavf_reset_taskMichal Jaron2022-09-061-36/+141
| * i40e: add description and modify interrupts configuration procedureJaroslaw Gawin2022-09-062-21/+27
| * i40e: Add basic support for I710 devicesStanislaw Grzeszczak2022-09-063-1/+7
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2022-09-075-119/+136
|\ \
| * | ice: Simplify memory allocation in ice_sched_init_port()Christophe JAILLET2022-09-061-2/+2
| * | ice: switch: Simplify memory allocationChristophe JAILLET2022-09-061-4/+2
| * | ice: add helper function to check FW API versionPaul Greenwalt2022-09-061-28/+29
| * | ice: Check if reset in progress while waiting for offsetsMichal Michalik2022-09-061-0/+3
| * | ice: Allow operation with reduced device MSI-XTony Nguyen2022-09-061-85/+100
| |/
* | net: ethernet: mtk_eth_soc: remove mtk_foe_entry_timestampLorenzo Bianconi2022-09-071-11/+0
* | net/mlx5e: Add support to configure more than one macsec offload deviceLior Nahmanson2022-09-071-46/+175
* | net/mlx5e: Add MACsec stats support for Rx/Tx flowsLior Nahmanson2022-09-078-2/+136
* | net/mlx5e: Add MACsec offload SecY supportLior Nahmanson2022-09-071-0/+229
* | net/mlx5e: Implement MACsec Rx data path using MACsec skb_metadata_dstLior Nahmanson2022-09-074-3/+68
* | net/mlx5e: Add MACsec RX steering rulesLior Nahmanson2022-09-073-95/+823
* | net/mlx5: Add MACsec Rx tables support to fs_coreLior Nahmanson2022-09-072-2/+12
* | net/mlx5e: Add MACsec offload Rx command supportLior Nahmanson2022-09-071-6/+377
* | net/mlx5e: Implement MACsec Tx data path using MACsec skb_metadata_dstLior Nahmanson2022-09-076-8/+119
* | net/mlx5e: Add MACsec TX steering rulesLior Nahmanson2022-09-074-15/+769
* | net/mlx5: Add MACsec Tx tables support to fs_coreLior Nahmanson2022-09-073-6/+17
* | net/mlx5: Add MACsec offload Tx command supportLior Nahmanson2022-09-079-0/+440
* | net/mlx5: Generalize Flow Context for new crypto fieldsLior Nahmanson2022-09-072-4/+8
* | net/macsec: Move some code for sharing with various drivers that implements o...Lior Nahmanson2022-09-071-27/+6
* | net/macsec: Add MACsec skb_metadata_dst Rx Data path supportLior Nahmanson2022-09-071-0/+6
* | net/macsec: Add MACsec skb_metadata_dst Tx Data path supportLior Nahmanson2022-09-071-0/+15
* | sfc: support PTP over EthernetÍñigo Huguet2022-09-071-2/+19
* | sfc: support PTP over IPv6/UDPÍñigo Huguet2022-09-072-12/+71
* | sfc: allow more flexible way of adding filters for PTPÍñigo Huguet2022-09-071-36/+32
* | net: dsa: LAN9303: Add basic support for LAN9354Jerry Ray2022-09-073-6/+12
* | net: dsa: LAN9303: Add early read to syncJerry Ray2022-09-071-4/+15
* | net: dsa: microchip: add regmap_range for KSZ9896 chipRomain Naour2022-09-071-0/+215
* | net: dsa: microchip: ksz9477: remove 0x033C and 0x033D addresses from regmap_...Romain Naour2022-09-071-1/+2
* | net: dsa: microchip: add KSZ9896 to KSZ9477 I2C driverRomain Naour2022-09-071-0/+4
* | net: dsa: microchip: add KSZ9896 switch supportRomain Naour2022-09-073-0/+39
|/
* net: moxa: fix endianness-related issues from 'sparse'Sergei Antonov2022-09-061-2/+2
* net: ftmac100: fix endianness-related issues from 'sparse'Sergei Antonov2022-09-061-6/+6
* net: lan966x: Extend lan966x with RGMII supportHoratiu Vultur2022-09-062-0/+4
* r8169: remove not needed net_ratelimit() checkHeiner Kallweit2022-09-051-2/+1
* net: phy: Add 1000BASE-KX interface modeSean Anderson2022-09-052-0/+2
* net: dpaa: Adjust queue depth on rate changeSean Anderson2022-09-055-6/+44
* soc: fsl: qbman: Add CGR update functionSean Anderson2022-09-051-0/+48
* soc: fsl: qbman: Add helper for sanity checking cgr opsSean Anderson2022-09-051-10/+19
* net: dpaa: Use mac_dev variable in dpaa_netdev_initSean Anderson2022-09-051-4/+5
* net: fman: Change return type of disable to voidSean Anderson2022-09-055-20/+9
* net: fman: Clean up error handlingSean Anderson2022-09-051-28/+15
* net: fman: Specify type of mac_dev for exception_cbSean Anderson2022-09-055-9/+10
* net: fman: Use mac_dev for some paramsSean Anderson2022-09-055-40/+22
* net: fman: Pass params directly to mac initSean Anderson2022-09-058-49/+32