aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-05net/mlx5e: Improve ethtool private-flags code structureTariq Toukan2-53/+41
2018-12-05net/mlx5e: ethtool, Support user configuration for RX hash fieldsAya Levin3-6/+134
2018-12-05net/mlx5e: Move RSS params to a dedicated structAya Levin6-47/+62
2018-12-05net/mlx5e: Refactor TIR configuration functionAya Levin4-104/+87
2018-12-04net/mlx5e: Move modify tirs hash functionalityAya Levin3-25/+29
2018-12-04net/mlx5e: Cleanup unused definesGal Pressman1-3/+0
2018-12-04net/mlx5e: Remove trailing space of tx_pause ethtool counter nameSaeed Mahameed1-1/+1
2018-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-83/+116
2018-11-21mlx5: use skb_vlan_tag_get_prio()Michał Mirosław1-1/+1
2018-11-19net/mlx5e: Fix failing ethtool query on FEC query errorShay Agroskin1-2/+1
2018-11-19net/mlx5e: Removed unnecessary warnings in FEC caps queryShay Agroskin2-4/+4
2018-11-19net/mlx5e: Fix wrong field name in FEC related functionsShay Agroskin1-2/+2
2018-11-19net/mlx5e: Fix a bug in turning off FEC policy in unsupported speedsShay Agroskin1-16/+12
2018-11-19net/mlx5e: Fix selftest for small MTUsValentine Fatiev1-16/+10
2018-11-19net/mlx5e: RX, verify received packet size in Linear Striding RQMoshe Shemesh5-1/+15
2018-11-19net/mlx5e: Apply the correct check for supporting TC esw rules splitRoi Dayan1-1/+1
2018-11-19net/mlx5e: Adjust to max number of channles when re-attachingYuval Avnery1-5/+22
2018-11-19net/mlx5e: Always use the match level enum when parsing TC rule matchOr Gerlitz1-2/+2
2018-11-19net/mlx5e: Claim TC hw offloads support only under a proper build configOr Gerlitz1-0/+6
2018-11-19net/mlx5e: Don't match on vlan non-existence if ethertype is wildcardedOr Gerlitz1-31/+32
2018-11-19net/mlx5e: IPoIB, Reset QP after channels are closedDenis Drozdov1-1/+1
2018-11-19net/mlx5: IPSec, Fix the SA context hash keyRaed Salem1-2/+8
2018-10-31net/mlx5e: fix csum adjustments caused by RXFCSEric Dumazet1-36/+9
2018-10-25drivers: net: remove <net/busy_poll.h> inclusion when not neededEric Dumazet1-1/+0
2018-10-22net/mlx5: Allocate enough space for the FDB sub-namespacesDan Carpenter1-1/+1
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-38/+28
2018-10-18net/mlx5e: Added 'raw_errors_laneX' fields to ethtool statisticsShay Agroskin1-5/+41
2018-10-18net/mlx5e: Ethtool driver callback for query/set FEC policyShay Agroskin1-2/+126
2018-10-18net/mlx5e: Add port FEC get/set functionsShay Agroskin2-0/+220
2018-10-18net/mlx5: Remove counter from idr after removing it from listVlad Buslov1-5/+13
2018-10-18net/mlx5: Take fs_counters dellist before addlistVlad Buslov1-5/+8
2018-10-18net/mlx5: Refactor fragmented buffer struct fields and init flowTariq Toukan1-73/+47
2018-10-17net/mlx5e: Support offloading tc priorities and chains for eswitch flowsPaul Blakey4-12/+50
2018-10-17net/mlx5e: Use a slow path rule instead if vxlan neighbour isn't availablePaul Blakey1-22/+82
2018-10-17net/mlx5: E-Switch, Enable setting goto slow path chain actionPaul Blakey2-0/+8
2018-10-17net/mlx5e: Avoid duplicated code for tc offloads add/del fdb ruleOr Gerlitz1-41/+50
2018-10-17net/mlx5e: For TC offloads, always add new flow instead of appending the actionsPaul Blakey2-3/+3
2018-10-17net/mlx5: Add a no-append flow insertion modePaul Blakey3-3/+10
2018-10-17net/mlx5: E-Switch, Add chains and prioritiesPaul Blakey3-86/+339
2018-10-17net/mlx5: E-Switch, Have explicit API to delete fwd rulesOr Gerlitz3-2/+14
2018-10-17net/mlx5: Split FDB fast path prio to multiple namespacesPaul Blakey4-11/+99
2018-10-17net/mlx5e: Split TC add rule path for nic vs e-switchRoi Dayan1-47/+138
2018-10-17net/mlx5e: Change return type of tc add flow functionsRabie Loulou1-47/+39
2018-10-17net/mlx5: Use flow counter IDs and not the wrapping cache objectMark Bloch7-16/+16
2018-10-17net/mlx5: E-Switch, Get counters for offloaded flows from callersMark Bloch4-35/+33
2018-10-17Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux into net-nextSaeed Mahameed12-132/+233
2018-10-10net/mlx5: WQ, fixes for fragmented WQ buffers APITariq Toukan5-32/+23
2018-10-10net/mlx5: Take only bit 24-26 of wqe.pftype_wq for page fault typeHuy Nguyen1-1/+1
2018-10-10net/mlx5: Fix memory leak when setting fpga ipsec capsTalat Batheesh1-5/+4
2018-10-10net/mlx5e: Do not ignore netdevice TX/RX queues numberFeras Daoud7-28/+37