ethdev: remove detachable device flag
[dpdk.git] / drivers / net / mlx4 / mlx4.c
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
2017-04-04 Vasily Philipovnet/mlx: enhance Rx scatter mode detection
2017-04-04 Gaetan Rivetnet/mlx4: add port parameter
2017-04-04 Vasily Philipovnet/mlx4: support basic flow items and actions
2017-04-04 Vasily Philipovnet/mlx4: split the definitions to the header file
2017-04-04 Gaetan Rivetnet/mlx4: update link status upon probing with LSC
2017-01-17 Matthieu Ternisien... net/mlx: fix IPv4 and IPv6 packet type
2017-01-17 Matthieu Ternisien... net/mlx: remove link update lock
2016-12-25 Jan Blunckethdev: decouple from PCI device
2016-12-25 Jan Blunckethdev: move info filling of PCI into drivers
2016-12-21 Jan Blunckethdev: initialize more fields on allocation
2016-12-21 Jan Blunckethdev: clear data when allocating device
2016-12-20 Olivier Matzdrivers: advertise kmod dependencies in pmdinfo
2016-11-07 Nelio Laranjeironet/mlx: fix support for new Rx checksum flags
2016-10-14 Bernard Iremongerethdev: add an argument to internal callback function
2016-10-13 Shreyansh Jaindrivers: rename register macro prefix
2016-09-30 Bruce Richardsonnet/mlx: fix debug build with gcc 6.1
2016-10-03 Jan Viktorinpci: inherit common driver in PCI driver
2016-10-03 David Marchandethdev: get rid of device type
next