Age | Commit message (Expand) | Author | Files | Lines |
2020-08-25 | bpf: Allow local storage to be used from LSM programs | KP Singh | 1 | -2/+5 |
2020-08-25 | bpf: Implement bpf_local_storage for inodes | KP Singh | 1 | -1/+39 |
2020-08-25 | bpf: Generalize bpf_sk_storage | KP Singh | 1 | -2/+6 |
2020-08-24 | tcp: bpf: Optionally store mac header in TCP_SAVE_SYN | Martin KaFai Lau | 1 | -0/+1 |
2020-08-24 | bpf: tcp: Allow bpf prog to write and parse TCP header option | Martin KaFai Lau | 1 | -1/+299 |
2020-08-24 | bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt() | Martin KaFai Lau | 1 | -1/+2 |
2020-08-24 | bpf: tcp: Add bpf_skops_parse_hdr() | Martin KaFai Lau | 1 | -1/+3 |
2020-08-24 | tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockopt | Martin KaFai Lau | 1 | -0/+1 |
2020-08-24 | tcp: bpf: Add TCP_BPF_DELACK_MAX setsockopt | Martin KaFai Lau | 1 | -0/+1 |
2020-08-21 | bpf: Implement link_query for bpf iterators | Yonghong Song | 1 | -0/+7 |
2020-08-21 | bpf: Fix two typos in uapi/linux/bpf.h | Tobias Klauser | 1 | -5/+5 |
2020-08-06 | bpf: Change uapi for bpf iterator map elements | Yonghong Song | 1 | -7/+8 |
2020-08-01 | bpf: Add support for forced LINK_DETACH command | Andrii Nakryiko | 1 | -0/+5 |
2020-07-28 | bpf: Fix bpf_ringbuf_output() signature to return long | Andrii Nakryiko | 1 | -1/+1 |
2020-07-25 | bpf: Implement BPF XDP link-specific introspection APIs | Andrii Nakryiko | 1 | -0/+3 |
2020-07-25 | bpf, xdp: Add bpf_link-based XDP attachment API | Andrii Nakryiko | 1 | -1/+6 |
2020-07-25 | bpf: Implement bpf iterator for map elements | Yonghong Song | 1 | -0/+7 |
2020-07-17 | bpf: Introduce SK_LOOKUP program type with a dedicated attach point | Jakub Sitnicki | 1 | -0/+77 |
2020-07-16 | bpf: Drop duplicated words in uapi helper comments | Randy Dunlap | 1 | -3/+3 |
2020-07-16 | bpf: cpumap: Add the possibility to attach an eBPF program to cpumap | Lorenzo Bianconi | 1 | -0/+5 |
2020-07-16 | cpumap: Formalize map value as a named struct | Lorenzo Bianconi | 1 | -0/+9 |
2020-07-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -0/+1 |
2020-07-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -20/+21 |
2020-07-08 | bpf: Add BPF_CGROUP_INET_SOCK_RELEASE hook | Stanislav Fomichev | 1 | -0/+1 |
2020-07-01 | bpf: Introduce helper bpf_get_task_stack() | Song Liu | 1 | -1/+36 |
2020-06-24 | bpf: Add bpf_skc_to_udp6_sock() helper | Yonghong Song | 1 | -1/+8 |
2020-06-24 | bpf: Add bpf_skc_to_{tcp, tcp_timewait, tcp_request}_sock() helpers | Yonghong Song | 1 | -1/+22 |
2020-06-24 | bpf: Add bpf_skc_to_tcp6_sock() helper | Yonghong Song | 1 | -1/+8 |
2020-06-24 | bpf: Add SO_KEEPALIVE and related options to bpf_setsockopt | Dmitry Yakunin | 1 | -2/+5 |
2020-06-23 | bpf: Fix formatting in documentation for BPF helpers | Quentin Monnet | 1 | -20/+21 |
2020-06-23 | Merge up to bpf_probe_read_kernel_str() fix into bpf-next | Alexei Starovoitov | 1 | -1/+1 |
2020-06-24 | bpf: Switch most helper return values from 32-bit int to 64-bit long | Andrii Nakryiko | 1 | -96/+96 |
2020-06-16 | bpf: Fix definition of bpf_ringbuf_output() helper in UAPI comments | Andrii Nakryiko | 1 | -1/+1 |
2020-06-09 | bpf: Devmap adjust uapi for attach bpf program | Jesper Dangaard Brouer | 1 | -0/+13 |
2020-06-02 | bpf: Add csum_level helper for fixing up csum levels | Daniel Borkmann | 1 | -1/+42 |
2020-06-02 | bpf: Fix up bpf_skb_adjust_room helper's skb csum setting | Daniel Borkmann | 1 | -0/+8 |
2020-06-01 | bpf: Add link-based BPF program attachment to network namespace | Jakub Sitnicki | 1 | -0/+5 |
2020-06-01 | xdp: Add xdp_txq_info to xdp_buff | David Ahern | 1 | -0/+2 |
2020-06-01 | bpf: Add support to attach bpf program to a devmap entry | David Ahern | 1 | -0/+1 |
2020-06-01 | bpf: Add rx_queue_mapping to bpf_sock | Amritha Nambiar | 1 | -0/+1 |
2020-06-01 | bpf: Implement BPF ring buffer and verifier support for it | Andrii Nakryiko | 1 | -1/+83 |
2020-06-01 | bpf, sk_msg: Add get socket storage helpers | John Fastabend | 1 | -0/+2 |
2020-05-19 | bpf: Add get{peer, sock}name attach types for sock_addr | Daniel Borkmann | 1 | -0/+4 |
2020-05-14 | xdp: Allow bpf_xdp_adjust_tail() to grow packet size | Jesper Dangaard Brouer | 1 | -2/+2 |
2020-05-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -42/+131 |
2020-05-14 | bpf: Introduce bpf_sk_{, ancestor_}cgroup_id helpers | Andrey Ignatov | 1 | -1/+35 |
2020-05-14 | bpf: Support narrow loads from bpf_sock_addr.user_port | Andrey Ignatov | 1 | -1/+1 |
2020-05-11 | bpf: Minor fixes to BPF helpers documentation | Quentin Monnet | 1 | -50/+59 |
2020-05-09 | bpf: Add bpf_seq_printf and bpf_seq_write helpers | Yonghong Song | 1 | -1/+38 |
2020-05-09 | bpf: Create anonymous bpf iterator | Yonghong Song | 1 | -0/+6 |