aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/samples/kobject/kobject-example.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-19samples, bpf: Add tracex7 test file to .gitignoreDaniel T. Lee1-0/+1
2020-05-19samples, bpf: Refactor tail call user progs with libbpfDaniel T. Lee3-31/+103
2020-05-19samples, bpf: Refactor kprobe tracing user progs with libbpfDaniel T. Lee9-64/+252
2020-05-19samples, bpf: Refactor pointer error check with libbpfDaniel T. Lee3-15/+6
2020-05-16bpf: Selftests, add ktls tests to test_sockmapJohn Fastabend1-26/+44
2020-05-16bpf: Selftests, add blacklist to test_sockmapJohn Fastabend1-2/+31
2020-05-16bpf: Selftests, add whitelist option to test_sockmapJohn Fastabend1-1/+30
2020-05-16bpf: Selftests, provide verbose option for selftests executionJohn Fastabend1-108/+71
2020-05-16bpf: Selftests, break down test_sockmap into subtestsJohn Fastabend1-375/+348
2020-05-16bpf: Selftests, improve test_sockmap total bytes counterJohn Fastabend1-3/+8
2020-05-16bpf: Selftests, print error in test_sockmap error casesJohn Fastabend1-8/+17
2020-05-16bpf: Selftests, sockmap test prog run without setting cgroupJohn Fastabend1-6/+22
2020-05-16bpf: Selftests, remove prints from sockmap testsJohn Fastabend2-174/+9
2020-05-16bpf: Selftests, move sockmap bpf prog header into progsJohn Fastabend1-0/+0
2020-05-16selftests/bpf: Move test_align under test_progsStanislav Fomichev1-61/+7
2020-05-16selftests/bpf: Fix test_align verifier log patternsStanislav Fomichev1-20/+21
2020-05-16libbpf, hashmap: Fix signedness warningsIan Rogers1-3/+2
2020-05-16libbpf, hashmap: Remove unused #includeIan Rogers1-1/+0
2020-05-16bpf: Fix check_return_code to only allow [0,1] in trace_iter progsDaniel Borkmann1-1/+2
2020-05-15mptcp: cope better with MP_JOIN failurePaolo Abeni1-6/+9
2020-05-15inet_connection_sock: factor out destroy helper.Paolo Abeni2-5/+9
2020-05-15mptcp: add new sock flag to deal with join subflowsPaolo Abeni5-15/+17
2020-05-15net: phy: tja11xx: execute cable test on link upOleksij Rempel1-5/+43
2020-05-15net: phy: broadcom: add support for BCM54811 PHYKevin Lo2-5/+53
2020-05-15cxgb4: add EOTID tracking and software context dumpRahul Lakkireddy5-28/+133
2020-05-15cxgb4: tune burst buffer size for TC-MQPRIO offloadRahul Lakkireddy5-19/+31
2020-05-15cxgb4: improve credits recovery in TC-MQPRIO Tx pathRahul Lakkireddy1-14/+26
2020-05-15net: dsa: mt7530: fix VLAN setupDENG Qingfang1-12/+1
2020-05-15selftests: mptcp: pm: rm the right tmp fileMatthieu Baerts1-1/+1
2020-05-15dpaa2-eth: properly handle buffer size restrictionsIoana Ciornei2-12/+18
2020-05-15selftests: implement flower classifier terse dump testsVlad Buslov1-0/+38
2020-05-15net: sched: cls_flower: implement terse dump supportVlad Buslov1-0/+43
2020-05-15net: sched: implement terse dump support in actVlad Buslov4-9/+52
2020-05-15net: sched: introduce terse dump flagVlad Buslov3-8/+41
2020-05-15net: core: recursively find netdev by device nodeTobias Waldekranz1-5/+5
2020-05-15selftests/bpf: Use CAP_BPF and CAP_PERFMON in testsAlexei Starovoitov3-21/+49
2020-05-15bpf: Implement CAP_BPFAlexei Starovoitov19-60/+134
2020-05-15bpf, capability: Introduce CAP_BPFAlexei Starovoitov3-3/+40
2020-05-15bpf, bpftool: Allow probing for CONFIG_HZ from kernel configDaniel Borkmann1-53/+67
2020-05-15bpf: Restrict bpf_trace_printk()'s %s usage and add %pks, %pus specifierDaniel Borkmann3-32/+88
2020-05-15bpf: Add bpf_probe_read_{user, kernel}_str() to do_refine_retval_rangeDaniel Borkmann1-1/+3
2020-05-15bpf: Restrict bpf_probe_read{, str}() only to archs where they workDaniel Borkmann5-2/+10
2020-05-14selftests/bpf: Xdp_adjust_tail add grow tail testsJesper Dangaard Brouer2-5/+144
2020-05-14selftests/bpf: Adjust BPF selftest for xdp_adjust_tailJesper Dangaard Brouer2-8/+13
2020-05-14bpf: Add xdp.frame_sz in bpf_prog_test_run_xdp().Jesper Dangaard Brouer1-4/+12
2020-05-14xdp: Clear grow memory in bpf_xdp_adjust_tail()Jesper Dangaard Brouer1-0/+4
2020-05-14xdp: Allow bpf_xdp_adjust_tail() to grow packet sizeJesper Dangaard Brouer2-4/+11
2020-05-14mlx5: Rx queue setup time determine frame_sz for XDPJesper Dangaard Brouer4-0/+10
2020-05-14xdp: For Intel AF_XDP drivers add XDP frame_szJesper Dangaard Brouer4-0/+17
2020-05-14ice: Add XDP frame size to driverJesper Dangaard Brouer1-9/+25