summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_main.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau2016-12-081-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-061-6/+9
|\
| * net/mlx5e: Change the SQ/RQ operational state to positive logicMohamad Haj Yahia2016-12-061-5/+9
| * net/mlx5e: Don't flush SQ on errorSaeed Mahameed2016-12-061-1/+0
* | net/mlx5e: Save the represntor netdevice as part of the representorHadar Hen Zion2016-12-021-1/+1
* | net/mlx5e: Create UMR MKey per RQTariq Toukan2016-12-021-24/+29
* | net/mlx5e: Move function mlx5e_create_umr_mkeyTariq Toukan2016-12-021-37/+37
* | net/mlx5e: Implement Fragmented Work Queue (WQ)Tariq Toukan2016-12-021-5/+5
* | net/mlx5e: Add CQE compression user controlShaker Daibes2016-11-281-6/+7
* | net/mlx5e: Moves pflags to priv->paramsShaker Daibes2016-11-281-2/+2
* | net/mlx5e: Add support for loopback selftestSaeed Mahameed2016-11-281-1/+1
* | net/mlx5e: ConnectX-4 firmware support for DCBXHuy Nguyen2016-11-281-28/+1
* | net/mlx5e: Read ETS settings directly from firmwareHuy Nguyen2016-11-281-12/+17
* | net/mlx5e: Add qos capability checkHuy Nguyen2016-11-281-1/+2
* | net/mlx5: Enable to query min inline for a specific vportRoi Dayan2016-11-241-6/+5
* | net/mlx5e: Support HW (offloaded) and SW counters for SRIOV switchdev modeOr Gerlitz2016-11-241-16/+15
* | bpf, mlx5: drop priv->xdp_prog reference on netdev cleanupDaniel Borkmann2016-11-211-0/+3
* | bpf, mlx5: fix various refcount issues in mlx5e_xdp_setDaniel Borkmann2016-11-211-4/+13
* | bpf, mlx5: fix mlx5e_create_rq taking reference on progDaniel Borkmann2016-11-211-4/+9
* | net/mlx5e: Expose PCIe statistics to ethtoolGal Pressman2016-11-181-0/+24
* | net/mlx5e: remove napi_hash_del() callsEric Dumazet2016-11-171-4/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-15/+16
|\ \ | |/
| * net/mlx5e: Re-arrange XDP SQ/CQ creationSaeed Mahameed2016-11-041-17/+15
| * net/mlx5e: Fix XDP error path of mlx5e_open_channel()Saeed Mahameed2016-11-041-1/+4
* | net/mlx5e: Add ndo_udp_tunnel_add to VF representorsHadar Hen Zion2016-11-091-4/+4
* | Merge tag 'shared-for-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2016-10-301-0/+15
|\ \
| * | net/mlx5: Add SRIOV VF max rate configuration supportMohamad Haj Yahia2016-10-301-0/+15
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-301-4/+17
|\ \ \ | | |/ | |/|
| * | net/mlx5e: Unregister netdev before detaching itMohamad Haj Yahia2016-10-291-1/+1
| * | net/mlx5e: Choose best nearest LRO timeoutSaeed Mahameed2016-10-291-3/+16
| |/
* | ethernet/mellanox: use core min/max MTU checkingJarod Wilson2016-10-181-18/+6
|/
* mlx5: Add ndo_poll_controller() implementationCalvin Owens2016-09-301-0/+20
* net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh2016-09-241-1/+5
* net/mlx5: E-Switch, Support VLAN actions in the offloads modeOr Gerlitz2016-09-231-1/+20
* net/mlx5: E-Switch, Set the vport when registering the uplink repOr Gerlitz2016-09-231-3/+3
* net/mlx5e: XDP TX forwarding supportSaeed Mahameed2016-09-221-8/+85
* net/mlx5e: Have a clear separation between different SQ typesSaeed Mahameed2016-09-221-42/+79
* net/mlx5e: XDP fast RX drop bpf programs supportRana Shahout2016-09-221-1/+99
* net/mlx5e: Dynamic RQ type infrastructureSaeed Mahameed2016-09-221-42/+50
* net/mlx5e: Slightly reduce hardware LRO sizeSaeed Mahameed2016-09-221-2/+5
* net/mlx5e: Union RQ RX info per RQ typeSaeed Mahameed2016-09-221-16/+16
* net/mlx5e: Build RX SKB on demandSaeed Mahameed2016-09-221-9/+22
* net/mlx5e: Implement RX mapped page cache for page recycleTariq Toukan2016-09-171-0/+15
* net/mlx5e: Single flow order-0 pages for Striding RQTariq Toukan2016-09-171-19/+117
* net/mlx5e: Implement mlx5e interface attach/detach callbacksMohamad Haj Yahia2016-09-101-57/+143
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-301-59/+52
|\
| * net/mlx5e: Add ethtool counter for TX xmit_moreTariq Toukan2016-08-281-0/+1
| * net/mlx5e: Don't wait for SQ completions on closeSaeed Mahameed2016-08-281-32/+6
| * net/mlx5e: Don't post fragmented MPWQE when RQ is disabledSaeed Mahameed2016-08-281-0/+4
| * net/mlx5e: Don't wait for RQ completions on closeSaeed Mahameed2016-08-281-19/+18
OpenPOWER on IntegriCloud