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
/
vnet
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-20
interface: fix the incorrect sizes/offsets in the tso segmentation
Andrew Yourtchenko
1
-2
/
+2
2019-06-20
quic: remove session flags identifying Q/S sessions
Nathan Skrzypczak
3
-4
/
+7
2019-06-20
api: fix return code in vxlan_gbp_tunnel_add_del
Paul Vinciguerra
1
-1
/
+1
2019-06-20
tap: fix the total length of packet for stats byte
Mohsin Kazmi
1
-3
/
+3
2019-06-20
tap: add support to configure tap interface host MTU size
Mohsin Kazmi
8
-2
/
+78
2019-06-19
l2: BD ARP termination entry API update
Neale Ranns
2
-22
/
+39
2019-06-19
api: fix typos in api error descriptions
Paul Vinciguerra
1
-7
/
+7
2019-06-19
ipsec: fix l2 header handling in ah encrypt
Klement Sekera
1
-6
/
+6
2019-06-19
interface: Fix the tso segmentation
Mohsin Kazmi
1
-10
/
+9
2019-06-19
mpls: fix header offset overflow
BenoƮt Ganne
1
-3
/
+6
2019-06-19
session: call session_dequeue_notify after svm_fifo_dequeue_drop
Vladimir Kropylev
1
-1
/
+4
2019-06-18
tcp: allow custom output next node
Florin Coras
2
-0
/
+4
2019-06-18
ipsec: ipsec-tun protect
Neale Ranns
35
-1779
/
+1584
2019-06-18
fib: fib api updates
Neale Ranns
44
-2067
/
+2080
2019-06-18
api: string type to convert to vector
Ole Troan
1
-0
/
+1
2019-06-18
ip: reassembly-separate feature and custom code
Klement Sekera
3
-64
/
+67
2019-06-17
ip: consolidate IPv6 link-local-address functions.
Jon Loeliger
2
-18
/
+1
2019-06-17
ipsec: One DPO per SA
Neale Ranns
5
-24
/
+16
2019-06-17
ipsec: return original SA create error for tunnel create
Neale Ranns
1
-2
/
+2
2019-06-17
session: use listener_handle instead of listener_index
Nathan Skrzypczak
10
-14
/
+19
2019-06-14
ipsec: Display user specified SPI ID not VPP's index
Neale Ranns
1
-1
/
+3
2019-06-14
ipsec: Correctly rewind the buffer to the IP header when punting UDP encapped...
Neale Ranns
1
-3
/
+5
2019-06-14
interface: interface dump API check validity of sw_if_index
Neale Ranns
1
-1
/
+1
2019-06-13
ipsec: remove spurious warnings
Neale Ranns
3
-7
/
+0
2019-06-13
tcp: fix tcp_do_fastretransmits failure.
Guoao Sun
1
-0
/
+2
2019-06-05
ipsec: ah_decrypt rework
Filip Tehlar
1
-167
/
+283
2019-06-12
session: use session handles as app listener handles
Florin Coras
5
-63
/
+51
2019-06-12
tcp: better estimate snd space for rxt with no sacks
Florin Coras
2
-4
/
+2
2019-06-11
ip: punt coverity fix of CLI input
Neale Ranns
1
-1
/
+4
2019-06-11
tcp: allow registration of new cc algo types
Florin Coras
2
-5
/
+23
2019-06-09
svm: improve fifo segment show
Florin Coras
1
-18
/
+5
2019-06-08
tcp: send challenge ack for in wnd syn
Florin Coras
1
-1
/
+2
2019-06-08
tcp: close connection if not recovered after max tries
Florin Coras
2
-0
/
+14
2019-06-07
tcp: add cc cleanup function
Florin Coras
2
-25
/
+34
2019-06-07
tcp: log connect notify errors
Florin Coras
1
-1
/
+2
2019-06-07
ipsec: export ipsec_punt.h
Neale Ranns
1
-0
/
+1
2019-06-07
ip: ip4 lookup performance bump with the usual receipe
Neale Ranns
1
-435
/
+378
2019-06-07
ipsec: remove the set_key API
Neale Ranns
9
-395
/
+0
2019-06-07
gre: update gre.api with explicit types
Ole Troan
1
-6
/
+5
2019-06-07
p2p ethernet: update p2p_ethernet.api with explicit types.
Ole Troan
1
-5
/
+8
2019-06-07
bfd: midchain adjacency support
Matthew G Smith
1
-10
/
+51
2019-06-06
IP-Punt-redirect: allow the use of a FIB path to describe how to
Neale Ranns
9
-384
/
+433
2019-06-06
DVR: Control the reinject as L2 or L3 based on the output interface type
Neale Ranns
3
-11
/
+84
2019-06-06
reassembly: support more custom options for apps
Klement Sekera
3
-49
/
+146
2019-06-05
ipsec: fix combined counters in ah-encrypt node
Filip Tehlar
1
-3
/
+5
2019-06-05
ipsec: fix sa counters in esp-encrypt
Damjan Marion
1
-4
/
+7
2019-06-05
ipsec: fix sa counters in esp-decrypt
Damjan Marion
1
-6
/
+7
2019-06-05
In ip6_mfib_forward_rpf_node,is_v4 should be 0.
mu.duojiao
1
-1
/
+1
2019-06-05
L3 cross connect
Neale Ranns
1
-4
/
+8
2019-06-05
IPSEC: some CLI fixes
Neale Ranns
5
-10
/
+16
[prev]
[next]