summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-01xfrm: Indicate xfrm_state offload errorsIlan Tayari1-3/+6
2017-05-01net/esp4: Fix invalid esph pointer crashIlan Tayari1-0/+1
2017-05-01ip6_tunnel: Fix missing tunnel encapsulation limit optionCraig Gallek1-2/+2
2017-05-01Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller11-887/+342
2017-05-01switchdev: documentation: fix whitespace issuesLiam Beguin1-35/+35
2017-05-01mlxsw: spectrum_router: Simplify VRF enslavementIdo Schimmel3-131/+63
2017-05-01Merge tag 'mlx5-updates-2017-04-30' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller14-262/+1074
2017-05-01qed: Prevent warning without CONFIG_RFS_ACCELMintz, Yuval1-0/+2
2017-05-01Merge branch 'qed-RoCE-fixes'David S. Miller5-37/+101
2017-05-01qed: output the DPM status and WID countRam Amrani4-1/+10
2017-05-01qed: align DPI configuration to HW requirementsRam Amrani2-7/+6
2017-05-01qed: verify RoCE resource bitmaps are releasedRam Amrani2-27/+80
2017-05-01qed: add error handling flow to TID deregistratin posting failureRam Amrani1-0/+2
2017-05-01qed: remove unused SQ error stateRam Amrani1-2/+1
2017-05-01qed: configure the RoCE max message sizeRam Amrani1-0/+2
2017-05-01bpf: enhance verifier to understand stack pointer arithmeticYonghong Song2-6/+23
2017-05-01benet: Use time_before_eq for time comparisonKarim Eshapa1-3/+3
2017-05-01flower: check unused bits in MPLS fieldsBenjamin LaHaise1-10/+22
2017-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller113-836/+853
2017-05-01Merge branch 'bpf-samples-skb_mode-bug-fixes'David S. Miller4-11/+12
2017-05-01samples/bpf: fix XDP_FLAGS_SKB_MODE detach for xdp_tx_iptunnelJesper Dangaard Brouer1-2/+2
2017-05-01samples/bpf: fix SKB_MODE flag to be a 32-bit unsigned intJesper Dangaard Brouer4-10/+11
2017-05-01Merge branch 'xdp-netlink-ext-ack'David S. Miller8-24/+52
2017-05-01virtio_net: make use of extended ack message reportingJakub Kicinski1-4/+7
2017-05-01nfp: make use of extended ack message reportingJakub Kicinski3-12/+17
2017-05-01xdp: propagate extended ack to XDP setupJakub Kicinski3-8/+20
2017-05-01netlink: add NULL-friendly helper for setting extended ACK messageJakub Kicinski1-0/+8
2017-05-01netfilter: nf_ct_ext: invoke destroy even when ext is not attachedLiping Zhang2-12/+3
2017-05-01Merge tag 'ipvs3-for-v4.12' of http://git.kernel.org/pub/scm/linux/kernel/git...Pablo Neira Ayuso3-25/+1
2017-05-01netfilter: snmp: avoid stack size warningFlorian Westphal1-6/+6
2017-05-01netfilter: nf_queue: only call synchronize_net twice if nf_queue is activeFlorian Westphal5-24/+27
2017-05-01netfilter: nf_log: don't call synchronize_rcu in nf_log_unsetFlorian Westphal2-2/+1
2017-05-01netfilter: batch synchronize_net calls during hook unregisterFlorian Westphal1-6/+40
2017-05-01net: phy: Allow BCM5481x PHYs to setup internal TX/RX clock delayAbhishek Shah1-36/+33
2017-05-01net: sunhme: fix spelling mistakes: "ParityErro" -> "ParityError"Colin Ian King1-1/+1
2017-05-01bnx2x: Align RX buffersScott Wood1-0/+1
2017-05-01net: bridge: Fix improper taking over HW learned FDBArkadi Sharshevsky1-5/+3
2017-05-01ipv4: get rid of ip_ra_lockWANG Cong1-10/+2
2017-05-01samples/bpf: bpf_load.c detect and abort if ELF maps section size is wrongJesper Dangaard Brouer1-9/+31
2017-05-01lwtunnel: fix error path in lwtunnel_fill_encap()Dan Carpenter1-3/+4
2017-05-01liquidio: silence a locking static checker warningDan Carpenter1-0/+1
2017-05-01qed: Unlock on error in qed_vf_pf_acquire()Dan Carpenter1-1/+1
2017-05-01Merge branch 'hns-deferred-probe'David S. Miller4-9/+44
2017-05-01net: hns: support deferred probe when no mdiolipeng1-6/+33
2017-05-01net: hns: support deferred probe when can not obtain irqlipeng3-3/+11
2017-05-01Merge branch 'nfp-XDP_TX-optimizations'David S. Miller6-101/+118
2017-05-01nfp: provide 256 bytes of XDP headroom in all configurationsJakub Kicinski2-14/+3
2017-05-01nfp: don't completely refuse to work with old flashesJakub Kicinski1-3/+1
2017-05-01nfp: avoid reading TX queue indexes from the deviceJakub Kicinski1-0/+6
2017-05-01nfp: do simple XDP TX buffer recyclingJakub Kicinski2-57/+85