| Commit message (Expand) | Author | Age | Files | Lines |
* | selftests/bpf: add missing executables to .gitignore | Anders Roxell | 2018-10-19 | 1 | -0/+2 |
* | Merge branch 'queue_stack_maps' | Alexei Starovoitov | 2018-10-19 | 21 | -14/+834 |
|\ |
|
| * | selftests/bpf: add test cases for queue and stack maps | Mauricio Vasquez B | 2018-10-19 | 9 | -1/+313 |
| * | Sync uapi/bpf.h to tools/include | Mauricio Vasquez B | 2018-10-19 | 1 | -1/+29 |
| * | bpf: add MAP_LOOKUP_AND_DELETE_ELEM syscall | Mauricio Vasquez B | 2018-10-19 | 2 | -0/+67 |
| * | bpf: add queue and stack maps | Mauricio Vasquez B | 2018-10-19 | 10 | -3/+401 |
| * | bpf/verifier: add ARG_PTR_TO_UNINIT_MAP_VALUE | Mauricio Vasquez B | 2018-10-19 | 2 | -3/+7 |
| * | bpf/syscall: allow key to be null in map functions | Mauricio Vasquez B | 2018-10-19 | 1 | -4/+15 |
| * | bpf: rename stack trace map operations | Mauricio Vasquez B | 2018-10-19 | 2 | -2/+2 |
|/ |
|
* | tools: bpftool: use 4 context mode for the NFP disasm | Jakub Kicinski | 2018-10-18 | 4 | -9/+20 |
* | selftests/bpf: fix file resource leak in load_kallsyms | Peng Hao | 2018-10-18 | 1 | -0/+1 |
* | bpf: fix doc of bpf_skb_adjust_room() in uapi | Nicolas Dichtel | 2018-10-18 | 2 | -2/+2 |
* | Merge branch 'bpf-sk-msg-peek' | Daniel Borkmann | 2018-10-17 | 5 | -74/+153 |
|\ |
|
| * | bpf: sockmap, add msg_peek tests to test_sockmap | John Fastabend | 2018-10-17 | 1 | -52/+115 |
| * | bpf: sockmap, support for msg_peek in sk_msg with redirect ingress | John Fastabend | 2018-10-17 | 3 | -17/+30 |
| * | bpf: skmsg, improve sk_msg_used_element to work in cork context | John Fastabend | 2018-10-17 | 1 | -5/+8 |
|/ |
|
* | bpf: sockmap, fix skmsg recvmsg handler to track size correctly | John Fastabend | 2018-10-17 | 2 | -0/+2 |
* | Merge branch 'nfp-improve-bpf-offload' | Alexei Starovoitov | 2018-10-17 | 3 | -13/+98 |
|\ |
|
| * | nfp: bpf: double check vNIC capabilities after object sharing | Jakub Kicinski | 2018-10-17 | 3 | -6/+22 |
| * | nfp: bpf: protect against mis-initializing atomic counters | Jakub Kicinski | 2018-10-17 | 3 | -7/+76 |
|/ |
|
* | libbpf: Per-symbol visibility for DSO | Andrey Ignatov | 2018-10-17 | 4 | -148/+179 |
* | bpf, tls: add tls header to tools infrastructure | Daniel Borkmann | 2018-10-16 | 2 | -5/+86 |
* | Merge branch 'net-Kernel-side-filtering-for-route-dumps' | David S. Miller | 2018-10-16 | 13 | -95/+387 |
|\ |
|
| * | net/ipv4: Bail early if user only wants prefix entries | David Ahern | 2018-10-16 | 1 | -2/+6 |
| * | net/ipv6: Bail early if user only wants cloned entries | David Ahern | 2018-10-16 | 1 | -2/+5 |
| * | net/mpls: Handle kernel side filtering of route dumps | David Ahern | 2018-10-16 | 1 | -5/+28 |
| * | net: Enable kernel side filtering of route dumps | David Ahern | 2018-10-16 | 6 | -15/+53 |
| * | net: Plumb support for filtering ipv4 and ipv6 multicast route dumps | David Ahern | 2018-10-16 | 4 | -12/+74 |
| * | ipmr: Refactor mr_rtm_dumproute | David Ahern | 2018-10-16 | 2 | -33/+61 |
| * | net/mpls: Plumb support for filtering route dumps | David Ahern | 2018-10-16 | 1 | -1/+41 |
| * | net/ipv6: Plumb support for filtering route dumps | David Ahern | 2018-10-16 | 2 | -14/+54 |
| * | net/ipv4: Plumb support for filtering route dumps | David Ahern | 2018-10-16 | 3 | -13/+39 |
| * | net: Add struct for fib dump filter | David Ahern | 2018-10-16 | 7 | -11/+37 |
| * | netlink: Add answer_flags to netlink_callback | David Ahern | 2018-10-16 | 2 | -1/+3 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2018-10-16 | 54 | -3659/+4962 |
|\ |
|
| * | tools: bpftool: add map create command | Jakub Kicinski | 2018-10-16 | 6 | -6/+183 |
| * | Merge branch 'bpftool_sockmap' | Alexei Starovoitov | 2018-10-16 | 9 | -16/+165 |
| |\ |
|
| | * | bpf: bpftool, add flag to allow non-compat map definitions | John Fastabend | 2018-10-16 | 8 | -13/+37 |
| | * | bpf: bpftool, add support for attaching programs to maps | John Fastabend | 2018-10-16 | 4 | -3/+128 |
| |/ |
|
| * | Merge branch 'ipv6_sk_lookup_fixes' | Alexei Starovoitov | 2018-10-16 | 3 | -6/+15 |
| |\ |
|
| | * | bpf: Fix IPv6 dport byte-order in bpf_sk_lookup | Joe Stringer | 2018-10-16 | 1 | -2/+3 |
| | * | bpf: Allow sk_lookup with IPv6 module | Joe Stringer | 2018-10-16 | 3 | -5/+13 |
| |/ |
|
| * | Merge branch 'sockmap_and_ktls' | Alexei Starovoitov | 2018-10-15 | 27 | -3392/+3666 |
| |\ |
|
| | * | bpf, doc: add maintainers entry to related files | Daniel Borkmann | 2018-10-15 | 1 | -0/+10 |
| | * | bpf: add tls support for testing in test_sockmap | John Fastabend | 2018-10-15 | 1 | -0/+89 |
| | * | tls: add bpf support to sk_msg handling | John Fastabend | 2018-10-15 | 2 | -66/+414 |
| | * | tls: replace poll implementation with read hook | John Fastabend | 2018-10-15 | 3 | -22/+11 |
| | * | tls: convert to generic sk_msg interface | Daniel Borkmann | 2018-10-15 | 8 | -402/+236 |
| | * | bpf, sockmap: convert to generic sk_msg interface | Daniel Borkmann | 2018-10-15 | 17 | -2860/+2925 |
| | * | tcp, ulp: remove ulp bits from sockmap | Daniel Borkmann | 2018-10-15 | 3 | -88/+23 |