summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-22Merge branch 'bpf-af-xdp-cleanups'Daniel Borkmann
2018-05-22xsk: convert atomic_t to refcount_tBjörn Töpel
2018-05-22xsk: simplified umem setupBjörn Töpel
2018-05-22xsk: add missing write- and data-dependency barrierBjörn Töpel
2018-05-22samples/bpf: adapt xdpsock to the new uapiBjörn Töpel
2018-05-22xsk: remove explicit ring structure from uapiBjörn Töpel
2018-05-22xsk: proper queue id check at bindMagnus Karlsson
2018-05-22xsk: fill hole in struct sockaddr_xdpBjörn Töpel
2018-05-22xsk: remove rebind supportBjörn Töpel
2018-05-18Merge branch 'bpf-sk-msg-fields'Daniel Borkmann
2018-05-18bpf: add sk_msg prog sk access tests to test_verifierJohn Fastabend
2018-05-18bpf: allow sk_msg programs to read sock fieldsJohn Fastabend
2018-05-18Merge branch 'bpf-nfp-shift-insns'Daniel Borkmann
2018-05-18nfp: bpf: support arithmetic indirect right shift (BPF_ARSH | BPF_X)Jiong Wang
2018-05-18nfp: bpf: support arithmetic right shift by constant (BPF_ARSH | BPF_K)Jiong Wang
2018-05-18nfp: bpf: support logic indirect shifts (BPF_[L|R]SH | BPF_X)Jiong Wang
2018-05-18Merge branch 'bpf-af-xdp-cleanups'Daniel Borkmann
2018-05-18xsk: proper '=' alignmentBjörn Töpel
2018-05-18xsk: fixed some cases of unnecessary parenthesesBjörn Töpel
2018-05-18xsk: remove newline at end of fileBjörn Töpel
2018-05-18xsk: clean up SPDX headersBjörn Töpel
2018-05-17bpf: sockmap, fix double-freeGustavo A. R. Silva
2018-05-17bpf: sockmap, fix uninitialized variableGustavo A. R. Silva
2018-05-17bpf: change eBPF helper doc parsing script to allow for smaller indentQuentin Monnet
2018-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-05-17bpf: sockmap, on update propagate errors back to userspaceJohn Fastabend
2018-05-17bpf: fix sock hashmap kmalloc warningYonghong Song
2018-05-17libbpf: add ifindex to enable offload supportDavid Beckett
2018-05-17bpf: add __printf verification to bpf_verifier_vlogMathieu Malaterre
2018-05-16samples/bpf: Decrement ttl in fib forwarding exampleDavid Ahern
2018-05-16Merge branch 'bpf-sock-hashmap'Daniel Borkmann
2018-05-16bpf: bpftool, support for sockhashJohn Fastabend
2018-05-16bpf: selftest additions for SOCKHASHJohn Fastabend
2018-05-16cxgb4: update LE-TCAM collection for T6Rahul Lakkireddy
2018-05-16Merge branch 'qed-LL2-fixes'David S. Miller
2018-05-16qed: Fix LL2 race during connection terminateMichal Kalderon
2018-05-16qed: Fix possibility of list corruption during rmmod flowsMichal Kalderon
2018-05-16qed: LL2 flush isles when connection is closedMichal Kalderon
2018-05-16net: ethoc: Remove useless test before clk_disable_unprepareYueHaibing
2018-05-16net: stmmac: Remove useless test before clk_disable_unprepareYueHaibing
2018-05-16net: qcom/emac: Encapsulate sgmii ops under one structureHemanth Puranik
2018-05-16Merge branch 'rmnet-next'David S. Miller
2018-05-16net: qualcomm: rmnet: Remove redundant command checkSubash Abhinov Kasiviswanathan
2018-05-16net: qualcomm: rmnet: Add support for ethtool private statsSubash Abhinov Kasiviswanathan
2018-05-16net: qualcomm: rmnet: Capture all drops in transmit pathSubash Abhinov Kasiviswanathan
2018-05-16Merge branch 'of-mdio-Fall-back-to-mdiobus_register-with-NULL-device_node'David S. Miller
2018-05-16drivers: net: Remove device_node checks with of_mdiobus_register()Florian Fainelli
2018-05-16of: mdio: Fall back to mdiobus_register() with NULL device_nodeFlorian Fainelli
2018-05-16net: ethernet: ti: cpsw-phy-sel: check bus_find_device() ret valueGrygorii Strashko
2018-05-16Revert "bonding: allow carrier and link status to determine link state"Debabrata Banerjee