net/tap: support TSO (TCP Segment Offload)
[dpdk.git] / drivers /
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
2018-05-30 Fan Zhangnet/i40e: fix link status update
2018-05-28 Yongseok Kohnet/mlx4: fix crash when configure is not called
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-28 Thomas Monjalonbus/fslmc: fix export of unknown symbol
2018-05-28 Kamil Chalupnikbaseband/turbo_sw: shorten internal buffers names
2018-05-25 Ophir Munknet/tap: fix keep-alive queue not detached
2018-05-25 Shahed Shaikhnet/qede: fix slow path completion timeout
2018-05-25 Shahaf Shulernet/mlx5: fix generic tunnel offload compatibility...
2018-05-25 Yongseok Kohnet/mlx5: fix SW parser offset
2018-05-25 Alejandro Luceronet/nfp: fix lock file usage
2018-05-25 Zhiyong Yangnet/virtio-user: fix crash in server mode
2018-05-25 Alejandro Luceronet/nfp: remove reference to old offload API
2018-05-25 Gavin Hunet/i40e: convert to SPDX license tag
2018-05-25 Rasesh Modynet/bnx2x: change copyright info to Cavium
2018-05-25 Rasesh Modynet/bnx2x: use SPDX tag
2018-05-25 Rasesh Modynet/qede: change copyright info to Cavium
2018-05-25 Rasesh Modynet/qede: use SPDX tag
2018-05-25 Olivier Matzuse SPDX tag for 6WIND copyrighted files
2018-05-25 Thomas Monjalonuse SPDX license tag in Mellanox copyrighted files
2018-05-22 Vipin Varghesenet/tap: fix vdev data sharing for tun
2018-05-22 Vipin Varghesenet/tap: fix protocol field
2018-05-22 Chuhong Yaonet/liquidio: fix link state fetching during start
2018-05-22 Ajit Khapardenet/bnxt: fix Rx checksum flags
2018-05-22 Ajit Khapardenet/bnxt: fix xstats for VF
2018-05-22 Ajit Khapardenet/bnxt: fix VF resource allocation
2018-05-22 Ajit Khapardenet/bnxt: use first completion ring for fwd and async...
2018-05-22 Ajit Khapardenet/bnxt: fix RSS hash configuration
2018-05-22 Ajit Khapardenet/bnxt: fix Tx and Rx burst for secondary process
2018-05-22 Ajit Khapardenet/bnxt: add fallthrough comment
2018-05-22 Yongseok Kohnet/mlx5: remove redundant checks
2018-05-22 Yongseok Kohnet/mlx5: fix setting offsets for SW parser
2018-05-22 Qi Zhangnet/ixgbe: remove unnecessary macro
2018-05-22 Matan Azradnet/failsafe: fix duplicate event registration
2018-05-22 Matan Azradnet/failsafe: fix removed sub-device cleanup
2018-05-22 Maxime Coquelinnet/vhost: convert to new Rx/Tx offload API
2018-05-22 Adrien Mazarguilnet/mlx4: refactor RSS conversion functions
2018-05-22 Adrien Mazarguilnet/mlx4: fix default in RSS converter
2018-05-22 Qi Zhangnet/i40e: remove dependency on old Rx flags
2018-05-22 Chas Williamsnet/bonding: export mode 4 slave info routine
2018-05-22 Matan Azradnet/vdev_netvsc: fix automatic probing
2018-05-22 Ed Czecknet/ark: fix call to probing finish function for first...
2018-05-22 Ferruh Yigitnet/i40e: fix shifts of signed values
2018-05-22 Harry van Haarennet/e1000: fix build of igb only
2018-05-22 David Marchandnet/mlx5: fix count in xstats
2018-05-22 Ophir Munknet/tap: fix device removal when no queue exist
2018-05-22 Shagun Agrawalnet/cxgbevf: fix inter-VM traffic when physical link...
2018-05-22 Remy Hortonnet/i40e: fix corruption of VF stats
2018-05-22 Wei Dainet/ixgbe: fix config VLAN strip on the fly
2018-05-22 Shahed Shaikhnet/qede: fix unicast filter routine return code
next