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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-27
make test: refactor vcl test cases
Dave Wallace
2
-89
/
+81
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
2
-8
/
+24
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
vlib: use vfio fd for accessing PCI config space
Damjan Marion
1
-32
/
+29
2018-02-26
Python: addressing PEP8 deprecation
Marco Varlese
1
-2
/
+2
2018-02-26
update BIER scapy patch to match the scapy repo PR
Neale Ranns
1
-4
/
+2
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
2
-2
/
+10
2018-02-26
vlib: add vlib_buffer_free_from_ring
Damjan Marion
1
-0
/
+26
2018-02-26
vnet: add vnet_device_input_have_features function
Damjan Marion
1
-0
/
+7
2018-02-26
vlib: fix formatting in pci_config.h
Damjan Marion
1
-103
/
+111
2018-02-25
Fix bug in dpdk_crypto_session_disposal()
Matthew Smith
1
-0
/
+2
2018-02-25
vapi: handle more magic
Klement Sekera
1
-3
/
+15
2018-02-25
SCTP: fix connection memory corruption
Marco Varlese
5
-16
/
+26
2018-02-24
dpdk: Add option to specify cache line size for dpdk build
Damjan Marion
1
-0
/
+2
2018-02-24
Fix crypto session deletion crash
Matthew Smith
1
-6
/
+9
2018-02-24
LDP: Refactor epoll_ctl wrapper.
Dave Wallace
5
-50
/
+350
2018-02-24
u8x16_compare_byte_mask - optimize to use 128bit registers as suggested by Ni...
Adrian Oanca
1
-24
/
+9
2018-02-23
VXLAN: Instance numbers now properly freed upon delete.
Jon Loeliger
1
-1
/
+1
2018-02-23
VCL/LDP: Suppress trace output unless debug is enabled.
Dave Wallace
2
-26
/
+32
2018-02-23
Convert a pcap file to a set of C initializers
Dave Barach
3
-2
/
+148
2018-02-23
DPDK: disabling DPAA since broken for 18.02
Marco Varlese
1
-0
/
+6
2018-02-23
Disable scatter-gather for ENA
Matthew Smith
1
-0
/
+1
2018-02-23
Add prefetch inlines, update bi-hash doc tags
Dave Barach
2
-12
/
+90
2018-02-22
VOM: vhost-use interfaces
Neale Ranns
8
-16
/
+332
2018-02-22
make test: tidy worker subprocess output
Klement Sekera
1
-1
/
+1
2018-02-22
bihash table size perf/scale improvements
Dave Barach
4
-44
/
+84
2018-02-22
make test: build test/ext when doing coverage
Klement Sekera
3
-9
/
+4
2018-02-22
VCL: Fix for vppcom_session_listen() q_len <= 0 crash
Keith Burns (alagalah)
1
-0
/
+3
2018-02-21
make test: Add VCL thru hoststack test case.
Dave Wallace
1
-8
/
+109
2018-02-21
vppinfra: change default cache line size 64 bytes
Damjan Marion
1
-10
/
+2
2018-02-21
vppinfra: remove vector_iwmmxt.h
Damjan Marion
3
-127
/
+0
2018-02-21
dpdk: fix building dpdk debug images with dpdk 18.02
Damjan Marion
1
-1
/
+1
2018-02-21
SCTP: minor refactor
Marco Varlese
5
-31
/
+50
2018-02-21
make test: disable broken kubeproxy tests
Klement Sekera
1
-2
/
+2
2018-02-21
vpp-csit-verify: use latest verified CSIT branch by default
Jan Gelety
1
-1
/
+1
2018-02-21
add 'is_all_zero(x)' for NEON
Adrian Oanca
1
-0
/
+24
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: autogerate vector typedefs and basic inline functions
Damjan Marion
5
-379
/
+83
2018-02-20
Reset expired timer vector length after callback
Dave Barach
1
-1
/
+4
2018-02-20
vppcomm refactor
Keith Burns (alagalah)
1
-428
/
+245
2018-02-20
vppinfra: CLIB_HAVE_VEC128 mandates SSE4.2
Damjan Marion
5
-11
/
+7
2018-02-19
make test: Add VPP VCL cut-thru test.
Dave Wallace
2
-0
/
+75
2018-02-19
dpdk: Fix MTU calc for NICs that support mtu<9216
Nitin Saxena
1
-34
/
+66
2018-02-19
Use neutral vector code for ethernet_frame_is_tagged
Damjan Marion
3
-41
/
+68
[next]