net/mlx4: support CRC strip toggling
[dpdk.git] / drivers / net / mlx4 / mlx4.c
2018-04-13 Ophir Munknet/mlx4: support CRC strip toggling
2018-04-10 Shahaf Shuleralign SPDX Mellanox copyrights
2018-03-30 Adrien Mazarguilnet/mlx: fix rdma-core glue path with EAL plugins
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: add debug checks to glue structure
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 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 Moti Haimovskynet/mlx4: verify Tx max sges
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
2017-11-07 Moti Haimovskynet/mlx4: enhance Rx packet type offloads
2017-10-26 Gaetan Rivetethdev: remove detachable device flag
2017-10-26 Adrien Mazarguilnet/mlx4: relax Rx queue configuration order
2017-10-13 Moti Haimovskynet/mlx4: restore Tx checksum offloads
2017-10-13 Adrien Mazarguilnet/mlx4: add RSS flow rule action support
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 VLAN filter configuration support
2017-10-13 Adrien Mazarguilnet/mlx4: add MAC addresses configuration support
2017-10-13 Adrien Mazarguilnet/mlx4: simplify trigger code for flow rules
2017-10-13 Adrien Mazarguilnet/mlx4: refactor internal flow rules
2017-10-06 Adrien Mazarguilnet/mlx4: rely on ethdev for Tx/Rx queue arrays
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
2017-10-06 Adrien Mazarguilnet/mlx4: drop packet type recognition support
2017-10-06 Adrien Mazarguilnet/mlx4: drop checksum offloads support
2017-10-06 Adrien Mazarguilnet/mlx4: drop RSS support
2017-10-06 Adrien Mazarguilnet/mlx4: revert RSS parent queue refactoring
2017-10-06 Adrien Mazarguilnet/mlx4: revert flow API RSS support
2017-10-06 Adrien Mazarguilnet/mlx4: drop MAC flows affecting all Rx queues
2017-10-06 Adrien Mazarguilnet/mlx4: remove MAC address configuration support
2017-10-06 Adrien Mazarguilnet/mlx4: remove VLAN filter support
2017-10-06 Adrien Mazarguilnet/mlx4: remove allmulti and promisc support
2017-10-06 Adrien Mazarguilnet/mlx4: remove Tx inline compilation option
2017-10-06 Adrien Mazarguilnet/mlx4: remove scatter mode compilation option
2017-10-06 Adrien Mazarguilnet/mlx4: remove soft counters compilation option
2017-10-06 Adrien Mazarguilnet/mlx4: remove useless code
2017-10-06 Adrien Mazarguilnet/mlx4: remove secondary process support
2017-10-06 Adrien Mazarguilnet/mlx4: remove useless compilation checks
2017-10-06 Adrien Mazarguilnet/mlx4: check max number of ports dynamically
2017-10-06 Adrien Mazarguilnet/mlx4: remove limitation on number of instances
2017-10-06 Adrien Mazarguilnet/mlx4: add consistency to copyright notices
2017-07-31 Matan Azradnet/mlx4: fix probe failure report
2017-07-31 Gaetan Rivetnet/mlx4: advertise the detach capability
2017-07-06 Vasily Philipovnet/mlx4: support flow API RSS action
2017-07-06 Vasily Philipovnet/mlx4: refactor RSS parent queue allocation
2017-07-06 Vasily Philipovnet/mlx4: implement isolated mode from flow API
2017-07-06 Vasily Philipovnet/mlx4: fix mbuf poisoning in debug code
2017-07-06 Adrien Mazarguilnet/mlx4: fix assertion failure on link update
2017-07-06 Adrien Mazarguilnet/mlx4: fix Rx interrupts management
2017-07-06 Adrien Mazarguilnet/mlx4: fix Rx interrupts with multiple ports
2017-07-06 Adrien Mazarguilnet/mlx4: fix typos from prior commit
2017-07-05 Stephen Hemmingerpci: increase domain storage to 32 bits
2017-07-01 Bernard Iremongerethdev: add return values to callback process API
2017-06-12 Moti Haimovskynet/mlx4: support user space Rx interrupt event
2017-06-12 Ferruh Yigitdrivers/net: add generic ethdev macro to get PCI device
2017-06-06 Jerin Jacobeal: introduce macro for no inline
2017-05-05 Wei Daiethdev: fix adding invalid MAC address
2017-05-05 Thomas Monjalonpci: remove eal prefix
2017-04-20 Gaetan Rivetnet/mlx4: support device removal event
2017-04-19 Charles Myersnet/mlx4: fix Rx after mbuf alloc failure
2017-04-18 Jan Blunckdrivers/net: do not use ethdev driver
2017-04-06 Qi Zhangeal: clean up interrupt handle
2017-04-04 Gaetan Rivetnet/mlx4: fix returned values upon failed probing
next