crypto/qat: move to using new device structure
[dpdk.git] / drivers /
2018-06-27 Fiona Trahecrypto/qat: move to using new device structure
2018-06-27 Fiona Trahecrypto/qat: use generic driver name for PCI registration
2018-06-27 Fiona Trahecrypto/qat: add PCI device struct
2018-06-27 Fiona Trahecrypto/qat: move sgl related element to appropriate...
2018-06-27 Fiona Trahecrypto/qat: rename sgl related objects
2018-06-27 Fiona Trahecrypto/qat: create structures to support various genera...
2018-06-27 Fiona Trahecrypto/qat: move defines from sym to qp header file
2018-06-27 Fiona Trahecrypto/qat: remove dependencies on cryptodev from common
2018-06-27 Fiona Trahecrypto/qat: move sym-specific qp code to sym file
2018-06-27 Fiona Trahecrypto/qat: separate sym-specific from generic qp setup
2018-06-27 Fiona Trahecrypto/qat: move generic qp function to qp file
2018-06-27 Fiona Trahecrypto/qat: make dequeue function generic
2018-06-27 Fiona Trahecrypto/qat: make enqueue function generic
2018-06-27 Fiona Trahecrypto/qat: rename sym-specific structs
2018-06-27 Fiona Trahecrypto/qat: rename functions for consistency
2018-06-27 Fiona Trahecrypto/qat: change filename crypto to sym
2018-06-27 Fiona Trahecrypto/qat: add symmetric session file
2018-06-27 Tomasz Jozwiakcrypto/qat: remove unused includes
2018-06-27 Fiona Trahecrypto/qat: add device files
2018-06-27 Fiona Trahecrypto/qat: add common header
2018-06-27 Rami Rosenbus/pci: remove unused function to detach by address
2018-06-27 Stephen Hemmingerbus/pci: remove unused function to probe by address
2018-06-27 Stephen Hemmingerbus/pci: remove unused unbind function prototype
2018-06-27 Stephen Hemmingerbus/pci: make remove function static
2018-06-21 Thomas Monjalonbus/dpaa: fix build
2018-06-19 Michal Krawczyknet/ena: fix FreeBSD build
2018-06-17 Stephen Hemmingernet/mlx5: fix log initialization
2018-06-17 Xueming Linet/mlx5: fix crash in device probe
2018-06-17 Adrien Mazarguilnet/mlx5: fix error message in probe function
2018-06-17 Adrien Mazarguilnet/mlx5: fix missing errno in probe function
2018-06-17 Adrien Mazarguilnet/mlx5: fix errno object in probe function
2018-06-17 Adrien Mazarguilnet/mlx5: remove limitation on number of instances
2018-06-17 Adrien Mazarguilnet/mlx4: fix minor resource leak during init
2018-06-15 Kiran Kumarnet/bonding: fix MAC address reset
2018-06-15 Tiwei Bienet/ifc: enable the host notifier support
2018-06-14 Chas Williamsnet/bonding: always update bonding link status
2018-06-14 Bruce Richardsonnet/vhost: add to meson build
2018-06-14 Bruce Richardsonnet/szedata2: add to meson build
2018-06-14 Bruce Richardsonnet/softnic: add to meson build
2018-06-14 Bruce Richardsonnet/nfp: add to meson build
2018-06-14 Bruce Richardsonnet/liquidio: add to meson build
2018-06-14 Bruce Richardsonnet/kni: add to meson build
2018-06-14 Bruce Richardsonnet/failsafe: add to meson build
2018-06-14 Bruce Richardsonnet/ena: add to meson build
2018-06-14 Bruce Richardsonnet/cxgbe: add to meson build
2018-06-14 Bruce Richardsonnet/bnxt: add to meson build
2018-06-14 Bruce Richardsonnet/bnx2x: add to meson build
2018-06-14 Bruce Richardsonnet/avp: add to meson build
2018-06-14 Bruce Richardsonnet/ark: add to meson build
2018-06-14 Xiao Wangnet/ifc: add to meson build
2018-06-14 Xiao Wangnet/ifc: make driver name consistent
2018-06-14 Alejandro Luceronet/nfp: fix field initialization in Tx descriptor
2018-06-14 Shagun Agrawalnet/cxgbe: implement flow flush operation
2018-06-14 Shagun Agrawalnet/cxgbe: implement flow query operation
2018-06-14 Shagun Agrawalnet/cxgbe: implement flow destroy operation
2018-06-14 Shagun Agrawalnet/cxgbe: implement flow create operation
2018-06-14 Shagun Agrawalnet/cxgbe: add control queue to communicate filter...
2018-06-14 Shagun Agrawalnet/cxgbe: parse and validate flows
2018-06-14 Shagun Agrawalnet/cxgbe: query firmware for filter resources
2018-06-14 Alejandro Luceronet/nfp: fix unused header reference
2018-06-14 Rafal Koziknet/ena: set link speed as none
2018-06-14 Michal Krawczyknet/ena: store handle after memory allocation
2018-06-14 Rafal Koziknet/ena: fix GENMASK_ULL macro
2018-06-14 Rafal Koziknet/ena: change memory type
2018-06-14 Rafal Koziknet/ena: check pointer before memset
2018-06-14 Rafal Koziknet/ena: update NUMA node
2018-06-14 Rafal Koziknet/ena: adjust error checking and cleaning
2018-06-14 Rafal Koziknet/ena: add (un)likely statements
2018-06-14 Rafal Koziknet/ena: validate Tx req id
2018-06-14 Rafal Koziknet/ena: rework configuration of IO queue numbers
2018-06-14 Rafal Koziknet/ena: log unimplemented handler error
2018-06-14 Rafal Koziknet/ena: add info about max number of Tx/Rx descriptors
2018-06-14 Rafal Koziknet/ena: linearize Tx mbuf
2018-06-14 Michal Krawczyknet/ena: add Rx out of order completion
2018-06-14 Rafal Koziknet/ena: make watchdog configurable
2018-06-14 Michal Krawczyknet/ena: check for admin queue state
2018-06-14 Michal Krawczyknet/ena: add watchdog and keep alive AENQ handler
2018-06-14 Michal Krawczyknet/ena: add reset routine
2018-06-14 Michal Krawczyknet/ena: restart only initialized queues instead of all
2018-06-14 Rafal Koziknet/ena: handle ENA notification
2018-06-14 Michal Krawczyknet/ena: add LSC intr support and AENQ handling
2018-06-14 Michal Krawczyknet/ena: add stop and uninit routines
2018-06-14 Michal Krawczyknet/ena: add interrupt handler for admin queue
2018-06-14 Rafal Koziknet/ena: remove support of legacy LLQ
2018-06-14 Michal Krawczyknet/ena: update HAL to the newer version
2018-06-14 Michal Krawczyknet/ena: change version number to 1.1.0
2018-06-14 David Marchandnet/bnxt: add missing ids in xstats
2018-06-14 Shahed Shaikhnet/qede: fix link change event notification
2018-06-14 Shahed Shaikhnet/qede: fix incorrect link status update
2018-06-14 Rasesh Modynet/qede: fix memory alloc for multiple port reconfig
2018-06-14 Rasesh Modynet/qede: fix L2-handles used for RSS hash update
2018-06-14 Tomasz Duszynskinet/mvpp2: check pointer before using it
2018-06-14 Tomasz Duszynskinet/mvpp2: convert to dynamic logging
2018-06-14 Rahul Lakkireddynet/cxgbe: report configured link auto-negotiation
2018-06-14 Rasesh Modynet/qede: fix for devargs
2018-06-14 Rasesh Modynet/qede: fix VF MTU update
2018-06-14 Vipin Varghesenet/tap: update tap index to unsigned
2018-05-30 Anoob Josephcrypto/armv8: fix HMAC supported digest sizes
2018-05-30 David Marchandnet/mlx5: register memory callback only when probing
2018-05-30 Andrew Rybchenkonet/sfc: add missing Rx descriptor status callback
next