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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-19
tw: fix _16t_1w_2048sl timer weel definition
Florin Coras
1
-3
/
+3
2018-12-19
VOM: VXLAN-GBP command fixes
Neale Ranns
3
-6
/
+9
2018-12-19
VOM: GBP-bridge-domain fix
Neale Ranns
2
-14
/
+8
2018-12-19
MAP: Add API support for MAP input feature.
Jon Loeliger
4
-0
/
+216
2018-12-19
Stats: Updated wrong slot on new vector
Ole Troan
1
-1
/
+0
2018-12-19
tcp/session: notify transport of close when tx fifo is not empty
Florin Coras
4
-22
/
+29
2018-12-19
session: handle close before app accept reply
Florin Coras
3
-7
/
+5
2018-12-19
vlib: support Hyper-v/Azure VMBus
Stephen Hemminger
6
-3
/
+553
2018-12-19
Allow the user to select master or release during the install
jdenisco
3
-51
/
+38
2018-12-19
dpdk plugin: blacklist PCI devices by type
Dave Barach
3
-5
/
+52
2018-12-18
tcp/session: drop connections if message queue is full
Florin Coras
4
-21
/
+28
2018-12-18
VPP-1508: Have test/Makefile honor PYTHON= envvar.
Paul Vinciguerra
1
-8
/
+8
2018-12-18
NAT44: nat44_add_del_lb_static_mapping enhancements (VPP-1514)
Matus Fabian
8
-54
/
+540
2018-12-18
VAPI/VOM: Removing legacy stats tests, add string type.
Ole Troan
8
-362
/
+35
2018-12-18
MAP: Add longest matching prefix (LPM) data structures
Ole Troan
3
-0
/
+220
2018-12-18
MFIB: recurse resolution through an MFIB entry
Neale Ranns
24
-199
/
+2097
2018-12-18
make wipe: Clean up *.api.json files.
Paul Vinciguerra
1
-0
/
+1
2018-12-18
Build changes required for Fedora and CentOS
Thomas F Herbert
2
-18
/
+20
2018-12-18
PAPI: Add MACAddress object wrapper for vl_api_mac_address_t
Ole Troan
34
-216
/
+199
2018-12-18
MAP: Remove dual loop in MAP-T in preparation for refactor.
Ole Troan
3
-587
/
+0
2018-12-18
tcp: cleanup connections if handshake fails
Florin Coras
1
-3
/
+2
2018-12-18
Remove autotools files from extras/libmemif
Mauro Sardara
3
-117
/
+0
2018-12-18
punt: additional tests for multi clients
Pavel Kotucek
1
-91
/
+408
2018-12-18
STATS: add vlib_set_simple_counter (VPP-1484)
Matus Fabian
1
-0
/
+16
2018-12-17
Improve perfmon json table picker
Dave Barach
4
-23
/
+341
2018-12-17
docs: Add vmxmet3 driver
jdenisco
3
-2
/
+131
2018-12-17
tcp: fix handling of broken syn options
Florin Coras
4
-5
/
+15
2018-12-17
tcp: accept rst that fail paws
Florin Coras
1
-9
/
+9
2018-12-17
vcl: handle reset while reading/writing data
Florin Coras
1
-17
/
+9
2018-12-17
VOM: IGMP only supports IPv4
Neale Ranns
7
-19
/
+73
2018-12-17
stats: Deprecate old stats framework
Ole Troan
10
-4809
/
+2
2018-12-17
make test: add option for adding extra vpp config
Klement Sekera
1
-1
/
+2
2018-12-17
libmemif: fix possible segfault on memif_get_details
Koichiro Den
1
-31
/
+28
2018-12-17
Fix TestIPv4FibCrud interdependencies.
Paul Vinciguerra
1
-0
/
+14
2018-12-17
Added CMake building system for libmemif
msardara
13
-70
/
+405
2018-12-17
String type: Not include \0 in show_version
Ole Troan
3
-16
/
+33
2018-12-17
vcl/session: handle reset/disconnect before app accept
Florin Coras
6
-81
/
+167
2018-12-17
vmxnet3: support clear hardware interface counters
Steven
3
-20
/
+60
2018-12-17
MAP: Encode ht-ratio as f64 for API.
Jon Loeliger
1
-2
/
+2
2018-12-17
docs: clarify vector element alignment description.
Dave Wallace
2
-11
/
+16
2018-12-16
VPP-1523: harden reassembly
Klement Sekera
2
-7
/
+45
2018-12-16
IP6-MFIB: replace the radix tree with bihash (VPP-1526)
Neale Ranns
15
-194
/
+266
2018-12-16
VOM: fixes for stats
Neale Ranns
4
-10
/
+9
2018-12-14
String type: Fix off by one error
Ole Troan
3
-5
/
+5
2018-12-14
Revert gerrit 16429 to fix a Debian build-break
Dave Barach
1
-22
/
+44
2018-12-14
NAT: counters (VPP-1484)
Matus Fabian
9
-77
/
+477
2018-12-14
Fix test results
juraj.linkes
1
-19
/
+23
2018-12-14
Fix compiling issue with GCC-8.x in string test functions
Lijian.Zhang
1
-44
/
+22
2018-12-14
VPP-1510: add support for punt delete
Pavel Kotucek
1
-1
/
+12
2018-12-13
MAP: Fix inverted 'is_add'/'is_del' flag in map_pre_resolve() call.
Jon Loeliger
1
-1
/
+1
[next]