aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-02-29net: sctp: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-29net: sock_reuseport: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-29Merge branch 'net-ethtool-Introduce-link_ksettings-API-for-virtual-network-devices'David S. Miller6-85/+96
2020-02-29net/ethtool: Introduce link_ksettings API for virtual network devicesCris Forno4-85/+51
2020-02-29ethtool: Factored out similar ethtool link settings for virtual devices to coreCris Forno2-0/+45
2020-02-29Merge branch 'hsr-several-code-cleanup-for-hsr-module'David S. Miller9-94/+94
2020-02-29hsr: use upper/lower device infrastructureTaehee Yoo3-30/+40
2020-02-29hsr: remove unnecessary rcu_read_lock() in hsr moduleTaehee Yoo3-37/+16
2020-02-29hsr: use netdev_err() instead of WARN_ONCE()Taehee Yoo1-1/+2
2020-02-29hsr: use extack error message instead of netdev_infoTaehee Yoo5-21/+35
2020-02-29hsr: use debugfs_remove_recursive() instead of debugfs_remove()Taehee Yoo2-5/+1
2020-02-29net: ag71xx: port to phylinkOleksij Rempel2-72/+118
2020-02-29Merge branch 'net-ll_temac-RX-TX-ring-size-and-coalesce-ethtool-parameters'David S. Miller2-52/+154
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-29net: sched: Replace zero-length array with flexible-array memberGustavo A. R. Silva5-5/+5
2020-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller49-499/+1383
2020-02-28Merge branch 'net-cleanup-datagram-receive-helpers'David S. Miller6-53/+30
2020-02-28net: datagram: drop 'destructor' argument from several helpersPaolo Abeni5-37/+23
2020-02-28unix: uses an atomic type for scm files accountingPaolo Abeni2-16/+7
2020-02-28af_unix: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-28bonding: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-28net: core: Replace zero-length array with flexible-array memberGustavo A. R. Silva3-3/+3
2020-02-28ipv6: Replace zero-length array with flexible-array memberGustavo A. R. Silva2-2/+2
2020-02-28net: dccp: Replace zero-length array with flexible-array memberGustavo A. R. Silva2-2/+2
2020-02-28l2tp: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-28net: mpls: Replace zero-length array with flexible-array memberGustavo A. R. Silva2-3/+3
2020-02-28xdp: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2020-02-28Merge tag 'mlx5-updates-2020-02-27' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller30-129/+519
2020-02-27Merge branch 'bpf_sk_storage_via_inet_diag'Alexei Starovoitov14-185/+599
2020-02-27bpf: inet_diag: Dump bpf_sk_storages in inet_diag_dump()Martin KaFai Lau4-2/+82
2020-02-27bpf: INET_DIAG support in bpf_sk_storageMartin KaFai Lau5-6/+346
2020-02-27inet_diag: Move the INET_DIAG_REQ_BYTECODE nlattr to cb->dataMartin KaFai Lau8-64/+98
2020-02-27inet_diag: Refactor inet_sk_diag_fill(), dump(), and dump_one()Martin KaFai Lau7-113/+73
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller264-1535/+3504
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 Liu7-9/+75
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