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
/
vcl
/
vppcom.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-11
vcl: fix listener session close problem
wanghanlin
1
-1
/
+1
2020-11-26
vcl: avoid coalescing dgrams on read
Florin Coras
1
-2
/
+2
2020-11-19
vcl: stop tracking vpp event queues and thread index
Florin Coras
1
-45
/
+21
2020-10-29
vcl: support fifo segments with ct sessions
Florin Coras
1
-7
/
+12
2020-10-29
vcl session: minimize ct io events
Florin Coras
1
-4
/
+10
2020-10-29
vcl: fix epoll fd cleanup
Florin Coras
1
-1
/
+1
2020-10-27
vcl: postpone unhandled ctrl events if needed
Florin Coras
1
-63
/
+112
2020-10-26
vcl: avoid epoll cleanup before app close
Florin Coras
1
-69
/
+74
2020-10-21
vcl: wait for sendto to connect if needed
Florin Coras
1
-8
/
+15
2020-10-20
vcl: confirm reset on transport cleanup
Florin Coras
1
-3
/
+16
2020-10-20
vcl: more session struct cleanup
Florin Coras
1
-71
/
+72
2020-10-20
vcl: convert vep variables into flags
Florin Coras
1
-60
/
+49
2020-10-19
vcl: cleanup read and write ready
Florin Coras
1
-2
/
+2
2020-10-16
vcl: remove accept state and rename connect to ready
Florin Coras
1
-11
/
+8
2020-10-15
vcl: refactor session state enum
Florin Coras
1
-90
/
+82
2020-10-14
vcl: set STATE_UPDATED state when connect with non-blocking socket!
fanyf
1
-1
/
+4
2020-10-12
vcl svm: segments improvements
Florin Coras
1
-15
/
+23
2020-09-29
vcl svm: provide apps access to fifo chunks
Florin Coras
1
-18
/
+17
2020-09-28
vppinfra: don't call dlmalloc API directly from the code
Damjan Marion
1
-4
/
+2
2020-09-16
vcl: refactor bapi client index for sapi reuse
Florin Coras
1
-10
/
+10
2020-09-14
vcl: add support for app socket api
Florin Coras
1
-4
/
+33
2020-09-14
vcl: cleanup bapi and wrk registration
Florin Coras
1
-131
/
+14
2020-09-14
vcl: always fill buffer or drain rx fifo
Florin Coras
1
-4
/
+16
2020-09-02
vcl: handle svm fifo write failure
Florin Coras
1
-1
/
+3
2020-08-25
vcl: cleanup non-blocking connect
Florin Coras
1
-2
/
+16
2020-08-14
vcl: rx dequeue notifications with epoll
Florin Coras
1
-52
/
+57
2020-08-14
vcl: minimize vpp to vcl rx events
Florin Coras
1
-1
/
+11
2020-08-13
vcl: clear ct rx event on right fifo
Florin Coras
1
-1
/
+1
2020-08-12
vcl: support multi-threads with session migration
hanlin
1
-5
/
+8
2020-08-11
vcl: support inter worker rpc
Florin Coras
1
-0
/
+48
2020-08-09
vcl: fix getting wrong non-blocking flags issue in VPPCOM_ATTR_GET_FLAGS action
Simon Zhang
1
-2
/
+4
2020-08-04
vcl: fix epoll timeout
Florin Coras
1
-1
/
+1
2020-06-15
vcl: move helper functions out of header file
Florin Coras
1
-1
/
+90
2020-05-26
vcl: do not propagate epoll events if session closed
Florin Coras
1
-6
/
+11
2020-05-21
vcl: support connected udp listens
Florin Coras
1
-0
/
+7
2020-05-15
vcl: remove udpc transport
Florin Coras
1
-4
/
+0
2020-05-14
vcl svm: fix rx event loss
hanlin
1
-2
/
+5
2020-05-12
vcl: de-init vcl on destroy
Florin Coras
1
-0
/
+1
2020-05-04
vcl: allow vcl worker index to be set by applications
Pivo
1
-0
/
+6
2020-04-30
vcl: disconnect both flavors of bapi transport on destroy
Florin Coras
1
-5
/
+8
2020-04-25
session vcl: propagate transport cleanup notifications
Florin Coras
1
-0
/
+11
2020-04-25
vcl: generate select events on read/write errors
Florin Coras
1
-8
/
+8
2020-04-22
vcl: fix use-after-free
BenoƮt Ganne
1
-1
/
+2
2020-04-20
vcl: ensure sessions are open on select events
Florin Coras
1
-7
/
+5
2020-04-17
vcl: fix app destroy
Florin Coras
1
-20
/
+19
2020-04-07
udp session: jumbo frames and configurable mtu
Florin Coras
1
-1
/
+0
2020-04-06
vcl session: enforce full dgram reads/writes
Florin Coras
1
-24
/
+44
2020-04-06
session udp: shared local endpoints
Florin Coras
1
-1
/
+3
2020-04-03
session: improve error reporting
Florin Coras
1
-3
/
+3
2020-04-01
session udp: support connect on listeners
Florin Coras
1
-4
/
+29
[next]