net/mlx4: remove Tx inline compilation option
[dpdk.git] / drivers / net / mlx4 / mlx4.c
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
2016-10-03 David Marchanddrivers: use PCI registration macro
2016-10-03 Shreyansh Jainpci: replace devinit/devuninit with probe/remove
2016-09-16 Pablo de Laradrivers: make driver names consistent
2016-07-05 Fengtian Guonet/mlx4: add link up/down callback functions
2016-07-05 Olivier Matznet/mlx: fix setting interface flags
2016-07-10 Pablo de Laradrivers: remove static driver names
2016-07-08 Thomas Monjalondrivers: fix build with new register macro
2016-07-06 Neil Hormandrivers: update registration macro usage
2016-06-28 Ferruh Yigitnet/mlx: fix build with icc
2016-06-27 Nélio Laranjeironet: fix PCI class id
2016-06-20 Adrien Mazarguilnet/mlx: retrieve mbuf size through proper function
2016-06-20 Adrien Mazarguilnet/mlx: ensure MTU update is effective
2016-06-20 Nélio Laranjeironet/mlx: remove unused memory region property
2016-06-20 Adrien Mazarguilnet/mlx: fix compilation with glibc 2.20
2016-05-24 Olivier Matzmbuf: add prefetch helpers
2016-05-19 Olivier Matzmempool: allocate in several memory chunks by default
2016-05-19 Olivier Matzmempool: store memory chunks in a list
2016-05-19 Olivier Matzmempool: use the list to iterate the elements
2016-05-19 Olivier Matzmempool: remove const qualifier when browsing pools
2016-05-17 Olivier Matzmbuf: add raw allocation function
2016-04-01 Marc Suneethdev: redesign link speed config
2016-04-01 Marc Suneethdev: add speed capabilities
2016-03-31 Adrien Mazarguilmlx: fix double mbuf free in Tx queue clean up
2016-03-25 Olivier Matzmlx4: use dummy Rx queues when non-pow2 number requested
2016-03-25 Adrien Mazarguilmlx4: check if port is configured for ethernet
2016-03-25 Jianfeng Tanethdev: query supported packet types
2016-03-16 Adrien Mazarguilmlx: use aligned memory to register regions
2016-03-16 David Marchandmlx4: support setting primary MAC address
2016-03-16 Robin Jarrymlx4: ensure number of Rx queues is a power of 2
2016-03-16 Bruce Richardsonmlx4: fix unneeded function error with clang 3.6
2016-03-13 Wenzhuo Luethdev: rename UDP tunnel port functions
2016-02-10 Thomas Monjalonconfig: remove useless explicit includes of generated...
2015-11-24 Or Amimlx4: allow operation in secondary processes
2015-11-24 Nelio Laranjeiromlx4: fix available entries in Tx rings
2015-11-24 Olga Shernmlx4: fix local protection error when Tx MP to MR cache...
2015-11-24 Olga Shernmlx4: fix Tx loss after initialization
2015-11-24 Adrien Mazarguilmlx4: fix scattered Tx with too many segments
2015-11-24 Adrien Mazarguilmlx4: fix memory registration for indirect mbuf data
2015-11-24 Adrien Mazarguilmlx4: fix possible crash when clearing device statistics
2015-11-03 Bernard Iremongerdrivers: copy PCI device info to ethdev data
2015-11-01 Nelio Laranjeiromlx4: handle link status interrupts
2015-10-30 Adrien Mazarguilmlx4: fix missing unlock in case of error
2015-10-30 Adrien Mazarguilmlx4: do not complain about port state
2015-10-30 Nelio Laranjeiromlx4: improve Rx performance with better prefetching
2015-10-20 Didier Pallardmlx4: do not expose broadcast address in MAC list
2015-10-20 Francesco Santoromlx4: save bound interface
2015-10-20 Adrien Mazarguilmlx4: fix missing offload flags in scattered Rx
2015-09-29 Jingjing Wuethdev: remove old flow director API
2015-09-03 Thomas Monjalonmbuf: remove packet type from offload flags
2015-07-15 Thomas Monjalonmlx4: replace some offload flags with packet type
2015-07-01 Olga Shernmlx4: disable multicast echo on PF device
next