Age | Commit message (Expand) | Author |
2020-02-29 | net/ethtool: Introduce link_ksettings API for virtual network devices | Cris Forno |
2020-02-29 | ethtool: Factored out similar ethtool link settings for virtual devices to core | Cris Forno |
2020-02-29 | Merge branch 'hsr-several-code-cleanup-for-hsr-module' | David S. Miller |
2020-02-29 | hsr: use upper/lower device infrastructure | Taehee Yoo |
2020-02-29 | hsr: remove unnecessary rcu_read_lock() in hsr module | Taehee Yoo |
2020-02-29 | hsr: use netdev_err() instead of WARN_ONCE() | Taehee Yoo |
2020-02-29 | hsr: use extack error message instead of netdev_info | Taehee Yoo |
2020-02-29 | hsr: use debugfs_remove_recursive() instead of debugfs_remove() | Taehee Yoo |
2020-02-29 | net: ag71xx: port to phylink | Oleksij Rempel |
2020-02-29 | Merge branch 'net-ll_temac-RX-TX-ring-size-and-coalesce-ethtool-parameters' | David S. Miller |
2020-02-29 | net: ll_temac: Add ethtool support for coalesce parameters | Esben Haabendal |
2020-02-29 | net: ll_temac: Make RX/TX ring sizes configurable | Esben Haabendal |
2020-02-29 | net: ll_temac: Remove unused start_p variable | Esben Haabendal |
2020-02-29 | net: ll_temac: Remove unused tx_bd_next struct field | Esben Haabendal |
2020-02-29 | net: sched: Replace zero-length array with flexible-array member | Gustavo A. R. Silva |
2020-02-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2020-02-28 | Merge branch 'net-cleanup-datagram-receive-helpers' | David S. Miller |
2020-02-28 | net: datagram: drop 'destructor' argument from several helpers | Paolo Abeni |
2020-02-28 | unix: uses an atomic type for scm files accounting | Paolo Abeni |
2020-02-28 | af_unix: Replace zero-length array with flexible-array member | Gustavo A. R. Silva |
2020-02-28 | bonding: Replace zero-length array with flexible-array member | Gustavo A. R. Silva |
2020-02-28 | net: core: Replace zero-length array with flexible-array member | Gustavo A. R. Silva |
2020-02-28 | ipv6: Replace zero-length array with flexible-array member | Gustavo A. R. Silva |
2020-02-28 | net: dccp: Replace zero-length array with flexible-array member | Gustavo A. R. Silva |
2020-02-28 | l2tp: Replace zero-length array with flexible-array member | Gustavo A. R. Silva |
2020-02-28 | net: mpls: Replace zero-length array with flexible-array member | Gustavo A. R. Silva |
2020-02-28 | xdp: Replace zero-length array with flexible-array member | Gustavo A. R. Silva |
2020-02-28 | Merge tag 'mlx5-updates-2020-02-27' of git://git.kernel.org/pub/scm/linux/ker... | David S. Miller |
2020-02-27 | Merge branch 'bpf_sk_storage_via_inet_diag' | Alexei Starovoitov |
2020-02-27 | bpf: inet_diag: Dump bpf_sk_storages in inet_diag_dump() | Martin KaFai Lau |
2020-02-27 | bpf: INET_DIAG support in bpf_sk_storage | Martin KaFai Lau |
2020-02-27 | inet_diag: Move the INET_DIAG_REQ_BYTECODE nlattr to cb->data | Martin KaFai Lau |
2020-02-27 | inet_diag: Refactor inet_sk_diag_fill(), dump(), and dump_one() | Martin KaFai Lau |
2020-02-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-02-27 | net/mlx5e: Remove redundant comment about goto slow path | Roi Dayan |
2020-02-27 | net/mlx5e: Reduce number of arguments in slow path handling | Eli Cohen |
2020-02-27 | net/mlx5e: Remove unused argument from parse_tc_pedit_action() | Eli Cohen |
2020-02-27 | net/mlx5e: Use NL_SET_ERR_MSG_MOD() extack for errors | Roi Dayan |
2020-02-27 | net/mlx5e: Use netdev_warn() instead of pr_err() for errors | Roi Dayan |
2020-02-27 | net/mlx5e: Use netdev_warn() for errors for added prefix | Roi Dayan |
2020-02-27 | net/mlx5: DR, Improve log messages | Erez Shitrit |
2020-02-27 | net/mlx5: DR, Change matcher priority parameter type | Hamdan Igbaria |
2020-02-27 | net/mlx5e: Add devlink fdb_large_groups parameter | Jianbo Liu |
2020-02-27 | net/mlx5: Change the name of steering mode param id | Jianbo Liu |
2020-02-27 | net/mlx5e: Add support for devlink-port in non-representors mode | Vladyslav Tarasiuk |
2020-02-27 | net/mlx5e: Rename representor get devlink port function | Vladyslav Tarasiuk |
2020-02-27 | net/mlx5: E-Switch, Allow goto earlier chain if FW supports it | Roi Dayan |
2020-02-27 | net/mlx5e: Eswitch, Use per vport tables for mirroring | Eli Cohen |
2020-02-27 | net/mlx5: Eswitch, avoid redundant mask | Eli Cohen |
2020-02-27 | net/mlx5e: Don't allow forwarding between uplink | Tonghao Zhang |