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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-09
ikev2: fix dangling pointer
Filip Tehlar
2
-14
/
+28
2019-10-09
session: avoid old io dispatch if no slots left to send
Ryujiro Shibuya
1
-2
/
+3
2019-10-09
map: use ip6-full-reassembly instead of own code
Klement Sekera
10
-978
/
+100
2019-10-09
dhcp: dhcp6_pd_client_cp API cleanup
Jakub Grajciar
4
-53
/
+53
2019-10-09
interface: dump the interface device type
Mohsin Kazmi
4
-3
/
+14
2019-10-09
ip: fix coverity warning
Klement Sekera
1
-3
/
+7
2019-10-09
interface: callback to manage extra MAC addresses
Matthew Smith
7
-1
/
+308
2019-10-09
api: comment, simplify and fix api socket read
Vratko Polak
1
-48
/
+80
2019-10-09
papi: introduce read_blocking
Vratko Polak
1
-3
/
+29
2019-10-09
mpls: support fragmentation of mpls output packet
Rajesh Goel
6
-16
/
+120
2019-10-09
ioam: remove api boilerplate
Ole Troan
28
-974
/
+76
2019-10-09
api: autogenerate event handler functions for *_test.c
Ole Troan
2
-106
/
+67
2019-10-09
ip: only install IPv6 prefixes in FIB when the interface is up
Neale Ranns
1
-39
/
+36
2019-10-09
fib: P2P interfaces do not need specific multicast adjacencies
Neale Ranns
1
-3
/
+18
2019-10-09
hsa: use crypto_engine_type_t for TLS
Nathan Skrzypczak
14
-36
/
+36
2019-10-09
session: Add certificate store
Nathan Skrzypczak
13
-84
/
+330
2019-10-09
hsa: fix vpp_echo session close
Dave Wallace
6
-115
/
+268
2019-10-08
vlib: fix cli process stack overflow
Chenmin Sun
1
-1
/
+1
2019-10-08
tcp: rate sample for persist segments
Florin Coras
1
-0
/
+6
2019-10-08
api: add bapi thread handle to api main structure.
IJsbrand Wijnands
2
-1
/
+12
2019-10-08
hsa: make vpp_echo use mq instead of bapi
Nathan Skrzypczak
10
-193
/
+288
2019-10-08
session: add is_migrating flag
Nathan Skrzypczak
4
-49
/
+40
2019-10-07
api: Add API support for marvell PP2 plugin
Jianlin Lv
7
-1
/
+336
2019-10-07
ip: remove dead code in ip6-svr
Klement Sekera
1
-27
/
+0
2019-10-07
docs: change VPP_WITH_SAMPLE_PLUGIN to SAMPLE_PLUGIN in sample plugin documen...
Haggai Eran
1
-4
/
+4
2019-10-07
devices: vhost not reading packets from vring
Steven Luong
2
-0
/
+25
2019-10-07
rdma: fix crash when failing to read pci addr on create
Benoît Ganne
1
-0
/
+3
2019-10-07
rdma: fix crash when failing to detect numa node on create
Benoît Ganne
1
-0
/
+5
2019-10-07
dhcp: Move to plugin
Neale Ranns
36
-1703
/
+4327
2019-10-07
mactime: add a "top" command to watch device stats
Dave Barach
8
-26
/
+941
2019-10-07
ip: add tracing for ipv6 frag headers
Klement Sekera
1
-0
/
+24
2019-10-07
quic: fix wrong condition in update_fifo_size
MathiasRaoul
1
-1
/
+1
2019-10-07
mactime: remove unnecessary function declaration
Neale Ranns
1
-2
/
+0
2019-10-07
vlib: move thread barrier around mod of global node next data
Christian E. Hopps
1
-6
/
+5
2019-10-07
quic: Refactor naming & clibs
Nathan Skrzypczak
2
-277
/
+209
2019-10-07
ip: reassembly add missing goto
Klement Sekera
1
-0
/
+1
2019-10-07
ip: reassembly remove dead code
Klement Sekera
1
-8
/
+0
2019-10-07
dhcp: API return code fix
Neale Ranns
1
-2
/
+2
2019-10-07
ip: MFIB CLI fix for parsing path flags
Neale Ranns
2
-3
/
+4
2019-10-06
rdma: prevent loopback of broadcast packets
Benoît Ganne
1
-4
/
+9
2019-10-06
bonding: traffic traversing the wrong interface
Steven Luong
1
-0
/
+1
2019-10-06
ip: Fix IP unnumbered dump of one interface
Neale Ranns
1
-1
/
+1
2019-10-05
misc: add "show run summary"
Dave Barach
1
-11
/
+19
2019-10-05
rdma: make sure pci subsystem is initialized
Benoît Ganne
1
-1
/
+6
2019-10-05
vlib: pci: set pci driver name to none when no driver is loaded
Benoît Ganne
1
-0
/
+2
2019-10-04
hsa: make APP_OPTIONS_PREALLOC_FIFO_PAIRS configurable
MathiasRaoul
3
-1
/
+5
2019-10-04
quic: make quic fifo size configurable via cli
MathiasRaoul
2
-6
/
+83
2019-10-04
ip: fix use-after-free in IPv6 SLAAC expiration
Benoît Ganne
1
-3
/
+11
2019-10-04
quic: update quicly to v0.0.5
MathiasRaoul
1
-49
/
+12
2019-10-04
vppinfra: create unformat function for data size parsing
MathiasRaoul
2
-0
/
+26
[next]