net/bntx: use new API to get iova address XXX
[dpdk.git] / drivers / net / mlx4 /
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
2017-10-26 Moti Haimovskynet/mlx4: introducing consumer index mask
2017-10-26 Gaetan Rivetpci: introduce library and driver
2017-10-26 Gaetan Rivetethdev: remove detachable device flag
2017-10-26 Matan Azradnet/mlx4: fix targetless internal rule creation
2017-10-26 Adrien Mazarguilnet/mlx4: fix restriction on TCP/UDP flow rules
2017-10-26 Adrien Mazarguilnet/mlx4: relax Rx queue configuration order
2017-10-26 Adrien Mazarguilnet/mlx4: fix indirection table error rollback
2017-10-26 Adrien Mazarguilnet/mlx4: fix useless flow rules synchronization
2017-10-26 Adrien Mazarguilnet/mlx4: use dedicated list iterator
2017-10-24 Olivier Matzmk: do not generate LDLIBS from directory dependencies
2017-10-13 Adrien Mazarguilnet/mlx4: fix missing initializers for old GCC
2017-10-13 Moti Haimovskynet/mlx4: add loopback Tx from VF
2017-10-13 Moti Haimovskynet/mlx4: restore Rx offloads
2017-10-13 Moti Haimovskynet/mlx4: restore Tx checksum offloads
2017-10-13 Moti Haimovskynet/mlx4: add Rx bypassing Verbs
2017-10-13 Moti Haimovskynet/mlx4: add Tx bypassing Verbs
2017-10-13 Adrien Mazarguilnet/mlx4: add RSS support outside flow API
2017-10-13 Adrien Mazarguilnet/mlx4: disable UDP support in RSS flow rules
2017-10-13 Adrien Mazarguilnet/mlx4: add RSS flow rule action support
2017-10-13 Adrien Mazarguilnet/mlx4: remove unnecessary check
2017-10-13 Adrien Mazarguilnet/mlx4: convert Rx path to work queues
2017-10-13 Adrien Mazarguilnet/mlx4: allocate queues and mbuf rings together
2017-10-13 Adrien Mazarguilnet/mlx4: drop live queue reconfiguration support
2017-10-13 Adrien Mazarguilnet/mlx4: fix invalid errno value sign
2017-10-13 Adrien Mazarguilnet/mlx4: update Rx/Tx callbacks consistently
2017-10-13 Adrien Mazarguilnet/mlx4: restore promisc and allmulti support
2017-10-13 Adrien Mazarguilnet/mlx4: add flow support for multicast traffic
2017-10-13 Adrien Mazarguilnet/mlx4: add VLAN filter configuration support
2017-10-13 Adrien Mazarguilnet/mlx4: add MAC addresses configuration support
2017-10-13 Adrien Mazarguilnet/mlx4: refactor flow item validation code
2017-10-13 Adrien Mazarguilnet/mlx4: simplify trigger code for flow rules
2017-10-13 Adrien Mazarguilnet/mlx4: generalize flow rule priority support
2017-10-13 Adrien Mazarguilnet/mlx4: refactor internal flow rules
2017-10-13 Adrien Mazarguilnet/mlx4: relax check on missing flow rule target
2017-10-13 Adrien Mazarguilnet/mlx4: allocate drop flow resources on demand
2017-10-13 Adrien Mazarguilnet/mlx4: merge flow creation and validation code
2017-10-13 Adrien Mazarguilnet/mlx4: add iovec-like allocation wrappers
2017-10-13 Adrien Mazarguilnet/mlx4: compact flow rule error reporting
2017-10-13 Adrien Mazarguilnet/mlx4: tidy up flow rule handling code
2017-10-13 Adrien Mazarguilnet/mlx4: clarify flow objects naming scheme
2017-10-13 Adrien Mazarguilnet/mlx4: expose support for flow rule priorities
2017-10-13 Adrien Mazarguilnet/mlx4: enhance header files comments
2017-10-13 Adrien Mazarguilnet/mlx4: remove Rx QP initializer function
2017-10-13 Adrien Mazarguilnet/mlx4: replace bit-field type
2017-10-13 Adrien Mazarguilethdev: expose flow API error helper
2017-10-12 Matan Azradethdev: add return value to stats get dev op
2017-10-06 Adrien Mazarguilnet/mlx4: merge interrupt collector function
2017-10-06 Adrien Mazarguilnet/mlx4: fix rescheduled link status check
2017-10-06 Adrien Mazarguilnet/mlx4: fix unhandled event debug message
2017-10-06 Adrien Mazarguilnet/mlx4: rely on ethdev for Tx/Rx queue arrays
2017-10-06 Adrien Mazarguilnet/mlx4: remove isolated mode constraint
2017-10-06 Adrien Mazarguilnet/mlx4: clean up includes and comments
2017-10-06 Adrien Mazarguilnet/mlx4: separate memory management functions
2017-10-06 Adrien Mazarguilnet/mlx4: rename private functions in flow API
2017-10-06 Adrien Mazarguilnet/mlx4: group flow API handlers in common file
2017-10-06 Adrien Mazarguilnet/mlx4: separate Rx configuration functions
2017-10-06 Adrien Mazarguilnet/mlx4: separate Tx configuration functions
2017-10-06 Adrien Mazarguilnet/mlx4: separate device control functions
2017-10-06 Adrien Mazarguilnet/mlx4: separate Rx/Tx functions
2017-10-06 Adrien Mazarguilnet/mlx4: separate Rx/Tx definitions
2017-10-06 Adrien Mazarguilnet/mlx4: separate interrupt handling
2017-10-06 Adrien Mazarguilnet/mlx4: compact interrupt functions
2017-10-06 Adrien Mazarguilnet/mlx4: clean up interrupt functions prototypes
2017-10-06 Adrien Mazarguilnet/mlx4: refactor interrupt FD settings
2017-10-06 Adrien Mazarguilnet/mlx4: rename alarm field
2017-10-06 Adrien Mazarguilnet/mlx4: use a single interrupt handle
2017-10-06 Adrien Mazarguilnet/mlx4: separate debugging macros
2017-10-06 Adrien Mazarguilnet/mlx4: use standard macro to get array size
2017-10-06 Adrien Mazarguilnet/mlx4: remove mbuf macro definitions
2017-10-06 Adrien Mazarguilnet/mlx4: remove unnecessary wrapper functions
2017-10-06 Adrien Mazarguilnet/mlx4: remove control path locks
2017-10-06 Adrien Mazarguilnet/mlx4: clean up coding style inconsistencies
2017-10-06 Adrien Mazarguilnet/mlx4: standardize on negative errno values
2017-10-06 Adrien Mazarguilnet/mlx4: simplify link update function
2017-10-06 Adrien Mazarguilnet/mlx4: simplify Rx buffer handling
2017-10-06 Adrien Mazarguilnet/mlx4: revert fast verbs interface for Rx
2017-10-06 Adrien Mazarguilnet/mlx4: revert fast verbs interface for Tx
2017-10-06 Adrien Mazarguilnet/mlx4: revert multicast echo prevention
2017-10-06 Adrien Mazarguilnet/mlx4: revert resource domain support
2017-10-06 Adrien Mazarguilnet/mlx4: use standard QP attributes
2017-10-06 Adrien Mazarguilnet/mlx4: drop inline receive support
2017-10-06 Adrien Mazarguilnet/mlx4: drop scatter/gather support
next