summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: prestera: flower template supportVolodymyr Mytnyk2021-12-166-3/+145
* net: dsa: rtl8365mb: add GMII as user port modeLuiz Angelo Daros de Luca2021-12-161-1/+2
* gve: Add tx|rx-coalesce-usec for DQOTao Liu2021-12-164-11/+91
* gve: Add consumed counts to ethtool statsJordan Kim2021-12-161-9/+12
* gve: Implement suspend/resume/shutdownCatherine Sullivan2021-12-162-0/+60
* gve: Add optional metadata descriptor type GVE_TXD_MTDWillem de Bruijn2021-12-163-20/+74
* gve: remove memory barrier around seqnoCatherine Sullivan2021-12-161-2/+0
* gve: Update gve_free_queue_page_list signatureCatherine Sullivan2021-12-161-2/+1
* gve: Move the irq db indexes out of the ntfy block structCatherine Sullivan2021-12-164-17/+36
* gve: Correct order of processing device optionsJeroen de Borst2021-12-161-4/+4
* net: mvneta: convert to pcs_validate() and phylink_generic_validate()Russell King (Oracle)2021-12-161-19/+18
* net: mvneta: convert to phylink pcs operationsRussell King2021-12-161-52/+91
* net: mvneta: convert to use mac_prepare()/mac_finish()Russell King2021-12-161-35/+68
* net: mvpp2: convert to pcs_validate() and phylink_generic_validate()Russell King (Oracle)2021-12-161-20/+17
* net: mvpp2: use .mac_select_pcs() interfaceRussell King (Oracle)2021-12-162-36/+42
* net: phylink: add pcs_validate() methodRussell King (Oracle)2021-12-161-0/+31
* net: phylink: add mac_select_pcs() method to phylink_mac_opsRussell King (Oracle)2021-12-161-9/+59
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nexDavid S. Miller2021-12-1612-165/+536
|\
| * ice: use modern kernel API for kickJesse Brandeburg2021-12-151-4/+5
| * ice: tighter control over VSI_DOWN stateJesse Brandeburg2021-12-152-5/+8
| * ice: use prefetch methodsJesse Brandeburg2021-12-151-1/+12
| * ice: update to newer kernel APIJesse Brandeburg2021-12-151-9/+9
| * ice: support immediate firmware activation via devlink reloadJacob Keller2021-12-1510-27/+308
| * ice: reduce time to read Option ROM CIVD dataJacob Keller2021-12-151-12/+36
| * ice: move ice_devlink_flash_update and merge with ice_flash_pldm_imageJacob Keller2021-12-153-72/+39
| * ice: move and rename ice_check_for_pending_updateJacob Keller2021-12-153-77/+77
| * ice: devlink: add shadow-ram region to snapshot Shadow RAMJacob Keller2021-12-152-5/+89
* | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...David S. Miller2021-12-164-27/+74
|\ \ | |/ |/|
| * RDMA/mlx5: Add support to multiple priorities for FDB rulesMaor Gottlieb2021-12-132-3/+4
| * net/mlx5: Create more priorities for FDB bypass namespaceMaor Gottlieb2021-12-131-6/+29
| * net/mlx5: Refactor mlx5_get_flow_namespaceMaor Gottlieb2021-12-131-12/+32
| * net/mlx5: Separate FDB namespaceMaor Gottlieb2021-12-133-8/+11
* | mlxsw: Add support for VxLAN with IPv6 underlayAmit Cohen2021-12-154-10/+168
* | mlxsw: spectrum_nve: Keep track of IPv6 addresses used by FDB entriesAmit Cohen2021-12-153-2/+162
* | mlxsw: reg: Add a function to fill IPv6 unicast FDB entriesAmit Cohen2021-12-151-0/+13
* | mlxsw: Split handling of FDB tunnel entries between address familiesAmit Cohen2021-12-152-24/+38
* | mlxsw: spectrum_nve_vxlan: Make VxLAN flags check per address familyAmit Cohen2021-12-151-9/+22
* | mlxsw: spectrum_ipip: Use common hash table for IPv6 address mappingAmit Cohen2021-12-151-22/+6
* | mlxsw: spectrum: Add hash table for IPv6 address mappingAmit Cohen2021-12-152-0/+150
* | Merge tag 'mlx5-updates-2021-12-14' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2021-12-1525-995/+1855
|\ \
| * | net/mlx5e: Move goto action checks into tc_action goto post parse opRoi Dayan2021-12-142-19/+35
| * | net/mlx5e: Move vlan action chunk into tc action vlan post parse opRoi Dayan2021-12-142-38/+51
| * | net/mlx5e: Add post_parse() op to tc action infrastructureRoi Dayan2021-12-142-0/+15
| * | net/mlx5e: Move sample attr allocation to tc_action sample parse opRoi Dayan2021-12-143-12/+6
| * | net/mlx5e: TC action parsing loopRoi Dayan2021-12-141-42/+46
| * | net/mlx5e: Add redirect ingress to tc action infraRoi Dayan2021-12-145-51/+83
| * | net/mlx5e: Add sample and ptype to tc_action infraRoi Dayan2021-12-146-28/+90
| * | net/mlx5e: Add ct to tc action infraRoi Dayan2021-12-145-30/+64
| * | net/mlx5e: Add mirred/redirect to tc action infraRoi Dayan2021-12-147-261/+382
| * | net/mlx5e: Add mpls push/pop to tc action infraRoi Dayan2021-12-145-34/+102