summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-28net: dccp: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-28l2tp: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-28net: mpls: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-28xdp: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-28Merge tag 'mlx5-updates-2020-02-27' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-02-27net/mlx5e: Remove redundant comment about goto slow pathRoi Dayan
2020-02-27net/mlx5e: Reduce number of arguments in slow path handlingEli Cohen
2020-02-27net/mlx5e: Remove unused argument from parse_tc_pedit_action()Eli Cohen
2020-02-27net/mlx5e: Use NL_SET_ERR_MSG_MOD() extack for errorsRoi Dayan
2020-02-27net/mlx5e: Use netdev_warn() instead of pr_err() for errorsRoi Dayan
2020-02-27net/mlx5e: Use netdev_warn() for errors for added prefixRoi Dayan
2020-02-27net/mlx5: DR, Improve log messagesErez Shitrit
2020-02-27net/mlx5: DR, Change matcher priority parameter typeHamdan Igbaria
2020-02-27net/mlx5e: Add devlink fdb_large_groups parameterJianbo Liu
2020-02-27net/mlx5: Change the name of steering mode param idJianbo Liu
2020-02-27net/mlx5e: Add support for devlink-port in non-representors modeVladyslav Tarasiuk
2020-02-27net/mlx5e: Rename representor get devlink port functionVladyslav Tarasiuk
2020-02-27net/mlx5: E-Switch, Allow goto earlier chain if FW supports itRoi Dayan
2020-02-27net/mlx5e: Eswitch, Use per vport tables for mirroringEli Cohen
2020-02-27net/mlx5: Eswitch, avoid redundant maskEli Cohen
2020-02-27net/mlx5e: Don't allow forwarding between uplinkTonghao Zhang
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-02-27net: dsa: mv88e6xxx: Fix masking of egress portAndrew Lunn
2020-02-27mlxsw: pci: Wait longer before accessing the device after resetAmit Cohen
2020-02-27mlxsw: reg: Update module_type values in PMTM register and map them to widthJiri Pirko
2020-02-27WAN: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-27NFC: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-27sfc: fix timestamp reconstruction at 16-bit rollover pointsAlex Maftei (amaftei)
2020-02-27vsock: fix potential deadlock in transport->release()Stefano Garzarella
2020-02-27Merge branch 'rework-phylink-interface-for-split-MAC-PCS-support'David S. Miller
2020-02-27net: mvpp2: use resolved link config in mac_link_up()Russell King
2020-02-27net: mvneta: use resolved link config in mac_link_up()Russell King
2020-02-27net: macb: use resolved link config in mac_link_up()Russell King
2020-02-27net: dpaa2-mac: use resolved link config in mac_link_up()Russell King
2020-02-27net: axienet: use resolved link config in mac_link_up()Russell King
2020-02-27net: mv88e6xxx: use resolved link config in mac_link_up()Russell King
2020-02-27net: dsa: propagate resolved link config via mac_link_up()Russell King
2020-02-27net: phylink: propagate resolved link config via mac_link_up()Russell King
2020-02-27unix: It's CONFIG_PROC_FS not CONFIG_PROCFSDavid S. Miller
2020-02-27Merge branch 'net-rmnet-fix-several-bugs'David S. Miller
2020-02-27net: rmnet: fix packet forwarding in rmnet bridge modeTaehee Yoo
2020-02-27net: rmnet: fix bridge mode bugsTaehee Yoo
2020-02-27net: rmnet: use upper/lower device infrastructureTaehee Yoo
2020-02-27net: rmnet: do not allow to change mux id if mux id is duplicatedTaehee Yoo
2020-02-27net: rmnet: remove rcu_read_lock in rmnet_force_unassociate_device()Taehee Yoo
2020-02-27net: rmnet: fix suspicious RCU usageTaehee Yoo
2020-02-27net: rmnet: fix NULL pointer dereference in rmnet_changelink()Taehee Yoo
2020-02-27net: rmnet: fix NULL pointer dereference in rmnet_newlink()Taehee Yoo
2020-02-27dpaa2-eth: add support for nway resetRussell King