dpdk.git
2017-01-17 Andrew Rybchenkonet/sfc/base: import SFN7xxx family support
2017-01-17 Andrew Rybchenkonet/sfc/base: import 5xxx/6xxx family support
2017-01-17 Andrew Rybchenkonet/sfc/base: import MCDI proxy authorization
2017-01-17 Andrew Rybchenkonet/sfc/base: import MCDI logging
2017-01-17 Andrew Rybchenkonet/sfc/base: import MCDI implementation
2017-01-17 Andrew Rybchenkonet/sfc/base: import MCDI definition
2017-01-17 Andrew Rybchenkonet/sfc/base: import filters support
2017-01-17 Andrew Rybchenkonet/sfc/base: import register definitions
2017-01-17 Andrew Rybchenkonet/sfc/base: import libefx base
2017-01-17 Andrew Rybchenkonet/sfc: libefx-based driver stub
2017-01-17 Jingjing Wunet/i40evf: fix casting between structs
2017-01-17 Wenzhuo Lunet/e1000/base: announce supported devices
2017-01-17 Qi Zhangnet/i40e: enable auto link update for 25G
2017-01-17 Jingjing Wunet/i40e: fix logging for Tx free threshold check
2017-01-17 Wenzhuo Lunet/e1000: enable new I219 devices
2017-01-17 Wenzhuo Lunet/e1000/base: update shared code version
2017-01-17 Wenzhuo Lunet/e1000/base: support more I219 devices
2017-01-17 Wenzhuo Lunet/e1000/base: disable force K1-off feature
2017-01-17 Wenzhuo Lunet/e1000/base: add workaround for possible stalled...
2017-01-17 Wenzhuo Lunet/e1000/base: enable new I219 devices
2017-01-17 Wenzhuo Lunet/e1000/base: add workaround for ULP entry flow
2017-01-17 Wenzhuo Lunet/e1000/base: increase LANPHYPC low duration
2017-01-17 Wenzhuo Lunet/e1000/base: clear ULP configuration register on...
2017-01-17 Wenzhuo Lunet/e1000/base: restore link speed after ULP exit
2017-01-17 Wenzhuo Lunet/e1000/base: define max Rx jumbo frame size
2017-01-17 Wenzhuo Lunet/e1000/base: expose I350 internal function
2017-01-17 Wenzhuo Lunet/e1000/base: get FW version for I354
2017-01-17 Wenzhuo Lunet/e1000/base: retry to get HW mailbox lock
2017-01-17 Wenzhuo Lunet/e1000/base: avoid packet loss for non-1G
2017-01-17 Wenzhuo Lunet/e1000/base: increase ULP timer
2017-01-17 David Marchandnet: align ethdev and eal driver names
2017-01-17 David Marchandnet: remove dead driver names
2017-01-17 Nélio Laranjeironet/mlx5: do not invalidate title CQE
2017-01-17 Nélio Laranjeironet/mlx5: fix endianness in Tx completion queue
2017-01-17 Nélio Laranjeironet/mlx5: fix leak when starvation occurs
2017-01-17 Remy Hortonnet/i40e: fix spelling
2017-01-17 Remy Hortonnet/i40e: fix xstats value mapping
2017-01-17 Thomas Monjalonnet/virtio: fix build without virtio-user
2017-01-17 Qiming Yangexamples/ethtool: display firmware version
2017-01-17 Qiming Yangnet/i40e: add firmware version get
2017-01-17 Qiming Yangnet/ixgbe: add firmware version get
2017-01-17 Qiming Yangnet/e1000: add firmware version get
2017-01-17 Qiming Yangethdev: add firmware version get
2017-01-17 Olivier Matznet/virtio: fix advertised Rx offload capabilities
2017-01-17 Tomasz Kulasekexamples/performance-thread: add packet type parsing
2017-01-17 Jasvinder Singhexamples/ip_pipeline: fix parsing of pass-through pipeline
2017-01-17 Sankar Chokkalingamexamples/ip_pipeline: fix coremask limitation
2017-01-17 Anand B Jyotiexamples/ip_pipeline: check VLAN and MPLS parameters
2017-01-17 Thomas Monjalonexamples/ip_pipeline: remove useless makefile line
2017-01-17 Olivier Matzexamples/l3fwd: rework long options parsing
2017-01-17 Olivier Matzexamples/l2fwd: rework long options parsing
2017-01-17 Yongseok Kohdoc: fix links to Linux in contribution guide
2017-01-17 Pablo de Laradoc: simplify l3fwd example guide
2017-01-17 Yong Wangdoc: fix a typo in prog guide
2017-01-17 Rami Rosendoc: fix a typo in proc_info guide
2017-01-17 Rami Rosendoc: fix a typo in testpmd guide
2017-01-17 Wenzhuo Luapp/testpmd: fix check for invalid ports
2017-01-17 Zhihong Wangeal: optimize aligned memcpy on x86
2017-01-17 Jianfeng Tanexamples/l3fwd-power: fix stop and close on signal
2017-01-17 Jianfeng Tanexamples/l3fwd-power: add --parse-ptype option
2017-01-17 Jianfeng Tannet/virtio: unmap queue/irq when closing
2017-01-17 Jianfeng Tannet/virtio: unbind interrupt/eventfd when stopping
2017-01-17 Jianfeng Tannet/virtio: setup Rx queue interrupts
2017-01-17 Jianfeng Tannet/virtio: add Rx interrupt enable/disable functions
2017-01-17 Jianfeng Tannet/virtio: add PCI operation for queue/irq binding
2017-01-17 Jianfeng Tannet/virtio: add Rx descriptor check
2017-01-17 Jianfeng Tannet/virtio: invoke method directly for setting IRQ...
2017-01-17 Jianfeng Tannet/virtio: fix rewriting LSC flag
2017-01-17 Jianfeng Tannet/virtio-user: enable multiqueue with kernel vhost
2017-01-17 Jianfeng Tannet/virtio-user: enable offloading
2017-01-17 Jianfeng Tannet/virtio-user: support kernel vhost
2017-01-17 Jianfeng Tannet/virtio-user: abstract backend operations
2017-01-17 Jianfeng Tannet/virtio-user: move vhost-user specific code
2017-01-17 Jianfeng Tannet/virtio-user: fix not properly reset device
2017-01-17 Jianfeng Tannet/virtio-user: fix wrongly get/set features
2017-01-17 Yuanhan Liunet/virtio: do not store PCI device pointer at shared...
2017-01-17 Yuanhan Liunet/virtio: access interrupt handler directly
2017-01-17 Yuanhan Liunet/virtio: fix multiple process support
2017-01-17 Yuanhan Liunet/virtio: store IO port info locally
2017-01-17 Yuanhan Liunet/virtio: store PCI operators pointer locally
2017-01-17 Yuanhan Liunet/virtio: fix wrong Rx/Tx method for secondary process
2017-01-17 Yuanhan Liuethdev: fix port data mismatched in multiple process...
2017-01-17 Jan Wickbomvhost: allow many vhost-user ports
2017-01-17 Maxime Coquelinvhost: introduce reply ack feature
2017-01-17 Yong Wangexamples/vhost: fix lcore initialization
2017-01-17 Yong Wangexamples/vhost: fix calculation of mbuf count
2017-01-17 Chas Williamsnet/vhost: emulate device start/stop behavior
2017-01-17 Chas Williamsnet/vhost: fix socket file deleted on stop
2017-01-17 Yong Wangvhost: fix memory leak
2017-01-17 Pierre Pfisternet/virtio: use any layout for version 1.0
2017-01-17 Haifeng Linvhost: fix guest/host physical address mapping
2017-01-15 Tomasz Kulasekmbuf: add a function to linearize a packet
2017-01-15 Tiwei Bieapp/testpmd: add MACsec commands
2017-01-15 Tiwei Bienet/ixgbe: add MACsec offload
2017-01-15 Tiwei Bieethdev: add MACsec capability flags
2017-01-15 Tiwei Bieethdev: add MACsec event type
2017-01-15 Tiwei Biembuf: add MACsec flag
2017-01-13 Bruce Richardsonkvargs: make pointers in string arrays const
2017-01-13 Jerin Jacobapp/testpmd: fix static build link ordering
2017-01-13 Bruce Richardsondevtools: skip capitalization check for commit prefixes
next