summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mlx5-updates-2018-02-28-1' of git://git.kernel.org/pub/scm/linux/k...David S. Miller2018-03-0711-161/+339
|\
| * net/mlx5: Flow steering cmd interface should get the fte when deletingAviad Yehezkel2018-03-073-5/+5
| * net/mlx5: Embed mlx5_flow_act into fs_fteMatan Barak2018-03-074-25/+21Star
| * net/mlx5: Add empty egress namespace to flow steering coreAviad Yehezkel2018-03-074-0/+34
| * net/mlx5: Add shim layer between fs and cmdMatan Barak2018-03-074-100/+248
| * {net,IB}/mlx5: Add has_tag to mlx5_flow_actMatan Barak2018-03-072-1/+2
| * net/mlx5: FPGA and IPSec initialization to be before flow steeringMatan Barak2018-03-071-19/+20
| * net/mlx5e: Removed not need synchronize_rcuAviad Yehezkel2018-03-071-2/+2
| * net/mlx5e: Fixed sleeping inside atomic contextAviad Yehezkel2018-03-071-9/+4Star
| * net/mlx5e: Wait for FPGA command responses with a timeoutAviad Yehezkel2018-03-071-3/+6
| * net/mlx5: Fixed compilation issue when CONFIG_MLX5_ACCEL is disabledAviad Yehezkel2018-03-071-2/+2
* | Merge tag 'mlx5-updates-2018-02-23' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2018-02-286-69/+126
|\|
| * net/mlx5: E-Switch, Reload IB interface when switching devlink modesMark Bloch2018-02-234-17/+26
| * 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/+19Star
| * net/mlx5: E-Switch, Add callback to get representor deviceMark Bloch2018-02-233-0/+40
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-2410-33/+70
|\ \ | |/ |/|
| * net/mlx5: Fix error handling when adding flow rulesVlad Buslov2018-02-201-2/+8
| * net/mlx5: E-Switch, Fix drop counters use before creationEugenia Emantayev2018-02-201-4/+4
| * net/mlx5: Add header re-write to the checks for conflicting actionsOr Gerlitz2018-02-201-1/+2
| * net/mlx5: Use 128B cacheline size for 128B or larger cachelinesDaniel Jurgens2018-02-201-1/+1
| * net/mlx5e: Specify numa node when allocating drop rqGal Pressman2018-02-201-2/+8
| * net/mlx5e: Return error if prio is specified when offloading eswitch vlan pushOr Gerlitz2018-02-201-1/+2
| * net/mlx5: Address static checker warnings on non-constant initializersOr Gerlitz2018-02-201-4/+4
| * net/mlx5e: Eliminate build warnings on no previous prototypeOr Gerlitz2018-02-202-2/+3
| * net/mlx5e: Verify inline header size do not exceed SKB linear sizeEran Ben Elisha2018-02-201-1/+1
| * net/mlx5e: Fix loopback self test when GRO is offInbar Karmy2018-02-201-1/+2
| * net/mlx5e: Fix TCP checksum in LRO buffersGal Pressman2018-02-201-14/+35
* | IB/mlx5: Implement fragmented completion queue (CQ)Yonatan Cohen2018-02-154-43/+45
* | 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/+19Star
* | 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
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-02-061-1/+1
|\
| * net/mlx5: increase async EQ to avoid EQ overrunMax Gurtovoy2018-02-051-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-3127-917/+1876
|\ \ | |/ |/|
| * net/mlx5e: IPoIB, Fix copy-paste bug in flow steering refactoringGal Pressman2018-01-291-1/+1
| * mlx5: use tc_cls_can_offload_and_chain0()Jakub Kicinski2018-01-262-8/+2Star
| * net/mlx5e: Add likely to the common RX checksum flowGal Pressman2018-01-191-1/+1
| * net/mlx5e: Extend the stats group API to have update_stats()Kamal Heib2018-01-195-175/+250
| * net/mlx5e: Merge per priority stats groupsKamal Heib2018-01-191-8/+25
| * net/mlx5e: Add per-channel counters infrastructure, use it upon TX timeoutEran Ben Elisha2018-01-194-0/+29
| * net/mlx5e: Poll event queue upon TX timeout before performing full channels r...Eran Ben Elisha2018-01-193-15/+55
| * net/mlx5e: Add Event Queue meta data info for TX timeout logsEran Ben Elisha2018-01-191-0/+12
| * net/mlx5e: Print delta since last transmit per SQ upon TX timeoutEran Ben Elisha2018-01-191-3/+5
| * net/mlx5e: Set hairpin queue sizeOr Gerlitz2018-01-191-3/+8
| * net/mlx5: Enable setting hairpin queue sizeOr Gerlitz2018-01-191-0/+2