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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-03
tcp: handle disconnects in rcv-process
v19.04.2-rc0
Florin Coras
1
-0
/
+1
2019-05-31
VPP-1692: move NULL pointer check
v19.04.1
Dave Barach
1
-5
/
+5
2019-05-25
tcp: handle fin+rst in same frame
Florin Coras
1
-1
/
+8
2019-05-23
tap: crash in multi-thread environment
Steven Luong
3
-5
/
+4
2019-05-23
Tap: Fix the indirect buffers allocation VPP-1660
Mohsin Kazmi
4
-48
/
+61
2019-05-17
ipsec-mb: fix the "make test" on non-AESNI platforms
Andrew Yourtchenko
1
-0
/
+3
2019-05-17
dpdk-ipsec: fix encrypt/decrypt single queue
Sergio Gonzalez Monroy
6
-39
/
+58
2019-05-13
plugins: clean up plugin descriptions
Dave Wallace
36
-35
/
+36
2019-05-09
session: fix segment size rounding and size init
Florin Coras
2
-2
/
+4
2019-05-03
mp_safe SW_INTERFACE_DUMP, SW_INTERFACE_DETAILS, SW_INTERFACE_TAG_ADD_DEL,
Steven Luong
4
-0
/
+11
2019-05-01
Clean up multi-thread barrier-sync hold-down timer
Dave Barach
2
-13
/
+57
2019-04-29
stats: Add version defines in stat_client.h
Ole Troan
1
-0
/
+3
2019-04-26
tap: Fix the indirect buffer allocation VPP-1660
Mohsin Kazmi
1
-1
/
+1
2019-04-24
IPSEC; dpdk backend for tunnel interface encryption (VPP-1662)
v19.04.1-rc0
Neale Ranns
10
-61
/
+169
2019-04-22
vlib epoll: handle file removal on EPOLLIN VPP-1656
Florin Coras
1
-0
/
+2
2019-04-19
DOCS-ONLY: Fix broken doxygen tag in BVI
Dave Wallace
1
-1
/
+1
2019-04-19
IPSEC: IPv6 ESP transport mode incorrect packet length and checksum (VPP-1654)
Neale Ranns
1
-7
/
+14
2019-04-19
IPSEC: ESP IPv6 transport mode payload length incorrect (VPP-1653)
Neale Ranns
1
-1
/
+3
2019-04-18
vlib epoll: protect against clib file pool expansion
Florin Coras
1
-1
/
+3
2019-04-18
Fix memory corruption faulting [VPP-1639]
Artem Belov
1
-3
/
+3
2019-04-18
FIB: recursion casues path realloc
Neale Ranns
1
-1
/
+12
2019-04-18
IPSEC: tunnel rekey fix and test (VPP-1652)
Neale Ranns
1
-21
/
+24
2019-04-18
crypto-ipsecmb: enable GCM
Neale Ranns
1
-24
/
+220
2019-04-18
Use template-specific key compare fn when deleting records
Dave Barach
1
-2
/
+2
2019-04-17
Doxygen cleanup.
Dave Wallace
5
-5
/
+5
2019-04-17
Revert "Revert "bond: problem switching from l2 to l3"" [VPP-1651]
v19.04-rc2
Steven Luong
1
-0
/
+11
2019-04-17
ADJ: crash in format/show (VPP-1648)
Neale Ranns
1
-1
/
+1
2019-04-17
IPSEC: support GCM in ESP
Neale Ranns
14
-15
/
+133
2019-04-16
crypto: add more AES-GCM test cases
Filip Tehlar
2
-3
/
+313
2019-04-16
IPSEC: ESP with ESN tests and fixes
Neale Ranns
2
-4
/
+4
2019-04-16
crypto: openssl - IV len not passed by caller. Callee knows from algo type
Neale Ranns
1
-2
/
+2
2019-04-16
tap: fix the crash [VPP-1645]
Mohsin Kazmi
1
-0
/
+3
2019-04-16
crypto-openssl-gcm: account for failed decrypts
Neale Ranns
1
-3
/
+6
2019-04-15
IPSEC: crypto overflow
Neale Ranns
1
-1
/
+1
2019-04-15
LB crash when receving packets with right dst IP and wrong dst port VPP-1643
Hongjun Ni
1
-0
/
+7
2019-04-15
crypto: fix coverity warnings
Filip Tehlar
2
-2
/
+7
2019-04-14
session: drop lock on segment allocation error VPP-1644
Florin Coras
1
-12
/
+9
2019-04-14
IPSEC-MB: Use random & non-repeating IV (VPP-1642)
Neale Ranns
5
-21
/
+63
2019-04-12
stats: Off by one error in stats directory vector.
Ole Troan
1
-1
/
+1
2019-04-10
crypto: Intel IPSEC-MB engine
Neale Ranns
4
-2
/
+429
2019-04-10
ethernet: fix packet tracing
Benoît Ganne
1
-1
/
+1
2019-04-10
IPSEC: for each engine and algorithm tests
Neale Ranns
1
-1
/
+1
2019-04-10
session: binary api app names as vectors
Florin Coras
1
-2
/
+2
2019-04-10
API: Fix shared memory only action handlers.
Ole Troan
16
-408
/
+191
2019-04-10
quic: add dummy accepted cb
Florin Coras
2
-2
/
+9
2019-04-10
IPSEC: remove double byte swap of IP addresses
Neale Ranns
1
-18
/
+10
2019-04-10
Make tcp/udp/icmp compute checksum safer for buffer-chain case
John Lo
2
-2
/
+2
2019-04-09
rdma: add multiqueue support
Benoît Ganne
4
-76
/
+170
2019-04-09
session: fix session flags
Florin Coras
2
-5
/
+2
2019-04-09
nat: initialize fq_in2out_output_index
Matthew Smith
1
-0
/
+1
[next]