summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libbpf: add libelf dependency to shared library buildBjörn Töpel2019-03-281-1/+1
* libbpf: add xsk.h to install_headers targetBjörn Töpel2019-03-281-0/+1
* Merge branch 'fix-btf_dedup'Alexei Starovoitov2019-03-272-0/+50
|\
| * selftests/bpf: add btf_dedup test for VOID equivalence checkAndrii Nakryiko2019-03-271-0/+47
| * libbpf: fix btf_dedup equivalence check handling of different kindsAndrii Nakryiko2019-03-271-0/+3
|/
* bpf, doc: fix BTF docs reflow of bullet listJesper Dangaard Brouer2019-03-261-4/+4
* Merge branch 'fix-verifier-warning'Alexei Starovoitov2019-03-262-2/+41
|\
| * selftests/bpf: test case for invalid call stack in dead codePaul Chaignon2019-03-261-0/+38
| * bpf: remove incorrect 'verifier bug' warningPaul Chaignon2019-03-261-2/+3
|/
* bpf: fix use after free in bpf_evict_inodeDaniel Borkmann2019-03-261-14/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-03-245-33/+92
|\
| * Merge branch 'libbpf-fixup'Alexei Starovoitov2019-03-242-14/+29
| |\
| | * bpf, libbpf: clarify bump in libbpf version infoDaniel Borkmann2019-03-241-0/+1
| | * bpf, libbpf: fix version info and add it to shared objectDaniel Borkmann2019-03-241-14/+28
| |/
| * bpf: verifier: propagate liveness on all framesJakub Kicinski2019-03-212-9/+36
| * bpf: do not restore dst_reg when cur_state is freedXu Yu2019-03-211-1/+1
| * bpf: Only print ref_obj_id for refcounted regMartin KaFai Lau2019-03-201-2/+11
| * bpf: Try harder when allocating memory for large mapsMartynas Pumputis2019-03-181-7/+15
* | rxrpc: avoid clang -Wuninitialized warningArnd Bergmann2019-03-231-6/+5
* | tipc: tipc clang warningJon Maloy2019-03-231-3/+4
* | net: sched: fix cleanup NULL pointer exception in act_mirrJohn Hurley2019-03-231-2/+5
* | r8169: fix cable re-plugging issueHeiner Kallweit2019-03-231-1/+1
* | net: ethernet: ti: fix possible object reference leakWen Yang2019-03-231-2/+6
* | net: ibm: fix possible object reference leakWen Yang2019-03-231-0/+1
* | net: xilinx: fix possible object reference leakWen Yang2019-03-231-0/+2
* | net: phy: Re-parent menus for MDIO bus drivers correctlyFlorian Fainelli2019-03-231-0/+3
* | r8169: don't read interrupt mask register in interrupt handlerHeiner Kallweit2019-03-221-2/+4
* | net: hns3: fix for not calculating tx bd num correctlyYunsheng Lin2019-03-212-8/+6
* | rhashtable: Still do rehash when we get EEXISTHerbert Xu2019-03-211-2/+6
* | net-sysfs: Fix memory leak in netdev_register_kobjectWang Hai2019-03-211-5/+9
* | Merge branch 'net-sched-validate-the-control-action-with-all-the-other-parame...David S. Miller2019-03-2136-121/+749
|\ \
| * | net/sched: let actions use RCU to access 'goto_chain'Davide Caratti2019-03-214-10/+13
| * | net/sched: don't dereference a->goto_chain to read the chain indexDavide Caratti2019-03-211-1/+1
| * | net/sched: act_vlan: validate the control action inside init()Davide Caratti2019-03-212-3/+42
| * | net/sched: act_tunnel_key: validate the control action inside init()Davide Caratti2019-03-212-2/+41
| * | net/sched: act_skbmod: validate the control action inside init()Davide Caratti2019-03-212-3/+41
| * | net/sched: act_skbedit: validate the control action inside init()Davide Caratti2019-03-212-3/+41
| * | net/sched: act_simple: validate the control action inside init()Davide Caratti2019-03-212-14/+63
| * | net/sched: act_sample: validate the control action inside init()Davide Caratti2019-03-212-3/+41
| * | net/sched: act_police: validate the control action inside init()Davide Caratti2019-03-212-1/+36
| * | net/sched: act_pedit: validate the control action inside init()Davide Caratti2019-03-212-2/+65
| * | net/sched: act_nat: validate the control action inside init()Davide Caratti2019-03-212-1/+36
| * | net/sched: act_connmark: validate the control action inside init()Davide Caratti2019-03-212-3/+43
| * | net/sched: act_mirred: validate the control action inside init()Davide Caratti2019-03-212-4/+42
| * | net/sched: act_ife: validate the control action inside init()Davide Caratti2019-03-212-13/+45
| * | net/sched: act_gact: validate the control action inside init()Davide Caratti2019-03-212-1/+37
| * | net/sched: act_csum: validate the control action inside init()Davide Caratti2019-03-212-3/+42
| * | net/sched: act_bpf: validate the control action inside init()Davide Caratti2019-03-212-5/+43
| * | net/sched: prepare TC actions to properly validate the control actionDavide Caratti2019-03-2118-56/+84
|/ /
* | net: macb: Add null check for PCLK and HCLKHarini Katakam2019-03-211-2/+8