summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: IPSec, Add support for ESP trailer removal by hardwareYossi Kuperman2018-03-075-1/+68
* net/mlx5: IPSec, Generalize sandbox QP commandsYossi Kuperman2018-03-071-51/+65
* net/mlx5: Use MLX5_IPSEC_DEV macro for ipsec capsSaeed Mahameed2018-03-071-2/+1
* net/mlx5: Flow steering cmd interface should get the fte when deletingAviad Yehezkel2018-03-063-5/+5
* {net,IB}/mlx5: Add flow steering helpersBoris Pismenny2018-03-061-4/+3
* net/mlx5: Embed mlx5_flow_act into fs_fteMatan Barak2018-03-064-25/+21
* net/mlx5: Add empty egress namespace to flow steering coreAviad Yehezkel2018-03-064-0/+34
* net/mlx5: Add shim layer between fs and cmdMatan Barak2018-03-064-100/+248
* {net,IB}/mlx5: Add has_tag to mlx5_flow_actMatan Barak2018-03-063-2/+4
* IB/mlx5: Pass mlx5_flow_act struct instead of multiple argumentsBoris Pismenny2018-03-061-12/+8
* net/mlx5: FPGA and IPSec initialization to be before flow steeringMatan Barak2018-03-061-19/+20
* net/mlx5e: Removed not need synchronize_rcuAviad Yehezkel2018-03-061-2/+2
* net/mlx5e: Fixed sleeping inside atomic contextAviad Yehezkel2018-03-061-9/+4
* net/mlx5e: Wait for FPGA command responses with a timeoutAviad Yehezkel2018-03-061-3/+6
* net/mlx5: Fixed compilation issue when CONFIG_MLX5_ACCEL is disabledAviad Yehezkel2018-03-061-2/+2
* IB/mlx5: Removed not used parametersAviad Yehezkel2018-03-062-5/+0
* IB/mlx5: Disable self loopback check when in switchdev modeMark Bloch2018-02-231-0/+8
* net/mlx5: E-Switch, Reload IB interface when switching devlink modesMark Bloch2018-02-234-17/+26
* IB/mlx5: Add proper representors supportMark Bloch2018-02-234-30/+192
* IB/mlx5: E-Switch, Add rule to forward traffic to vportMark Bloch2018-02-234-0/+45
* IB/mlx5: Don't expose MR cache in switchdev modeMark Bloch2018-02-231-2/+3
* IB/mlx5: When in switchdev mode, expose only raw packet capabilitiesMark Bloch2018-02-232-30/+124
* IB/mlx5: Listen to netdev register/unresiter events in switchdev modeMark Bloch2018-02-232-3/+20
* IB/mlx5: Add match on vport when in switchdev modeMark Bloch2018-02-231-0/+12
* IB/mlx5: Allocate flow DB only on PF IB deviceMark Bloch2018-02-232-14/+34
* IB/mlx5: Add basic regiser/unregister representors codeMark Bloch2018-02-235-0/+169
* net/mlx5: E-Switch, Optimize HW steering tables in switchdev modeMark Bloch2018-02-232-7/+44
* net/mlx5: E-Switch, Increase number of FTEs in FDB in switchdev modeMark Bloch2018-02-231-2/+3
* net/mlx5: E-Switch, Move representors definition to a global scopeMark Bloch2018-02-234-49/+19
* net/mlx5: E-Switch, Add callback to get representor deviceMark Bloch2018-02-233-0/+40
* IB/mlx5: Implement fragmented completion queue (CQ)Yonatan Cohen2018-02-156-71/+87
* net/mlx5: Remove redundant EQ API exportsSaeed Mahameed2018-02-152-3/+17
* net/mlx5: Move CQ completion and event forwarding logic to eq.cSaeed Mahameed2018-02-152-47/+47
* net/mlx5: CQ hold/put APISaeed Mahameed2018-02-151-23/+19
* net/mlx5: EQ add/del CQ APISaeed Mahameed2018-02-153-45/+53
* net/mlx5: Add missing likely/unlikely hints to cq eventsSaeed Mahameed2018-02-151-3/+3
* net/mlx5: CQ Database per EQSaeed Mahameed2018-02-153-35/+52
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11187-510/+510
* Merge branch 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-02-111-1/+1
|\
| * xen: fix poll misannotationAl Viro2018-02-011-1/+1
* | Merge tag 'for-linus-20180210' of git://git.kernel.dk/linux-blockLinus Torvalds2018-02-109-36/+111
|\ \
| * \ Merge branch 'for-linus' into testJens Axboe2018-02-079-36/+111
| |\ \
| | * | bcache: fix for data collapse after re-attaching an attached deviceTang Junhui2018-02-073-7/+11
| | * | bcache: return attach error when no cache set existTang Junhui2018-02-071-2/+3
| | * | bcache: set writeback_rate_update_seconds in range [1, 60] secondsColy Li2018-02-073-2/+7
| | * | bcache: fix for allocator and register thread raceTang Junhui2018-02-072-4/+18
| | * | bcache: set error_limit correctlyColy Li2018-02-073-3/+4
| | * | bcache: properly set task state in bch_writeback_thread()Coly Li2018-02-072-3/+8
| | * | bcache: fix high CPU occupancy during journalTang Junhui2018-02-073-15/+36
| | * | bcache: add journal statisticTang Junhui2018-02-073-0/+24