aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-05-22net/ipv4: Add helper to return path MTU based on fib resultDavid Ahern2-0/+33
2018-05-22Merge branch 'bpf-af-xdp-cleanups'Daniel Borkmann6-156/+225
2018-05-22xsk: convert atomic_t to refcount_tBjörn Töpel2-4/+4
2018-05-22xsk: simplified umem setupBjörn Töpel3-55/+51
2018-05-22xsk: add missing write- and data-dependency barrierBjörn Töpel1-5/+9
2018-05-22samples/bpf: adapt xdpsock to the new uapiBjörn Töpel1-47/+76
2018-05-22xsk: remove explicit ring structure from uapiBjörn Töpel3-22/+68
2018-05-22xsk: proper queue id check at bindMagnus Karlsson1-1/+7
2018-05-22xsk: fill hole in struct sockaddr_xdpBjörn Töpel1-1/+1
2018-05-22xsk: remove rebind supportBjörn Töpel1-21/+9
2018-05-18Merge branch 'bpf-sk-msg-fields'Daniel Borkmann6-3/+244
2018-05-18bpf: add sk_msg prog sk access tests to test_verifierJohn Fastabend2-0/+123
2018-05-18bpf: allow sk_msg programs to read sock fieldsJohn Fastabend4-3/+121
2018-05-18Merge branch 'bpf-nfp-shift-insns'Daniel Borkmann5-31/+435
2018-05-18nfp: bpf: support arithmetic indirect right shift (BPF_ARSH | BPF_X)Jiong Wang1-10/+89
2018-05-18nfp: bpf: support arithmetic right shift by constant (BPF_ARSH | BPF_K)Jiong Wang2-0/+35
2018-05-18nfp: bpf: support logic indirect shifts (BPF_[L|R]SH | BPF_X)Jiong Wang5-32/+322
2018-05-18Merge branch 'bpf-af-xdp-cleanups'Daniel Borkmann11-127/+34
2018-05-18xsk: proper '=' alignmentBjörn Töpel1-18/+18
2018-05-18xsk: fixed some cases of unnecessary parenthesesBjörn Töpel3-6/+5
2018-05-18xsk: remove newline at end of fileBjörn Töpel1-1/+0
2018-05-18xsk: clean up SPDX headersBjörn Töpel10-102/+11
2018-05-17bpf: sockmap, fix double-freeGustavo A. R. Silva1-1/+0
2018-05-17bpf: sockmap, fix uninitialized variableGustavo A. R. Silva1-1/+1
2018-05-17bpf: change eBPF helper doc parsing script to allow for smaller indentQuentin Monnet1-4/+4
2018-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller114-1865/+4600
2018-05-17bpf: sockmap, on update propagate errors back to userspaceJohn Fastabend1-1/+1
2018-05-17bpf: fix sock hashmap kmalloc warningYonghong Song1-0/+6
2018-05-17libbpf: add ifindex to enable offload supportDavid Beckett4-3/+20
2018-05-17bpf: add __printf verification to bpf_verifier_vlogMathieu Malaterre1-2/+2
2018-05-16samples/bpf: Decrement ttl in fib forwarding exampleDavid Ahern1-8/+31
2018-05-16Merge branch 'bpf-sock-hashmap'Daniel Borkmann17-453/+1161
2018-05-16bpf: bpftool, support for sockhashJohn Fastabend1-0/+1
2018-05-16bpf: selftest additions for SOCKHASHJohn Fastabend7-349/+453
2018-05-16cxgb4: update LE-TCAM collection for T6Rahul Lakkireddy4-8/+37
2018-05-16Merge branch 'qed-LL2-fixes'David S. Miller1-11/+50
2018-05-16qed: Fix LL2 race during connection terminateMichal Kalderon1-10/+14
2018-05-16qed: Fix possibility of list corruption during rmmod flowsMichal Kalderon1-1/+10
2018-05-16qed: LL2 flush isles when connection is closedMichal Kalderon1-0/+26
2018-05-16net: ethoc: Remove useless test before clk_disable_unprepareYueHaibing1-4/+2
2018-05-16net: stmmac: Remove useless test before clk_disable_unprepareYueHaibing1-17/+7
2018-05-16net: qcom/emac: Encapsulate sgmii ops under one structureHemanth Puranik4-71/+103
2018-05-16Merge branch 'rmnet-next'David S. Miller5-38/+125
2018-05-16net: qualcomm: rmnet: Remove redundant command checkSubash Abhinov Kasiviswanathan1-11/+3
2018-05-16net: qualcomm: rmnet: Add support for ethtool private statsSubash Abhinov Kasiviswanathan3-16/+112
2018-05-16net: qualcomm: rmnet: Capture all drops in transmit pathSubash Abhinov Kasiviswanathan1-11/+10
2018-05-16Merge branch 'of-mdio-Fall-back-to-mdiobus_register-with-NULL-device_node'David S. Miller12-61/+23
2018-05-16drivers: net: Remove device_node checks with of_mdiobus_register()Florian Fainelli11-61/+20
2018-05-16of: mdio: Fall back to mdiobus_register() with NULL device_nodeFlorian Fainelli1-0/+3
2018-05-16net: ethernet: ti: cpsw-phy-sel: check bus_find_device() ret valueGrygorii Strashko1-1/+7