summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* powerpc: bpf: Fix generation of load/store DW instructionsNaveen N. Rao2019-03-165-18/+37
* xsk: fix umem memory leak on cleanupBjörn Töpel2019-03-162-19/+1
* Merge branch 'fix-bpf-docs'Alexei Starovoitov2019-03-142-126/+240
|\
| * tools: bpf: synchronise BPF UAPI header with toolsQuentin Monnet2019-03-141-63/+120
| * bpf: add documentation for helpers bpf_spin_lock(), bpf_spin_unlock()Quentin Monnet2019-03-141-0/+55
| * bpf: fix documentation for eBPF helpersQuentin Monnet2019-03-141-63/+65
|/
* Merge branch 'fix-fwd-enum-resolution'Alexei Starovoitov2019-03-142-13/+82
|\
| * selftests/bpf: add fwd enum resolution test for btf_dedupAndrii Nakryiko2019-03-141-0/+44
| * btf: resolve enum fwds in btf_dedupAndrii Nakryiko2019-03-141-13/+38
|/
* Merge branch 'fix-fullsock-access-after-bpf_sk_release'Alexei Starovoitov2019-03-1311-111/+506
|\
| * bpf: Add an example for bpf_get_listener_sockMartin KaFai Lau2019-03-133-44/+180
| * bpf: Test ref release issue in bpf_tcp_sock and bpf_sk_fullsockMartin KaFai Lau2019-03-132-2/+170
| * bpf: Sync bpf.h to tools/Martin KaFai Lau2019-03-131-1/+10
| * bpf: Add bpf_get_listener_sock(struct bpf_sock *sk) helperMartin KaFai Lau2019-03-132-1/+31
| * bpf: Fix bpf_tcp_sock and bpf_sk_fullsock issue related to bpf_sk_releaseMartin KaFai Lau2019-03-134-63/+115
|/
* libbpf: fix to reject unknown flags in xsk_socket__create()Magnus Karlsson2019-03-121-4/+11
* selftests/bpf: fix segfault of test_progs when prog loading failedYonghong Song2019-03-122-2/+2
* libbpf: handle BTF parsing and loading properlyAndrii Nakryiko2019-03-111-3/+10
* gro_cells: make sure device is up in gro_cells_receive()Eric Dumazet2019-03-101-4/+18
* vxlan: test dev->flags & IFF_UP before calling gro_cells_receive()Eric Dumazet2019-03-101-0/+11
* net/x25: fix use-after-free in x25_device_event()Eric Dumazet2019-03-101-1/+5
* isdn: mISDNinfineon: fix potential NULL pointer dereferenceKangjie Lu2019-03-101-1/+4
* net: hns3: fix to stop multiple HNS reset due to the AER changesShiju Jose2019-03-103-3/+11
* ip: fix ip_mc_may_pull() return valueEric Dumazet2019-03-101-1/+1
* net: keep refcount warning in reqsk_free()Guillaume Nault2019-03-101-1/+0
* net: stmmac: Avoid one more sometimes uninitialized Clang warningNathan Chancellor2019-03-091-1/+1
* net: dsa: mv88e6xxx: Set correct interface mode for CPU/DSA portsAndrew Lunn2019-03-094-0/+42
* rxrpc: Fix client call queueing, waiting for channelDavid Howells2019-03-091-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-03-0918-36/+121
|\
| * bpf: fix warning about using plain integer as NULLBo YU2019-03-082-2/+2
| * xsk: fix to reject invalid options in Tx descriptorBjörn Töpel2019-03-081-2/+2
| * xsk: fix to reject invalid flags in xsk_bindBjörn Töpel2019-03-081-1/+4
| * bpf, libbpf: fixing leak when kernel does not support btfNikita V. Shirokov2019-03-081-0/+2
| * bpf: fix replace_map_fd_with_map_ptr's ldimm64 second imm fieldDaniel Borkmann2019-03-072-6/+19
| * bpf: Stop the psock parser before canceling its workJakub Sitnicki2019-03-071-0/+1
| * selftests: bpf: test_progs: initialize duration in singal_pending testStanislav Fomichev2019-03-071-1/+1
| * libbpf: force fixdep compilation at the start of the buildStanislav Fomichev2019-03-071-1/+2
| * selftests: bpf: fix compilation with out-of-tree $(OUTPUT)Stanislav Fomichev2019-03-071-10/+23
| * selftests/bpf: test that GSO works in lwt_ip_encapPeter Oskolkov2019-03-071-2/+52
| * net: fix GSO in bpf_lwt_push_ip_encapPeter Oskolkov2019-03-071-0/+2
| * xsk: fix potential crash in xsk_diag_put_umem()Eric Dumazet2019-03-071-2/+2
| * bpf: hbm: fix spelling mistake "deault" -> "default"Colin Ian King2019-03-071-2/+2
| * bpf: only test gso type on gso packetsWillem de Bruijn2019-03-072-6/+6
| * bpf: fix sysctl.c warningArnd Bergmann2019-03-071-1/+1
* | tcp: handle inet_csk_reqsk_queue_add() failuresGuillaume Nault2019-03-092-2/+13
* | net: ethernet: sun: Zero initialize class in default case in niu_add_ethtool_...Nathan Chancellor2019-03-091-0/+1
* | 8139too : Add support for U.S. Robotics USR997901A 10/100 Cardbus NICMatthew Whitehead2019-03-091-0/+1
* | fou, fou6: avoid uninit-value in gue_err() and gue6_err()Eric Dumazet2019-03-092-4/+4
* | net: sched: fix potential use-after-free in __tcf_chain_put()Vlad Buslov2019-03-091-10/+7
* | vhost: silence an unused-variable warningArnd Bergmann2019-03-091-1/+1