net/ena: add (un)likely statements
[dpdk.git] / drivers / net / mlx5 /
2018-05-30 David Marchandnet/mlx5: register memory callback only when probing
2018-05-28 Xueming Linet/mlx5: fix memory region cache init
2018-05-28 Adrien Mazarguilnet/mlx5: fix crash when configure is not called
2018-05-25 Shahaf Shulernet/mlx5: fix generic tunnel offload compatibility...
2018-05-25 Yongseok Kohnet/mlx5: fix SW parser offset
2018-05-22 Yongseok Kohnet/mlx5: remove redundant checks
2018-05-22 Yongseok Kohnet/mlx5: fix setting offsets for SW parser
2018-05-22 David Marchandnet/mlx5: fix count in xstats
2018-05-20 Gavin Hunet/mlx5: fix build with clang on ARM
2018-05-17 Shahaf Shulernet/mlx5: fix default RSS level
2018-05-17 Shahaf Shulernet/mlx5: fix build without tunnel RSS support
2018-05-17 Matan Azradnet/mlx5: support MPLS-in-GRE and MPLS-in-UDP
2018-05-17 Shahaf Shulernet/mlx5: add Bluefield device id
2018-05-17 Shahaf Shulernet/mlx5: fix flow director drop rule deletion crash
2018-05-15 Andy Greennet/mlx5: fix uninitialized variable in probing
2018-05-14 Yongseok Kohnet/mlx5: use correct field in a union structure
2018-05-14 Yongseok Kohnet/mlx5: use coherent I/O memory barrier
2018-05-14 Yongseok Kohnet/mlx5: fix inlining segmented TSO packet
2018-05-14 Thomas Monjalonethdev: add probing finish function
2018-05-14 Yongseok Kohnet/mlx5: add Multi-Packet Rx support
2018-05-14 Yongseok Kohnet/mlx5: add a function to rdma-core glue
2018-05-14 Yongseok Kohnet/mlx5: separate filling Rx flags
2018-05-14 Yongseok Kohnet/mlx5: add new memory region support
2018-05-14 Yongseok Kohnet/mlx5: remove memory region support
2018-05-14 Wei Daiethdev: new Rx/Tx offloads API
2018-05-14 Yongseok Kohnet/mlx5: change device reference for secondary process
2018-05-14 Yongseok Kohnet/mlx5: fix calculation of Tx TSO inline room size
2018-05-14 Raslan Darawshehnet/mlx5: fix resource leak in case of error
2018-05-14 Raslan Darawshehnet/mlx5: fix double free on error handling
2018-05-14 Xueming Linet/mlx5: fix SW parser enabling
2018-05-14 Xueming Linet/mlx5: fix SW parsing feature detection
2018-05-14 Nélio Laranjeironet/mlx5: fix flow validation
2018-05-14 Shahaf Shulernet/mlx5: fix probe return value polarity
2018-05-14 Shahaf Shulernet/mlx5: fix socket connection return value
2018-05-14 Shahaf Shulernet/mlx5: add Rx and Tx tuning parameters
2018-05-14 Shahaf Shulernet/mlx5: fix ethtool link setting call order
2018-05-02 Adrien Mazarguilnet/mlx5: fix flow director rule deletion crash
2018-04-27 Declan Dohertyethdev: add shared counter to flow API
2018-04-27 Xueming Linet/mlx5: allow flow tunnel ID 0 with outer pattern
2018-04-27 Xueming Linet/mlx5: introduce VXLAN-GPE tunnel type
2018-04-27 Xueming Linet/mlx5: add hardware flow debug dump
2018-04-27 Xueming Linet/mlx5: support tunnel RSS level
2018-04-27 Xueming Linet/mlx5: split flow RSS handling logic
2018-04-27 Xueming Linet/mlx5: cleanup tunnel checksum offloads
2018-04-27 Xueming Linet/mlx5: support Rx tunnel type identification
2018-04-27 Xueming Linet/mlx5: support L3 VXLAN flow
2018-04-27 Xueming Linet/mlx5: support GRE tunnel flow
2018-04-27 Xueming Linet/mlx5: support 16 hardware priorities
2018-04-27 Adrien Mazarguilethdev: add transfer attribute to flow API
2018-04-27 Adrien Mazarguilethdev: fix TPID handling in flow API
2018-04-27 Adrien Mazarguilethdev: add encap level to RSS flow API action
2018-04-27 Adrien Mazarguilethdev: add hash function to RSS flow API action
2018-04-27 Adrien Mazarguilethdev: flatten RSS configuration in flow API
2018-04-27 Adrien Mazarguilethdev: fix C99 flexible arrays from flow API
2018-04-27 Adrien Mazarguilethdev: alter behavior of flow API actions
2018-04-27 Xueming Linet/mlx5: allow max 192B TSO inline header length
2018-04-27 Xueming Linet/mlx5: support generic tunnel offloading
2018-04-27 Xueming Linet/mlx5: separate TSO function in Tx data path
2018-04-27 Nélio Laranjeironet/mlx5: implement multicast add list devop
2018-04-27 Nélio Laranjeironet/mlx5: split MAC address add/remove code
2018-04-27 Nélio Laranjeironet/mlx5: add more checks on MAC addresses
2018-04-27 Nélio Laranjeironet/mlx5: fix flow director mask
2018-04-27 Nélio Laranjeironet/mlx5: split L3/L4 in flow director
2018-04-27 Xueming Linet/mlx5: fix invalid flow item check
2018-04-27 Yongseok Kohnet/mlx5: fix alignment of memory region
2018-04-27 Ferruh Yigitdrivers/net: update link status
2018-04-27 Adrien Mazarguilnet/mlx5: fix RSS flow action bounds check
2018-04-13 Olivier Matzethdev: return diagnostic when setting MAC address
2018-04-13 Shahaf Shulernet/mlx5: fix link status initialization
2018-04-13 Ferruh Yigitethdev: replace bus specific struct with generic dev
2018-04-13 Nélio Laranjeironet/mlx5: add parameter for Netlink support in VF
2018-04-13 Nélio Laranjeironet/mlx5: use Netlink to enable promisc/allmulti mode
2018-04-13 Nélio Laranjeironet/mlx5: use Netlink to add/remove MAC addresses
2018-04-13 Yongseok Kohnet/mlx5: remove excessive data prefetch
2018-04-13 Bin Huangnet/mlx5: add packet type index for TCP ack
2018-04-13 Bruce Richardsonnet/mlx: fix warnings for unused compiler arguments
2018-04-11 Anatoly Burakovmem: replace memseg with memseg lists
2018-04-11 Anatoly Burakovnet/mlx5: use virt2memseg instead of iteration
2018-04-11 Anatoly Burakovnet/mlx5: use memseg walk instead of iteration
2018-04-10 Shahaf Shuleralign SPDX Mellanox copyrights
2018-04-04 Bruce Richardsonconvert snprintf to strlcpy
2018-03-30 Shahaf Shulernet/mlx5: fix RSS key length query
2018-03-30 Shahaf Shulernet/mlx5: enforce RSS key length limitation
2018-03-30 Dahir Osmannet/mlx5: setup RSS regardless of queue count
2018-03-30 Nélio Laranjeironet/mlx5: fix icc build
2018-03-30 Shahaf Shulernet/mlx5: fix TSO enablement
2018-03-30 Nélio Laranjeironet/mlx5: refuse empty VLAN flow specification
2018-03-30 Nélio Laranjeironet/mlx5: improve flow error explanation
2018-03-30 Nélio Laranjeironet/mlx5: change tunnel flow priority
2018-03-30 Nélio Laranjeironet/mlx5: fix link status to use wait to complete
2018-03-30 Nélio Laranjeironet/mlx5: fix link status behavior
2018-03-30 Nélio Laranjeironet/mlx5: remove kernel version check
2018-03-30 Yongseok Kohnet/mlx5: fix ARM build
2018-03-30 Xueming Linet/mlx5: fix existing file removal
2018-03-30 Nélio Laranjeironet/mlx5: use dynamic logging
2018-03-30 Nélio Laranjeironet/mlx5: use port id in PMD log
2018-03-30 Nélio Laranjeironet/mlx5: standardize on negative errno values
2018-03-30 Nélio Laranjeironet/mlx5: change non failing function return values
2018-03-30 Nélio Laranjeironet/mlx5: prefix all functions with mlx5
2018-03-30 Nélio Laranjeironet/mlx5: remove control path locks
next