summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * net/ipv4: Add helper to return path MTU based on fib resultDavid Ahern2018-05-222-0/+33
| |/
| * Merge branch 'bpf-af-xdp-cleanups'Daniel Borkmann2018-05-226-156/+225
| |\
| | * xsk: convert atomic_t to refcount_tBjörn Töpel2018-05-222-4/+4
| | * xsk: simplified umem setupBjörn Töpel2018-05-223-55/+51Star
| | * xsk: add missing write- and data-dependency barrierBjörn Töpel2018-05-221-5/+9
| | * samples/bpf: adapt xdpsock to the new uapiBjörn Töpel2018-05-221-47/+76
| | * xsk: remove explicit ring structure from uapiBjörn Töpel2018-05-223-22/+68
| | * xsk: proper queue id check at bindMagnus Karlsson2018-05-221-1/+7
| | * xsk: fill hole in struct sockaddr_xdpBjörn Töpel2018-05-221-1/+1
| | * xsk: remove rebind supportBjörn Töpel2018-05-221-21/+9Star
| |/
| * Merge branch 'bpf-sk-msg-fields'Daniel Borkmann2018-05-186-3/+244
| |\
| | * bpf: add sk_msg prog sk access tests to test_verifierJohn Fastabend2018-05-182-0/+123
| | * bpf: allow sk_msg programs to read sock fieldsJohn Fastabend2018-05-184-3/+121
| |/
| * Merge branch 'bpf-nfp-shift-insns'Daniel Borkmann2018-05-185-31/+435
| |\
| | * nfp: bpf: support arithmetic indirect right shift (BPF_ARSH | BPF_X)Jiong Wang2018-05-181-10/+89
| | * nfp: bpf: support arithmetic right shift by constant (BPF_ARSH | BPF_K)Jiong Wang2018-05-182-0/+35
| | * nfp: bpf: support logic indirect shifts (BPF_[L|R]SH | BPF_X)Jiong Wang2018-05-185-32/+322
| |/
| * Merge branch 'bpf-af-xdp-cleanups'Daniel Borkmann2018-05-1811-127/+34Star
| |\
| | * xsk: proper '=' alignmentBjörn Töpel2018-05-181-18/+18
| | * xsk: fixed some cases of unnecessary parenthesesBjörn Töpel2018-05-183-6/+5Star
| | * xsk: remove newline at end of fileBjörn Töpel2018-05-181-1/+0Star
| | * xsk: clean up SPDX headersBjörn Töpel2018-05-1810-102/+11Star
| |/
| * bpf: sockmap, fix double-freeGustavo A. R. Silva2018-05-171-1/+0Star
| * bpf: sockmap, fix uninitialized variableGustavo A. R. Silva2018-05-171-1/+1
| * bpf: change eBPF helper doc parsing script to allow for smaller indentQuentin Monnet2018-05-171-4/+4
* | Merge branch 'ibmvnic-Failover-hardening'David S. Miller2018-05-252-23/+202
|\ \
| * | ibmvnic: Introduce hard reset recoveryThomas Falcon2018-05-252-4/+98
| * | ibmvnic: Set resetting state at earliest possible pointThomas Falcon2018-05-251-2/+1Star
| * | ibmvnic: Create separate initialization routine for resetsThomas Falcon2018-05-251-2/+46
| * | ibmvnic: Handle error case when setting link stateThomas Falcon2018-05-251-0/+4
| * | ibmvnic: Return error code if init interrupted by transport eventThomas Falcon2018-05-251-1/+4
| * | ibmvnic: Check CRQ command return codesThomas Falcon2018-05-251-14/+37
| * | ibmvnic: Introduce active CRQ stateThomas Falcon2018-05-252-0/+11
| * | ibmvnic: Mark NAPI flag as disabled when releasedThomas Falcon2018-05-251-0/+1
|/ /
* | Merge branch 'gretap-mirroring-selftests'David S. Miller2018-05-252-0/+76
|\ \
| * | selftests: forwarding: Test removal of mirroringPetr Machata2018-05-251-0/+8
| * | selftests: forwarding: Test removal of underlay routePetr Machata2018-05-251-0/+30
| * | selftests: forwarding: Test mirroring to deleted devicePetr Machata2018-05-251-0/+38
|/ /
* | cxgb4: Check for kvzalloc allocation failureYueHaibing2018-05-251-0/+4
* | net: phy: replace bool members in struct phy_device with bit-fieldsHeiner Kallweit2018-05-241-12/+11Star
* | Merge tag 'batadv-next-for-davem-20180524' of git://git.open-mesh.org/linux-m...David S. Miller2018-05-246-41/+39Star
|\ \
| * | batman-adv: enable B.A.T.M.A.N. V compilation by defaultMarek Lindner2018-05-141-1/+1
| * | batman-adv: disable ethtool link speed detection when auto negotiation offMarek Lindner2018-05-141-1/+14
| * | batman-adv: fix batadv_interface_tx()'s return typeLuc Van Oostenryck2018-04-251-2/+2
| * | batman-adv: Remove unused dentry without DEBUGFSSven Eckelmann2018-04-221-0/+6
| * | batman-adv: Avoid bool in structuresSven Eckelmann2018-04-221-7/+7
| * | batman-adv: Avoid old nodes disabling multicast optimizations completelyLinus Lüssing2018-04-223-27/+6Star
| * | batman-adv: Disable CONFIG_BATMAN_ADV_DEBUGFS by defaultSven Eckelmann2018-04-221-2/+2
| * | batman-adv: Start new development cycleSimon Wunderlich2018-04-221-1/+1
* | | bpfilter: don't pass O_CREAT when opening console for debugJakub Kicinski2018-05-241-1/+1