aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-16net: prestera: flower template supportVolodymyr Mytnyk6-3/+145
2021-12-16net: dsa: rtl8365mb: add GMII as user port modeLuiz Angelo Daros de Luca1-1/+2
2021-12-16gve: Add tx|rx-coalesce-usec for DQOTao Liu4-11/+91
2021-12-16gve: Add consumed counts to ethtool statsJordan Kim1-9/+12
2021-12-16gve: Implement suspend/resume/shutdownCatherine Sullivan2-0/+60
2021-12-16gve: Add optional metadata descriptor type GVE_TXD_MTDWillem de Bruijn3-20/+74
2021-12-16gve: remove memory barrier around seqnoCatherine Sullivan1-2/+0
2021-12-16gve: Update gve_free_queue_page_list signatureCatherine Sullivan1-2/+1
2021-12-16gve: Move the irq db indexes out of the ntfy block structCatherine Sullivan4-17/+36
2021-12-16gve: Correct order of processing device optionsJeroen de Borst1-4/+4
2021-12-16net: mvneta: convert to pcs_validate() and phylink_generic_validate()Russell King (Oracle)1-19/+18
2021-12-16net: mvneta: convert to phylink pcs operationsRussell King1-52/+91
2021-12-16net: mvneta: convert to use mac_prepare()/mac_finish()Russell King1-35/+68
2021-12-16net: mvpp2: convert to pcs_validate() and phylink_generic_validate()Russell King (Oracle)1-20/+17
2021-12-16net: mvpp2: use .mac_select_pcs() interfaceRussell King (Oracle)2-36/+42
2021-12-16net: phylink: add pcs_validate() methodRussell King (Oracle)1-0/+31
2021-12-16net: phylink: add mac_select_pcs() method to phylink_mac_opsRussell King (Oracle)1-9/+59
2021-12-16Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nexDavid S. Miller12-165/+536
2021-12-16Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxDavid S. Miller4-27/+74
2021-12-15ice: use modern kernel API for kickJesse Brandeburg1-4/+5
2021-12-15ice: tighter control over VSI_DOWN stateJesse Brandeburg2-5/+8
2021-12-15ice: use prefetch methodsJesse Brandeburg1-1/+12
2021-12-15ice: update to newer kernel APIJesse Brandeburg1-9/+9
2021-12-15ice: support immediate firmware activation via devlink reloadJacob Keller10-27/+308
2021-12-15ice: reduce time to read Option ROM CIVD dataJacob Keller1-12/+36
2021-12-15ice: move ice_devlink_flash_update and merge with ice_flash_pldm_imageJacob Keller3-72/+39
2021-12-15ice: move and rename ice_check_for_pending_updateJacob Keller3-77/+77
2021-12-15ice: devlink: add shadow-ram region to snapshot Shadow RAMJacob Keller2-5/+89
2021-12-15mlxsw: Add support for VxLAN with IPv6 underlayAmit Cohen4-10/+168
2021-12-15mlxsw: spectrum_nve: Keep track of IPv6 addresses used by FDB entriesAmit Cohen3-2/+162
2021-12-15mlxsw: reg: Add a function to fill IPv6 unicast FDB entriesAmit Cohen1-0/+13
2021-12-15mlxsw: Split handling of FDB tunnel entries between address familiesAmit Cohen2-24/+38
2021-12-15mlxsw: spectrum_nve_vxlan: Make VxLAN flags check per address familyAmit Cohen1-9/+22
2021-12-15mlxsw: spectrum_ipip: Use common hash table for IPv6 address mappingAmit Cohen1-22/+6
2021-12-15mlxsw: spectrum: Add hash table for IPv6 address mappingAmit Cohen2-0/+150
2021-12-15Merge tag 'mlx5-updates-2021-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller25-995/+1855
2021-12-15Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueDavid S. Miller38-2745/+2391
2021-12-15net: fec: fix system hang during suspend/resumeJoakim Zhang1-12/+34
2021-12-15net: ocelot: add support to get port mac from device-treeClément Léger1-1/+4
2021-12-15sun4i-emac.c: remove unnecessary branchConley Lee1-18/+0
2021-12-14net/mlx5e: Move goto action checks into tc_action goto post parse opRoi Dayan2-19/+35
2021-12-14net/mlx5e: Move vlan action chunk into tc action vlan post parse opRoi Dayan2-38/+51
2021-12-14net/mlx5e: Add post_parse() op to tc action infrastructureRoi Dayan2-0/+15
2021-12-14net/mlx5e: Move sample attr allocation to tc_action sample parse opRoi Dayan3-12/+6
2021-12-14net/mlx5e: TC action parsing loopRoi Dayan1-42/+46
2021-12-14net/mlx5e: Add redirect ingress to tc action infraRoi Dayan5-51/+83
2021-12-14net/mlx5e: Add sample and ptype to tc_action infraRoi Dayan6-28/+90
2021-12-14net/mlx5e: Add ct to tc action infraRoi Dayan5-30/+64
2021-12-14net/mlx5e: Add mirred/redirect to tc action infraRoi Dayan7-261/+382
2021-12-14net/mlx5e: Add mpls push/pop to tc action infraRoi Dayan5-34/+102