doc: add patch dependency syntax to contributing guide
[dpdk.git] / drivers / net / mlx4 /
2020-07-29 Ophir Munknet/mlx4: fix premature disabling of interrupt
2020-07-29 Michael Baumnet/mlx4: optimize stack memory size in probe
2020-07-03 Jerin Jacoblog: introduce logtype register macro
2020-06-30 Michael Baumnet/mlx4: remove useless assignment
2020-06-30 Michael Baumnet/mlx4: use anonymous Direct Verbs allocator argument
2020-05-11 Michael Baumnet/mlx4: fix drop queue error handling
2020-04-21 Thomas Monjalonnet/mlx4: fix build with -fno-common
2020-04-14 Pavan Nikhileshbuild: disable experimental API check internally
2020-03-18 Tonghao Zhangcommon/mlx5: fix build without dlopen option
2020-02-14 Thomas Monjalonnet/mlx: fix overlinking with meson and glue dlopen
2020-02-14 Thomas Monjalonnet/mlx: rename meson variable for dlopen option
2020-02-14 Thomas Monjalonnet/mlx: workaround static linkage with meson
2020-02-14 Thomas Monjalonnet/mlx: add static ibverbs linkage with meson
2020-02-14 Thomas Monjalondrivers: cleanup meson build variable
2020-02-14 Thomas Monjalonnet/mlx: replace hardcoded value with macro
2020-02-11 Thomas Monjalonbuild: remove redundant config include
2020-02-05 Alexander Kozyrevnet/mlx4: improve assert control
2020-02-05 Alexander Kozyrevnet/mlx4: remove NDEBUG flag
2019-12-12 Ali Alnubaninet/mlx: fix build with clang 9
2019-11-20 Pawel Modrakbuild: align symbols with global ABI version
2019-11-20 Anatoly Burakovbuild: remove individual library versions
2019-11-20 Andrew Rybchenkodrivers/net: fix RSS hash offload flag if no RSS
2019-11-11 Pavan Nikhileshdrivers/net: update Rx RSS hash offload capabilities
2019-10-25 Raslan Darawshehnet/mlx: fix debug build with icc
2019-10-23 David Marchandnet/mlx4: remove dependency on libmnl in meson
2019-10-23 Bruce Richardsondrivers: remove duplicated compiler flags
2019-10-07 Ivan Ilchenkoethdev: change allmulticast callbacks to return status
2019-10-07 Igor Romanovethdev: make stats and xstats reset callbacks return int
2019-10-07 Andrew Rybchenkoethdev: change promiscuous callbacks to return status
2019-10-07 Ivan Ilchenkoethdev: change device info get callback to return int
2019-10-09 David Marchandremove useless include of EAL memory config header
2019-09-12 Thomas Monjalonnet/mlx: fix build with make and recent gcc
2019-09-12 Thomas Monjalonnet/mlx: fix meson build with custom dependency path
2019-09-03 Christian Ehrhardtnet/mlx4: fix build on ppc64
2019-08-06 Stephen Hemmingernet/mlx4: fix crash on info query in secondary process
2019-07-23 Dekel Pelednet/mlx4: fix typo in comment
2019-07-22 David Marchandeal: fix IOVA mode selection as VA for PCI drivers
2019-07-08 Thomas Monjalonnet/mlx: allow build only on Linux
2019-07-06 Anatoly Burakoveal: hide shared memory config
2019-07-05 Anatoly Burakovmem: add API to lock/unlock memory hotplug
2019-07-02 Bruce Richardsondrivers: add reasons for components being disabled
2019-06-06 David Marchandnet/mlx4: fix RxQ errors stat
2019-06-05 Anatoly Burakovipc: handle unsupported IPC in sync request
2019-06-05 Anatoly Burakovipc: handle unsupported IPC in action register
2019-06-03 Yongseok Kohnet/mlx: support IOVA VA mode
2019-05-27 Stephen Hemmingernet/mlx4: use dynamic log type
2019-05-24 Olivier Matznet: add rte prefix to ether defines
2019-05-24 Olivier Matznet: add rte prefix to ether functions
2019-05-24 Olivier Matznet: add rte prefix to ether structures
2019-05-03 Adrien Mazarguilnet/mlx4: support multicast address list interface
2019-04-19 Viacheslav Ovsiienkonet/mlx4: fix memory region cleanup
2019-04-19 Thomas Monjalonethdev: deprecate legacy filter API
2019-04-18 Yongseok Kohnet/mlx: fix library search in meson build
2019-04-12 Yongseok Kohnet/mlx4: remove device register remap
2019-04-12 Yongseok Kohnet/mlx4: fix Tx doorbell register unmap
2019-04-05 Yongseok Kohnet/mlx4: enable secondary process to register DMA...
2019-04-05 Yongseok Kohnet/mlx4: add control of excessive memory pinning by...
2019-04-05 Yongseok Kohnet/mlx: remove debug messages on datapath
2019-04-05 Yongseok Kohnet/mlx4: support secondary process
2019-04-05 Yongseok Kohnet/mlx4: add external allocator for Verbs object
2019-04-05 Yongseok Kohnet/mlx4: change device reference for secondary process
2019-03-08 Dekel Pelednet/mlx4: fix default flow rule create
2019-03-01 Thomas Monjalonnet/mlx: prefix private structure
2019-02-27 Luca Boccassibuild: improve dependency handling
2019-02-13 Thomas Monjalonnet/mlx: support firmware version query
2019-01-24 Dekel Pelednet/mlx4: fix creation of flow rule w/o ETH spec
2019-01-14 Thomas Monjalonconfig: add static linkage of mlx dependency
2019-01-14 Thomas Monjalonconfig: gather options for dlopen mlx dependency
2019-01-14 Yongseok Kohmbuf: remove deprecated macro
2019-01-03 Dekel Pelednet/mlx4: support flow w/o ETH spec and with VLAN
2018-11-23 Thomas Monjalonnet/mlx4: fix possible uninitialized variable
2018-11-16 Yongseok Kohnet/mlx4: optimize Tx external memory registration
2018-11-15 Ali Alnubaninet/mlx4: fix initialization of struct members
2018-11-15 Ali Alnubaninet/mlx4: fix minor typo
2018-10-26 Thomas Monjalonethdev: free all common data when releasing port
2018-10-17 Thomas Monjalondrivers/bus: move driver assignment to end of probing
2018-10-11 Yongseok Kohnet/mlx4: support externally allocated static memory
2018-09-27 Nelio Laranjeironet/mlx4: support meson build
2018-09-14 Ferruh Yigitethdev: make default behavior CRC strip on Rx
2018-08-02 Moti Haimovskynet/mlx4: advertise Rx jumbo frame support
2018-08-02 Timothy Redaellinet/mlx4: avoid stripping the glue library
2018-08-02 Moti Haimovskynet/mlx4: check RSS queues number limitation
2018-07-10 Moti Haimovskynet/mlx4: support hardware TSO
2018-07-11 Thomas Monjalonremove useless constructor headers
2018-07-02 Moti Haimovskynet/mlx4: refine Rx packet type report
2018-07-02 Ferruh Yigitethdev: add new offload flag to keep CRC
2018-06-17 Adrien Mazarguilnet/mlx4: fix minor resource leak during init
2018-05-28 Yongseok Kohnet/mlx4: fix crash when configure is not called
2018-05-22 Adrien Mazarguilnet/mlx4: refactor RSS conversion functions
2018-05-22 Adrien Mazarguilnet/mlx4: fix default in RSS converter
2018-05-17 Adrien Mazarguilnet/mlx4: fix shifts of signed values in Tx
2018-05-14 Ophir Munknet/mlx4: advertise supported RSS hash functions
2018-05-14 Ophir Munknet/mlx4: avoid constant recreations in function
2018-05-14 Thomas Monjalonethdev: add probing finish function
2018-05-14 Yongseok Kohnet/mlx4: add new memory region support
2018-05-14 Yongseok Kohnet/mlx4: remove memory region support
2018-05-14 Wei Daiethdev: new Rx/Tx offloads API
2018-05-14 Ophir Munknet/mlx4: fix CRC stripping capability report
2018-05-14 Adrien Mazarguilnet/mlx4: fix UDP flow rule limitation enforcement
2018-05-02 Adrien Mazarguilnet/mlx4: fix inner RSS support for broken kernels
next