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
2018-03-07
tls: enforce certificate verification
Florin Coras
10
-124
/
+212
2018-03-06
API: Add service definitions for events and singleton messages (second attempt)
Marek Gradzki
4
-60
/
+24
2018-03-05
Revert "API: Add service definitions for events and singleton messages."
Ole Trøan
4
-24
/
+60
2018-03-05
SCTP: API to configure some tunables
Marco Varlese
6
-78
/
+129
2018-03-05
IP6 link-local table
Neale Ranns
22
-220
/
+1068
2018-03-05
API: Add service definitions for events and singleton messages.
Ole Troan
4
-60
/
+24
2018-03-05
SCTP: retransmission in INIT/SHUTDOWN phase
Marco Varlese
4
-24
/
+124
2018-03-05
tls: add stop listen handler
Florin Coras
2
-9
/
+42
2018-03-03
netlink: Use nl_pid 0 to play nice with others.
Jon Loeliger
1
-1
/
+1
2018-03-02
tls: clib_mem_alloc context to avoid dangling references
Florin Coras
1
-30
/
+32
2018-03-02
session: first approximation implementation of tls
Florin Coras
24
-163
/
+1737
2018-03-02
tapv2: CLI and binary API fixes
Steven
2
-3
/
+3
2018-03-01
SCTP: API to delete a sub-connection
Marco Varlese
4
-2
/
+106
2018-03-01
6RD: Rewritten 6RD RFC5969 support.
Ole Troan
9
-9
/
+17
2018-03-01
Fix ERSPAN encap to set EN bits in the header and add test case
John Lo
2
-9
/
+12
2018-03-01
SCTP: API to add a sub-connection
Marco Varlese
7
-38
/
+243
2018-03-01
session: zero out ips in local endpoint lookup only if local
Florin Coras
3
-29
/
+75
2018-02-28
tapv2: abort in tap_create_if (VPP-1179)
Steven
1
-0
/
+1
2018-02-28
at af_packet input, drop partial packets to prevent l4 checksum deadloop at o...
Chaoyu Jin
1
-4
/
+17
2018-02-28
SCTP: handle COOKIE while in SHUTDOWN phase
Marco Varlese
3
-20
/
+40
2018-02-27
vnet/interface: vnet_(put|get)frame_to_sw_interface is not worker thread aware
Steven
1
-2
/
+2
2018-02-27
sctp: sctp_output.c failed to compile when VLIB_BUFFER_TRACE_TRAJECTORY is en...
Steven
1
-1
/
+1
2018-02-27
SRv6: API uses table-IDs not FIB indicies
Neale Ranns
1
-3
/
+3
2018-02-26
Added u8x16,u32x4,u64x2 variants of _zero_byte_mask(x) for ARM/NEON platform....
Adrian Oanca
1
-8
/
+4
2018-02-26
SCTP: Handle a COOKIE ECHO/ACK when a TCB Exists
Marco Varlese
4
-17
/
+146
2018-02-26
SCTP: handle INIT corner-case handling
Marco Varlese
4
-5
/
+215
2018-02-26
Fix current data offset to use vlib_buffer_get_current in input/output ACL
Steve Shin
1
-5
/
+5
2018-02-26
IPv6 MLD; pointer address used as hash key
Neale Ranns
1
-3
/
+3
2018-02-26
vnet: add 25G interface speed flag
Damjan Marion
1
-2
/
+4
2018-02-26
vnet: add vnet_device_input_have_features function
Damjan Marion
1
-0
/
+7
2018-02-25
SCTP: fix connection memory corruption
Marco Varlese
4
-14
/
+23
2018-02-23
VXLAN: Instance numbers now properly freed upon delete.
Jon Loeliger
1
-1
/
+1
2018-02-23
Convert a pcap file to a set of C initializers
Dave Barach
2
-1
/
+140
2018-02-22
bihash table size perf/scale improvements
Dave Barach
1
-3
/
+11
2018-02-21
SCTP: minor refactor
Marco Varlese
5
-31
/
+50
2018-02-21
Adj Delegates; don't store raw pointers
Neale Ranns
4
-43
/
+37
2018-02-20
Fix reset the vlan flags when main interface is deleted.
Steve Shin
1
-0
/
+2
2018-02-20
SCTP: congestion control
Marco Varlese
5
-184
/
+251
2018-02-20
vppinfra: CLIB_HAVE_VEC128 mandates SSE4.2
Damjan Marion
2
-1
/
+3
2018-02-19
Use neutral vector code for ethernet_frame_is_tagged
Damjan Marion
2
-41
/
+43
2018-02-19
virtio: add missing tx lock when running multithreaded
Damjan Marion
3
-0
/
+10
2018-02-19
Adjacency Delegate updates
Neale Ranns
7
-157
/
+287
2018-02-17
SCTP: 'multi-home' support
Marco Varlese
6
-186
/
+218
2018-02-16
Adj: VFTs for adjacency sub-blocks
Ole Troan
5
-29
/
+69
2018-02-16
Allow providers to override glean behaviour
Neale Ranns
9
-77
/
+110
2018-02-16
Minor VXLAN/GRE Tunnel Encap Optimization and Cleanup
John Lo
4
-37
/
+53
2018-02-15
session: fix fifo allocation for empty connect seg-managers
Florin Coras
1
-1
/
+0
2018-02-15
Revert "Allow interface types to override glean adjacency behaivour"
Ole Trøan
9
-95
/
+76
2018-02-15
Revert "Adj: VFTs for adjacency sub-blocks"
Ole Trøan
5
-74
/
+29
2018-02-15
Adj: VFTs for adjacency sub-blocks
Ole Troan
5
-29
/
+74
[next]