aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-16net/mlx5e: Hardware offloaded flower filter statistics supportAmir Vadai1-0/+2
2016-05-11net/mlx5e: Enable CQE compression when PCI is slower than linkSaeed Mahameed1-0/+52
2016-05-11net/mlx5e: Expand WQE stride when CQE compression is enabledTariq Toukan1-4/+19
2016-05-11net/mlx5e: CQE compressionTariq Toukan1-0/+6
2016-05-09mlx5: Fix merge errors.David S. Miller1-3/+0
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2016-05-09net/mlx5e: make VXLAN support conditionalArnd Bergmann1-0/+4
2016-05-04net/mlx5: E-Switch, Implement trust vf ndoMohamad Haj Yahia1-0/+8
2016-05-04net/mlx5: E-Switch, Vport ingress/egress ACLs rules for spoofchkMohamad Haj Yahia1-0/+9
2016-05-04net/mlx5e: Fix IPv6 tunnel checksum offloadAlexander Duyck1-2/+1
2016-05-04net/mlx5e: Add support for UDP tunnel segmentation with outer checksum offloadAlexander Duyck1-1/+6
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-13/+21
2016-05-03net/mlx5e: Use workqueue for vxlan opsMatthew Finlay1-2/+2
2016-05-03net/mlx5e: Implement a mlx5e workqueueMatthew Finlay1-11/+19
2016-04-29net/mlx5e: Enabling aRFS mechanismMaor Gottlieb1-0/+25
2016-04-29net/mlx5e: Create aRFS flow tablesMaor Gottlieb1-2/+6
2016-04-29net/mlx5: Initializing CPU reverse mappingMaor Gottlieb1-0/+3
2016-04-29net/mlx5e: Split the main flow steering tableMaor Gottlieb1-1/+1
2016-04-29net/mlx5e: Refactor mlx5e flow steering structsMaor Gottlieb1-4/+4
2016-04-29net/mlx5e: Direct TIR per RQTariq Toukan1-121/+174
2016-04-29net/mlx5e: Call vxlan_get_rx_port() with rtnl lockMatthew Finlay1-1/+4
2016-04-28net/mlx5e: avoid stack overflow in mlx5e_open_channelsArnd Bergmann1-8/+10
2016-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-15/+57
2016-04-26net/mlx5e: Fix checksum handling for non-stripped vlan packetsSaeed Mahameed1-0/+1
2016-04-26net/mlx5e: Add ethtool support for rxvlan-offload (vlan stripping)Gal Pressman1-3/+71
2016-04-26net/mlx5e: Add support for RXALL netdev featureEran Ben Elisha1-0/+20
2016-04-26net/mlx5e: Improve set features ndo resiliencyGal Pressman1-28/+82
2016-04-26net/mlx5e: Add link down events counterGal Pressman1-1/+9
2016-04-26net/mlx5e: Add per priority group to PPort countersGal Pressman1-0/+9
2016-04-26net/mlx5e: Statistics handling refactoringGal Pressman1-156/+76
2016-04-26net/mlx5e: Report additional error statistics in get stats ndoGal Pressman1-6/+33
2016-04-24net/mlx5: Add pci shutdown callbackMajd Dibbiny1-2/+13
2016-04-24net/mlx5e: Use vport MTU rather than physical port MTUSaeed Mahameed1-9/+35
2016-04-24net/mlx5e: Fix minimum MTUSaeed Mahameed1-3/+8
2016-04-24net/mlx5e: Device's mtu field is u16 and not intSaeed Mahameed1-2/+2
2016-04-21net/mlx5e: Add ethtool counter for RX buffer allocation failuresTariq Toukan1-0/+2
2016-04-21net/mlx5e: Use napi_alloc_skb for RX SKB allocationsTariq Toukan1-2/+2
2016-04-21net/mlx5e: Add fragmented memory support for RX multi packet WQETariq Toukan1-4/+60
2016-04-21net/mlx5e: Added ICO SQsTariq Toukan1-24/+111
2016-04-21net/mlx5e: Support RX multi-packet WQE (Striding RQ)Tariq Toukan1-23/+86
2016-04-21net/mlx5e: Use function pointers for RX data path handlingTariq Toukan1-0/+2
2016-04-21net/mlx5e: Use only close NUMA node for default RSSTariq Toukan1-2/+13
2016-04-21net/mlx5e: Allocate set of queue counters per netdevRana Shahout1-2/+40
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-41/+275
2016-03-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-6/+6
2016-03-10net/mlx5e: Support offload cls_flower with drop actionAmir Vadai1-0/+7
2016-03-10net/mlx5e: Introduce tc offload supportAmir Vadai1-1/+37
2016-03-10net/mlx5e: Relax ndo_setup_tc handle restrictionAmir Vadai1-1/+1
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-36/+46
2016-03-02net/mlx5e: Provide correct packet/bytes statisticsGal Pressman1-17/+8