summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-02Revert "net: avoid double accounting for pure zerocopy skbs"Jakub Kicinski6-53/+9
2021-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski19-39/+233
2021-11-02Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski280-5879/+11791
2021-11-02Merge branch 'make-neighbor-eviction-controllable-by-userspace'Jakub Kicinski11-2/+281
2021-11-02selftests: net: add arp_ndisc_evict_nocarrierJames Prestwood1-0/+220
2021-11-02net: ndisc: introduce ndisc_evict_nocarrier sysctl parameterJames Prestwood5-1/+34
2021-11-02net: arp: introduce arp_evict_nocarrier sysctl parameterJames Prestwood6-1/+27
2021-11-02libbpf: Deprecate AF_XDP supportMagnus Karlsson1-38/+52
2021-11-02kbuild: Unify options for BTF generation for vmlinux and modulesJiri Olsa4-11/+25
2021-11-02selftests/bpf: Add a testcase for 64-bit bounds propagation issue.Alexei Starovoitov2-0/+63
2021-11-02bpf: Fix propagation of signed bounds from 64-bit min/max into 32-bit.Alexei Starovoitov1-1/+1
2021-11-02bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off.Alexei Starovoitov2-2/+2
2021-11-02net: vmxnet3: remove multiple false checks in vmxnet3_ethtool.cJean Sacren1-8/+2
2021-11-02Merge branch 'accurate-memory-charging-for-msg_zerocopy'Jakub Kicinski7-20/+64
2021-11-02net: avoid double accounting for pure zerocopy skbsTalal Ahmad6-9/+53
2021-11-02tcp: rename sk_wmem_free_skbTalal Ahmad4-12/+12
2021-11-02netdevsim: fix uninit value in nsim_drv_configure_vfs()Jakub Kicinski1-4/+2
2021-11-02selftests/bpf: Fix also no-alu32 strobemeta selftestAndrii Nakryiko1-13/+2
2021-11-02bpf: Add missing map_delete_elem method to bloom filter mapEric Dumazet1-0/+6
2021-11-02Merge branch '"map_extra" and bloom filter fixups'Alexei Starovoitov5-52/+64
2021-11-02selftests/bpf: Add bloom map success test for userspace callsJoanne Koong1-26/+33
2021-11-02bpf: Add alignment padding for "map_extra" + consolidate holesJoanne Koong3-3/+5
2021-11-02bpf: Bloom filter map naming fixupsJoanne Koong1-23/+26
2021-11-02Merge branch 'introduce dummy BPF STRUCT_OPS'Alexei Starovoitov9-32/+439
2021-11-02selftests/bpf: Add test cases for struct_ops progHou Tao2-0/+165
2021-11-02bpf: Add dummy BPF STRUCT_OPS for test purposeHou Tao5-0/+225
2021-11-02bpf: Factor out helpers for ctx access checkingHou Tao3-22/+26
2021-11-02bpf: Factor out a helper to prepare trampoline for struct_ops progHou Tao2-10/+23
2021-11-01selftests, bpf: Fix broken riscv buildBjörn Töpel1-1/+1
2021-11-01riscv, libbpf: Add RISC-V (RV64) support to bpf_tracing.hBjörn Töpel1-0/+32
2021-11-01tools, build: Add RISC-V to HOSTARCH parsingBjörn Töpel1-1/+2
2021-11-01riscv, bpf: Increase the maximum number of iterationsBjörn Töpel1-1/+1
2021-11-01selftests, bpf: Add one test for sockmap with strparserLiu Jian1-3/+30
2021-11-01selftests, bpf: Fix test_txmsg_ingress_parser errorLiu Jian1-0/+2
2021-11-01skmsg: Lose offset info in sk_psock_skb_ingressLiu Jian2-12/+49
2021-11-01selftests/bpf: Fix strobemeta selftest regressionAndrii Nakryiko1-0/+11
2021-11-01bpf: Disallow unprivileged bpf by defaultPawan Gupta1-0/+7
2021-11-01Merge branch 'SMC-tracepoints'David S. Miller7-2/+142
2021-11-01net/smc: Introduce tracepoint for smcr link downTony Lu3-2/+38
2021-11-01net/smc: Introduce tracepoints for tx and rx msgTony Lu4-0/+45
2021-11-01net/smc: Introduce tracepoint for fallbackTony Lu4-0/+59
2021-11-01Merge branch 'amt-driver'David S. Miller9-0/+4054
2021-11-01selftests: add amt interface selftest scriptTaehee Yoo3-0/+286
2021-11-01amt: add mld report message handlerTaehee Yoo2-7/+441
2021-11-01amt: add multicast(IGMP) report message handlerTaehee Yoo2-2/+1234
2021-11-01amt: add data plane of amt interfaceTaehee Yoo2-1/+1288
2021-11-01amt: add control plane of amt interfaceTaehee Yoo6-0/+815
2021-11-01Merge branch 'netdevsim-device-and-bus'David S. Miller4-235/+235
2021-11-01netdevsim: rename 'driver' entry pointsJakub Kicinski3-14/+14
2021-11-01netdevsim: move max vf config to devJakub Kicinski3-82/+64