summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * net/smc: fallback to TCP after connect problemsKarsten Graul2019-04-121-4/+4
| * net/smc: nonblocking connect reworkUrsula Braun2019-04-122-42/+47
|/
* xen-netback: add reference from xenvif to backend_info to facilitate coredump...Dongli Zhang2019-04-122-16/+19
* Merge branch 'sctp-skb-list'David S. Miller2019-04-123-41/+71
|\
| * sctp: Pass sk_buff_head explicitly to sctp_ulpq_tail_event().David Miller2019-04-123-20/+13
| * sctp: Make sctp_enqueue_event tak an skb list.David Miller2019-04-122-15/+39
| * sctp: Use helper for sctp_ulpq_tail_event() when hooked up to ->enqueue_eventDavid Miller2019-04-121-1/+10
| * sctp: Always pass skbs on a list to sctp_ulpq_tail_event().David Miller2019-04-121-6/+10
| * sctp: Remove superfluous test in sctp_ulpq_reasm_drain().David Miller2019-04-121-1/+1
|/
* net: sched: flower: fix filter net reference countingVlad Buslov2019-04-121-11/+6
* selftests: Add debugging options to pmtu.shDavid Ahern2019-04-121-89/+124
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-1275-425/+4603
|\
| * bpf: explicitly prohibit ctx_{in, out} in non-skb BPF_PROG_TEST_RUNStanislav Fomichev2019-04-121-0/+6
| * tools: add smp_* barrier variants to include infrastructureDaniel Borkmann2019-04-112-2/+15
| * Merge branch 'bpf-l2-encap'Daniel Borkmann2019-04-116-80/+417
| |\
| | * selftests_bpf: add L2 encap to test_tc_tunnelAlan Maguire2019-04-113-59/+277
| | * bpf: sync bpf.h to tools/ for BPF_F_ADJ_ROOM_ENCAP_L2Alan Maguire2019-04-111-0/+10
| | * bpf: add layer 2 encap support to bpf_skb_adjust_roomAlan Maguire2019-04-112-4/+18
| | * selftests_bpf: extend test_tc_tunnel for UDP encapAlan Maguire2019-04-113-48/+143
| |/
| * bpf: fix missing bpf_check_uarg_tail_zero in BPF_PROG_TEST_RUNStanislav Fomichev2019-04-112-9/+29
| * selftests: bpf: add selftest for __sk_buff context in BPF_PROG_TEST_RUNStanislav Fomichev2019-04-112-0/+110
| * libbpf: add support for ctx_{size, }_{in, out} in BPF_PROG_TEST_RUNStanislav Fomichev2019-04-113-0/+17
| * bpf: support input __sk_buff context in BPF_PROG_TEST_RUNStanislav Fomichev2019-04-113-9/+151
| * tools/bpftool: show btf id in program informationPrashant Bhole2019-04-111-0/+6
| * libbpf: Fix build with gcc-8Andrey Ignatov2019-04-111-1/+1
| * mailmap: add entry for email addressesDaniel Borkmann2019-04-111-0/+9
| * libbpf: fix crash in XDP socket part with new larger BPF_LOG_BUF_SIZEMagnus Karlsson2019-04-101-4/+5
| * bpf, bpftool: fix a few ubsan warningsYonghong Song2019-04-101-10/+9
| * Merge branch 'support-global-data'Alexei Starovoitov2019-04-1037-207/+3018
| |\
| | * bpf, selftest: add test cases for BTF Var and DataSecDaniel Borkmann2019-04-101-2/+663
| | * bpf, selftest: test global data/bss/rodata sectionsJoe Stringer2019-04-103-4/+267
| | * bpf, selftest: test {rd, wr}only flags and direct value accessDaniel Borkmann2019-04-104-5/+573
| | * bpf: bpftool support for dumping data/bss/rodata sectionsDaniel Borkmann2019-04-102-4/+65
| | * bpf, libbpf: add support for BTF Var and DataSecDaniel Borkmann2019-04-105-20/+235
| | * bpf, libbpf: support global data/bss/rodata sectionsDaniel Borkmann2019-04-106-48/+314
| | * bpf, libbpf: refactor relocation handlingJoe Stringer2019-04-101-30/+32
| | * bpf: sync {btf, bpf}.h uapi header from tools infrastructureDaniel Borkmann2019-04-102-6/+46
| | * bpf: allow for key-less BTF in array mapDaniel Borkmann2019-04-104-6/+27
| | * bpf: kernel side support for BTF Var and DataSecDaniel Borkmann2019-04-101-20/+397
| | * bpf: add specification for BTF Var and DataSec kindsDaniel Borkmann2019-04-102-4/+85
| | * bpf: allow . char as part of the object nameDaniel Borkmann2019-04-101-3/+3
| | * bpf: add syscall side map freeze supportDaniel Borkmann2019-04-103-13/+57
| | * bpf: add program side {rd, wr}only support for mapsDaniel Borkmann2019-04-109-14/+96
| | * bpf: do not retain flags that are not tied to map lifetimeDaniel Borkmann2019-04-101-1/+13
| | * bpf: implement lookup-free direct value access for mapsDaniel Borkmann2019-04-109-31/+149
| |/
| * libbpf: Ignore -Wformat-nonliteral warningAndrey Ignatov2019-04-071-0/+5
| * Merge branch 'bpf-varstack-fixes'Daniel Borkmann2019-04-052-6/+150
| |\
| | * bpf: Add missed newline in verifier verbose logAndrey Ignatov2019-04-051-1/+1
| | * selftests/bpf: Test unbounded var_off stack accessAndrey Ignatov2019-04-051-2/+55
| | * bpf: Sanity check max value for var_off stack accessAndrey Ignatov2019-04-051-3/+15