summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'bpf-selftest-clang-fixes'Daniel Borkmann2019-04-024-8/+7
|\
| * selftests: bpf: remove duplicate .flags initialization in ctx_skb.cStanislav Fomichev2019-04-021-1/+0
| * selftests: bpf: fix -Wformat-invalid-specifier for bpf_obj_id.cStanislav Fomichev2019-04-021-4/+4
| * selftests: bpf: fix -Wformat-security warning for flow_dissector_load.cStanislav Fomichev2019-04-021-1/+1
| * selftests: bpf: tests.h should depend on .c files, not the outputStanislav Fomichev2019-04-021-2/+2
|/
* bpf: add bpffs multi-dimensional array tests in test_btfYonghong Song2019-04-011-8/+24
* Merge branch 'variable-stack-access'Alexei Starovoitov2019-03-292-23/+131
|\
| * selftests/bpf: Test variable offset stack accessAndrey Ignatov2019-03-291-2/+77
| * bpf: Support variable offset stack access from helpersAndrey Ignatov2019-03-291-21/+54
|/
* tools/bpf: generate pkg-config file for libbpfLuca Boccassi2019-03-283-3/+28
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-28926-7580/+15145
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-27182-1137/+3121
| |\
| | * dpaa2-eth: fix race condition with bql frame accountingIoana Ciornei2019-03-261-4/+9
| | * chelsio: use BUG() instead of BUG_ON(1)Arnd Bergmann2019-03-262-2/+2
| | * net: devlink: skip info_get op call if it is not defined in dumpitJiri Pirko2019-03-261-0/+5
| | * net: phy: bcm54xx: Encode link speed and activity into LEDsVladimir Oltean2019-03-262-0/+29
| | * tipc: change to check tipc_own_id to return in tipc_net_stopXin Long2019-03-261-4/+1
| | * net: usb: aqc111: Extend HWID table by QNAP deviceDmitry Bezrukov2019-03-262-0/+23
| | * net: sched: Kconfig: update reference link for PIELeslie Monis2019-03-261-2/+1
| | * net: dsa: qca8k: extend slave-bus implementationsChristian Lamparter2019-03-262-1/+168
| | * net: dsa: qca8k: remove leftover phy accessorsChristian Lamparter2019-03-261-18/+0
| | * dt-bindings: net: dsa: qca8k: support internal mdio-busChristian Lamparter2019-03-261-5/+64
| | * dt-bindings: net: dsa: qca8k: fix exampleChristian Lamparter2019-03-261-2/+2
| | * net: phy: don't clear BMCR in genphy_soft_resetHeiner Kallweit2019-03-261-1/+1
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-03-255-33/+92
| | |\
| | | * Merge branch 'libbpf-fixup'Alexei Starovoitov2019-03-252-14/+29
| | | |\
| | | | * bpf, libbpf: clarify bump in libbpf version infoDaniel Borkmann2019-03-251-0/+1
| | | | * bpf, libbpf: fix version info and add it to shared objectDaniel Borkmann2019-03-251-14/+28
| | | |/
| | | * bpf: verifier: propagate liveness on all framesJakub Kicinski2019-03-222-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-211-2/+11
| | | * bpf: Try harder when allocating memory for large mapsMartynas Pumputis2019-03-181-7/+15
| | * | rxrpc: avoid clang -Wuninitialized warningArnd Bergmann2019-03-241-6/+5
| | * | tipc: tipc clang warningJon Maloy2019-03-241-3/+4
| | * | net: sched: fix cleanup NULL pointer exception in act_mirrJohn Hurley2019-03-241-2/+5
| | * | r8169: fix cable re-plugging issueHeiner Kallweit2019-03-241-1/+1
| | * | net: ethernet: ti: fix possible object reference leakWen Yang2019-03-241-2/+6
| | * | net: ibm: fix possible object reference leakWen Yang2019-03-241-0/+1
| | * | net: xilinx: fix possible object reference leakWen Yang2019-03-241-0/+2
| | * | net: phy: Re-parent menus for MDIO bus drivers correctlyFlorian Fainelli2019-03-241-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