summaryrefslogtreecommitdiffstats
path: root/include/net/calipso.h (unfollow)
Commit message (Expand)AuthorFilesLines
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-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-01bpf: Add missing map_delete_elem method to bloom filter mapEric Dumazet1-0/+6
2021-11-01selftests/bpf: Add bloom map success test for userspace callsJoanne Koong1-26/+33
2021-11-01bpf: Add alignment padding for "map_extra" + consolidate holesJoanne Koong3-3/+5
2021-11-01bpf: Bloom filter map naming fixupsJoanne Koong1-23/+26
2021-11-01selftests/bpf: Add test cases for struct_ops progHou Tao2-0/+165
2021-11-01bpf: Add dummy BPF STRUCT_OPS for test purposeHou Tao5-0/+225
2021-11-01bpf: Factor out helpers for ctx access checkingHou Tao3-22/+26
2021-11-01bpf: 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-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-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-01netdevsim: rename 'driver' entry pointsJakub Kicinski3-14/+14
2021-11-01netdevsim: move max vf config to devJakub Kicinski3-82/+64
2021-11-01netdevsim: move details of vf config to devJakub Kicinski3-73/+63
2021-11-01netdevsim: move vfconfig to nsim_devJakub Kicinski4-91/+111
2021-11-01netdevsim: take rtnl_lock when assigning num_vfsJakub Kicinski1-3/+11
2021-11-01ethtool: don't drop the rtnl_lock half way thru the ioctlJakub Kicinski3-46/+43
2021-11-01devlink: expose get/put functionsJakub Kicinski2-3/+17
2021-11-01ethtool: handle info/flash data copying outside rtnl_lockJakub Kicinski1-41/+69
2021-11-01ethtool: push the rtnl_lock into dev_ethtool()Jakub Kicinski2-3/+13
2021-11-01net: mana: Support hibernation and kexecDexuan Cui3-52/+164
2021-11-01net: mana: Improve the HWC error handlingDexuan Cui2-44/+31
2021-11-01net: mana: Report OS info to the PF driverDexuan Cui1-0/+11
2021-11-01net: mana: Fix the netdev_err()'s vPort argument in mana_init_port()Dexuan Cui1-1/+2