net/bnxt: fix big endian build
[dpdk.git] / drivers / net / mlx5 /
2019-04-12 Yongseok Kohnet/mlx5: remove device register remap
2019-04-12 Yongseok Kohnet/mlx5: remove redundant queue index
2019-04-12 Yongseok Kohnet/mlx5: fix recursive inclusion of header file
2019-04-12 Ori Kamnet/mlx5: fix build on Arm
2019-04-12 Viacheslav Ovsiienkonet/mlx5: fix sharing context destroy order
2019-04-12 Viacheslav Ovsiienkonet/mlx5: fix device probing for old kernel drivers
2019-04-12 Viacheslav Ovsiienkonet/mlx5: fix typos in comments
2019-04-05 Viacheslav Ovsiienkonet/mlx5: share Direct Rules/Verbs flow related structures
2019-04-05 Viacheslav Ovsiienkonet/mlx5: add Direct Rules flow data alloc/free routines
2019-04-05 Ori Kamnet/mlx5: support jump action
2019-04-05 Ori Kamnet/mlx5: add Direct Rules API
2019-04-05 Ori Kamnet/mlx5: prepare Direct Verbs for Direct Rule
2019-04-05 Ori Kamnet/mlx5: fix flow counters using devx
2019-04-05 Thomas Monjalonnet/mlx5: use port sibling iterators
2019-04-05 Yongseok Kohnet/mlx5: enable secondary process to register DMA...
2019-04-05 Yongseok Kohnet/mlx5: add control of excessive memory pinning by...
2019-04-05 Yongseok Kohnet/mlx5: fix external memory registration
2019-04-05 Yongseok Kohnet/mlx: remove debug messages on datapath
2019-04-05 Yongseok Kohnet/mlx5: sync stop/start with secondary process
2019-04-05 Yongseok Kohnet/mlx5: rework PMD global data init
2019-04-05 Yongseok Kohnet/mlx5: replace IPC socket with EAL API
2019-04-05 Yongseok Kohnet/mlx5: fix memory event on secondary process
2019-04-05 Dekel Pelednet/mlx5: fix errno typos in comments
2019-04-05 Yongseok Kohnet/mlx5: revert mbuf address calculation for x86
2019-03-29 Viacheslav Ovsiienkonet/mlx5: add source vport match to the ingress rules
2019-03-29 Viacheslav Ovsiienkonet/mlx5: update event handler for multiport IB devices
2019-03-29 Viacheslav Ovsiienkonet/mlx5: update install/uninstall event handlers
2019-03-29 Viacheslav Ovsiienkonet/mlx5: provide IB port for the object being created
2019-03-29 Viacheslav Ovsiienkonet/mlx5: switch to the shared IB device context
2019-03-29 Viacheslav Ovsiienkonet/mlx5: switch to the shared context IB attributes
2019-03-29 Viacheslav Ovsiienkonet/mlx5: switch to the shared protection domain
2019-03-29 Viacheslav Ovsiienkonet/mlx5: switch to the names in the shared IB context
2019-03-29 Viacheslav Ovsiienkonet/mlx5: add IB shared context alloc/free functions
2019-03-29 Viacheslav Ovsiienkonet/mlx5: support multiport IB device during probing
2019-03-29 Viacheslav Ovsiienkonet/mlx5: add getting IB ports number for multiport IB
2019-03-29 Viacheslav Ovsiienkonet/mlx5: modify get ifindex routine for multiport IB
2019-03-29 Viacheslav Ovsiienkonet/mlx5: add representor recognition on Linux 5.x
2019-03-29 Ali Alnubaninet/mlx5: add missing return value check
2019-03-30 Shahaf Shulernet/mlx5: support PCI device DMA map and unmap
2019-03-30 Shahaf Shulernet/mlx5: refactor external memory registration
2019-03-20 Dekel Pelednet/mlx5: support new representor naming format
2019-03-20 Shahaf Shulernet/mlx5: fix packet inline on Tx queue wraparound
2019-03-08 Dekel Pelednet/mlx5: fix sync when handling Tx completions
2019-03-08 Dekel Pelednet/mlx5: fix hex dump of error completion
2019-03-08 Thomas Monjalonnet/mlx5: call generic strlcpy
2019-03-08 Viacheslav Ovsiienkonet/mlx5: fix flow priorities probing error path
2019-03-01 Thomas Monjalonnet/mlx: prefix private structure
2019-02-27 Luca Boccassibuild: improve dependency handling
2019-02-13 Thomas Monjalonnet/mlx: support firmware version query
2019-02-13 Dekel Pelednet/mlx5: fix Tx metadata for multi-segment packet
2019-01-30 Viacheslav Ovsiienkonet/mlx5: fix build for armv8
2019-01-27 Viacheslav Ovsiienkonet/mlx5: fix VXLAN without decap action for E-Switch
2019-01-24 Viacheslav Ovsiienkonet/mlx5: fix VXLAN port registration race condition
2019-01-24 Viacheslav Ovsiienkonet/mlx5: fix TC rule handle assignment
2019-01-24 Dekel Pelednet/mlx5: block RSS action without Rx queue
2019-01-24 Dekel Pelednet/mlx5: allow port start with zero Rx queue
2019-01-18 Yongseok Kohnet/mlx5: fix deprecated library API for Rx padding
2019-01-18 Yongseok Kohnet/mlx5: fix Rx packet padding
2019-01-15 Yongseok Kohnet/mlx5: fix instruction hotspot on replenishing Rx...
2019-01-14 Viacheslav Ovsiienkonet/mlx5: validate TOS and TTL on E-Switch
2019-01-14 Viacheslav Ovsiienkonet/mlx5: support TOS and TTL fields on E-Switch
2019-01-14 Viacheslav Ovsiienkonet/mlx5: add TOS and TTL flower match and tunnel keys
2019-01-14 Viacheslav Ovsiienkonet/mlx5: add RHEL-7.2 VXLAN device metadata workaround
2019-01-14 Viacheslav Ovsiienkonet/mlx5: switch to detached VXLAN network devices
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
next