summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-05-16tc-testing: updated mirred and vlan with more testsRoman Mashak
2018-05-16tc-testing: fixed copy-pasting error in police testsRoman Mashak
2018-05-16sched: manipulate __QDISC_STATE_RUNNING in qdisc_run_* helpersPaolo Abeni
2018-05-16Merge branch 'bonding-performance-and-reliability'David S. Miller
2018-05-16bonding: allow carrier and link status to determine link stateDebabrata Banerjee
2018-05-16bonding: allow use of tx hashing in balance-albDebabrata Banerjee
2018-05-16bonding: use common mac addr checksDebabrata Banerjee
2018-05-16bonding: don't queue up extraneous rlb updatesDebabrata Banerjee
2018-05-16Merge branch 'net-smc-enhancements-2018-05-15'David S. Miller
2018-05-16net/smc: check for pending terminationKarsten Graul
2018-05-16net/smc: drop messages when link state is inactiveKarsten Graul
2018-05-16net/smc: set link inactive before calling smc_lgr_free()Karsten Graul
2018-05-16net/smc: handle all error codes from smc_conn_create()Karsten Graul
2018-05-16net/smc: use a workqueue to defer llc sendKarsten Graul
2018-05-16net/smc: move link llc initialization to llc layerKarsten Graul