| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | net/smc: fallback to TCP after connect problems | Karsten Graul | 2019-04-12 | 1 | -4/+4 |
| * | net/smc: nonblocking connect rework | Ursula Braun | 2019-04-12 | 2 | -42/+47 |
|/ |
|
* | xen-netback: add reference from xenvif to backend_info to facilitate coredump... | Dongli Zhang | 2019-04-12 | 2 | -16/+19 |
* | Merge branch 'sctp-skb-list' | David S. Miller | 2019-04-12 | 3 | -41/+71 |
|\ |
|
| * | sctp: Pass sk_buff_head explicitly to sctp_ulpq_tail_event(). | David Miller | 2019-04-12 | 3 | -20/+13 |
| * | sctp: Make sctp_enqueue_event tak an skb list. | David Miller | 2019-04-12 | 2 | -15/+39 |
| * | sctp: Use helper for sctp_ulpq_tail_event() when hooked up to ->enqueue_event | David Miller | 2019-04-12 | 1 | -1/+10 |
| * | sctp: Always pass skbs on a list to sctp_ulpq_tail_event(). | David Miller | 2019-04-12 | 1 | -6/+10 |
| * | sctp: Remove superfluous test in sctp_ulpq_reasm_drain(). | David Miller | 2019-04-12 | 1 | -1/+1 |
|/ |
|
* | net: sched: flower: fix filter net reference counting | Vlad Buslov | 2019-04-12 | 1 | -11/+6 |
* | selftests: Add debugging options to pmtu.sh | David Ahern | 2019-04-12 | 1 | -89/+124 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2019-04-12 | 75 | -425/+4603 |
|\ |
|
| * | bpf: explicitly prohibit ctx_{in, out} in non-skb BPF_PROG_TEST_RUN | Stanislav Fomichev | 2019-04-12 | 1 | -0/+6 |
| * | tools: add smp_* barrier variants to include infrastructure | Daniel Borkmann | 2019-04-11 | 2 | -2/+15 |
| * | Merge branch 'bpf-l2-encap' | Daniel Borkmann | 2019-04-11 | 6 | -80/+417 |
| |\ |
|
| | * | selftests_bpf: add L2 encap to test_tc_tunnel | Alan Maguire | 2019-04-11 | 3 | -59/+277 |
| | * | bpf: sync bpf.h to tools/ for BPF_F_ADJ_ROOM_ENCAP_L2 | Alan Maguire | 2019-04-11 | 1 | -0/+10 |
| | * | bpf: add layer 2 encap support to bpf_skb_adjust_room | Alan Maguire | 2019-04-11 | 2 | -4/+18 |
| | * | selftests_bpf: extend test_tc_tunnel for UDP encap | Alan Maguire | 2019-04-11 | 3 | -48/+143 |
| |/ |
|
| * | bpf: fix missing bpf_check_uarg_tail_zero in BPF_PROG_TEST_RUN | Stanislav Fomichev | 2019-04-11 | 2 | -9/+29 |
| * | selftests: bpf: add selftest for __sk_buff context in BPF_PROG_TEST_RUN | Stanislav Fomichev | 2019-04-11 | 2 | -0/+110 |
| * | libbpf: add support for ctx_{size, }_{in, out} in BPF_PROG_TEST_RUN | Stanislav Fomichev | 2019-04-11 | 3 | -0/+17 |
| * | bpf: support input __sk_buff context in BPF_PROG_TEST_RUN | Stanislav Fomichev | 2019-04-11 | 3 | -9/+151 |
| * | tools/bpftool: show btf id in program information | Prashant Bhole | 2019-04-11 | 1 | -0/+6 |
| * | libbpf: Fix build with gcc-8 | Andrey Ignatov | 2019-04-11 | 1 | -1/+1 |
| * | mailmap: add entry for email addresses | Daniel Borkmann | 2019-04-11 | 1 | -0/+9 |
| * | libbpf: fix crash in XDP socket part with new larger BPF_LOG_BUF_SIZE | Magnus Karlsson | 2019-04-10 | 1 | -4/+5 |
| * | bpf, bpftool: fix a few ubsan warnings | Yonghong Song | 2019-04-10 | 1 | -10/+9 |
| * | Merge branch 'support-global-data' | Alexei Starovoitov | 2019-04-10 | 37 | -207/+3018 |
| |\ |
|
| | * | bpf, selftest: add test cases for BTF Var and DataSec | Daniel Borkmann | 2019-04-10 | 1 | -2/+663 |
| | * | bpf, selftest: test global data/bss/rodata sections | Joe Stringer | 2019-04-10 | 3 | -4/+267 |
| | * | bpf, selftest: test {rd, wr}only flags and direct value access | Daniel Borkmann | 2019-04-10 | 4 | -5/+573 |
| | * | bpf: bpftool support for dumping data/bss/rodata sections | Daniel Borkmann | 2019-04-10 | 2 | -4/+65 |
| | * | bpf, libbpf: add support for BTF Var and DataSec | Daniel Borkmann | 2019-04-10 | 5 | -20/+235 |
| | * | bpf, libbpf: support global data/bss/rodata sections | Daniel Borkmann | 2019-04-10 | 6 | -48/+314 |
| | * | bpf, libbpf: refactor relocation handling | Joe Stringer | 2019-04-10 | 1 | -30/+32 |
| | * | bpf: sync {btf, bpf}.h uapi header from tools infrastructure | Daniel Borkmann | 2019-04-10 | 2 | -6/+46 |
| | * | bpf: allow for key-less BTF in array map | Daniel Borkmann | 2019-04-10 | 4 | -6/+27 |
| | * | bpf: kernel side support for BTF Var and DataSec | Daniel Borkmann | 2019-04-10 | 1 | -20/+397 |
| | * | bpf: add specification for BTF Var and DataSec kinds | Daniel Borkmann | 2019-04-10 | 2 | -4/+85 |
| | * | bpf: allow . char as part of the object name | Daniel Borkmann | 2019-04-10 | 1 | -3/+3 |
| | * | bpf: add syscall side map freeze support | Daniel Borkmann | 2019-04-10 | 3 | -13/+57 |
| | * | bpf: add program side {rd, wr}only support for maps | Daniel Borkmann | 2019-04-10 | 9 | -14/+96 |
| | * | bpf: do not retain flags that are not tied to map lifetime | Daniel Borkmann | 2019-04-10 | 1 | -1/+13 |
| | * | bpf: implement lookup-free direct value access for maps | Daniel Borkmann | 2019-04-10 | 9 | -31/+149 |
| |/ |
|
| * | libbpf: Ignore -Wformat-nonliteral warning | Andrey Ignatov | 2019-04-07 | 1 | -0/+5 |
| * | Merge branch 'bpf-varstack-fixes' | Daniel Borkmann | 2019-04-05 | 2 | -6/+150 |
| |\ |
|
| | * | bpf: Add missed newline in verifier verbose log | Andrey Ignatov | 2019-04-05 | 1 | -1/+1 |
| | * | selftests/bpf: Test unbounded var_off stack access | Andrey Ignatov | 2019-04-05 | 1 | -2/+55 |
| | * | bpf: Sanity check max value for var_off stack access | Andrey Ignatov | 2019-04-05 | 1 | -3/+15 |