dpdk.git
2016-09-30 Xiao Wangnet/ixgbe/base: configure DMA coalescing for 10Mb
2016-09-30 Xiao Wangnet/ixgbe/base: clear page register in error path
2016-09-30 Xiao Wangnet/ixgbe/base: add flow control autoneg for X550em_a...
2016-09-30 Xiao Wangnet/ixgbe/base: add flow control for X550em_a fiber
2016-09-30 Xiao Wangnet/ixgbe/base: add VF promiscuous mode constants
2016-09-30 Xiao Wangnet/ixgbe/base: rework X550em_a 1G PHY init
2016-09-30 Xiao Wangnet/ixgbe/base: extract PHY probing function
2016-09-30 Xiao Wangnet/ixgbe/base: move X550 MAC ops init into functions
2016-09-30 Xiao Wangnet/ixgbe/base: move multicast mode update
2016-09-30 Xiao Wangnet/ixgbe/base: support X550em_a 10G PHY
2016-09-30 Xiao Wangnet/ixgbe/base: change endianness of PHY data
2016-09-30 Xiao Wangnet/ixgbe/base: remove X550em SFP iXFI setup
2016-09-30 Xiao Wangnet/ixgbe/base: fix pointer check
2016-09-30 Qi Zhangnet/i40e: enable 25G device
2016-09-30 Qi Zhangnet/i40e: use PHY type to check PHY capability
2016-09-30 John Daleynet/enic: support scatter Rx in MTU update
2016-09-30 Nelson Escobarnet/enic: fix freeing memory for descriptor ring
2016-09-30 Nelson Escobarnet/enic: enable link check interrupt
2016-09-30 Nelson Escobarnet/enic: extract code for checking link status
2016-09-30 Nelson Escobarnet/enic: unregister interrupt handler when stopping
2016-09-30 Nélio Laranjeironet/mlx5: support Mellanox OFED 3.4
2016-09-30 Ajit Khapardemaintainers: add new bnxt driver maintainer
2016-09-30 Jianbo Liunet/i40e: support ARM platform
2016-09-30 Nelson Escobarnet/enic: get Rx queue count
2016-09-30 Yunjian Wangnet/ixgbe: use macro for PCI log format
2016-09-30 Qi Zhangnet/i40e/base: support FCoE
2016-09-30 Qi Zhangnet/i40e/base: get SAN MAC address
2016-09-30 Qi Zhangnet/i40e/base: minor clean up
2016-09-30 Qi Zhangnet/i40e/base: enable proxy command for X722
2016-09-30 Qi Zhangnet/i40e/base: add multicast magic packet enable flag
2016-09-30 Qi Zhangnet/i40e/base: enable set/get HMC resource profile
2016-09-30 Qi Zhangnet/i40e/base: enable wake on LAN for X722
2016-09-30 Qi Zhangnet/i40e/base: get PHY abilities for 25G
2016-09-30 Qi Zhangnet/i40e/base: add 25G PHY capability
2016-09-30 Qi Zhangnet/i40e/base: define PHY type capability constants
2016-09-30 Qi Zhangnet/i40e/base: fix UDP packet header
2016-09-30 Qi Zhangnet/i40e/base: add function to clear default VSI
2016-09-30 Beilei Xingnet/i40e: fix parsing QinQ packets type
2016-09-30 Rich Lanenet/i40e: fix null pointer dereferences when using...
2016-09-30 Alex Zelezniaknet/ixgbe: fix VF reset to apply to correct VF
2016-09-30 Wang Weinet/ixgbe: start Rx/Tx after all config done
2016-09-30 Beilei Xingnet/i40e: fix dropping packets with ethertype 0x88A8
2016-09-30 John Daleynet/enic: fix bad L4 checksum flag on ICMP packets
2016-09-30 Xiao Wangnet/fm10k: fix MAC address removal from switch
2016-09-30 Nelson Escobarnet/enic: move link checking init to probe time
2016-09-30 Dror Birkmannet/pcap: fix memory leak in jumbo frames
2016-09-30 Nélio Laranjeironet/mlx5: remove gather loop on segments
2016-09-30 Nélio Laranjeironet/mlx5: reduce memory overhead for WQE handling
2016-09-30 Nélio Laranjeironet/mlx5: reduce memory overhead for BF handling
2016-09-30 Nélio Laranjeironet/mlx5: reduce memory overhead for CQE handling
2016-09-30 Nélio Laranjeironet/mlx5: reduce memory overhead of Rx/Tx descriptors
2016-09-30 Nélio Laranjeironet/mlx5: rework hardware structures
2016-09-30 Alejandro Luceronet/nfp: unregister interrupt callback when closing
2016-09-30 Alejandro Luceronet/nfp: fix copying MAC address
2016-09-30 Alejandro Luceronet/nfp: use random MAC address if not configured
2016-09-30 Jerin Jacobnet/thunderx: support 81xx SoC
2016-09-30 Jerin Jacobnet/thunderx: add tunneling extension info capability...
2016-09-30 Jerin Jacobnet/thunderx: remove generic passX references
2016-09-30 Bruce Richardsonnet/mlx: fix debug build with gcc 6.1
2016-09-30 Ferruh Yigitnet/pcap: fix checkpatch warnings
2016-09-30 Ferruh Yigitnet/pcap: remove rte prefix from static functions
2016-09-30 Ferruh Yigitnet/pcap: coding convention updates
2016-09-30 Ferruh Yigitnet/pcap: fix missing Tx interface assignment
2016-09-30 Ferruh Yigitnet/pcap: simplify function
2016-09-30 Ferruh Yigitnet/pcap: remove redundant assignment
2016-09-30 Ferruh Yigitnet/pcap: remove unnecessary check
2016-09-30 Ferruh Yigitnet/pcap: update single interface handling
2016-09-30 Ferruh Yigitnet/pcap: reorder functions
2016-09-30 Ferruh Yigitnet/pcap: reorder includes
2016-09-30 Ferruh Yigitnet/pcap: make const array static
2016-09-30 Ferruh Yigitnet/pcap: group stats related fields into a struct
2016-09-30 Ferruh Yigitnet/pcap: use single interface flag instead of hardcoding
2016-09-30 Ferruh Yigitnet/pcap: remove duplicated max queue number check
2016-09-30 Ferruh Yigitnet/pcap: move comment
2016-09-30 Ferruh Yigitnet/pcap: do not carry kvlist argument
2016-09-30 Ferruh Yigitnet/pcap: do not carry numa node argument
2016-09-30 Ferruh Yigitnet/pcap: update function to allow reuse
2016-09-30 Ferruh Yigitnet/pcap: check max queue number
2016-09-30 Ferruh Yigitnet/pcap: reorganize private structs
2016-09-30 Ferruh Yigitnet/pcap: use macros for parameter string
2016-09-30 Ferruh Yigitnet/pcap: convert config option to a macro
2016-09-30 Ali Volkan... net/e1000: fix returned number of available Rx descriptors
2016-09-30 Nélio Laranjeironet/mlx5: fix inline logic
2016-09-30 Nélio Laranjeironet/mlx5: re-factorize functions
2016-09-30 Nélio Laranjeironet/mlx5: force inline for completion function
2016-09-30 Yaacov Hazannet/mlx5: fix flow director drop mode
2016-09-30 Yaacov Hazannet/mlx5: refactor allocation of flow director queues
2016-09-30 Raslan Darawshehnet/mlx5: fix removing VLAN filter
2016-09-30 Adrien Mazarguilnet/mlx5: fix Rx VLAN offload capability report
2016-09-30 Yaacov Hazannet/mlx5: fix inconsistent return value in flow director
2016-09-30 Rami Rosendoc: fix typo in VF guide
2016-09-30 Sagi Grimbergnet/mlx5: fix possible NULL dereference in Rx path
2016-09-30 Jeff Guonet/i40e: add packet type translation for X722
2016-09-30 Jeff Guonet/i40e: add new packet types for device X722
2016-09-30 Yong Wangnet/vmxnet3: enable LRO
2016-09-30 Yong Wangnet/vmxnet3: update NIC documentation
2016-09-30 Yong Wangnet/vmxnet3: update feature doc
2016-09-30 Yong Wangnet/vmxnet3: reallocate shared memzone on re-config
2016-09-30 Yong Wangnet/vmxnet3: coding style changes
2016-09-30 Yong Wangnet/vmxnet3: improve error checks and return values
next