summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-14IB/core: Expose vlan offloads capabilitiesNoa Osherovich1-0/+15
2017-02-14IB/mlx5: Add port counter support for Receive WQsMajd Dibbiny2-2/+12
2017-02-14IB/mlx5: Expose Q counters groups only if they are supported by FWKamal Heib3-43/+128
2017-02-14IB/mlx5: Replace ENOTSUPP usage with EOPNOTSUPPLeon Romanovsky1-6/+6
2017-02-14IB/mlx5: Add flow tag supportMoses Reuben1-3/+23
2017-02-14IB/uverbs: Add support for flow tagMoses Reuben3-2/+47
2017-02-14IB/core: Introduce flow tag specificationMoses Reuben1-0/+9
2017-02-14net/mlx5: Consolidate flow rules regardless their flow tagMaor Gottlieb1-2/+10
2017-02-14IB/mlx5: Remove deprecated module parameterLeon Romanovsky1-7/+0
2017-02-14IB/mlx5: Assign DSCP for R-RoCE QPs Address PathMajd Dibbiny3-0/+30
2017-02-14IB/mlx5: Avoid SMP MADs from VFsMaor Gottlieb1-0/+6
2017-02-14IB/mlx5: Add additional checks before processing MADsMaor Gottlieb3-0/+46
2017-02-14IB/mlx5: Verify that Q counters are supportedKamal Heib1-5/+9
2017-02-14IB/mlx5: Return error for unsupported signature typeLeon Romanovsky1-2/+3
2017-02-14IB/mlx5: Fix out-of-bound accessLeon Romanovsky1-8/+3
2017-01-10Merge tag 'mlx5-4kuar-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller17-516/+672
2017-01-10tcp: make TCP_INFO more consistentEric Dumazet1-4/+4
2017-01-10Merge branch 'bpf-verifier-improvements'David S. Miller6-104/+1131
2017-01-10bpf: rename ARG_PTR_TO_STACKAlexei Starovoitov5-52/+52
2017-01-10bpf: allow helpers access to variable memoryGianluca Borello2-10/+474
2017-01-10bpf: allow adjusted map element values to spillGianluca Borello2-5/+62
2017-01-10bpf: allow helpers access to map element valuesGianluca Borello2-2/+498
2017-01-10bpf: split check_mem_access logic for map valuesGianluca Borello1-39/+49
2017-01-10Merge branch 'net-smc'David S. Miller38-9/+7127
2017-01-10smc: netlink interface for SMC socketsUrsula Braun10-1/+379
2017-01-10smc: socket closing and linkgroup cleanupUrsula Braun11-36/+668
2017-01-10smc: receive data from RMBEUrsula Braun9-3/+304
2017-01-10smc: send data (through RDMA)Ursula Braun6-4/+491
2017-01-10smc: connection data control (CDC)Ursula Braun8-0/+641
2017-01-10smc: link layer control (LLC)Ursula Braun7-3/+330
2017-01-10smc: initialize IB transport incl. PD, MR, QP, CQ, event, WRUrsula Braun8-9/+374
2017-01-10smc: work request (WR) base for use by LLC and CDCUrsula Braun8-1/+790
2017-01-10smc: remote memory buffers (RMBs)Ursula Braun7-7/+342
2017-01-10smc: connection and link group creationUrsula Braun7-17/+605
2017-01-10smc: CLC handshake (incl. preparation steps)Ursula Braun5-32/+822
2017-01-10smc: establish pnet table managementThomas Richter6-3/+604
2017-01-10smc: introduce SMC as an IB-clientUrsula Braun5-1/+200
2017-01-10smc: establish new socket familyUrsula Braun9-4/+688
2017-01-10net: introduce keepalive function in struct protoUrsula Braun5-5/+6
2017-01-09Merge branch 'sh_eth-wol'David S. Miller2-11/+117
2017-01-09sh_eth: enable wake-on-lan for sh7763Niklas Söderlund1-0/+1
2017-01-09sh_eth: enable wake-on-lan for sh7734Niklas Söderlund1-0/+1
2017-01-09sh_eth: enable wake-on-lan for r8a7740/armadilloNiklas Söderlund1-0/+1
2017-01-09sh_eth: enable wake-on-lan for R-Car Gen2 devicesNiklas Söderlund1-2/+4
2017-01-09sh_eth: add generic wake-on-lan support via magic packetNiklas Söderlund2-8/+109
2017-01-09sh_eth: use correct name for ECMR_MPDE bitNiklas Söderlund1-1/+1
2017-01-09Merge branch 'icmp-reply-optimize'David S. Miller2-70/+123
2017-01-09net: for rate-limited ICMP replies save one atomic operationJesper Dangaard Brouer2-22/+37
2017-01-09net: reduce cycles spend on ICMP replies that gets rate limitedJesper Dangaard Brouer2-38/+82
2017-01-09Revert "icmp: avoid allocating large struct on stack"Jesper Dangaard Brouer1-23/+17