net/ixgbe: fix missed packet types on Rx
[dpdk.git] / examples /
2016-06-29 Thomas Monjalonmk: fix internal dependencies
2016-06-22 Yuanhan Liuexamples/vhost: add client option
2016-06-22 Yuanhan Liuvhost: add vhost-user client mode
2016-06-22 Yuanhan Liuvhost: export device id as the interface to applications
2016-06-22 Yuanhan Liuvhost: remove dependency on device private field
2016-06-22 Yuanhan Liuvhost: export queue free entries
2016-06-22 Yuanhan Liuvhost: rename device id variable
2016-06-22 Yuanhan Liuexamples/vhost: make a copy of virtio device id
2016-06-22 Yuanhan Liuvhost: declare device id as int
2016-06-22 Yuanhan Liuvhost: set/reset device flags internally
2016-06-22 Yuanhan Liuexamples/vhost: fix corrupted vdev tailq list
2016-06-21 WeiJie Zhuangexamples/ip_pipeline: support KNI
2016-06-21 Remy Hortonexamples/l2fwd-keepalive: fix memory leak
2016-06-21 Sergio Gonzalez... examples/ipsec-secgw: support transport mode
2016-06-21 Sergio Gonzalez... examples/ipsec-secgw: support IPv6
2016-06-21 Sergio Gonzalez... examples/ipsec-secgw: rename SP config
2016-06-21 Sergio Gonzalez... examples/ipsec-secgw: fix no SA found case
2016-06-21 Sergio Gonzalez... examples/ipsec-secgw: rework processing loop
2016-06-21 Sergio Gonzalez... examples/ipsec-secgw: add debug build option
2016-06-21 Sergio Gonzalez... examples/ipsec-secgw: fix stack smashing
2016-06-21 Sergio Gonzalez... examples/ipsec-secgw: fix esp padding check
2016-06-20 Pablo de Laracrypto/kasumi: add driver for KASUMI library
2016-06-17 Thomas Monjaloneal: fix thread naming on FreeBSD
2016-06-16 Remy Hortonexamples/l2fwd-keepalive: add IPC liveness reporting
2016-06-16 Remy Hortonkeepalive: add liveness callback
2016-06-15 Olivier Matzexamples: fix duplicated lpm6 name
2016-06-14 Guruprasad Mukundaraoexamples/ip_pipeline: add core mappings script
2016-06-14 Jasvinder Singhexamples/ip_pipeline: fix false cacheline sharing among...
2016-06-14 Marcin Kerlinexamples/ip_pipeline: fix null pointer dereference
2016-06-08 Piotr Azarewiczexamples/quota_watermark: fix memory overflow
2016-06-08 Tomasz Kulasekexamples/performance-thread: fix size of destination...
2016-06-08 Tomasz Kulasekexamples/performance-thread: fix destination port
2016-06-08 Jan Viktorinexamples/l3fwd: report error when no vector engine...
2016-06-08 Rami Rosenexamples/l2fwd-jobstats: fix a typo
2016-06-08 Jerin Jacobexamples/l2fwd: increase mempool cache size for performance
2016-06-08 Jerin Jacobexamples/l2fwd: remove hardcoded cycles per second
2016-06-08 Jasvinder Singhexamples/ip_pipeline: add sample configs for various...
2016-06-08 Jasvinder Singhexamples/ip_pipeline: update routes when ports state...
2016-06-08 Jasvinder Singhexamples/ip_pipeline: assign MAC address to routing...
2016-06-08 Jasvinder Singhexamples/ip_pipeline: link routing output ports to...
2016-06-08 Jasvinder Singhexamples/ip_pipeline: increase constants
2016-06-08 Jasvinder Singhexamples/ip_pipeline: support RSS
2016-06-08 Jasvinder Singhexamples/ip_pipeline: clean up configuration parser
2016-06-08 Piotr Azarewiczexamples/ip_pipeline: update edge router use case
2016-06-08 Piotr Azarewiczexamples/ip_pipeline: rework routing CLI
2016-06-08 Piotr Azarewiczexamples/ip_pipeline: rework flow action CLI
2016-06-08 Tomasz Kulasekexamples/ip_pipeline: rework flow classification CLI
2016-06-08 Daniel Mrzyglodexamples/ip_pipeline: rework firewall CLI
2016-06-08 Tomasz Kulasekexamples/ip_pipeline: rework common CLI
2016-06-08 Piotr Azarewiczexamples/ip_pipeline: add string parsing helpers
2016-06-07 Fan Zhangexamples/ip_pipeline: fix null packet in source port
2016-06-07 Pablo de Laraexamples/l2fwd-crypto: fix supported key size check
2016-06-07 Fan Zhangexamples/l2fwd-crypto: enable AES-XCBC-MAC authenticati...
2016-06-07 Fan Zhangexamples/l2fwd-crypto: enable AES-CTR cipher algorithm
2016-05-24 Mauricio Vasquez Bethdev: use dedicated macro to check port id
2016-05-24 Olivier Matzmbuf: add prefetch helpers
2016-05-16 Mauricio Vasquez Bexamples: remove useless check of port count
2016-05-16 Daniel Mrzyglodexamples/ip_pipeline: fix initialization of firewall...
2016-05-16 Marcin Kerlinexamples/ip_pipeline: fix options array overflow
2016-05-16 Marcin Kerlinexamples/distributor: check mempool error
2016-05-16 Michal Kobylinskiexamples/netmap_compat: fix infinite loop
2016-05-16 Slawomir Mrozowiczexamples/qos_meter: check flow configuration error
2016-05-16 Slawomir Mrozowiczexamples/qos_sched: fix lcore limit
2016-05-16 Slawomir Mrozowiczexamples/qos_sched: fix error message
2016-05-16 Slawomir Mrozowiczexamples/qos_sched: fix negative loop bound in option...
2016-05-16 Slawomir Mrozowiczexamples/qos_sched: fix out-of-bounds option parsing
2016-05-16 Daniel Mrzyglodexamples/kni: print release error
2016-05-16 Daniel Mrzyglodexamples/vm_power_manager: ensure domain name is null...
2016-05-10 Yuanhan Liuexamples/vhost: embed statistics into device structure
2016-05-10 Yuanhan Liuexamples/vhost: clean switch worker
2016-05-10 Yuanhan Liuexamples/vhost: fix mbuf allocation failure
2016-05-10 Yuanhan Liuexamples/vhost: handle broadcast packet
2016-05-10 Yuanhan Liuexamples/vhost: use MAC compare helper
2016-05-10 Yuanhan Liuexamples/vhost: use tailq to link vhost devices
2016-05-10 Yuanhan Liuexamples/vhost: remove unused macro and struct
2016-05-10 Yuanhan Liuexamples/vhost: remove the non-working zero copy code
2016-05-02 Thomas Monjaloneal: add assert macro for debug
2016-05-02 Thomas Monjalonexamples: remove useless debug flags
2016-04-27 Tomasz Kulasekexamples/performance-thread: fix crash with gcc 5
2016-04-27 Daniel Mrzyglodexamples/exception_path: fix shift operation in lcore...
2016-04-20 Thomas Monjalonhash: remove aliases for bulk lookup
2016-04-20 Thomas Monjalonethdev: remove deprecated statistics
2016-04-20 Thomas Monjalonport: bump ABI for pcap file support
2016-04-11 Marvin Liuexamples/vm_power_manager: fix libvirt dependency check
2016-04-10 Pablo de Laraexamples/vhost_xen: fix 32-bit build
2016-04-08 Pablo de Laraexamples/performance-thread: restrict to x86_64
2016-04-08 Pablo de Laraexamples/ipsec-secgw: fix anonymous union initialization
2016-04-08 Jasvinder Singhexamples/ip_pipeline: fix 32-bit build
2016-04-08 Marcin Kerlinexamples/ip_pipeline: fix size of allocated memory
2016-04-07 Tomasz Kulasekexamples: fix draining all queues in l3fwd derivatives
2016-04-07 Pablo de Laraexamples/l2fwd-crypto: fix string overflow
2016-04-06 Tomasz Kulasekexamples/l3fwd: fix crash with gcc 5
2016-04-04 Daniel Mrzyglodexamples: fix build with icc 15.0.1
2016-04-04 Daniel Mrzyglodexamples/l2fwd-crypto: fix build with icc
2016-04-01 Fan Zhangexamples/ip_pipeline: fix pcap file parsing
2016-04-01 Marc Suneethdev: redesign link speed config
2016-04-01 Thomas Monjalonethdev: use constants for link state
2016-03-31 Fan Zhangexamples/ip_pipeline: fix flow classification
2016-03-31 Thomas Monjalonexamples/ip_pipeline: fix SSE4.2 optimization branch
2016-03-31 Konstantin Ananyevexamples/l3fwd: fix size of destination port ids
next