net/ice: set min and max MTU
[dpdk.git] / drivers / net / mlx5 /
2019-01-14 Viacheslav Ovsiienkonet/mlx5: switch encap rules to use container
2019-01-14 Viacheslav Ovsiienkonet/mlx5: introduce encapsulation rules container
2019-01-14 Viacheslav Ovsiienkonet/mlx5: optimize neigh and local encap rules search
2019-01-14 Viacheslav Ovsiienkonet/mlx5: fix typos and code style
2019-01-14 Viacheslav Ovsiienkonet/mlx5: support ethernet type for tunnels on E-Switch
2019-01-14 Viacheslav Ovsiienkonet/mlx5: validate ethernet type on E-Switch
2019-01-14 Viacheslav Ovsiienkonet/mlx5: support tunnel inner items on E-Switch
2019-01-14 Viacheslav Ovsiienkonet/mlx5: validate tunnel inner items on E-Switch
2019-01-14 Viacheslav Ovsiienkonet/mlx5: remove checks for outer tunnel items on E...
2019-01-14 Thomas Monjalonconfig: add static linkage of mlx dependency
2019-01-14 Thomas Monjalonconfig: gather options for dlopen mlx dependency
2019-01-14 Moti Haimovskynet/mlx5: support flow counters using devx
2019-01-14 Moti Haimovskynet/mlx5: add devx functions to glue
2019-01-14 Moti Haimovskynet/mlx5: fix shared counter allocation logic
2019-01-14 Yongseok Kohmbuf: remove deprecated macro
2019-01-03 Wisam Jaddonet/mlx5: add ConnectX-6 device IDs
2019-01-03 Dekel Pelednet/mlx5: support modify header using Direct Verbs
2018-12-21 Yongseok Kohnet/mlx5: fix Multi-Packet RQ mempool free
2018-12-13 Dekel Pelednet/mlx5: fix validation of Rx queue number
2018-12-13 Asaf Pensonet/mlx5: fix function documentation
2018-12-13 Tom Barbettenet/mlx5: report imissed statistics
2018-11-22 Viacheslav Ovsiienkonet/mlx5: fix TPID check for VLAN push action on E...
2018-11-22 Viacheslav Ovsiienkonet/mlx5: fix VLAN inner ethernet type on E-Switch
2018-11-16 Dekel Pelednet/mlx5: fix packet type for MPLS in UDP
2018-11-16 Dekel Pelednet/mlx5: fix MPLS item validation
2018-11-16 Dekel Pelednet/mlx5: add MPLS to Direct Verbs flow engine
2018-11-16 Yongseok Kohnet/mlx5: optimize Rx buffer replenishment threshold
2018-11-16 Yongseok Kohnet/mlx5: optimize Tx doorbell write
2018-11-16 Yongseok Kohnet/mlx5: optimize Tx external memory registration
2018-11-16 Yongseok Kohnet/mlx5: fix flow destruction
2018-11-16 Viacheslav Ovsiienkonet/mlx5: fix flow query routine in Direct Verbs
2018-11-16 Ali Alnubaninet/mlx5: fix initialization of struct members
2018-11-15 Ali Alnubaninet/mlx5: fix minor typos
2018-11-15 Viacheslav Ovsiienkonet/mlx5: add E-switch rule hardware offload flag check
2018-11-15 Viacheslav Ovsiienkonet/mlx5: prepare to add E-switch rule flags check
2018-11-15 Viacheslav Ovsiienkonet/mlx5: fix Netlink communication routine
2018-11-15 Viacheslav Ovsiienkonet/mlx5: remove unused TC message length parameter
2018-11-13 Yongseok Kohnet/mlx5: fix Direct Verbs RSS hash field
2018-11-13 Thomas Monjalondrivers/net: set close behaviour flag at probing
2018-11-13 Shahaf Shulernet/mlx5: remove GRE inner IPv6 matching limitation
2018-11-13 Viacheslav Ovsiienkonet/mlx5: fix VXLAN device rollback if rule apply fails
2018-11-13 Viacheslav Ovsiienkonet/mlx5: fix rule cleanup Netlink command sending
2018-11-13 Viacheslav Ovsiienkonet/mlx5: add Netlink message size check in rule cleanup
2018-11-13 Viacheslav Ovsiienkonet/mlx5: fix buffer allocation check in rule cleanup
2018-11-13 Luca Boccassinet/mlx5: fallback quietly if pkg-config is unavailable
2018-11-13 Dekel Pelednet/mlx5: fix flow director add and delete
2018-11-13 Thomas Monjalonnet/mlx5: fix build on PPC64
2018-11-13 Yongseok Kohnet/mlx5: fix L4 protocol validation
2018-11-13 Yongseok Kohnet/mlx5: fix device flow reference
2018-11-05 Tom Barbettenet/mlx5: support Rx queue count API
2018-11-05 Yongseok Kohnet/mlx5: remove flags setting from flow preparation
2018-11-05 Yongseok Kohnet/mlx5: fix Direct Verbs flow tunnel
2018-11-05 Yongseok Kohnet/mlx5: fix Verbs flow tunnel
2018-11-05 Ophir Munknet/mlx5: support default RSS key as null
2018-11-05 Yongseok Kohnet/mlx5: limit priority range for Linux TC flower...
2018-11-05 Yongseok Kohnet/mlx5: make vectorized Tx threshold configurable
2018-11-05 Yongseok Kohnet/mlx5: move device spawn configuration to probing
2018-11-05 Viacheslav Ovsiienkonet/mlx5: add E-switch VXLAN rule cleanup routines
2018-11-05 Viacheslav Ovsiienkonet/mlx5: add E-Switch VXLAN encapsulation rules
2018-11-05 Viacheslav Ovsiienkonet/mlx5: add E-switch VXLAN tunnel devices management
2018-11-05 Viacheslav Ovsiienkonet/mlx5: fix E-Switch flow counter deletion
2018-11-05 Viacheslav Ovsiienkonet/mlx5: update E-Switch VXLAN netlink routines
2018-11-05 Viacheslav Ovsiienkonet/mlx5: add VXLAN to flow translate routine
2018-11-05 Viacheslav Ovsiienkonet/mlx5: add VXLAN to flow prepare routine
2018-11-05 Viacheslav Ovsiienkonet/mlx5: add E-Switch VXLAN to validation routine
2018-11-05 Viacheslav Ovsiienkonet/mlx5: swap items/actions validations for E-Switch...
2018-11-05 Viacheslav Ovsiienkonet/mlx5: add necessary structures for E-Switch VXLAN
2018-11-05 Viacheslav Ovsiienkonet/mlx5: add necessary definitions for E-Switch VXLAN
2018-11-05 Viacheslav Ovsiienkonet/mlx5: prepare meson build for adding E-Switch VXLAN
2018-11-05 Viacheslav Ovsiienkonet/mlx5: prepare makefile for adding E-Switch VXLAN
2018-11-05 Dekel Pelednet/mlx5: enable loopback by configured mode
2018-11-05 Dekel Pelednet/mlx5: add caching of encap/decap actions
2018-11-05 Dekel Pelednet/mlx5: add raw data encap/decap to Direct Verbs
2018-11-05 Dekel Pelednet/mlx5: add NVGRE decap action to Direct Verbs
2018-11-05 Dekel Pelednet/mlx5: add NVGRE encap action to Direct Verbs
2018-11-05 Dekel Pelednet/mlx5: add VXLAN decap action to Direct Verbs
2018-11-05 Dekel Pelednet/mlx5: add VXLAN encap action to Direct Verbs
2018-11-05 Dekel Pelednet/mlx5: add flow action functions to glue
2018-11-05 Yongseok Kohnet/mlx5: fix validation of MLPS-in-GRE
2018-11-05 Yongseok Kohnet/mlx5: add missing flow director delete
2018-11-05 Dekel Pelednet/mlx5: fix memory leak on Direct Verbs error
2018-11-05 Yongseok Kohnet/mlx5: add 128B padding of Rx completion entry
2018-11-05 Viacheslav Ovsiienkonet/mlx5: fix flow counters deletion in Verbs
2018-11-05 Shahaf Shulernet/mlx5: fix detection and error for multiple item...
2018-11-05 Shahaf Shulernet/mlx5: fix bit width of flow items
2018-11-05 Stephen Hemmingernet/mlx5: use pkg-config to handle SUSE libmnl
2018-10-26 Ophir Munknet/mlx5: close all ports on remove
2018-10-26 Ophir Munknet/mlx5: release port on close
2018-10-26 Ophir Munknet/mlx5: allow multiple probing for representor
2018-10-26 Yongseok Kohnet/mlx5: fix bit width of item and action flags
2018-10-26 Yongseok Kohnet/mlx5: fix flow tunnel handling
2018-10-26 Yongseok Kohnet/mlx5: rename static functions
2018-10-26 Yongseok Kohnet/mlx5: fix flow mark ID conversion in Direct Verbs
2018-10-26 Yongseok Kohnet/mlx5: fix wildcard item for Direct Verbs
2018-10-26 Yongseok Kohnet/mlx5: fix item validation in Direct Verbs
2018-10-26 Yongseok Kohnet/mlx5: fix UDP hash field flag in Direct Verbs
2018-10-26 Yongseok Kohnet/mlx5: add warning message for Direct Verbs flow
2018-10-26 Viacheslav Ovsiienkonet/mlx5: support new flow counter API
2018-10-26 Viacheslav Ovsiienkonet/mlx5: remove unnecessary structure initializers
2018-10-26 Viacheslav Ovsiienkonet/mlx5: add new flow counter Verbs API to glue library
next