drivers: advertise kmod dependencies in pmdinfo
[dpdk.git] / drivers / net / mlx4 / mlx4.c
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
2015-07-01 Alex Rosenbaummlx4: add resource domain support for better performance
2015-07-01 Adrien Mazarguilmlx4: add VXLAN checksum offload
2015-07-01 Gilad Bermanmlx4: add L3/L4 checksum offload
2015-07-01 Alex Rosenbaummlx4: prefetch completed Tx mbufs before releasing...
2015-07-01 Alex Rosenbaummlx4: shrink Tx queue elements for better performance
2015-07-01 Adrien Mazarguilmlx4: move scattered Tx processing to helper function
2015-07-01 Adrien Mazarguilmlx4: use MOFED 3.0 fast verbs interface for Tx operations
2015-07-01 Alex Rosenbaummlx4: avoid requesting Tx completion events to improve...
2015-07-01 Alex Rosenbaummlx4: use MOFED 3.0 fast verbs interface for Rx operations
2015-07-01 Or Amimlx4: query netdevice to get initial MAC address
2015-07-01 Olga Shernmlx4: fix support for multiple vlan filters
2015-07-01 Or Amimlx4: remove provision for flow creation failure in...
2015-07-01 Or Amimlx4: fix error message for invalid number of descriptors
2015-07-01 Alex Rosenbaummlx4: use MOFED 3.0 extended flow steering API
2015-07-01 Olga Shernmlx4: improve accuracy of link status information
2015-07-01 Olga Shernmlx4: allow application to partially fork
2015-07-01 Alex Rosenbaummlx4: merge Rx queue setup functions
2015-07-01 Alex Rosenbaummlx4: avoid looking up work request id to improve Rx...
2015-07-01 Olga Shernmlx4: make sure experimental device query is implemented
2015-07-01 Adrien Mazarguilmlx4: add MOFED 3.0 compatibility to interface name...
2015-07-01 Adrien Mazarguilmlx4: fix possible crash on scattered mbuf allocation...
2015-06-24 Cyril Chemparathymbuf: use offset macro
2015-06-12 Nelio Laranjeiromlx4: fix 32-bit build
2015-05-22 Bruce Richardsonmlx4: move to drivers/net/