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
/
vnet
Age
Commit message (
Expand
)
Author
Files
Lines
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-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
3
-0
/
+9
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
8
-57
/
+94
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
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-17
Doxygen cleanup.
Dave Wallace
2
-2
/
+2
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
13
-13
/
+127
2019-04-16
IPSEC: ESP with ESN tests and fixes
Neale Ranns
2
-4
/
+4
2019-04-16
tap: fix the crash [VPP-1645]
Mohsin Kazmi
1
-0
/
+3
2019-04-15
IPSEC: crypto overflow
Neale Ranns
1
-1
/
+1
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
3
-7
/
+6
2019-04-10
crypto: Intel IPSEC-MB engine
Neale Ranns
2
-2
/
+13
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
6
-195
/
+86
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
session: fix session flags
Florin Coras
2
-5
/
+2
2019-04-08
fixing typos
Jim Thompson
32
-45
/
+45
2019-04-08
virtio: Fix the coverity warnings
Mohsin Kazmi
1
-6
/
+11
2019-04-08
IPSEC TEST: various hash alogrithms
Neale Ranns
1
-1
/
+1
2019-04-08
host stack: update stale copyright
Florin Coras
28
-28
/
+28
2019-04-08
minor spelling errors (both in comments)
Jim Thompson
2
-2
/
+2
2019-04-07
crypto: add support for AEAD and AES-GCM
Damjan Marion
12
-150
/
+272
2019-04-07
http_server: add timer wheel for session cleanup
Florin Coras
1
-29
/
+141
2019-04-07
crypto: coverity issues
Damjan Marion
1
-1
/
+1
2019-04-06
Pipe: fix double count on TX (TX counting is done in interface-output)
Neale Ranns
1
-11
/
+1
2019-04-05
session: fix app name formatting
Florin Coras
1
-2
/
+2
2019-04-05
fix pcap_trace cli output issue
Jack Xu
1
-2
/
+4
2019-04-05
IPSEC: punt reasons; SPI=0, no-tunnel
Neale Ranns
5
-13
/
+155
2019-04-05
tcp: do not delete session on establish pop
Florin Coras
5
-31
/
+59
2019-04-04
session: fix http server rpc to main
Florin Coras
1
-8
/
+9
2019-04-04
tcp: properly validate acks between snd_nxt and una_max
Florin Coras
1
-2
/
+4
2019-04-04
ipsec: trunc_size -> icv_size
Damjan Marion
9
-15
/
+15
2019-04-04
crypto: pass multiple ops to handler
Damjan Marion
1
-6
/
+41
2019-04-04
tcp: shorten wait in fin-wait-1 with fin rcvd
Florin Coras
3
-9
/
+18
2019-04-03
lacp: passive mode support [VPP-1551]
Steven Luong
1
-1
/
+28
2019-04-03
IPSEC: correctly size per-thread data
Neale Ranns
1
-1
/
+1
[next]