2020-03-30 |
John Fastabend | bpf: Test_verifier, add alu32 bounds tracking tests |
commit | commitdiff | tree |
2020-03-30 |
John Fastabend | bpf: Test_verifier, #65 error message updates for trunc... |
commit | commitdiff | tree |
2020-03-30 |
John Fastabend | bpf: Test_verifier, bpf_get_stack return value add <0 |
commit | commitdiff | tree |
2020-03-30 |
John Fastabend | bpf: Test_progs, add test to catch retval refine error... |
commit | commitdiff | tree |
2020-03-30 |
John Fastabend | bpf: Verifier, refine 32bit bound in do_refine_retval_range |
commit | commitdiff | tree |
2020-03-30 |
John Fastabend | bpf: Verifier, do explicit ALU32 bounds tracking |
commit | commitdiff | tree |
2020-03-30 |
John Fastabend | bpf: Verifier, do_refine_retval_range may clamp umin... |
commit | commitdiff | tree |
2020-03-30 |
KP Singh | bpf, lsm: Make BPF_LSM depend on BPF_EVENTS |
commit | commitdiff | tree |
2020-03-30 |
Alexei Starovoitov | Merge branch 'bpf_sk_assign' |
commit | commitdiff | tree |
2020-03-30 |
Joe Stringer | selftests: bpf: Extend sk_assign tests for UDP |
commit | commitdiff | tree |
2020-03-30 |
Lorenz Bauer | selftests: bpf: Add test for sk_assign |
commit | commitdiff | tree |
2020-03-30 |
Joe Stringer | bpf: Don't refcount LISTEN sockets in sk_assign() |
commit | commitdiff | tree |
2020-03-30 |
Joe Stringer | net: Track socket refcounts in skb_steal_sock() |
commit | commitdiff | tree |
2020-03-30 |
Joe Stringer | bpf: Add socket assign support |
commit | commitdiff | tree |
2020-03-30 |
Daniel Borkmann | bpf, doc: Add John as official reviewer to BPF subsystem |
commit | commitdiff | tree |
2020-03-30 |
KP Singh | bpf: btf: Fix arg verification in btf_ctx_access() |
commit | commitdiff | tree |
2020-03-30 |
Jann Horn | bpf: Simplify reg_set_min_max_inv handling |
commit | commitdiff | tree |
2020-03-30 |
Jann Horn | bpf: Fix tnum constraints for 32-bit comparisons |
commit | commitdiff | tree |
2020-03-30 |
Daniel Borkmann | bpf: Undo incorrect __reg_bound_offset32 handling |
commit | commitdiff | tree |
2020-03-29 |
Daniel Borkmann | Merge branch 'bpf-lsm' |
commit | commitdiff | tree |
2020-03-29 |
KP Singh | bpf: lsm: Add Documentation |
commit | commitdiff | tree |
2020-03-29 |
KP Singh | bpf: lsm: Add selftests for BPF_PROG_TYPE_LSM |
commit | commitdiff | tree |
2020-03-29 |
KP Singh | tools/libbpf: Add support for BPF_PROG_TYPE_LSM |
commit | commitdiff | tree |
2020-03-29 |
KP Singh | bpf: lsm: Initialize the BPF LSM hooks |
commit | commitdiff | tree |
2020-03-29 |
KP Singh | bpf: lsm: Implement attach, detach and execution |
commit | commitdiff | tree |
2020-03-29 |
KP Singh | bpf: lsm: Provide attachment points for BPF LSM programs |
commit | commitdiff | tree |
2020-03-29 |
KP Singh | security: Refactor declaration of LSM hooks |
commit | commitdiff | tree |
2020-03-29 |
KP Singh | bpf: Introduce BPF_PROG_TYPE_LSM |
commit | commitdiff | tree |
2020-03-29 |
Toke Høiland... | selftests: Add test for overriding global data value... |
commit | commitdiff | tree |
2020-03-29 |
Toke Høiland... | libbpf: Add setter for initial value for internal maps |
commit | commitdiff | tree |
2020-03-29 |
Daniel Borkmann | bpf, net: Fix build issue when net ns not configured |
commit | commitdiff | tree |
2020-03-28 |
Alexei Starovoitov | Merge branch 'ifla_xdp_expected_fd' |
commit | commitdiff | tree |
2020-03-28 |
Toke Høiland... | selftests/bpf: Add tests for attaching XDP programs |
commit | commitdiff | tree |
2020-03-28 |
Toke Høiland... | libbpf: Add function to set link XDP fd while specifyin... |
commit | commitdiff | tree |
2020-03-28 |
Toke Høiland... | tools: Add EXPECTED_FD-related definitions in if_link.h |
commit | commitdiff | tree |
2020-03-28 |
Toke Høiland... | xdp: Support specifying expected existing program when... |
commit | commitdiff | tree |
2020-03-28 |
Jean-Philippe... | bpf: Fix build warning regarding missing prototypes |
commit | commitdiff | tree |
2020-03-28 |
Fletcher Dunn | libbpf, xsk: Init all ring members in xsk_umem__create... |
commit | commitdiff | tree |
2020-03-28 |
Alexei Starovoitov | Merge branch 'cgroup-helpers' |
commit | commitdiff | tree |
2020-03-28 |
Daniel Borkmann | bpf: Add selftest cases for ctx_or_null argument type |
commit | commitdiff | tree |
2020-03-28 |
Daniel Borkmann | bpf: Enable retrival of pid/tgid/comm from bpf cgroup... |
commit | commitdiff | tree |
2020-03-28 |
Daniel Borkmann | bpf: Enable bpf cgroup hooks to retrieve cgroup v2... |
commit | commitdiff | tree |
2020-03-28 |
Daniel Borkmann | bpf: Allow to retrieve cgroup v1 classid from v2 hooks |
commit | commitdiff | tree |
2020-03-28 |
Daniel Borkmann | bpf: Add netns cookie and enable it for bpf cgroup... |
commit | commitdiff | tree |
2020-03-28 |
Daniel Borkmann | bpf: Enable perf event rb output for bpf cgroup progs |
commit | commitdiff | tree |
2020-03-28 |
Daniel Borkmann | bpf: Enable retrieval of socket cookie for bind/post... |
commit | commitdiff | tree |
2020-03-26 |
YueHaibing | bpf: Remove unused vairable 'bpf_xdp_link_lops' |
commit | commitdiff | tree |
2020-03-26 |
Andrii Nakryiko | bpf: Factor out attach_type to prog_type mapping for... |
commit | commitdiff | tree |
2020-03-26 |
Andrii Nakryiko | bpf: Factor out cgroup storages operations |
commit | commitdiff | tree |
2020-03-26 |
John Fastabend | bpf: Test_verifier, #70 error message updates for 32... |
commit | commitdiff | tree |
2020-03-26 |
John Fastabend | bpf: Verifer, adjust_scalar_min_max_vals to always... |
commit | commitdiff | tree |
2020-03-26 |
John Fastabend | bpf: Verifer, refactor adjust_scalar_min_max_vals |
commit | commitdiff | tree |
2020-03-25 |
Stanislav Fomichev | libbpf: Don't allocate 16M for log buffer by default |
commit | commitdiff | tree |
2020-03-25 |
Tobias Klauser | libbpf: Remove unused parameter `def` to get_map_field_int |
commit | commitdiff | tree |
2020-03-25 |
Andrey Ignatov | bpf: Document bpf_inspect drgn tool |
commit | commitdiff | tree |
2020-03-23 |
Daniel T. Lee | samples, bpf: Refactor perf_event user program with... |
commit | commitdiff | tree |
2020-03-23 |
Daniel T. Lee | samples, bpf: Move read_trace_pipe to trace_helpers |
commit | commitdiff | tree |
2020-03-23 |
Martin KaFai Lau | bpf: Add tests for bpf_sk_storage to bpf_tcp_ca |
commit | commitdiff | tree |
2020-03-23 |
Martin KaFai Lau | bpf: Add bpf_sk_storage support to bpf_tcp_ca |
commit | commitdiff | tree |
2020-03-20 |
Bill Wendling | selftests/bpf: Fix mix of tabs and spaces |
commit | commitdiff | tree |
2020-03-20 |
YueHaibing | bpf, tcp: Make tcp_bpf_recvmsg static |
commit | commitdiff | tree |
2020-03-20 |
YueHaibing | bpf, tcp: Fix unused function warnings |
commit | commitdiff | tree |
2020-03-20 |
Martin KaFai Lau | bpftool: Add struct_ops support |
commit | commitdiff | tree |
2020-03-20 |
Martin KaFai Lau | bpftool: Translate prog_id to its bpf prog_name |
commit | commitdiff | tree |
2020-03-20 |
Martin KaFai Lau | bpftool: Print as a string for char array |
commit | commitdiff | tree |
2020-03-20 |
Martin KaFai Lau | bpftool: Print the enum's name instead of value |
commit | commitdiff | tree |
2020-03-19 |
Fangrui Song | bpf: Support llvm-objcopy for vmlinux BTF |
commit | commitdiff | tree |
2020-03-17 |
Wenbo Zhang | bpf, libbpf: Fix ___bpf_kretprobe_args1(x) macro definition |
commit | commitdiff | tree |
2020-03-17 |
Andrii Nakryiko | selftests/bpf: Reset process and thread affinity after... |
commit | commitdiff | tree |
2020-03-17 |
Andrii Nakryiko | selftests/bpf: Fix test_progs's parsing of test numbers |
commit | commitdiff | tree |
2020-03-17 |
Andrii Nakryiko | selftests/bpf: Fix race in tcp_rtt test |
commit | commitdiff | tree |
2020-03-17 |
Andrii Nakryiko | selftests/bpf: Fix nanosleep for real this time |
commit | commitdiff | tree |
2020-03-17 |
Andrii Nakryiko | selftest/bpf: Fix compilation warning in sockmap_parse_... |
commit | commitdiff | tree |
2020-03-17 |
Jesper Dangaard... | sfc: fix XDP-redirect in this driver |
commit | commitdiff | tree |
2020-03-17 |
Alex Elder | remoteproc: clean up notification config |
commit | commitdiff | tree |
2020-03-17 |
Madhuparna... | net: kcm: kcmproc.c: Fix RCU list suspicious usage... |
commit | commitdiff | tree |
2020-03-16 |
Zheng Zengkai | qede: remove some unused code in function qede_selftest... |
commit | commitdiff | tree |
2020-03-16 |
Jiri Pirko | net: sched: set the hw_stats_type in pedit loop |
commit | commitdiff | tree |
2020-03-16 |
David S. Miller | Merge branch 'net-stmmac-Use-readl_poll_timeout-to... |
commit | commitdiff | tree |
2020-03-16 |
Dejin Zheng | net: stmmac: use readl_poll_timeout() function in dwmac... |
commit | commitdiff | tree |
2020-03-16 |
Dejin Zheng | net: stmmac: use readl_poll_timeout() function in init_... |
commit | commitdiff | tree |
2020-03-16 |
YueHaibing | chcr: remove set but not used variable 'status' |
commit | commitdiff | tree |
2020-03-16 |
Era Mayflower | macsec: Netlink support of XPN cipher suites (IEEE... |
commit | commitdiff | tree |
2020-03-16 |
Era Mayflower | macsec: Support XPN frame handling - IEEE 802.1AEbw |
commit | commitdiff | tree |
2020-03-16 |
David S. Miller | Merge branch 'net-dsa-improve-serdes-integration' |
commit | commitdiff | tree |
2020-03-16 |
Russell King | net: dsa: mv88e6xxx: use PHY_DETECT in mac_link_up... |
commit | commitdiff | tree |
2020-03-16 |
Russell King | net: dsa: mv88e6xxx: remove port_link_state functions |
commit | commitdiff | tree |
2020-03-16 |
Russell King | net: dsa: mv88e6xxx: combine port_set_speed and port_se... |
commit | commitdiff | tree |
2020-03-16 |
Russell King | net: dsa: mv88e6xxx: fix Serdes link changes |
commit | commitdiff | tree |
2020-03-16 |
Russell King | net: dsa: mv88e6xxx: extend phylink to Serdes PHYs |
commit | commitdiff | tree |
2020-03-16 |
Russell King | net: dsa: mv88e6xxx: configure interface settings in... |
commit | commitdiff | tree |
2020-03-16 |
Russell King | net: dsa: mv88e6xxx: use BMCR definitions for serdes... |
commit | commitdiff | tree |
2020-03-16 |
Russell King | net: dsa: warn if phylink_mac_link_state returns error |
commit | commitdiff | tree |
2020-03-16 |
David S. Miller | Merge branch 'net-mii-clause-37-helpers' |
commit | commitdiff | tree |
2020-03-16 |
Russell King | net: mii: add linkmode_adv_to_mii_adv_x() |
commit | commitdiff | tree |
2020-03-16 |
Russell King | net: mii: convert mii_lpa_to_ethtool_lpa_x() to linkmod... |
commit | commitdiff | tree |
2020-03-15 |
Alexander Bersenev | cdc_ncm: Fix the build warning |
commit | commitdiff | tree |
2020-03-15 |
David S. Miller | Merge branch 'mptcp-simplify-mptcp_accept' |
commit | commitdiff | tree |
2020-03-15 |
Paolo Abeni | mptcp: drop unneeded checks |
commit | commitdiff | tree |
2020-03-15 |
Paolo Abeni | mptcp: create msk early |
commit | commitdiff | tree |
next |