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
2020-09-02
bonding: add bond_create2 API to include gso option
Steven Luong
6
-20
/
+234
2020-09-02
session: fix non-blocking msg enqueue to vpp mq
Florin Coras
1
-1
/
+2
2020-09-02
ipsec: add ipsec set async mode api
Yulong Pei
2
-1
/
+26
2020-09-02
misc: fix pcap [rx|tx|drop] filename stem overflow
Benoît Ganne
1
-1
/
+1
2020-09-02
tap: add the static assert for api flags
Mohsin Kazmi
1
-0
/
+19
2020-09-02
virtio: add virtio 1.1 api flags
Mohsin Kazmi
5
-12
/
+199
2020-09-02
build: Fix 'make build VPP_EXTRA_CMAKE_ARGS=-DVPP_ENABLE_SANITIZE_ADDR=ON' er...
jiangxiaoming
1
-2
/
+2
2020-09-02
tap: add virtio 1.1 API flag
Mohsin Kazmi
5
-3
/
+19
2020-09-01
crypto-openssl: add chacha20-poly1305 to crypto-openssl
Artem Glazychev
3
-9
/
+223
2020-09-01
virtio: fix the bar starting index
Mohsin Kazmi
1
-1
/
+1
2020-09-01
virtio: fix the NULL deference
Mohsin Kazmi
1
-1
/
+2
2020-09-01
virtio: fix the error return
Mohsin Kazmi
1
-9
/
+12
2020-09-01
misc: fix uninitialized use warnings with gcc-{8,9}
Aloys Augustin
2
-3
/
+3
2020-09-01
vppapigen: supports backwards compatible marking of enums
Ole Troan
1
-18
/
+38
2020-09-01
crypto: add chacha20-poly1305 algo
Artem Glazychev
1
-2
/
+5
2020-09-01
ip: fix ip zero checksum verification
Benoît Ganne
10
-19
/
+20
2020-09-01
dpdk: fix mac address length was wrong
jiangxiaoming
1
-1
/
+1
2020-09-01
fib: detect wrong adj neighbour bugs
Benoît Ganne
1
-0
/
+23
2020-09-01
mpls: fix adjacencies walk in case of restack
Benoît Ganne
1
-1
/
+1
2020-09-01
vppinfra: Fix bihash coverity warning
Nathan Skrzypczak
1
-2
/
+2
2020-09-01
cnat: Fix typo in ts handling
Nathan Skrzypczak
1
-1
/
+0
2020-09-01
ip: improve ip4_header_checksum_is_valid
Damjan Marion
1
-5
/
+12
2020-08-31
nat: fix type in api message
Klement Sekera
4
-2
/
+204
2020-08-31
vlib: extend telnet protocol guard
Vladimir Isaev
1
-1
/
+1
2020-08-31
vppinfra: convert A_extend_to_B to B_from_A format of vector inlines
Damjan Marion
6
-22
/
+22
2020-08-31
vpp_config: update node variants to skx and icl
Ray Kinsella
2
-4
/
+4
2020-08-31
ip: fix compiling error with gcc-10
Jieqiang Wang
1
-0
/
+12
2020-08-31
af_xdp: AF_XDP input plugin
Benoît Ganne
20
-1
/
+2375
2020-08-31
rdma: bugfix in the descriptor refill logic. In case of a partial allocation,...
Mohammed Hawari
1
-1
/
+1
2020-08-31
session: format app_ns_name with %v rather than %s
jiangxiaoming
1
-1
/
+1
2020-08-31
flow: code refactor
Chenmin Sun
7
-747
/
+586
2020-08-31
cnat: Destination based NAT
Neale Ranns
25
-35
/
+4991
2020-08-31
virtio: fix the coverity warning
Mohsin Kazmi
2
-7
/
+13
2020-08-28
vppinfra: add clib_mem_destroy_mspace(void *ms)
Dave Barach
2
-0
/
+19
2020-08-27
ipsec: Deprecate old interface API
Neale Ranns
1
-1
/
+3
2020-08-27
session: limit max number of ct sessions per dispatch
Florin Coras
1
-2
/
+5
2020-08-27
vppinfra: Multiarch support for OCTEONTX2 SoC
Nitin Saxena
2
-4
/
+20
2020-08-27
dpdk: fix blacklists
Vladimir Ratnikov
2
-2
/
+10
2020-08-27
tests: "force solo" testcase support
Andrew Yourtchenko
10
-8
/
+118
2020-08-26
vppinfra: elog multi-track g2 test pattern
Dave Barach
1
-0
/
+64
2020-08-26
dpdk: bump to DPDK 20.08
Damjan Marion
1
-2
/
+3
2020-08-26
vcl: fix duplicated key of session_index_to_vlsh_table in multiple
hanlin
2
-11
/
+28
2020-08-25
rdma: bump rdma-core version to v31.0
Benoît Ganne
1
-3
/
+2
2020-08-25
vcl: cleanup non-blocking connect
Florin Coras
1
-2
/
+16
2020-08-25
flow: add vnet/flow formal API
Chenmin Sun
10
-3
/
+701
2020-08-25
ip-neighbor: skip probe for disabled interfaces
Matthew Smith
1
-0
/
+6
2020-08-25
api: register endian handlers for reply messages
Ole Troan
4
-5
/
+34
2020-08-24
bonding: enhance binary api handling
Steven Luong
1
-0
/
+9
2020-08-24
vmxnet3: enhance debug CLI error handling
Steven Luong
2
-2
/
+18
2020-08-22
hsa: set connected mode for udp server
jiangxiaoming
1
-0
/
+4
[next]