aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-02octeontx2-af: Set discovery ID for RVUM blockSunil Goutham2-1/+20
2020-03-02octeontx2-af: Optimize data retrieval from firmwareLinu Cherian7-65/+173
2020-03-02octeontx2-pf: Support to enable/disable pause frames via ethtoolGeetha sowjanya4-0/+125
2020-03-02octeontx2-af: Pause frame configuration at cgxGeetha sowjanya5-0/+157
2020-03-02octeontx2-af: Interface backpressure configurationGeetha sowjanya3-6/+182
2020-03-01net: phy: mscc: add constants for used interrupt mask bitsHeiner Kallweit1-2/+8
2020-02-29net/ethtool: Introduce link_ksettings API for virtual network devicesCris Forno4-87/+53
2020-02-29net: ag71xx: port to phylinkOleksij Rempel2-72/+118
2020-02-29net: ll_temac: Add ethtool support for coalesce parametersEsben Haabendal2-22/+81
2020-02-29net: ll_temac: Make RX/TX ring sizes configurableEsben Haabendal2-26/+72
2020-02-29net: ll_temac: Remove unused start_p variableEsben Haabendal1-2/+1
2020-02-29net: ll_temac: Remove unused tx_bd_next struct fieldEsben Haabendal2-2/+0
2020-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-22/+34
2020-02-28Merge tag 'mlx5-updates-2020-02-27' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller28-129/+512
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller38-232/+407
2020-02-27net/mlx5e: Remove redundant comment about goto slow pathRoi Dayan1-4/+2
2020-02-27net/mlx5e: Reduce number of arguments in slow path handlingEli Cohen1-23/+20
2020-02-27net/mlx5e: Remove unused argument from parse_tc_pedit_action()Eli Cohen1-5/+3
2020-02-27net/mlx5e: Use NL_SET_ERR_MSG_MOD() extack for errorsRoi Dayan1-7/+14
2020-02-27net/mlx5e: Use netdev_warn() instead of pr_err() for errorsRoi Dayan1-6/+11
2020-02-27net/mlx5e: Use netdev_warn() for errors for added prefixRoi Dayan1-11/+16
2020-02-27net/mlx5: DR, Improve log messagesErez Shitrit8-34/+49
2020-02-27net/mlx5: DR, Change matcher priority parameter typeHamdan Igbaria4-5/+5
2020-02-27net/mlx5e: Add devlink fdb_large_groups parameterJianbo Liu6-9/+69
2020-02-27net/mlx5: Change the name of steering mode param idJianbo Liu1-3/+3
2020-02-27net/mlx5e: Add support for devlink-port in non-representors modeVladyslav Tarasiuk5-1/+66
2020-02-27net/mlx5e: Rename representor get devlink port functionVladyslav Tarasiuk1-3/+3
2020-02-27net/mlx5: E-Switch, Allow goto earlier chain if FW supports itRoi Dayan3-1/+9
2020-02-27net/mlx5e: Eswitch, Use per vport tables for mirroringEli Cohen4-18/+220
2020-02-27net/mlx5: Eswitch, avoid redundant maskEli Cohen1-2/+2
2020-02-27net/mlx5e: Don't allow forwarding between uplinkTonghao Zhang3-0/+23
2020-02-27net: dsa: mv88e6xxx: Fix masking of egress portAndrew Lunn1-2/+2
2020-02-27mlxsw: pci: Wait longer before accessing the device after resetAmit Cohen1-1/+1
2020-02-27mlxsw: reg: Update module_type values in PMTM register and map them to widthJiri Pirko2-8/+31
2020-02-27WAN: Replace zero-length array with flexible-array memberGustavo A. R. Silva2-2/+2
2020-02-27sfc: fix timestamp reconstruction at 16-bit rollover pointsAlex Maftei (amaftei)1-3/+35
2020-02-27net: mvpp2: use resolved link config in mac_link_up()Russell King1-36/+47
2020-02-27net: mvneta: use resolved link config in mac_link_up()Russell King1-17/+38
2020-02-27net: macb: use resolved link config in mac_link_up()Russell King2-22/+29
2020-02-27net: dpaa2-mac: use resolved link config in mac_link_up()Russell King2-22/+33
2020-02-27net: axienet: use resolved link config in mac_link_up()Russell King1-19/+19
2020-02-27net: mv88e6xxx: use resolved link config in mac_link_up()Russell King1-16/+59
2020-02-27net: dsa: propagate resolved link config via mac_link_up()Russell King9-9/+27
2020-02-27net: phylink: propagate resolved link config via mac_link_up()Russell King8-22/+46
2020-02-27net: rmnet: fix packet forwarding in rmnet bridge modeTaehee Yoo1-0/+3
2020-02-27net: rmnet: fix bridge mode bugsTaehee Yoo4-77/+64
2020-02-27net: rmnet: use upper/lower device infrastructureTaehee Yoo1-19/+16
2020-02-27net: rmnet: do not allow to change mux id if mux id is duplicatedTaehee Yoo1-0/+4
2020-02-27net: rmnet: remove rcu_read_lock in rmnet_force_unassociate_device()Taehee Yoo1-2/+0
2020-02-27net: rmnet: fix suspicious RCU usageTaehee Yoo3-10/+9