Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-04-01 | vcl: support sendto for dgrams |  Florin Coras | 1 | -35/+26 |
2020-03-25 | session: api to add new transport types |  Florin Coras | 1 | -4/+0 |
2020-02-25 | svm: refactor fifo |  Florin Coras | 1 | -2/+4 |
2020-02-13 | vcl: clear accept msg flags |  Florin Coras | 1 | -0/+1 |
2020-02-13 | vcl: handle close after reset |  Florin Coras | 1 | -9/+31 |
2020-02-04 | vcl: switch to closed state after app close |  Florin Coras | 1 | -3/+5 |
2020-01-30 | vcl session: propagate cleanup notifications to apps |  Florin Coras | 1 | -40/+67 |
2020-01-23 | vcl: always report EPOLLHUP/EPOLLRDHUP on close |  Florin Coras | 1 | -4/+0 |
2020-01-23 | vcl session: udp session migration notifications |  Florin Coras | 1 | -0/+39 |
2020-01-16 | vcl: add rx event on epoll ctl if needed |  Florin Coras | 1 | -2/+10 |
2019-12-27 | vcl: EPOLLOUT should be generated when epoll_ctl called with EPOLLOUT |  hanlin | 1 | -0/+20 |
2019-12-21 | session: move add/del segment msg to mq |  Florin Coras | 1 | -20/+74 |
2019-12-17 | vcl: RX event may lost when accept session repeatedly |  wanghanlin | 1 | -1/+1 |
2019-12-12 | vcl: fix disconnect from binary api |  Florin Coras | 1 | -4/+0 |
2019-12-11 | vcl: separate binary api connections per thread worker |  Florin Coras | 1 | -3/+12 |
2019-12-05 | vcl: resolve VCL part session cleanup issue |  Yu Ping | 1 | -0/+2 |
2019-11-21 | vcl: if the ldp user send buf with 0 len, it will assert failed. |  jiangxiaoming | 1 | -1/+1 |
2019-11-12 | vcl: fix nonblocking accept with >1 event in the queue |  Carl Smith | 1 | -3/+3 |
2019-11-08 | vcl: fix epoll connected events sid |  Florin Coras | 1 | -2/+1 |
2019-10-29 | vcl: handle rx notifications on reused sessions |  Florin Coras | 1 | -0/+2 |
2019-10-22 | vcl: handle segment map errors |  Florin Coras | 1 | -8/+12 |
2019-10-21 | vcl: add api to set lcl ip |  Florin Coras | 1 | -6/+39 |
2019-08-30 | vcl: allow non-blocking connects |  Florin Coras | 1 | -3/+14 |