test: move to app directory
[dpdk.git] / drivers /
2019-02-22 Tiwei Bienet/virtio: optimize Tx enqueue for packed ring
2019-02-22 Tiwei Bienet/virtio: introduce helper for clearing net header
2019-02-22 Tiwei Bienet/virtio: fix in-order Tx path for packed ring
2019-02-22 Tiwei Bienet/virtio: fix in-order Tx path for split ring
2019-02-22 Tiwei Bienet/virtio: fix Tx desc cleanup for packed ring
2019-02-22 Hari Kumar Vemulanet/bonding: fix reset active slave
2019-02-21 Hyong Youb Kimnet/bonding: avoid warning for invalid port
2019-02-20 Shahed Shaikhnet/qede: fix Tx packet prepare for tunnel packets
2019-02-20 Michal Krawczyknet/ena: get device info statically
2019-02-20 Chas Williamsnet/bonding: fix link status
2019-02-20 Chas Williamsnet/bonding: fix slave Tx burst for mode 4
2019-02-19 Wei Zhaonet/ice: enable VLAN filter offloads support
2019-02-19 Wei Zhaonet/avf: fix admin queue interrupt for ICE
2019-02-13 Davide Carattinet/bnxt: support IOVA VA mode
2019-02-13 Chas Williamsnet/bonding: fix Tx in 802.3ad mode
2019-02-13 Qi Zhangnet/ice: fix crash on device detach
2019-02-13 Thomas Monjalonnet/mlx: support firmware version query
2019-02-13 Dekel Pelednet/mlx5: fix Tx metadata for multi-segment packet
2019-02-08 Rami Rosennet/virtio: remove forward declaration
2019-02-08 Xiao Wangvhost: remove vDPA available ring relay helper
2019-02-08 Jens Freimannnet/virtio: set offload flag for jumbo frames
2019-02-08 Ilya Maximetsnet/virtio: add missing read barrier for packed dequeue
2019-02-08 Ilya Maximetsnet/virtio: add barriers for extra descriptors on Rx...
2019-02-08 Ilya Maximetsnet/virtio: fix read barriers on packed Tx cleanup
2019-02-08 Andrew Rybchenkonet/sfc/base: share macro to increment per-event type...
2019-02-08 Andrew Rybchenkonet/sfc/base: improve MCDI interface header inclusion
2019-02-08 Andrew Rybchenkonet/sfc/base: avoid division by 0 if no event queue...
2019-02-08 Andrew Rybchenkonet/sfc/base: simplify EF10 family run-time checks
2019-02-08 Andrew Rybchenkonet/sfc/base: simplify EF10 family conditional code...
2019-02-08 Andrew Rybchenkonet/sfc/base: pass Rx buffer size to RxQ init if supported
2019-02-08 Andrew Rybchenkonet/sfc/base: allow to specify Rx buffer size on queue...
2019-02-08 Richard Houldsworthnet/sfc/base: make bundle partition type available...
2019-02-08 Andrew Leenet/sfc/base: add Rx parse incomplete event queue statistic
2019-02-08 Andrew Rybchenkonet/sfc/base: rename header with MCDI strings
2019-02-08 Mark Spendernet/sfc/base: support the Rx event mode w/o continue
2019-02-08 Andrew Rybchenkonet/sfc/base: update auto-generated MCDI definition...
2019-02-08 Igor Romanovnet/sfc/base: remove deprecated macros that get queue...
2019-02-08 Igor Romanovnet/sfc/base: remove deprecated min/max desc defines
2019-02-08 Igor Romanovnet/sfc: use NIC event descriptor size instead of common
2019-02-08 Igor Romanovnet/sfc: use NIC Rx descriptor size instead of common
2019-02-08 Igor Romanovnet/sfc: use NIC Tx descriptor size instead of common
2019-02-08 Igor Romanovnet/sfc/base: round number of queue buffers up
2019-02-08 Igor Romanovnet/sfc/base: support different event descriptor sizes
2019-02-08 Igor Romanovnet/sfc/base: support different Rx descriptor sizes
2019-02-08 Igor Romanovnet/sfc/base: support different Tx descriptor sizes
2019-02-08 Igor Romanovnet/sfc/base: make NIC pointer const in NIC config get
2019-02-08 Igor Romanovnet/sfc/base: make max number of TxQ bufs EF10-specific
2019-02-08 Igor Romanovnet/sfc/base: move a macro to Siena implementation...
2019-02-08 Igor Romanovnet/sfc/base: move EVQ descs number check to generic...
2019-02-08 Igor Romanovnet/sfc/base: move Rx descs number check to generic...
2019-02-08 Igor Romanovnet/sfc/base: move Tx descs number check to generic...
2019-02-08 Igor Romanovnet/sfc: use NIC EVQ descs limits instead of defines
2019-02-08 Igor Romanovnet/sfc: use NIC Rx descs limits instead of defines
2019-02-08 Igor Romanovnet/sfc: use NIC min number of Tx descs instead of...
2019-02-08 Igor Romanovnet/sfc/base: remove min/max defines for number of...
2019-02-08 Igor Romanovnet/sfc/base: remove min/max defines for number of...
2019-02-08 Igor Romanovnet/sfc/base: define max desc number for every EF10 NIC
2019-02-08 Igor Romanovnet/sfc/base: remove min define for number of Tx descs
2019-02-08 Ivan Malovnet/sfc/base: report support for Tx checksum op descriptors
2019-02-08 Mark Spendernet/sfc/base: ensure EvQ poll stops when abort is requested
2019-02-08 Richard Houldsworthnet/sfc/base: update external port number calculation
2019-02-08 Richard Houldsworthnet/sfc/base: correct annotations where NULL input...
2019-02-07 Andrew Rybchenkonet/sfc: support Rx packet types get in secondary process
2019-02-07 Andrew Rybchenkonet/sfc: separate adapter primary process and shared...
2019-02-07 Andrew Rybchenkonet/sfc: remove adapter locks from secondary process ops
2019-02-07 Andrew Rybchenkonet/sfc: move isolated flag in adapter shared
2019-02-07 Andrew Rybchenkonet/sfc: move RSS config to adapter shared
2019-02-07 Andrew Rybchenkonet/sfc: move TxQ shared information to adapter shared
2019-02-07 Andrew Rybchenkonet/sfc: move RxQ shared information to adapter shared
2019-02-07 Andrew Rybchenkonet/sfc: make main logging macro reusable in secondary
2019-02-07 Andrew Rybchenkonet/sfc: move Rx/Tx datapath names to shared state
2019-02-07 Andrew Rybchenkonet/sfc: start to factor out multi-process shared data
2019-02-07 Andrew Rybchenkonet/sfc: remove TxQ control from shared TxQ info
2019-02-07 Andrew Rybchenkonet/sfc: remove RxQ control from shared RxQ info
2019-02-07 Andrew Rybchenkonet/sfc: remove unnecessary functions to get TxQ index
2019-02-07 Andrew Rybchenkonet/sfc: remove unnecessary functions to get RxQ index
2019-02-07 Andrew Rybchenkonet/sfc: support RSS RETA and hash config get in secondary
2019-02-07 Andrew Rybchenkonet/sfc: support Tx descriptor status in secondary...
2019-02-07 Andrew Rybchenkonet/sfc: move datapath TxQ handle to shared TxQ info
2019-02-07 Andrew Rybchenkonet/sfc: move TxQ state to multi-process shared location
2019-02-07 Andrew Rybchenkonet/sfc: support Rx descriptor status in secondary...
2019-02-07 Andrew Rybchenkonet/sfc: move datapath RxQ handle to shared RxQ info
2019-02-07 Andrew Rybchenkonet/sfc: move RxQ state to multi-process shared location
2019-02-07 Andrew Rybchenkonet/sfc: move main log type to process private data
2019-02-07 Andrew Rybchenkonet/sfc: move datapath ops pointers to process private...
2019-02-07 Andrew Rybchenkonet/sfc: make it simpler to change datapath ops location
2019-02-07 Andrew Rybchenkonet/sfc: remove wrappers around Rx descriptor count...
2019-02-07 Andrew Rybchenkonet/sfc: avoid usage of TxQ control structure in info get
2019-02-07 Andrew Rybchenkonet/sfc: avoid usage of RxQ control structure in info get
2019-02-07 Andrew Rybchenkonet/sfc: fix logging from secondary process
2019-02-07 Andrew Rybchenkonet/sfc: remove control path logging from Rx queue...
2019-02-07 Ivan Malovnet/sfc: log port ID as 16-bit unsigned integer on...
2019-02-07 Hari Kumar Vemulanet/bonding: fix values of descriptor limits
2019-02-07 Qi Zhangnet/pcap: fix memory leak
2019-01-30 Viacheslav Ovsiienkonet/mlx5: fix build for armv8
2019-01-27 Fiona Trahecrypto/qat: fix digest in wireless auth case
2019-01-27 Michal Krawczyknet/ena: fix errno to positive value
2019-01-27 Michal Krawczyknet/ena: fix dev init with multi-process
2019-01-27 Michal Krawczyknet/ena: remove lcore constraint from max queue number
2019-01-27 Viacheslav Ovsiienkonet/mlx5: fix VXLAN without decap action for E-Switch
next