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-08-06
udp: fix session migrate when not needed
Nathan Skrzypczak
1
-15
/
+21
2019-08-06
quic: Add missing session_migrate_callback
Nathan Skrzypczak
1
-0
/
+7
2019-08-06
rdma: fix double-free in rdma-tx
BenoƮt Ganne
2
-9
/
+10
2019-08-06
dpdk: remove SFP eeprom dump from 'show hardware-interfaces' and 'show hardwa...
Lijian.Zhang
1
-2
/
+5
2019-08-06
ethernet: change to mark the CFI bit in the L2 header.
Prashant Maheshwari
1
-3
/
+3
2019-08-05
svm: fix fifo growth on dequeue with drop
Florin Coras
1
-0
/
+6
2019-08-05
session: cache align transport base class
Florin Coras
4
-19
/
+20
2019-08-05
vcl: fix bapi disconnect with socket transport
Florin Coras
3
-1
/
+13
2019-08-05
docs: Add more quic plugin documentation
Nathan Skrzypczak
2
-38
/
+127
2019-08-05
quic: fix memset 0 picotls depends on
Nathan Skrzypczak
1
-0
/
+1
2019-08-05
vxlan: fix VXLANoIP6 checksum offload setup
John Lo
2
-7
/
+6
2019-08-03
ip: fix ip6/udp checksum for pkts using buffer chaining
John Lo
2
-4
/
+15
2019-08-02
quic: Improve quic echo connect threading
Nathan Skrzypczak
4
-732
/
+870
2019-08-02
vlib: fix out of memory issue
Filip Tehlar
1
-0
/
+3
2019-08-02
devices: add null check after map_guest_mem calls
Steven Luong
1
-2
/
+16
2019-08-02
vcl: initialize worker thread index and heap map slot
Florin Coras
1
-0
/
+3
2019-08-02
vppinfra: Expose function setting __os_thread_index
Nathan Skrzypczak
3
-20
/
+28
2019-08-02
tcp: add more connection stats
Florin Coras
4
-6
/
+81
2019-08-02
ethernet: fix ARP feature arc definition
Dave Barach
1
-2
/
+9
2019-08-02
vmxnet3: don't bypass ethernet_input
Steven Luong
2
-15
/
+6
2019-08-02
lb: fix usage of lb_main in test
Florin Coras
1
-2
/
+18
2019-08-02
ipsec: FIx feature ordering
Neale Ranns
2
-4
/
+2
2019-08-02
virtio: add the display information in virtio cli
Chenmin Sun
2
-2
/
+2
2019-08-02
quic: fix connection move with multiple workers
Aloys Augustin
1
-13
/
+35
2019-08-01
interface: fix pcap tx/rx trace cli handling
John Lo
4
-16
/
+7
2019-08-01
session: session pool migration notification
Florin Coras
6
-0
/
+43
2019-08-01
vppinfra: fix spinlock and rwlock tests
Florin Coras
3
-15
/
+15
2019-08-01
ipsec: Redo the anit-replay check post decrypt
Neale Ranns
2
-0
/
+36
2019-08-01
docs: Small fixes and ordering
Nathan Skrzypczak
2
-12
/
+11
2019-08-01
vppinfra: refactor clib_rwlock_t to use single condition variable
jaszha03
2
-25
/
+19
2019-08-01
vppinfra: remove unused historical code
Dave Barach
3
-375
/
+0
2019-08-01
vppinfra: make first bihash add thread-safe
Dave Barach
2
-7
/
+25
2019-08-01
quic: Improve quicly_ctx handling & crypto ctx
Nathan Skrzypczak
2
-135
/
+148
2019-08-01
ethernet: Fix node ordering on ARP feautre ARC
Neale Ranns
1
-2
/
+13
2019-08-01
nat: handoff rewrite & fixes for multi-worker
Filip Varga
2
-60
/
+163
2019-08-01
vppinfra: refactor clib_spinlock_t to use compare and swap
jaszha03
2
-2
/
+13
2019-08-01
tcp: honor snd_wnd in fast rxt
Florin Coras
1
-1
/
+4
2019-08-01
qos: Uninitialised variable (coverity)
Neale Ranns
1
-0
/
+3
2019-08-01
vppapigen: revert "implement reversible repr's"
Vratko Polak
1
-34
/
+15
2019-07-31
lb: vip and as dump/detail api's
Hongjun Ni
7
-75
/
+441
2019-07-31
api: add prefix matcher typedef
Paul Vinciguerra
1
-0
/
+11
2019-07-31
nat: elog rewrite for multi-worker support
Filip Varga
17
-142
/
+340
2019-07-31
devices interface tests: vhosst GSO support
Steven Luong
10
-25
/
+310
2019-07-31
qos: Store function
Neale Ranns
6
-6
/
+663
2019-07-31
vppapigen: implement reversible repr's
Paul Vinciguerra
1
-15
/
+34
2019-07-31
build: Append build number for cpack packages
YohanPipereau
1
-31
/
+32
2019-07-31
pg: clarify the text of error message
Andrew Yourtchenko
1
-1
/
+1
2019-07-31
vlib: fix format_error_trace
Dave Barach
1
-1
/
+2
2019-07-31
vppinfra: added performance test for clib_rwlock_t (test_rwlock.c)
jaszha03
2
-0
/
+265
2019-07-31
vppinfra: refactor test_and_set spinlocks to use clib_spinlock_t
jaszha03
17
-105
/
+83
[next]