aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-22net/mlx5e: XDP TX forwarding supportSaeed Mahameed1-8/+85
2016-09-22net/mlx5e: Have a clear separation between different SQ typesSaeed Mahameed1-42/+79
2016-09-22net/mlx5e: XDP fast RX drop bpf programs supportRana Shahout1-1/+99
2016-09-22net/mlx5e: Dynamic RQ type infrastructureSaeed Mahameed1-42/+50
2016-09-22net/mlx5e: Slightly reduce hardware LRO sizeSaeed Mahameed1-2/+5
2016-09-22net/mlx5e: Union RQ RX info per RQ typeSaeed Mahameed1-16/+16
2016-09-22net/mlx5e: Build RX SKB on demandSaeed Mahameed1-9/+22
2016-09-17net/mlx5e: Implement RX mapped page cache for page recycleTariq Toukan1-0/+15
2016-09-17net/mlx5e: Single flow order-0 pages for Striding RQTariq Toukan1-19/+117
2016-09-10net/mlx5e: Implement mlx5e interface attach/detach callbacksMohamad Haj Yahia1-57/+143
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-59/+52
2016-08-28net/mlx5e: Add ethtool counter for TX xmit_moreTariq Toukan1-0/+1
2016-08-28net/mlx5e: Don't wait for SQ completions on closeSaeed Mahameed1-32/+6
2016-08-28net/mlx5e: Don't post fragmented MPWQE when RQ is disabledSaeed Mahameed1-0/+4
2016-08-28net/mlx5e: Don't wait for RQ completions on closeSaeed Mahameed1-19/+18
2016-08-28net/mlx5e: Limit UMR length to the device's limitationSaeed Mahameed1-3/+8
2016-08-19net/mlx5e: Retrieve the switchdev id from the firmware only onceHadar Hen Zion1-0/+5
2016-08-19net/mlx5e: Optimization for MTU changeTariq Toukan1-2/+7
2016-08-19net/mlx5e: Set port MTU on netdev creation rather on openSaeed Mahameed1-4/+3
2016-08-18net/mlx5e: Avoid port remapping of mlx5e netdev TISesAviv Heller1-0/+4
2016-08-18net/mlx5: Implement RoCE LAG featureAviv Heller1-0/+3
2016-08-18net/mlx5: Modify RQ bitmask from mlx5 ifcAlex Vesker1-1/+2
2016-08-17net/mlx5: Unify and improve command interfaceSaeed Mahameed1-8/+2
2016-08-14{net,IB}/mlx5: MKey/PSV commands via mlx5 ifcSaeed Mahameed1-19/+18
2016-07-25net/mlx5e: Query minimum required header copy during xmitHadar Hen Zion1-0/+24
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+12
2016-07-13net/mlx5e: start/stop all tx queues upon open/close netdevMohamad Haj Yahia1-0/+11
2016-07-13net/mlx5e: Fix TX Timeout to detect queues stuck on BQLDaniel Jurgens1-1/+1
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+90
2016-07-02net/mlx5e: Introduce SRIOV VF representorsHadar Hen Zion1-15/+38
2016-07-02net/mlx5: Add Representors registration APIHadar Hen Zion1-6/+54
2016-07-02net/mlx5e: Add support for multiple profilesHadar Hen Zion1-118/+223
2016-07-02net/mlx5e: Mark enabled RQTs instances explicitlyHadar Hen Zion1-18/+27
2016-07-02net/mlx5e: TIRs management refactoringHadar Hen Zion1-45/+11
2016-07-02net/mlx5e: Create NIC global resources only onceHadar Hen Zion1-83/+41
2016-07-01net/mlx5e: Log link state changesShaker Daibes1-2/+5
2016-07-01net/mlx5e: Fix select queue callbackRana Shahout1-1/+4
2016-07-01net/mlx5e: Handle RQ flush in error casesDaniel Jurgens1-3/+13
2016-07-01net/mlx5e: Implement ndo_tx_timeout callbackDaniel Jurgens1-0/+46
2016-07-01net/mlx5e: Timeout if SQ doesn't flush during closeDaniel Jurgens1-3/+22
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-18/+17
2016-06-29net/mlx5e: Reorganize ethtool statisticsGal Pressman1-14/+13
2016-06-29net/mlx5e: Check for BlueFlame capability before allocating SQ uarGal Pressman1-1/+1
2016-06-29net/mlx5e: Change enum to better reflect usageEli Cohen1-3/+3
2016-06-27net/mlx5e: Use new ethtool get/set link ksettings APIGal Pressman1-0/+1
2016-06-27net/mlx5e: Support adaptive RX coalescingGil Rockah1-5/+25
2016-06-27net/mlx5e: CQE based moderationTariq Toukan1-15/+39
2016-06-27net/mlx5e: Add TXQ set max rate supportYevgeny Petrilin1-3/+99
2016-06-17mlx5_en: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck1-7/+13
2016-06-09net/mlx5e: Use ndo_stop explicitly at shutdown flowEran Ben Elisha1-4/+1