summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_rep.c
Commit message (Expand)AuthorAgeFilesLines
* net: sched: move the can_offload check from binding phase to rule insertion p...Jiri Pirko2017-11-021-0/+3
* net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS*Jiri Pirko2017-10-211-2/+0
* mlx5e_rep: Convert ndo_setup_tc offloads to block callbacksJiri Pirko2017-10-211-6/+38
* mlx5e: Convert ndo_setup_tc offloads to block callbacksJiri Pirko2017-10-211-14/+10
* net: sched: convert cls_flower->egress_dev users to tc_setup_cb_egdev infraJiri Pirko2017-10-111-10/+21
* net/mlx5e: make mlx5e_profile constBhumika Goyal2017-08-241-1/+1
* net/mlx5e: Send PAOS command on interface up/downEran Ben Elisha2017-08-201-7/+13
* net/sched: Fix the logic error to decide the ingress qdiscChris Mi2017-08-181-1/+1
* net: sched: use newly added classid identity helpersJiri Pirko2017-08-111-1/+1
* Merge tag 'mlx5-shared-2017-08-07' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2017-08-071-0/+13
|\
| * net/mlx5e: NIC netdev init flow cleanupSaeed Mahameed2017-08-071-0/+13
* | net: sched: get rid of struct tc_to_netdevJiri Pirko2017-08-071-6/+6
* | net: sched: push cls related args into cls_common structureJiri Pirko2017-08-071-10/+5
* | mlx5e_rep: push cls_flower setup_tc processing into a separate functionJiri Pirko2017-08-071-20/+29
* | net: sched: make egress_dev flag part of flower offload structJiri Pirko2017-08-071-1/+1
* | net: sched: make type an argument for ndo_setup_tcJiri Pirko2017-08-071-4/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-211-0/+2
|\
| * net/mlx5e: Fix min inline value for VF rep SQsChris Mi2017-06-151-0/+2
* | net/mlx5e: Use hard_mtu as part of the mlx5e_priv structErez Shitrit2017-06-191-0/+3
* | net/mlx5e: Add new profile function update_carrierErez Shitrit2017-06-191-0/+1
* | net/mlx5: Avoid blank lines before/after closing/opening bracesOr Gerlitz2017-06-161-1/+0
* | net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko2017-06-081-1/+6
|/
* net/mlx5e: Act on delay probe time updatesHadar Hen Zion2017-04-301-0/+39
* net/mlx5e: Update neighbour 'used' state using HW flow rules countersHadar Hen Zion2017-04-301-0/+52
* net/mlx5e: Add support to neighbour update flowHadar Hen Zion2017-04-301-1/+229
* net/mlx5e: Add neighbour hash table to the representorsHadar Hen Zion2017-04-301-8/+99
* net/mlx5e: Extendable vport representor netdev private dataSaeed Mahameed2017-04-301-45/+131
* net/mlx5e: RX handlers per netdev profileSaeed Mahameed2017-04-171-1/+3
* net/mlx5e: IPoIB, RX steering RSS RQTs and TIRsSaeed Mahameed2017-04-171-13/+4
* net/mlx5e: More generic netdev management APISaeed Mahameed2017-04-171-5/+7
* net/mlx5e: Minimize mlx5e_{open/close}_lockedSaeed Mahameed2017-03-271-3/+7
* net/mlx5e: Isolate open_channels from priv->paramsSaeed Mahameed2017-03-271-34/+27
* net/mlx5e: Introduce mlx5e_channelsSaeed Mahameed2017-03-271-6/+8
* net/mlx5e: Avoid supporting udp tunnel port ndo for VF repsPaul Blakey2017-03-221-2/+0
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-2/+1
* net/mlx5e: Support adding ingress tc rule when egress device flag is setHadar Hen Zion2016-12-021-0/+8
* net/mlx5e: Save the represntor netdevice as part of the representorHadar Hen Zion2016-12-021-7/+8
* net/mlx5e: Bring back representor's ndos that were accidentally removedHadar Hen Zion2016-12-021-0/+2
* net/mlx5e: Support VF vport link state control for SRIOV switchdev modeOr Gerlitz2016-11-241-2/+31
* net/mlx5e: Support HW (offloaded) and SW counters for SRIOV switchdev modeOr Gerlitz2016-11-241-6/+105
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-1/+1
|\
| * net/mlx5e: Disallow changing name-space for VF representorsOr Gerlitz2016-11-041-1/+1
* | net/mlx5e: Add ndo_udp_tunnel_add to VF representorsHadar Hen Zion2016-11-091-0/+2
* | Merge tag 'shared-for-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2016-10-301-3/+3
|\ \ | |/ |/|
| * net/mlx5: Add multi dest supportMark Bloch2016-10-301-3/+3
* | net/mlx5e: Unregister netdev before detaching itMohamad Haj Yahia2016-10-291-0/+1
|/
* net/mlx5e: Implement mlx5e interface attach/detach callbacksMohamad Haj Yahia2016-09-101-4/+35
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-301-3/+2
|\
| * net/mlx5e: Retrieve the switchdev id from the firmware only onceHadar Hen Zion2016-08-191-3/+2
* | net/mlx5: Improve driver log messagesSaeed Mahameed2016-08-171-2/+2
|/
OpenPOWER on IntegriCloud