Linux Foundation Collaborative Projects
index
:
vpp
master
stable/1606
stable/1609
stable/1701
stable/1704
stable/1707
stable/1710
stable/1801
stable/1804
stable/1807
stable/1810
stable/1901
stable/1904
stable/1908
stable/2001
stable/2005
stable/2009
stable/2101
stable/2106
stable/2110
stable/2202
stable/2206
stable/2210
stable/2302
stable/2306
stable/2310
stable/2402
stable/2406
stable/2410
stable/test
Vector Packet Processing
Grokmirror user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-15
acl-plugin: store sessions in a single hash table instead of a per-interface
Andrew Yourtchenko
4
-22
/
+39
2017-06-14
acl-plugin: shrink the L2 classifier tables used for traffic redirect
Andrew Yourtchenko
1
-17
/
+17
2017-06-13
SNAT: fix 1:1 NAT without port hairpinning TCP checksum update
Matus Fabian
1
-0
/
+10
2017-06-13
memif: fix crash during interface delete
Damjan Marion
1
-0
/
+4
2017-06-12
memif: complete refactor of socket handling code
Damjan Marion
11
-1146
/
+1796
2017-06-12
NAT64: bug fix
Matus Fabian
1
-1
/
+20
2017-06-12
Remove calls to crc_u32 and add clib_crc32c for armv8+crc
Christophe Fontaine
1
-3
/
+10
2017-06-12
NAT64: coverity fix
Matus Fabian
1
-2
/
+14
2017-06-09
acl-plugin: wrap a verbose debug message in the appropriate conditional
Andrew Yourtchenko
1
-0
/
+2
2017-06-09
dpdk: fix ipsec coverity warning
Sergio Gonzalez Monroy
1
-2
/
+2
2017-06-09
NAT64: ICMP error support
Matus Fabian
5
-15
/
+202
2017-06-08
acl-plugin: remove clib_warnings on plugin init
Andrew Yourtchenko
1
-3
/
+0
2017-06-08
NAT64: Add NAT64 support for snat plugin (VPP-699)
Matus Fabian
12
-11
/
+3676
2017-06-07
acl-plugin: add a plugin-specific control-ping message api and make the test ...
Andrew Yourtchenko
4
-1
/
+75
2017-06-07
acl-plugin: make the ACL plugin multicore-capable
Andrew Yourtchenko
5
-207
/
+912
2017-06-07
acl-plugin: fix coverity error in acl_test.c
Andrew Yourtchenko
1
-2
/
+2
2017-06-07
dpdk: ipsec fixes
Sergio Gonzalez Monroy
2
-43
/
+43
2017-06-07
dpdk: fix ipsec coverity warnings
Sergio Gonzalez Monroy
1
-2
/
+3
2017-06-07
Add support for memif API to VAT.
Milan Lenco
2
-0
/
+364
2017-06-06
Rework vxlan-gpe to support FIB 2.0 and bypass mode
Hongjun Ni
1
-1
/
+1
2017-06-05
SNAT: fix ICMP hairpinning
Matus Fabian
1
-1
/
+67
2017-06-05
More GCC-7 errors
Marco Varlese
1
-0
/
+2
2017-06-02
memif: fix coverity warnings
Steven
1
-0
/
+2
2017-06-02
Add l3 routing for GTP-U decap
Hongjun Ni
10
-14
/
+25
2017-05-31
memif: multi-queues support
Steven
7
-73
/
+167
2017-05-30
Flowprobe: Stateful flows and IPv6, L4 recording
Ole Troan
18
-1915
/
+2420
2017-05-29
memif: master instance crashes when typing quit on slave
Steven
1
-15
/
+29
2017-05-24
SNAT: fix IPFIX data src and dst port
Matus Fabian
1
-2
/
+2
2017-05-24
IPv6 Performance bugs
Neale Ranns
2
-2
/
+1
2017-05-23
Added support for Virtio-user interfaces by means of a new VNET_DPDK_PORT_TYPE.
Mohammed Hawari
3
-1
/
+16
2017-05-22
dpdk: make dpdk global debug level configurable
Damjan Marion
3
-33
/
+30
2017-05-22
Fix GTP-U Coverity issues
Hongjun Ni
1
-24
/
+15
2017-05-18
acl-plugin: reject the too-short variable-length messages from clients (VPP-839)
Andrew Yourtchenko
1
-3
/
+42
2017-05-17
ioam: configuration for SRv6 localsid (VPP-693)
shwethab
4
-23
/
+54
2017-05-17
dpdk: Do not check and set rte_mbuf refcnt if dpdk ver >= 17.05
Damjan Marion
1
-0
/
+4
2017-05-16
Unneeded linking
Marco Varlese
1
-0
/
+4
2017-05-16
Fix regression of setting device to admin-down state
John Lo
1
-5
/
+4
2017-05-15
acl-plugin: unapply the ACLs if interface is being deleted
Andrew Yourtchenko
1
-0
/
+4
2017-05-15
dpdk: Enable hardware CRC strip for Intel VFs
Damjan Marion
1
-0
/
+5
2017-05-15
Add GTP-U plugin. VPP-694
Hongjun Ni
12
-0
/
+4248
2017-05-15
memif: migrate memif to use vnet device infra APIs
Steven
2
-22
/
+40
2017-05-15
dpdk: improve error handling during device initialization
Damjan Marion
6
-79
/
+98
2017-05-15
Add a missing byte-swap call in ACL intf dump.
Jon Loeliger
1
-1
/
+1
2017-05-15
[plugins/dpdk] Support for CLIB_HAVE_64 (aarch64)
Christophe Fontaine
1
-0
/
+13
2017-05-11
dpdk: bump to dpdk 17.05
Damjan Marion
4
-22
/
+16
2017-05-10
completelly deprecate os_get_cpu_number, replace new occurences
Damjan Marion
4
-22
/
+22
2017-05-10
Add crc32c inline function, allows compilation on 32-bit systems
Damjan Marion
2
-8
/
+3
2017-05-10
dpdk: refactor interface speed detection
Damjan Marion
3
-98
/
+42
2017-05-10
SNAT: move API code to separate file
Matus Fabian
4
-1256
/
+1312
2017-05-09
dpdk: refactor setup, start, stop code
Damjan Marion
5
-87
/
+167
[next]