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
/
vnet
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-07
L2-FIB: replace bit-fields with flags
Neale Ranns
6
-69
/
+132
2018-09-07
IP route update fix when multipath and drop set
Neale Ranns
1
-20
/
+14
2018-09-07
vcl: refactor test client to support workers
Florin Coras
1
-1
/
+1
2018-09-07
geneve: fix variable initial value
Zhiyong Yang
1
-1
/
+1
2018-09-06
vxlan: improve encap performance
Zhiyong Yang
1
-2
/
+10
2018-09-06
eth_mac_equal takes const pointers
Neale Ranns
1
-1
/
+1
2018-09-06
vxlan_gpe: optimize encap performance
Zhiyong Yang
1
-32
/
+47
2018-09-06
vcl/session/svm: fix coverity warnings
Florin Coras
1
-3
/
+3
2018-09-06
session: support multiple worker binds
Florin Coras
13
-333
/
+601
2018-09-06
Enum type on the API for QoS sources
Neale Ranns
2
-14
/
+49
2018-09-05
Add missing API MAC address encode implementation
Neale Ranns
1
-0
/
+1
2018-09-04
l2_output:skip processing if no features are enabled
Eyal Bari
1
-2
/
+6
2018-09-03
Deprecate old buffer replication scheme
Damjan Marion
4
-423
/
+0
2018-08-31
IPx address query functions take a const pointer
Neale Ranns
2
-34
/
+33
2018-08-31
Fix typo
Dave Barach
1
-1
/
+1
2018-08-31
FIB path CLI fix for lookup-table IDs
Neale Ranns
1
-0
/
+12
2018-08-31
Introduce a mac_address_t on the API and in VPP
Neale Ranns
8
-2
/
+239
2018-08-31
VPP-1407: Fix the wrong length of udp header for buffer chains
shubing guo
1
-1
/
+4
2018-08-31
VPP-1408: Fix bug that wrong tx fifo drop in buffer chains flow of dgram mode
shubing guo
1
-1
/
+4
2018-08-30
vcl: add support for multi-worker apps
Florin Coras
2
-1
/
+7
2018-08-30
cmake: add missing header
Damjan Marion
1
-0
/
+4
2018-08-30
Refactor the ARP throttle into a common type so it can be reused
Neale Ranns
6
-33
/
+126
2018-08-30
Add SHA2 support to IKEv2 implementation
Berenger Foucher
2
-8
/
+89
2018-08-30
SR-MPLS: fixes and tests
Neale Ranns
4
-3
/
+30
2018-08-29
SR-mpls: do not pass empty label stack to fib
Neale Ranns
1
-10
/
+11
2018-08-29
Address bfd rpc scale issues
Dave Barach
3
-24
/
+280
2018-08-29
Fix race condition in tls half open ctx get/put
Ping Yu
1
-4
/
+5
2018-08-29
Consolidate table->index conversion in fib-path CLI processing
Neale Ranns
3
-36
/
+14
2018-08-28
32/64 shmem bihash interoperability
Dave Barach
1
-4
/
+5
2018-08-28
tls: fix handling of failed connects
Florin Coras
1
-8
/
+11
2018-08-28
vcl/session: use mq for bind replies
Florin Coras
5
-0
/
+121
2018-08-28
vxlan: decap use vlib_buffer_enqueue_to_next
Eyal Bari
3
-255
/
+223
2018-08-27
Adjacency walks protected by 'walk in progress' flag
Neale Ranns
2
-2
/
+12
2018-08-27
IGMP: enable command on cli
Neale Ranns
1
-2
/
+1
2018-08-27
MPLS: allow 16 as a valid output label
Neale Ranns
1
-1
/
+1
2018-08-26
cmake: add add_vpp_library and add_vpp_executable macros
Damjan Marion
1
-609
/
+1212
2018-08-26
cmake: move functions to src/cmake
Damjan Marion
1
-0
/
+2
2018-08-25
cmake: add more headers to the install list
Damjan Marion
1
-0
/
+225
2018-08-24
session: fix coverity warnings
Florin Coras
3
-5
/
+12
2018-08-24
session: add support for multiple app workers
Florin Coras
15
-735
/
+1287
2018-08-24
MPLS tunnel: don't reuse hw-indices
Neale Ranns
1
-27
/
+15
2018-08-24
rx-placement: Add API call for interface rx-placement
Mohsin Kazmi
4
-23
/
+105
2018-08-24
l2:bvi-dont aceess sup hw int for broadcasts
Eyal Bari
1
-20
/
+11
2018-08-24
tcp: fix cc recovery re-entry and persist timer pop
Florin Coras
4
-17
/
+48
2018-08-23
session: fix retrieval of local sessions if app is detached
Florin Coras
1
-1
/
+3
2018-08-23
ip4: rework rewrite node to use vlib_buffer_enqueue_to_next()
Damjan Marion
1
-355
/
+270
2018-08-23
coverity: l2 arp termination dump
Mohsin Kazmi
1
-4
/
+5
2018-08-22
IPIP and SIXRD tunnels create API needs table-IDs not fib-indexes
Neale Ranns
8
-59
/
+144
2018-08-22
show command for lookup DPOs
Neale Ranns
1
-0
/
+40
2018-08-22
l2:remove unused members of input, output configs
Eyal Bari
2
-16
/
+7
[next]