Show patches with: Submitter = Martin KaFai Lau       |    Archived = No       |   309 patches
« 1 2 3 4 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[net] ipv4: tcp: Fix SO_MARK in RST and ACK packet [net] ipv4: tcp: Fix SO_MARK in RST and ACK packet - 1 - - --- 2020-06-30 Martin KaFai Lau davem Superseded
[bpf-next,10/10] bpf: selftest: Add test for TCP_BPF_DELACK_MAX and TCP_BPF_RTO_MIN BPF TCP header options - - - - --- 2020-06-26 Martin KaFai Lau bpf Changes Requested
[bpf-next,09/10] tcp: bpf: Add TCP_BPF_DELACK_MAX and TCP_BPF_RTO_MIN to bpf_setsockopt BPF TCP header options - - 1 - --- 2020-06-26 Martin KaFai Lau bpf Changes Requested
[bpf-next,08/10] bpf: selftests: tcp header options BPF TCP header options - - - - --- 2020-06-26 Martin KaFai Lau bpf Changes Requested
[bpf-next,07/10] bpf: selftests: Restore netns after each test BPF TCP header options - - - - --- 2020-06-26 Martin KaFai Lau bpf Changes Requested
[bpf-next,06/10] bpf: selftests: Add fastopen_connect to network_helpers BPF TCP header options - - - - --- 2020-06-26 Martin KaFai Lau bpf Changes Requested
[bpf-next,05/10] bpf: selftests: A few improvements to network_helpers.c BPF TCP header options - - - - --- 2020-06-26 Martin KaFai Lau bpf Changes Requested
[bpf-next,04/10] bpf: tcp: Allow bpf prog to write and parse BPF TCP header option BPF TCP header options - - - - --- 2020-06-26 Martin KaFai Lau bpf Changes Requested
[bpf-next,03/10] bpf: sock_ops: Change some members of sock_ops_kern from u32 to u8 BPF TCP header options - - - - --- 2020-06-26 Martin KaFai Lau bpf Changes Requested
[bpf-next,02/10] tcp: bpf: Parse BPF experimental header option BPF TCP header options - - - - --- 2020-06-26 Martin KaFai Lau bpf Changes Requested
[bpf-next,01/10] tcp: Use a struct to represent a saved_syn BPF TCP header options - - - - --- 2020-06-26 Martin KaFai Lau bpf Changes Requested
[bpf-next] bpf: sk_storage: Prefer to get a free cache_idx [bpf-next] bpf: sk_storage: Prefer to get a free cache_idx 1 - - - --- 2020-06-17 Martin KaFai Lau bpf Accepted
[v2,bpf-next,3/3] bpf: selftests: Add test for different inner map size bpf: Allow inner map with different max_entries - - - - --- 2020-05-22 Martin KaFai Lau bpf Changes Requested
[v2,bpf-next,2/3] bpf: Relax the max_entries check for inner map bpf: Allow inner map with different max_entries - - - - --- 2020-05-22 Martin KaFai Lau bpf Changes Requested
[v2,bpf-next,1/3] bpf: Consolidate inner-map-compatible properties into bpf_types.h bpf: Allow inner map with different max_entries - - - - --- 2020-05-22 Martin KaFai Lau bpf Changes Requested
[bpf-next,3/3] bpf: selftests: Add test for different inner map size bpf: Allow inner map with different max_entries - - - - --- 2020-05-21 Martin KaFai Lau bpf Changes Requested
[bpf-next,2/3] bpf: Relax the max_entries check for inner map bpf: Allow inner map with different max_entries - - - - --- 2020-05-21 Martin KaFai Lau bpf Changes Requested
[bpf-next,1/3] bpf: Clean up inner map type check bpf: Allow inner map with different max_entries - - - - --- 2020-05-21 Martin KaFai Lau bpf Changes Requested
[net] net: inet_csk: Fix so_reuseport bind-address cache in tb->fast* [net] net: inet_csk: Fix so_reuseport bind-address cache in tb->fast* - 1 - - --- 2020-05-19 Martin KaFai Lau davem Accepted
[bpf] bpftool: Respect the -d option in struct_ops cmd [bpf] bpftool: Respect the -d option in struct_ops cmd - 1 1 - --- 2020-04-24 Martin KaFai Lau bpf Accepted
[v2,bpf-next,2/2] bpf: Add tests for bpf_sk_storage to bpf_tcp_ca bpf: Add bpf_sk_storage support to bpf_tcp_ca 1 - - - --- 2020-03-20 Martin KaFai Lau bpf Accepted
[v2,bpf-next,1/2] bpf: Add bpf_sk_storage support to bpf_tcp_ca bpf: Add bpf_sk_storage support to bpf_tcp_ca 1 - - - --- 2020-03-20 Martin KaFai Lau bpf Accepted
[bpf-next,2/2] bpf: Add tests for bpf_sk_storage to bpf_tcp_ca bpf: Add bpf_sk_storage support to bpf_tcp_ca - - - - --- 2020-03-19 Martin KaFai Lau bpf Changes Requested
[bpf-next,1/2] bpf: Add bpf_sk_storage support to bpf_tcp_ca bpf: Add bpf_sk_storage support to bpf_tcp_ca 1 - - - --- 2020-03-19 Martin KaFai Lau bpf Changes Requested
[v4,bpf-next,4/4] bpftool: Add struct_ops support bpftool: Add struct_ops support 1 - - - --- 2020-03-18 Martin KaFai Lau bpf Accepted
[v4,bpf-next,3/4] bpftool: Translate prog_id to its bpf prog_name bpftool: Add struct_ops support 1 - - - --- 2020-03-18 Martin KaFai Lau bpf Accepted
[v4,bpf-next,2/4] bpftool: Print as a string for char array bpftool: Add struct_ops support 2 - - - --- 2020-03-18 Martin KaFai Lau bpf Accepted
[v4,bpf-next,1/4] bpftool: Print the enum's name instead of value bpftool: Add struct_ops support 1 - - - --- 2020-03-18 Martin KaFai Lau bpf Accepted
[v3,bpf-next,4/4] bpftool: Add struct_ops support bpftool: Add struct_ops support 1 - - - --- 2020-03-18 Martin KaFai Lau bpf Changes Requested
[v3,bpf-next,3/4] bpftool: Translate prog_id to its bpf prog_name bpftool: Add struct_ops support 1 - - - --- 2020-03-18 Martin KaFai Lau bpf Changes Requested
[v3,bpf-next,2/4] bpftool: Print as a string for char array bpftool: Add struct_ops support 2 - - - --- 2020-03-18 Martin KaFai Lau bpf Changes Requested
[v3,bpf-next,1/4] bpftool: Print the enum's name instead of value bpftool: Add struct_ops support 1 - - - --- 2020-03-18 Martin KaFai Lau bpf Changes Requested
[v2,bpf-next,4/4] bpftool: Add struct_ops support bpftool: Add struct_ops support 1 - - - --- 2020-03-17 Martin KaFai Lau bpf Changes Requested
[v2,bpf-next,3/4] bpftool: Translate prog_id to its bpf prog_name bpftool: Add struct_ops support 1 - - - --- 2020-03-17 Martin KaFai Lau bpf Changes Requested
[v2,bpf-next,2/4] bpftool: Print as a string for char array bpftool: Add struct_ops support 1 - - - --- 2020-03-17 Martin KaFai Lau bpf Changes Requested
[v2,bpf-next,1/4] bpftool: Print the enum's name instead of value bpftool: Add struct_ops support 1 - - - --- 2020-03-17 Martin KaFai Lau bpf Changes Requested
[bpf-next,4/4] bpftool: Add struct_ops support bpftool: Add struct_ops support - - - - --- 2020-03-16 Martin KaFai Lau bpf Changes Requested
[bpf-next,3/4] bpftool: Translate prog_id to its bpf prog_name bpftool: Add struct_ops support - - - - --- 2020-03-16 Martin KaFai Lau bpf Changes Requested
[bpf-next,2/4] bpftool: Print as a string for char array bpftool: Add struct_ops support 1 - - - --- 2020-03-16 Martin KaFai Lau bpf Changes Requested
[bpf-next,1/4] bpftool: Print the enum's name instead of value bpftool: Add struct_ops support - - - - --- 2020-03-16 Martin KaFai Lau bpf Changes Requested
[v3,bpf] bpf: Sanitize the bpf_struct_ops tcp-cc name [v3,bpf] bpf: Sanitize the bpf_struct_ops tcp-cc name 1 1 - - --- 2020-03-14 Martin KaFai Lau bpf Accepted
[v2,bpf] bpf: Sanitize the bpf_struct_ops tcp-cc name [v2,bpf] bpf: Sanitize the bpf_struct_ops tcp-cc name 1 1 - - --- 2020-03-14 Martin KaFai Lau bpf Changes Requested
[bpf] bpf: Sanitize the bpf_struct_ops tcp-cc name [bpf] bpf: Sanitize the bpf_struct_ops tcp-cc name 1 1 - - --- 2020-03-13 Martin KaFai Lau bpf Changes Requested
[bpf,2/2] bpf: Do not allow map_freeze in struct_ops map bpf: A few struct_ops fixes - 1 - - --- 2020-03-05 Martin KaFai Lau bpf Accepted
[bpf,1/2] bpf: Return better error value in delete_elem for struct_ops map bpf: A few struct_ops fixes - 1 - - --- 2020-03-05 Martin KaFai Lau bpf Accepted
[bpf-next,v2,4/4] bpf: inet_diag: Dump bpf_sk_storages in inet_diag_dump() Provide bpf_sk_storage data in INET_DIAG 1 - - - --- 2020-02-25 Martin KaFai Lau bpf Accepted
[bpf-next,v2,3/4] bpf: INET_DIAG support in bpf_sk_storage Provide bpf_sk_storage data in INET_DIAG 1 - - - --- 2020-02-25 Martin KaFai Lau bpf Accepted
[bpf-next,v2,2/4] inet_diag: Move the INET_DIAG_REQ_BYTECODE nlattr to cb->data Provide bpf_sk_storage data in INET_DIAG 1 - - - --- 2020-02-25 Martin KaFai Lau bpf Accepted
[bpf-next,v2,1/4] inet_diag: Refactor inet_sk_diag_fill(), dump(), and dump_one() Provide bpf_sk_storage data in INET_DIAG 1 - - - --- 2020-02-25 Martin KaFai Lau bpf Accepted
[bpf-next,4/4] bpf: inet_diag: Dump bpf_sk_storages in inet_diag_dump() Provide bpf_sk_storage data in INET_DIAG 1 - - - --- 2020-02-21 Martin KaFai Lau bpf Changes Requested
[bpf-next,3/4] bpf: INET_DIAG support in bpf_sk_storage Provide bpf_sk_storage data in INET_DIAG 1 - - - --- 2020-02-21 Martin KaFai Lau bpf Changes Requested
[bpf-next,2/4] inet_diag: Move the INET_DIAG_REQ_BYTECODE nlattr to cb->data Provide bpf_sk_storage data in INET_DIAG 1 - - - --- 2020-02-21 Martin KaFai Lau bpf Changes Requested
[bpf-next,1/4] inet_diag: Refactor inet_sk_diag_fill(), dump(), and dump_one() Provide bpf_sk_storage data in INET_DIAG 1 - - - --- 2020-02-21 Martin KaFai Lau bpf Changes Requested
[bpf] bpf: selftests: Fix error checking on reading the tcp_fastopen sysctl [bpf] bpf: selftests: Fix error checking on reading the tcp_fastopen sysctl 1 - - - --- 2020-02-11 Martin KaFai Lau bpf Accepted
[bpf] bpf: Improve bucket_log calculation logic [bpf] bpf: Improve bucket_log calculation logic - 1 1 - --- 2020-02-07 Martin KaFai Lau bpf Accepted
[bpf] bpf: Reuse log from btf_prase_vmlinux() in btf_struct_ops_init() [bpf] bpf: Reuse log from btf_prase_vmlinux() in btf_struct_ops_init() 2 1 - - --- 2020-01-27 Martin KaFai Lau bpf Accepted
[v3,bpf-next,3/3] bpf: tcp: Add bpf_cubic example bpf: tcp: Add bpf_cubic example - - - - --- 2020-01-22 Martin KaFai Lau bpf Accepted
[v3,bpf-next,2/3] bpf: Sync uapi bpf.h to tools/ bpf: tcp: Add bpf_cubic example - - - - --- 2020-01-22 Martin KaFai Lau bpf Accepted
[v3,bpf-next,1/3] bpf: Add BPF_FUNC_jiffies64 bpf: tcp: Add bpf_cubic example - - - - --- 2020-01-22 Martin KaFai Lau bpf Accepted
[v2,bpf-next,3/3] bpf: tcp: Add bpf_cubic example bpf: tcp: Add bpf_cubic example - - - - --- 2020-01-22 Martin KaFai Lau bpf Changes Requested
[v2,bpf-next,2/3] bpf: Sync uapi bpf.h to tools/ bpf: tcp: Add bpf_cubic example - - - - --- 2020-01-22 Martin KaFai Lau bpf Changes Requested
[v2,bpf-next,1/3] bpf: Add BPF_FUNC_jiffies64 bpf: tcp: Add bpf_cubic example - - - - --- 2020-01-22 Martin KaFai Lau bpf Changes Requested
[bpf-next,3/3] bpf: tcp: Add bpf_cubic example bpf: tcp: Add bpf_cubic example - - - - --- 2020-01-21 Martin KaFai Lau bpf Changes Requested
[bpf-next,2/3] bpf: Sync uapi bpf.h to tools/ bpf: tcp: Add bpf_cubic example - - - - --- 2020-01-21 Martin KaFai Lau bpf Changes Requested
[bpf-next,1/3] bpf: Add BPF_FUNC_jiffies64 bpf: tcp: Add bpf_cubic example - - - - --- 2020-01-21 Martin KaFai Lau bpf Changes Requested
[v3,bpf-next,5/5] bpftool: Support dumping a map with btf_vmlinux_value_type_id bpftool: Support dumping a map with btf_vmlinux_value_type_id 1 - - - --- 2020-01-15 Martin KaFai Lau bpf Accepted
[v3,bpf-next,4/5] bpftool: Add struct_ops map name bpftool: Support dumping a map with btf_vmlinux_value_type_id 1 - - - --- 2020-01-15 Martin KaFai Lau bpf Accepted
[v3,bpf-next,3/5] libbpf: Expose bpf_find_kernel_btf as a LIBBPF_API bpftool: Support dumping a map with btf_vmlinux_value_type_id 1 - - - --- 2020-01-15 Martin KaFai Lau bpf Accepted
[v3,bpf-next,2/5] bpftool: Fix missing BTF output for json during map dump bpftool: Support dumping a map with btf_vmlinux_value_type_id 1 1 - - --- 2020-01-15 Martin KaFai Lau bpf Accepted
[v3,bpf-next,1/5] bpftool: Fix a leak of btf object bpftool: Support dumping a map with btf_vmlinux_value_type_id 1 1 - - --- 2020-01-15 Martin KaFai Lau bpf Accepted
[v2,bpf-next,5/5] bpftool: Support dumping a map with btf_vmlinux_value_type_id bpftool: Support dumping a map with btf_vmlinux_value_type_id 1 - - - --- 2020-01-15 Martin KaFai Lau bpf Changes Requested
[v2,bpf-next,4/5] bpftool: Add struct_ops map name bpftool: Support dumping a map with btf_vmlinux_value_type_id 1 - - - --- 2020-01-15 Martin KaFai Lau bpf Changes Requested
[v2,bpf-next,3/5] libbpf: Expose bpf_find_kernel_btf as a LIBBPF_API bpftool: Support dumping a map with btf_vmlinux_value_type_id 1 - - - --- 2020-01-15 Martin KaFai Lau bpf Changes Requested
[v2,bpf-next,2/5] bpftool: Fix missing BTF output for json during map dump bpftool: Support dumping a map with btf_vmlinux_value_type_id 1 1 - - --- 2020-01-15 Martin KaFai Lau bpf Changes Requested
[v2,bpf-next,1/5] bpftool: Fix a leak of btf object bpftool: Support dumping a map with btf_vmlinux_value_type_id 1 1 - - --- 2020-01-15 Martin KaFai Lau bpf Changes Requested
[bpf-next,5/5] bpftool: Support dumping a map with btf_vmlinux_value_type_id bpftool: Support dumping a map with btf_vmlinux_value_type_id - - - - --- 2020-01-14 Martin KaFai Lau bpf Changes Requested
[bpf-next,4/5] bpftool: Add struct_ops map name bpftool: Support dumping a map with btf_vmlinux_value_type_id 1 - - - --- 2020-01-14 Martin KaFai Lau bpf Changes Requested
[bpf-next,3/5] libbpf: Expose bpf_find_kernel_btf to libbpf_internal.h bpftool: Support dumping a map with btf_vmlinux_value_type_id - - - - --- 2020-01-14 Martin KaFai Lau bpf Changes Requested
[bpf-next,2/5] bpftool: Fix missing BTF output for json during map dump bpftool: Support dumping a map with btf_vmlinux_value_type_id 1 1 - - --- 2020-01-14 Martin KaFai Lau bpf Changes Requested
[bpf-next,1/5] bpftool: Fix a leak of btf object [bpf-next,1/5] bpftool: Fix a leak of btf object 1 1 - - --- 2020-01-14 Martin KaFai Lau bpf Changes Requested
[bpf-next] bpf: Fix seq_show for BPF_MAP_TYPE_STRUCT_OPS [bpf-next] bpf: Fix seq_show for BPF_MAP_TYPE_STRUCT_OPS - 1 - - --- 2020-01-14 Martin KaFai Lau bpf Accepted
[bpf] bpftool: Fix printing incorrect pointer in btf_dump_ptr [bpf] bpftool: Fix printing incorrect pointer in btf_dump_ptr - 1 1 - --- 2020-01-10 Martin KaFai Lau bpf Accepted
[bpf-next,v4,08/11] bpf: Add BPF_FUNC_tcp_send_ack helper Introduce BPF STRUCT_OPS 1 - - - --- 2020-01-09 Martin KaFai Lau bpf Accepted
[bpf-next,v4,01/11] bpf: Save PTR_TO_BTF_ID register state when spilling to stack Introduce BPF STRUCT_OPS 1 - - - --- 2020-01-09 Martin KaFai Lau bpf Accepted
[bpf-next,v4,11/11] bpf: Add bpf_dctcp example Introduce BPF STRUCT_OPS - - - - --- 2020-01-09 Martin KaFai Lau bpf Accepted
[bpf-next,v4,10/11] bpf: libbpf: Add STRUCT_OPS support Introduce BPF STRUCT_OPS - - - - --- 2020-01-09 Martin KaFai Lau bpf Accepted
[bpf-next,v4,09/11] bpf: Synch uapi bpf.h to tools/ Introduce BPF STRUCT_OPS - - - - --- 2020-01-09 Martin KaFai Lau bpf Accepted
[bpf-next,v4,08/11] bpf: Add BPF_FUNC_tcp_send_ack helper Untitled series #152044 1 - - - --- 2020-01-09 Martin KaFai Lau bpf Accepted
[bpf-next,v4,07/11] bpf: tcp: Support tcp_congestion_ops in bpf Introduce BPF STRUCT_OPS 2 - - - --- 2020-01-09 Martin KaFai Lau bpf Accepted
[bpf-next,v4,06/11] bpf: Introduce BPF_MAP_TYPE_STRUCT_OPS Introduce BPF STRUCT_OPS 2 - - - --- 2020-01-09 Martin KaFai Lau bpf Accepted
[bpf-next,v4,05/11] bpf: Introduce BPF_PROG_TYPE_STRUCT_OPS Introduce BPF STRUCT_OPS 2 - - - --- 2020-01-09 Martin KaFai Lau bpf Accepted
[bpf-next,v4,04/11] bpf: Support bitfield read access in btf_struct_access Introduce BPF STRUCT_OPS 1 - - - --- 2020-01-09 Martin KaFai Lau bpf Accepted
[bpf-next,v4,03/11] bpf: Add enum support to btf_ctx_access() Introduce BPF STRUCT_OPS 1 - - - --- 2020-01-09 Martin KaFai Lau bpf Accepted
[bpf-next,v4,02/11] bpf: Avoid storing modifier to info->btf_id Introduce BPF STRUCT_OPS 1 - - - --- 2020-01-09 Martin KaFai Lau bpf Accepted
[bpf-next,v4,01/11] bpf: Save PTR_TO_BTF_ID register state when spilling to stack [bpf-next,v4,01/11] bpf: Save PTR_TO_BTF_ID register state when spilling to stack 1 - - - --- 2020-01-09 Martin KaFai Lau bpf Accepted
[bpf-next,v3,11/11] bpf: Add bpf_dctcp example Introduce BPF STRUCT_OPS - - - - --- 2019-12-31 Martin KaFai Lau bpf Changes Requested
[bpf-next,v3,10/11] bpf: libbpf: Add STRUCT_OPS support Introduce BPF STRUCT_OPS - - - - --- 2019-12-31 Martin KaFai Lau bpf Changes Requested
[bpf-next,v3,09/11] bpf: Synch uapi bpf.h to tools/ Introduce BPF STRUCT_OPS - - - - --- 2019-12-31 Martin KaFai Lau bpf Changes Requested
[bpf-next,v3,08/11] bpf: Add BPF_FUNC_tcp_send_ack helper Introduce BPF STRUCT_OPS 1 - - - --- 2019-12-31 Martin KaFai Lau bpf Changes Requested
[bpf-next,v3,07/11] bpf: tcp: Support tcp_congestion_ops in bpf Introduce BPF STRUCT_OPS 2 - - - --- 2019-12-31 Martin KaFai Lau bpf Changes Requested
« 1 2 3 4 »