aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-18net: dsa: bcm_sf2: add function finding RGMII registerRafał Miłecki2-9/+42
2021-03-18net: dsa: b53: mmap: Add device tree supportÁlvaro Fernández Rojas1-0/+55
2021-03-18net: stmmac: Add EST errors into ethtool statisticOng Boon Leong6-4/+28
2021-03-18net: stmmac: EST interrupts handling and error reportingVoon Weifeng4-0/+114
2021-03-18net: stmmac: add RX frame steering based on VLAN priority in tc flowerOng Boon Leong1-2/+63
2021-03-18net: stmmac: restructure tc implementation for RX VLAN Priority steeringOng Boon Leong1-2/+22
2021-03-18octeontx2-pf: TC_MATCHALL egress ratelimiting offloadSunil Goutham3-4/+236
2021-03-18octeontx2-pf: add tc flower stats handler for hw offloadsNaveen Mamindlapalli3-1/+122
2021-03-18octeontx2-pf: Add tc flower hardware offload on ingress trafficNaveen Mamindlapalli6-2/+551
2021-03-18octeontx2-pf: Add ip tos and ip proto icmp/icmpv6 flow offload supportNaveen Mamindlapalli3-4/+57
2021-03-17net: macb: simplify clk_init with dev_err_probeMichael Tretter1-11/+9
2021-03-17net: dsa: mv88e6xxx: implement .port_set_policy for AmethystMarek Behún3-27/+99
2021-03-17net: dsa: mv88e6xxx: add support for mv88e6393x familyPavana Sharma8-0/+771
2021-03-17net: dsa: mv88e6xxx: wrap .set_egress_port methodMarek Behún2-35/+33
2021-03-17net: dsa: mv88e6xxx: change serdes lane parameter type from u8 type to intPavana Sharma5-99/+99
2021-03-17ethernet/microchip:remove unneeded variable: "ret"dingsenjie1-2/+1
2021-03-17ethernet/broadcom:remove unneeded variable: "ret"dingsenjie1-2/+1
2021-03-17net: stmmac: add per-queue TX & RX coalesce ethtool supportOng Boon Leong7-49/+143
2021-03-17octeontx2-af: Modify the return code for unsupported flow keysNaveen Mamindlapalli2-3/+5
2021-03-17octeontx2-af: Avoid duplicate unicast rule in mcam_rules listSubbaraya Sundeep2-6/+7
2021-03-17octeontx2-af: Use npc_install_flow API for promisc and broadcast entriesNaveen Mamindlapalli3-51/+67
2021-03-17octeontx2-af: Add support for multi channel in NIX promisc entryNalla, Pradeep3-4/+19
2021-03-17octeontx2-af: refactor function npc_install_flow for default entryNaveen Mamindlapalli5-62/+51
2021-03-17mlxsw: Allow 802.1d and .1ad VxLAN bridges to coexist on Spectrum>=2Amit Cohen3-15/+53
2021-03-17mlxsw: Add struct mlxsw_sp_switchdev_ops per ASICAmit Cohen3-0/+31
2021-03-17mlxsw: spectrum: Add mlxsw_sp_port_egress_ethtype_set()Amit Cohen2-0/+18
2021-03-17mlxsw: reg: Add Switch Port Egress VLAN EtherType RegisterAmit Cohen1-0/+36
2021-03-17mlxsw: reg: Add egr_et_set field to SPVIDAmit Cohen1-0/+9
2021-03-17net: dsa: b53: support legacy tagsÁlvaro Fernández Rojas2-5/+8
2021-03-17net: ppp: Mundane typo fixes in the file pppoe.cBhaskar Chowdhury1-2/+2
2021-03-17net: dsa: b53: relax is63xx() conditionÁlvaro Fernández Rojas1-4/+0
2021-03-17net: stmmac: add timestamp correction to rid CDC sync errorVoon Weifeng1-0/+16
2021-03-17ionic: Update driver to use ethtool_sprintfAlexander Duyck1-85/+60
2021-03-17bna: Update driver to use ethtool_sprintfAlexander Duyck1-161/+105
2021-03-17vmxnet3: Update driver to use ethtool_sprintfAlexander Duyck1-34/+19
2021-03-17virtio_net: Update driver to use ethtool_sprintfAlexander Duyck1-11/+7
2021-03-17netvsc: Update driver to use ethtool_sprintfAlexander Duyck1-22/+11
2021-03-17ena: Update driver to use ethtool_sprintfAlexander Duyck1-14/+11
2021-03-17hisilicon: Update drivers to use ethtool_sprintfAlexander Duyck5-162/+90
2021-03-17nfp: Replace nfp_pr_et with ethtool_sprintfAlexander Duyck3-49/+36
2021-03-17intel: Update drivers to use ethtool_sprintfAlexander Duyck4-101/+50
2021-03-17Merge tag 'mlx5-updates-2021-03-16' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller23-271/+493
2021-03-16net/mlx5: E-Switch, Protect changing mode while adding rulesRoi Dayan4-3/+122
2021-03-16net/mlx5: E-Switch, Change mode lock from mutex to rw semaphoreRoi Dayan3-20/+19
2021-03-16net/mlx5e: Do not reload ethernet ports when changing eswitch modeRoi Dayan7-54/+115
2021-03-16net/mlx5e: Unregister eth-reps devices firstRoi Dayan1-4/+4
2021-03-16net/mlx5: Move devlink port from mlx5e priv to mlx5e resourcesRoi Dayan6-9/+28
2021-03-16net/mlx5: Move mlx5e hw resources into a sub objectRoi Dayan7-31/+34
2021-03-16net/mlx5e: Register nic devlink port with switch idRoi Dayan2-1/+29
2021-03-16net/mlx5e: Move devlink port register and unregister callsRoi Dayan2-11/+21