summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-03bpf: Reliably preserve btf_trace_xxx typesAndrii Nakryiko1-7/+11
2020-03-03Merge branch 'move_BPF_PROG_to_libbpf'Alexei Starovoitov17-139/+140
2020-03-03libbpf: Merge selftests' bpf_trace_helpers.h into libbpf's bpf_tracing.hAndrii Nakryiko16-135/+131
2020-03-03selftests/bpf: Fix BPF_KRETPROBE macro and use it in attach_probe testAndrii Nakryiko3-11/+11
2020-03-03libbpf: Fix use of PT_REGS_PARM macros with vmlinux.hAndrii Nakryiko1-1/+1
2020-03-03bpftool: Add header guards to generated vmlinux.hAndrii Nakryiko1-0/+5
2020-03-02mvneta: add XDP ethtool errors stats for TX to driverJesper Dangaard Brouer1-4/+26
2020-03-02Merge branch 'net-zl-array'David S. Miller10-18/+18
2020-03-02tehuti: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-02r8152: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-3/+3
2020-03-02net: atlantic: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-02bna: bnad: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-02net: inet_sock: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-02net: ip6_fib: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-02net: ip_fib: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2020-03-02drop_monitor: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2020-03-02net: mip6: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-02netdevice: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-5/+5
2020-03-02Merge branch 'net-thunderx-Miscellaneous-changes'David S. Miller3-8/+15
2020-03-02net: cavium: Register driver with PCI subsys IDsPrakash Brahmajyosyula1-1/+9
2020-03-02net: thunderx: Reduce mbox wait response time.Geetha sowjanya1-5/+4
2020-03-02net: thunderx: Adjust CQE_RX drop levels for better performanceSunil Goutham1-2/+2
2020-03-02Merge branch 'octeontx2-Flow-control-support-and-other-misc-changes'David S. Miller15-85/+671
2020-03-02octeontx2-af: Modify rvu_reg_poll() to check reg atleast twiceSunil Goutham1-6/+8
2020-03-02octeontx2-af: Enable PCI masterSunil Goutham1-7/+6
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-02net: phy: mscc: add constants for used interrupt mask bitsHeiner Kallweit1-2/+8
2020-03-01arcnet: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-3/+3
2020-03-01neighbour: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-01net: flow_offload: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-01net: dn_fib: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-01ndisc: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-3/+3
2020-03-01net: ipv6: mld: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-3/+3
2020-03-01net: lwtunnel: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-01net: ip6_route: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-01net: nexthop: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-01net: sctp: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-01net: sock_reuseport: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-01Merge branch 'net-ethtool-Introduce-link_ksettings-API-for-virtual-network-de...David S. Miller6-87/+98
2020-03-01net/ethtool: Introduce link_ksettings API for virtual network devicesCris Forno4-87/+53
2020-03-01ethtool: Factored out similar ethtool link settings for virtual devices to coreCris Forno2-0/+45
2020-03-01Merge branch 'hsr-several-code-cleanup-for-hsr-module'David S. Miller9-94/+94
2020-03-01hsr: use upper/lower device infrastructureTaehee Yoo3-30/+40
2020-03-01hsr: remove unnecessary rcu_read_lock() in hsr moduleTaehee Yoo3-37/+16
2020-03-01hsr: use netdev_err() instead of WARN_ONCE()Taehee Yoo1-1/+2
2020-03-01hsr: use extack error message instead of netdev_infoTaehee Yoo5-21/+35