Age | Commit message (Expand) | Author | Files | Lines |
2021-05-18 | tls: fix dtls with no workers | Florin Coras | 1 | -3/+2 |
2021-03-03 | udp: allocate rx lock only for non-connected | Florin Coras | 1 | -3/+7 |
2021-02-26 | udp: avoid locking connected udp sessions on rx | Florin Coras | 1 | -0/+2 |
2020-10-28 | misc: Break the big IP header files to improve compile time | Neale Ranns | 1 | -1/+2 |
2020-04-10 | udp: remove connected udp transport proto | Florin Coras | 1 | -60/+0 |
2020-04-08 | udp: cleanup input node | Florin Coras | 1 | -2/+2 |
2020-04-07 | udp: move cli to separate file | Florin Coras | 1 | -201/+50 |
2020-04-07 | udp session: allow dgram ip fragmentation | Florin Coras | 1 | -8/+5 |
2020-04-07 | udp session: jumbo frames and configurable mtu | Florin Coras | 1 | -1/+28 |
2020-04-06 | session udp: shared local endpoints | Florin Coras | 1 | -7/+35 |
2020-04-03 | session: improve error reporting | Florin Coras | 1 | -8/+7 |
2020-04-03 | session udp: fix transport flags and migration | Florin Coras | 1 | -1/+5 |
2020-04-02 | udp session vcl: add udp iperf test | Florin Coras | 1 | -9/+18 |
2020-04-01 | udp: improvements to cli | Florin Coras | 1 | -9/+46 |
2020-04-01 | udp: track connection port sharing | Florin Coras | 1 | -24/+103 |
2020-03-30 | session udp: flag for connected udp | Florin Coras | 1 | -3/+13 |
2020-03-25 | session: api to add new transport types | Florin Coras | 1 | -0/+4 |
2020-03-19 | session tcp udp: consolidate transport snd apis | Florin Coras | 1 | -14/+11 |
2020-03-09 | udp: fix UDP socket byte order in lookup | Andreas Schultz | 1 | -1/+2 |
2020-01-16 | udp: fix ipv6 listen port registration | Florin Coras | 1 | -1/+1 |
2020-01-02 | session: fix listener global endpoint lookup | Florin Coras | 1 | -0/+3 |
2019-10-01 | session: fix use-after-free | Benoît Ganne | 1 | -1/+2 |
2019-07-22 | udp: support close with data | Florin Coras | 1 | -13/+30 |
2019-07-12 | quic: fix show session verbose | Aloys Augustin | 1 | -3/+3 |
2019-07-12 | session: add thread index to all formatters | Aloys Augustin | 1 | -0/+2 |
2019-07-09 | udp: UDPC handle open fail | Nathan Skrzypczak | 1 | -6/+9 |
2019-06-28 | session: add half_open_has_fifos for UDPC | Nathan Skrzypczak | 1 | -0/+1 |
2019-06-27 | session: Add transport vft protocol options | Nathan Skrzypczak | 1 | -7/+14 |
2019-05-22 | fix show session verbose crash with udp transport | Dave Wallace | 1 | -0/+2 |
2019-05-16 | init / exit function ordering | Dave Barach | 1 | -10/+9 |
2019-05-14 | Unregister UDPC port only when owned | Nathan Skrzypczak | 1 | -2/+5 |
2019-05-03 | Add packet headers in UDPC fifos | Aloys Augustin | 1 | -1/+1 |
2019-04-24 | UDPC: Fix open segfault with multiple workers | Aloys Augustin | 1 | -1/+3 |
2019-04-08 | host stack: update stale copyright | Florin Coras | 1 | -1/+1 |
2019-03-06 | udp: migrate old MULTIARCH macros to VLIB_NODE_FN | Filip Tehlar | 1 | -0/+2 |
2019-02-06 | transport: cleanup | Florin Coras | 1 | -6/+6 |
2018-12-28 | session: free session after transport and app confirm | Florin Coras | 1 | -1/+1 |
2018-12-07 | VPP-1506: dump local punts and registered punt sockets | Pavel Kotucek | 1 | -0/+60 |
2018-10-28 | session: extend connect api for internal apps | Florin Coras | 1 | -2/+2 |
2018-10-23 | c11 safe string handling support | Dave Barach | 1 | -3/+3 |
2018-07-11 | avoid using thread local storage for thread index | Damjan Marion | 1 | -1/+1 |
2018-06-11 | udp: fix for multiple workers and add test | Florin Coras | 1 | -4/+12 |
2018-04-18 | udp/session: refactor to support dgram mode | Florin Coras | 1 | -3/+53 |
2018-03-02 | session: first approximation implementation of tls | Florin Coras | 1 | -1/+3 |
2017-12-11 | session: generalize handling of network transports | Florin Coras | 1 | -3/+4 |
2017-11-02 | session/udp: init rw locks | Florin Coras | 1 | -0/+8 |
2017-10-16 | udp: refactor udp code | Florin Coras | 1 | -177/+216 |
2017-09-20 | session: store tep port in net order | Florin Coras | 1 | -5/+5 |
2017-07-30 | Make tcp active open data structures thread safe | Florin Coras | 1 | -4/+4 |
2017-07-25 | Cleanup/refactor session layer code | Florin Coras | 1 | -12/+10 |