event/octeontx2: add timer cancel function
[dpdk.git] / drivers / net / mlx5 /
2019-07-02 Bruce Richardsondrivers: add reasons for components being disabled
2019-06-28 Ali Alnubaninet/mlx5: fix 32-bit build
2019-06-13 Viacheslav Ovsiienkonet/mlx5: fix master device Netlink socket sharing
2019-06-13 Matan Azradnet/mlx5: recover secondary process Tx errors
2019-06-13 Matan Azradnet/mlx5: recover secondary process Rx errors
2019-06-13 Matan Azradnet/mlx5: handle Tx completion with error
2019-06-13 Matan Azradnet/mlx5: extend Rx completion with error handling
2019-06-13 Matan Azradnet/mlx5: separate Rx queue initialization
2019-06-13 Matan Azradnet/mlx5: mitigate Rx doorbell memory barrier
2019-06-13 Matan Azradnet/mlx5: fix device arguments error detection
2019-06-13 Matan Azradnet/mlx5: add log file procedure for debug data
2019-06-13 Matan Azradnet/mlx5: remove Rx queues indexes correlation
2019-06-13 Stephen Hemmingernet/mlx5: remove unnecessary cast
2019-06-06 Viacheslav Ovsiienkonet/mlx5: fix event handler uninstall
2019-06-06 Dekel Pelednet/mlx5: fix order of items in NEON scatter
2019-06-06 Tom Barbettenet/mlx5: support reading clock
2019-06-06 David Marchandnet/mlx5: fix RxQ errors stat
2019-06-05 Anatoly Burakovipc: handle unsupported IPC in sync request
2019-06-05 Anatoly Burakovipc: handle unsupported IPC in action register
2019-06-03 Yongseok Kohnet/mlx: support IOVA VA mode
2019-06-03 David Marchandnet: replace IPv4/v6 constants with uppercase name
2019-05-27 Dekel Pelednet/mlx5: fix memory free on queue create error
2019-05-27 Dekel Pelednet/mlx5: remove redundant size calculation macro
2019-05-27 Jack Minnet/mlx5: support match on TCP flags
2019-05-24 Dekel Pelednet/mlx5: move locally used functions to static
2019-05-24 Dekel Pelednet/mlx5: fix description of return value
2019-05-24 Dekel Pelednet/mlx5: fix missing validation of null pointer
2019-05-24 Dekel Pelednet/mlx5: remove unused functions
2019-05-24 Olivier Matznet: add rte prefix to UDP structure
2019-05-24 Olivier Matznet: add rte prefix to TCP structure
2019-05-24 Olivier Matznet: add rte prefix to IP defines
2019-05-24 Olivier Matznet: add rte prefix to IP structure
2019-05-24 Olivier Matznet: add rte prefix to GRE structure
2019-05-24 Olivier Matznet: add rte prefix to ether defines
2019-05-24 Olivier Matznet: add rte prefix to ether functions
2019-05-24 Olivier Matznet: add rte prefix to ether structures
2019-05-12 Viacheslav Ovsiienkonet/mlx5: fix device removal handler for multiport
2019-05-08 Ori Kamnet/mlx5: fix errno for unsupported Direct Rules
2019-05-08 Dekel Pelednet/mlx5: fix release of Rx queue object
2019-05-08 Yongseok Kohnet/mlx5: fix Multi-Packet RQ mempool name
2019-05-08 Dekel Pelednet/mlx5: fix init with zero Rx queue
2019-05-03 Ori Kamnet/mlx5: fix Direct Rules API
2019-05-03 Yongseok Kohnet/mlx5: fix max number of queues for NEON Tx
2019-05-03 Yongseok Kohnet/mlx5: check Tx queue size overflow
2019-05-03 Ori Kamnet/mlx5: fix E-Switch flow without port item
2019-05-03 Yongseok Kohnet/mlx5: fix flow action destroy
2019-05-03 Viacheslav Ovsiienkonet/mlx5: update memory event callback for shared context
2019-05-03 Viacheslav Ovsiienkonet/mlx5: share Memory Regions for multiport device
2019-05-03 Viacheslav Ovsiienkonet/mlx5: inherit master link settings for representors
2019-05-03 Ori Kamnet/mlx5: fix modification action flags
2019-05-03 Viacheslav Ovsiienkonet/mlx5: fix probing if DevX disabled
2019-05-03 Dekel Pelednet/mlx5: fix comments mixing Rx and Tx
2019-05-03 Yongseok Kohnet/mlx5: fix Direct Rules build
2019-05-03 Thomas Monjalonnet/mlx5: replace a port lookup with ethdev API
2019-05-03 Ori Kamnet/mlx5: fix initialization for flow group
2019-04-19 Ori Kamnet/mlx5: add drop action to Direct Verbs E-Switch
2019-04-19 Ori Kamnet/mlx5: add Forward Database table type
2019-04-19 Ori Kamnet/mlx5: add E-Switch port id action to Direct Verbs
2019-04-19 Ori Kamnet/mlx5: add transfer attribute to matcher
2019-04-19 Ori Kamnet/mlx5: add port id item to Direct Verbs
2019-04-19 Ori Kamnet/mlx5: validate Direct Rule E-Switch
2019-04-19 Ori Kamnet/mlx5: support Direct Rules E-Switch
2019-04-19 Ori Kamnet/mlx5: fix meson build for Direct Rules
2019-04-19 Ori Kamnet/mlx5: fix translate vport function name
2019-04-19 Ori Kamnet/mlx5: fix modify header action position
2019-04-19 Ori Kamnet/mlx5: fix release of jump to queue action
2019-04-19 Viacheslav Ovsiienkonet/mlx5: support PF representor
2019-04-19 Viacheslav Ovsiienkonet/mlx5: fix memory region cleanup
2019-04-19 Thomas Monjalonethdev: avoid explicit check of valid port state
2019-04-19 Thomas Monjalonethdev: deprecate legacy filter API
2019-04-19 Ori Kamnet/mlx5: fix RSS validation function
2019-04-18 Yongseok Kohnet/mlx: fix library search in meson build
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
next