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
path:
root
/
src
/
plugins
/
lb
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-30
lb: remove api boilerplate
Ole Troan
5
-241
/
+50
2019-09-26
lb: add APIs for set interface nat4 and nat6
Hongjun Ni
2
-0
/
+68
2019-09-26
lb: vl_api_lb_conf_t_handler has to ntohl
Vratko Polak
1
-4
/
+4
2019-09-19
api: split vl_api_prefix into two
Ole Troan
2
-6
/
+6
2019-09-16
api: autogenerate api trace print/endian
Ole Troan
2
-0
/
+6
2019-08-29
lb: fix memcpy error issue
Yulong Pei
1
-7
/
+3
2019-08-22
tests: move plugin tests to src/plugins/*/test
Dave Wallace
3
-0
/
+662
2019-08-20
vppapigen: remove support for legacy typedefs
Paul Vinciguerra
1
-1
/
+1
2019-08-02
lb: fix usage of lb_main in test
Florin Coras
1
-2
/
+18
2019-07-31
lb: vip and as dump/detail api's
Hongjun Ni
7
-75
/
+441
2019-07-31
vppinfra: refactor test_and_set spinlocks to use clib_spinlock_t
jaszha03
2
-9
/
+12
2019-07-18
lb: update api.c to use scaffolding from latest skel
Paul Vinciguerra
4
-43
/
+112
2019-07-09
vat: unload unused vat plugins
Dave Barach
1
-21
/
+3
2019-06-07
build: add -Wall and -fno-common, fix reported issues
BenoƮt Ganne
1
-3
/
+4
2019-06-06
lb: crashed with some specific commit under heavy traffic
Hongjun Ni
3
-5
/
+13
2019-05-03
plugins: clean up plugin descriptions
Dave Wallace
1
-1
/
+1
2019-03-22
tests: update test_lb.py to use api call lb_conf.
Paul Vinciguerra
3
-7
/
+16
2019-03-07
Add VAT support for LB
Hongjun Ni
2
-60
/
+179
2019-01-21
Fix LB lookup table failed issue
Hongjun Ni
1
-5
/
+11
2019-01-02
Fixes for buliding for 32bit targets:
David Johnson
1
-1
/
+1
2018-10-23
c11 safe string handling support
Dave Barach
1
-1
/
+1
2018-10-19
vppinfra: add atomic macros for __sync builtins
Sirshak Das
1
-2
/
+2
2018-10-02
VPP-1440: clean up coverity warnings
Dave Barach
1
-2
/
+3
2018-09-24
LB: fix flush flow table issue
Hongjun Ni
5
-69
/
+90
2018-09-12
Fix LB memory leak and remove useless code
Pierre Pfister
1
-11
/
+1
2018-09-07
Add flush flag on del as command
Hongjun Ni
5
-16
/
+164
2018-09-04
Fixed showing negative count in stats show CLI
Naoyuki Mori
1
-2
/
+2
2018-08-31
Support lb on both vip and per-port-vip case
Hongjun Ni
7
-201
/
+735
2018-08-27
cmake: Fix plugins .h includes
Mohsin Kazmi
1
-0
/
+5
2018-08-25
cmake: handle api_test_plugins in add_vpp_plugin macro
Damjan Marion
1
-3
/
+1
2018-08-25
cmake: improve add_vpp_plugin macro
Damjan Marion
1
-3
/
+6
2018-08-17
CMake as an alternative to autotools (experimental)
Damjan Marion
1
-0
/
+27
2018-07-18
VPP crash when run "lb set interface nat4 in <intc>" VPP-1343
Hongjun Ni
1
-1
/
+1
2018-07-11
avoid using thread local storage for thread index
Damjan Marion
1
-1
/
+1
2018-06-26
L3DSR fix ip checksum issue and add test
Hongjun Ni
1
-9
/
+12
2018-06-13
Fix clang compilation on aarch64: extraneous parentheses
Sirshak Das
1
-6
/
+16
2018-06-08
LB: reply message id and table length are wrong.
Hongjun Ni
1
-2
/
+2
2018-06-05
lb api: correct byte order of new_flows_table_length argument
Andrey "Zed" Zaikin
1
-1
/
+1
2018-05-28
add missing lb_put_writer_lock() to lb_vip_add() invalid args cases
Andrey "Zed" Zaikin
1
-2
/
+7
2018-05-25
bond: performance harvesting
Steven
1
-21
/
+1
2018-05-18
Rework kube-proxy into LB plugin
Hongjun Ni
8
-425
/
+1772
2018-04-12
Fixes for 'make UNATTENDED=yes CC=clang CXX=clang verify'
Neale Ranns
2
-3
/
+3
2018-03-06
LB plugin: Fix Layer-4 checksum error in L3DSR.
Yusuke Tatsumi
1
-0
/
+5
2018-02-02
Add L3DSR feature in LB plugin
Hongjun Ni
8
-88
/
+246
2018-01-23
VPPAPIGEN: vppapigen replacement in Python PLY.
Ole Troan
1
-1
/
+1
2017-12-16
Use crc32 wrapper (VPP-1086)
Gabriel Ganne
1
-6
/
+6
2017-12-06
Restructure some files in LB to src/vnet to reuse
Hongjun Ni
3
-109
/
+1
2017-10-31
lb plugin tests - wipe flowtable after each unit test
Gabriel Ganne
1
-0
/
+38
2017-10-16
lb plugin - fix format() type mismatches
Gabriel Ganne
1
-2
/
+3
2017-10-09
vppapigen: support per-file (major,minor,patch) version stamps
Dave Barach
1
-0
/
+2
[next]