summaryrefslogtreecommitdiffstats
path: root/sound (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-16af_unix: Add a dummy ->close() for sockmapCong Wang1-0/+9
2021-07-16af_unix: Set TCP_ESTABLISHED for datagram sockets tooCong Wang1-6/+8
2021-07-16af_unix: Implement ->read_sock() for sockmapCong Wang1-0/+37
2021-07-16sock_map: Lift socket state restriction for datagram socketsCong Wang3-24/+6
2021-07-16sock_map: Relax config dependency to CONFIG_NETCong Wang3-21/+21
2021-07-16selftests/bpf: Add test for bpf_get_func_ip in kprobe+offset probeJiri Olsa2-2/+27
2021-07-16libbpf: Allow specification of "kprobe/function+offset"Alan Maguire1-2/+22
2021-07-16libbpf: Add bpf_program__attach_kprobe_opts functionJiri Olsa1-9/+25
2021-07-16selftests/bpf: Add test for bpf_get_func_ip helperJiri Olsa2-0/+101
2021-07-16bpf: Add bpf_get_func_ip helper for kprobe programsJiri Olsa4-2/+20
2021-07-16bpf: Add bpf_get_func_ip helper for tracing programsJiri Olsa4-0/+72
2021-07-16bpf: Enable BPF_TRAMP_F_IP_ARG for trampolines with call_get_func_ipJiri Olsa2-4/+11
2021-07-16bpf, x86: Store caller's ip in trampoline stackJiri Olsa2-0/+24
2021-07-15selftests/bpf: Add a test with bpf_timer in inner map.Alexei Starovoitov3-0/+231
2021-07-15selftests/bpf: Add bpf_timer test.Alexei Starovoitov2-0/+352
2021-07-15bpf: Teach stack depth check about async callbacks.Alexei Starovoitov2-3/+16
2021-07-15bpf: Implement verifier support for validation of async callbacks.Alexei Starovoitov3-9/+131
2021-07-15bpf: Relax verifier recursion check.Alexei Starovoitov1-2/+6
2021-07-15bpf: Remember BTF of inner maps.Alexei Starovoitov1-0/+6
2021-07-15bpf: Prevent pointer mismatch in bpf_timer_init.Alexei Starovoitov2-4/+36
2021-07-15bpf: Add map side support for bpf timers.Alexei Starovoitov9-46/+259
2021-07-15bpf: Introduce bpf timers.Alexei Starovoitov7-1/+585
2021-07-15bpf: Factor out bpf_spin_lock into helpers.Alexei Starovoitov1-4/+14
2021-07-15bpf: Prepare bpf_prog_put() to be called from irq context.Alexei Starovoitov1-6/+26
2021-07-15selftests/bpf: Remove unused variable in tc_tunnel progTobias Klauser1-1/+0
2021-07-15bpf: Fix potential memleak and UAF in the verifier.He Fengqing1-11/+16
2021-07-15bpf: Fix a typo of reuseport map in bpf.h.Kuniyuki Iwashima2-2/+2
2021-07-15bpf: Sync tools/include/uapi/linux/bpf.hAlexei Starovoitov1-3/+0
2021-07-13libbpf: Fix reuse of pinned map on older kernelMartynas Pumputis1-3/+45
2021-07-08samples/bpf: xdp_redirect_cpu_user: Cpumap qsize set larger defaultJesper Dangaard Brouer1-6/+16
2021-07-08bpf: Tidy xdp attach selftestsKumar Kartikeya Dwivedi2-50/+32
2021-07-08bpf: devmap: Implement devmap prog execution for generic XDPKumar Kartikeya Dwivedi3-29/+39
2021-07-08bpf: cpumap: Implement generic cpumapKumar Kartikeya Dwivedi5-30/+114
2021-07-08bitops: Add non-atomic bitops for pointersKumar Kartikeya Dwivedi2-0/+59
2021-07-08net: core: Split out code to run generic XDP progKumar Kartikeya Dwivedi2-31/+55
2021-07-08selftests/bpf: Add test for xdp_md context in BPF_PROG_TEST_RUNZvi Effron2-0/+125
2021-07-08bpf: Support specifying ingress via xdp_md context in BPF_PROG_TEST_RUNZvi Effron1-7/+49
2021-07-08bpf: Support input xdp_md context in BPF_PROG_TEST_RUNZvi Effron2-11/+59
2021-07-08bpf: Add function for XDP meta data length checkZvi Effron2-2/+7
2021-07-01net: dsa: mv88e6xxx: enable SerDes PCS register dump via ethtool -d on TopazMarek Behún1-0/+4
2021-07-01net: dsa: mv88e6xxx: enable SerDes RX stats for TopazMarek Behún2-3/+9
2021-07-01net: dsa: mv88e6xxx: enable devlink ATU hash param for TopazMarek Behún1-0/+4
2021-07-01net: dsa: mv88e6xxx: enable .rmu_disable() on TopazMarek Behún1-0/+2
2021-07-01net: dsa: mv88e6xxx: use correct .stats_set_histogram() on TopazMarek Behún1-2/+2
2021-07-01net: dsa: mv88e6xxx: enable .port_set_policy() on TopazMarek Behún1-0/+2
2021-07-01net: dsa: return -EOPNOTSUPP when driver does not implement .port_lag_joinVladimir Oltean1-2/+2
2021-07-01octeontx2-pf: cn10k: Use runtime allocated LMTLINE regionGeetha sowjanya6-73/+54
2021-07-01octeontx2-af: cn10k: Support configurable LMTST regionsGeetha sowjanya3-35/+103
2021-07-01octeontx2-af: cn10k: Setting up lmtst map tableHarman Kalra6-1/+159
2021-06-29qemu_fw_cfg: Make fw_cfg_rev_attr a proper kobj_attributeNathan Chancellor1-5/+3