mk: build with _GNU_SOURCE defined by default
[dpdk.git] / drivers / net / mlx4 /
2018-10-17 Thomas Monjalondrivers/bus: move driver assignment to end of probing
2018-10-11 Yongseok Kohnet/mlx4: support externally allocated static memory
2018-09-27 Nelio Laranjeironet/mlx4: support meson build
2018-09-14 Ferruh Yigitethdev: make default behavior CRC strip on Rx
2018-08-02 Moti Haimovskynet/mlx4: advertise Rx jumbo frame support
2018-08-02 Timothy Redaellinet/mlx4: avoid stripping the glue library
2018-08-02 Moti Haimovskynet/mlx4: check RSS queues number limitation
2018-07-10 Moti Haimovskynet/mlx4: support hardware TSO
2018-07-11 Thomas Monjalonremove useless constructor headers
2018-07-02 Moti Haimovskynet/mlx4: refine Rx packet type report
2018-07-02 Ferruh Yigitethdev: add new offload flag to keep CRC
2018-06-17 Adrien Mazarguilnet/mlx4: fix minor resource leak during init
2018-05-28 Yongseok Kohnet/mlx4: fix crash when configure is not called
2018-05-22 Adrien Mazarguilnet/mlx4: refactor RSS conversion functions
2018-05-22 Adrien Mazarguilnet/mlx4: fix default in RSS converter
2018-05-17 Adrien Mazarguilnet/mlx4: fix shifts of signed values in Tx
2018-05-14 Ophir Munknet/mlx4: advertise supported RSS hash functions
2018-05-14 Ophir Munknet/mlx4: avoid constant recreations in function
2018-05-14 Thomas Monjalonethdev: add probing finish function
2018-05-14 Yongseok Kohnet/mlx4: add new memory region support
2018-05-14 Yongseok Kohnet/mlx4: remove memory region support
2018-05-14 Wei Daiethdev: new Rx/Tx offloads API
2018-05-14 Ophir Munknet/mlx4: fix CRC stripping capability report
2018-05-14 Adrien Mazarguilnet/mlx4: fix UDP flow rule limitation enforcement
2018-05-02 Adrien Mazarguilnet/mlx4: fix inner RSS support for broken kernels
2018-05-02 Adrien Mazarguilnet/mlx4: fix default RSS hash fields
2018-05-02 Adrien Mazarguilnet/mlx4: fix Rx resource leak in case of error
2018-04-27 Adrien Mazarguilethdev: add transfer attribute to flow API
2018-04-27 Adrien Mazarguilethdev: add encap level to RSS flow API action
2018-04-27 Adrien Mazarguilethdev: add hash function to RSS flow API action
2018-04-27 Adrien Mazarguilethdev: flatten RSS configuration in flow API
2018-04-27 Adrien Mazarguilethdev: fix C99 flexible arrays from flow API
2018-04-27 Adrien Mazarguilethdev: alter behavior of flow API actions
2018-04-27 Yongseok Kohnet/mlx4: fix alignment of memory region
2018-04-27 Ferruh Yigitdrivers/net: update link status
2018-04-27 Adrien Mazarguilnet/mlx4: fix ignored RSS hash types
2018-04-27 Adrien Mazarguilnet/mlx4: fix RSS resource leak in case of error
2018-04-13 Olivier Matzethdev: return diagnostic when setting MAC address
2018-04-13 Ophir Munknet/mlx4: support CRC strip toggling
2018-04-13 Ferruh Yigitethdev: replace bus specific struct with generic dev
2018-04-13 Bruce Richardsonnet/mlx: fix warnings for unused compiler arguments
2018-04-13 Rami Rosennet/mlx4: fix a typo in header file
2018-04-11 Anatoly Burakovmem: replace memseg with memseg lists
2018-04-11 Anatoly Burakovnet/mlx4: use virt2memseg instead of iteration
2018-04-10 Shahaf Shuleralign SPDX Mellanox copyrights
2018-04-04 Bruce Richardsonconvert snprintf to strlcpy
2018-03-30 Adrien Mazarguilnet/mlx: fix rdma-core glue path with EAL plugins
2018-03-30 Adrien Mazarguilnet/mlx: control netdevices through ioctl only
2018-02-08 Moti Haimovskynet/mlx4: add CRC stripping capability
2018-02-06 Adrien Mazarguilnet/mlx: make rdma-core glue path configurable
2018-02-06 Adrien Mazarguilnet/mlx: version rdma-core glue libraries
2018-02-06 Adrien Mazarguilnet/mlx: fix missing includes for rdma-core glue
2018-02-06 Adrien Mazarguilnet/mlx: add debug checks to glue structure
2018-02-06 Moti Haimovskynet/mlx4: fix Rx offload non-fragmented indication
2018-02-05 Adrien Mazarguilnet/mlx4: fix drop flow resources leak
2018-02-01 Olivier Matznet/mlx4: use SPDX tags in 6WIND copyrighted files
2018-01-31 Adrien Mazarguilnet/mlx4: spawn rdma-core dependency plug-in
2018-01-31 Adrien Mazarguilnet/mlx4: move rdma-core calls to separate file
2018-01-30 Moti Haimovskynet/mlx4: fix removal detection of stopped port
2018-01-29 Moti Haimovskynet/mlx4: fix broadcast Rx
2018-01-29 Ophir Munknet/mlx4: fix single port configuration
2018-01-22 Ferruh Yigitethdev: separate driver APIs
2018-01-21 Matan Azradnet/mlx4: support a device removal check operation
2018-01-16 Thomas Monjalonethdev: remove useless parameter in callback process
2018-01-16 Shahaf Shulernet/mlx4: convert to new Rx offloads API
2018-01-16 Shahaf Shulernet/mlx4: convert to new Tx offloads API
2018-01-16 Moti Haimovskynet/mlx4: verify Tx max sges
2018-01-16 Matan Azradnet/mlx4: remove Tx completion elements counter
2018-01-16 Matan Azradnet/mlx4: align Tx descriptors number
2018-01-16 Matan Azradnet/mlx4: mitigate Tx send entry size calculations
2018-01-16 Matan Azradnet/mlx4: merge Tx queue rings management
2018-01-16 Matan Azradnet/mlx4: optimize Tx multi-segment case
2018-01-16 Matan Azradnet/mlx4: remove restamping from Tx error path
2018-01-16 Matan Azradnet/mlx4: remove unnecessary Tx wraparound checks
2018-01-16 Matan Azradnet/mlx4: fix Tx packet drop application report
2018-01-16 Matan Azradnet/mlx4: revert workaround for broken Verbs
2018-01-16 Adrien Mazarguilnet/mlx4: restore inner VXLAN RSS support
2018-01-16 Adrien Mazarguilnet/mlx4: restore UDP RSS by probing capabilities
2018-01-16 Adrien Mazarguilnet/mlx4: use function to get default RSS fields
2018-01-16 Adrien Mazarguilnet/mlx4: fix documentation in private structure
2018-01-16 Adrien Mazarguilnet/mlx4: fix unnecessary include
2018-01-16 Raslan Darawshehnet/mlx4: store RSS hash result in mbufs
2017-11-11 Matan Azradnet/mlx4: fix missing stamp during Tx completion
2017-11-10 Shahaf Shulernet/mlx4: fix rxq interrupt memory corruption
2017-11-10 Moti Haimovskynet/mlx4: fix Rx packet type offloads
2017-11-07 Moti Haimovskynet/mlx4: enhance Rx packet type offloads
2017-11-03 Adrien Mazarguilnet/mlx4: share memory region resources
2017-11-03 Adrien Mazarguilnet/mlx4: fix function prototypes
2017-11-03 Matan Azradnet/mlx4: mitigate Tx path memory barriers
2017-11-03 Matan Azradnet/mlx4: fix HW memory optimizations careless
2017-11-03 Matan Azradnet/mlx4: separate Tx segment cases
2017-11-03 Matan Azradnet/mlx4: remove duplicate handling in Tx burst
2017-11-03 Matan Azradnet/mlx4: merge Tx path functions
2017-11-03 Matan Azradnet/mlx4: fix ring wraparound compiler hint
2017-11-03 Ophir Munknet/mlx4: associate MR to MP in a short function
2017-11-03 Matan Azradnet/mlx4: remove error flows from Tx fast path
2017-11-02 Adrien Mazarguilnet/mlx4: fix missing include
2017-11-01 Adrien Mazarguilnet/mlx4: fix queue index check on flow rules
2017-11-01 Adrien Mazarguilnet/mlx4: fix Rx after updating number of queues
2017-10-26 Moti Haimovskynet/mlx4: fix no Rx interrupts
next