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
/
vcl
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-01
vcl: set min threshold for tx ntf
Florin Coras
1
-1
/
+5
2023-08-15
vcl: fix ldp epoll events array overrun
Florin Coras
1
-1
/
+2
2023-08-15
vcl: handle postponed disconnects with select
Florin Coras
1
-5
/
+36
2023-08-15
vcl: fix error state switch for vcl_handle_mq_event
wanghanlin
1
-2
/
+18
2023-08-08
vcl: Fix the ldp init check
Gao Feng
1
-1
/
+5
2023-08-07
vcl: fix error state switch for VCL_STATE_LISTEN_NO_MQ sessions
wanghanlin
1
-3
/
+4
2023-07-26
vcl: allow rx of zero length dgrams
Florin Coras
1
-1
/
+2
2023-07-21
vcl: ldp support SO_ORIGINAL_DST
qinyang
7
-2
/
+65
2023-07-19
vcl: zero out cmsg for recvmsg API
Steven Luong
1
-0
/
+1
2023-06-20
vcl: fix epoll lt coverity warning
Florin Coras
1
-3
/
+3
2023-06-16
vcl: no hup events in lt mode if session not epolled
Florin Coras
1
-24
/
+38
2023-06-14
vcl: fix debug logging of mapped segments
Florin Coras
2
-2
/
+2
2023-06-06
vcl: fix epoll ctl frequent deq ntf requests
Florin Coras
1
-18
/
+30
2023-06-05
vcl: avoid duplicate tx events with epoll lt
Florin Coras
1
-1
/
+2
2023-06-02
vcl: refactor want deq ntf checks for null fifos
Florin Coras
2
-29
/
+28
2023-05-23
vcl: avoid reusing user provided events in lt mode
Florin Coras
1
-4
/
+6
2023-05-19
vcl: set want deq flag earlier in epoll ctl mod
Florin Coras
1
-8
/
+10
2023-05-19
vcl: always reset deq ntf flag in epoll evt handler
Florin Coras
1
-2
/
+2
2023-05-16
vcl: avoid skipping last event in epoll lt
Florin Coras
1
-4
/
+9
2023-05-12
vcl: fix ldp ioctl FIONBIO handler
Florin Coras
1
-1
/
+1
2023-04-28
vcl: inherit connected flag on accepted cl sessions
Florin Coras
1
-0
/
+2
2023-03-14
session vcl: refactor builtin tx event for main tx
Florin Coras
2
-6
/
+17
2023-03-10
vcl: init ldp config before vcl init
Florin Coras
1
-26
/
+31
2023-03-09
vcl: fix select connected deq notification
Florin Coras
1
-6
/
+12
2023-03-09
vcl: fix epoll out evt on connect
Florin Coras
1
-1
/
+1
2023-03-06
vcl: do not stop listeners on vls epoll del
Florin Coras
1
-1
/
+7
2023-03-06
vcl: always drain libc epoll with eventfds in ldp
Florin Coras
1
-17
/
+36
2023-03-01
vcl: accept bound notifications in epoll wait
Florin Coras
1
-0
/
+3
2023-03-01
vcl: accept vcl spurious wakeup in epoll wait eventfd
Florin Coras
1
-1
/
+5
2023-03-01
vcl: close libc epfd on vls epfd close
Florin Coras
1
-7
/
+7
2023-03-01
vcl: only add sessions to lt list if needed
Florin Coras
1
-1
/
+8
2023-03-01
vcl: fix undeclared UDP_SEGMENT for centos 8
Tianyu Li
1
-0
/
+4
2023-02-28
vcl: use program invocation name in ldp app name
Florin Coras
1
-3
/
+2
2023-02-28
vcl: handle lt events in epoll ctl
Florin Coras
1
-18
/
+26
2023-02-27
vcl: improve vls handling of shared listeners
Florin Coras
3
-54
/
+49
2023-02-20
vcl: ldp support for ip_pktinfo
Florin Coras
4
-87
/
+245
2023-02-16
vcl: fix incorrect ldp worker in ldp_epoll_pwait()
Liangxing Wang
1
-1
/
+5
2023-02-07
vcl: drop lock on segment attach failure
Florin Coras
1
-0
/
+1
2023-02-07
vcl: add ldp implementation for recvmmsg
Florin Coras
1
-31
/
+39
2023-02-07
vcl: better handlig of ldp apis that rely on gnu source
Florin Coras
6
-91
/
+139
2023-01-13
vcl: set deq notify flag on epoll connected sessions
Florin Coras
1
-0
/
+4
2023-01-12
misc: use right include for fctnl.h and poll.h
Guillaume Solignac
1
-2
/
+2
2022-12-14
vcl: enable gso for 'sendmsg' in LDP mode.
Dou Chao
3
-16
/
+62
2022-10-27
vcl: register workers when reattaching to vpp
Maros Ondrejicka
3
-2
/
+51
2022-10-11
vppinfra: fix AddressSanitizer
BenoƮt Ganne
1
-0
/
+2
2022-10-06
vcl: add api to check if vcl disconnected from vpp
Maros Ondrejicka
2
-1
/
+21
2022-09-29
api: deprecate vl_msg_api_set_handlers
Damjan Marion
1
-5
/
+12
2022-09-27
vcl: repatch "align the RST behaviour with kernel"
Yacan Liu
1
-1
/
+1
2022-09-26
api: replace print functions wth format
Damjan Marion
1
-7
/
+5
2022-09-20
vcl: align the RST behaviour with kernel
Yacan Liu
1
-1
/
+13
[next]