Age | Commit message (Expand) | Author | Files | Lines |
2025-01-24 | session: make local port allocator fib aware |  Florin Coras | 1 | -6/+6 |
2024-10-29 | udp: connected mode only for connects |  Florin Coras | 1 | -10/+1 |
2024-07-08 | session: improve enable and disable handling |  Florin Coras | 1 | -0/+4 |
2024-05-24 | udp: fix csum computation when offload disabled |  Florin Coras | 1 | -4/+31 |
2024-03-12 | misc: remove GNU Indent directives |  Damjan Marion | 1 | -2/+0 |
2024-03-10 | session: use no for ports in transport port allocator |  Florin Coras | 1 | -2/+2 |
2024-02-18 | udp: use transport port refcnt on accept |  Florin Coras | 1 | -0/+8 |
2024-02-16 | udp: unregister ports on all cleanups |  Florin Coras | 1 | -4/+3 |
2023-06-27 | session udp: add len check for tx dgrams |  Florin Coras | 1 | -2/+2 |
2023-06-26 | udp: pass cless hdr to transport through buffer |  Florin Coras | 1 | -27/+57 |
2023-05-25 | udp: fix local port reuse check |  Florin Coras | 1 | -2/+4 |
2023-02-28 | session: consolidate port alloc logic |  Florin Coras | 1 | -24/+10 |
2023-01-10 | udp: avoid listener cleanups with active opens |  Florin Coras | 1 | -0/+11 |
2022-12-20 | udp: fix tx handling of non-connected sessions |  Florin Coras | 1 | -0/+18 |
2022-11-29 | udp: refactor port allocation and sharing |  Florin Coras | 1 | -63/+24 |
2022-11-29 | session: transport endpt cleanup on owner thread |  Florin Coras | 1 | -2/+2 |
2022-11-28 | udp: preallocate ports sparse vec map |  Florin Coras | 1 | -2/+80 |
2022-10-25 | udp: use new wrk context for connections |  Florin Coras | 1 | -7/+6 |
2022-10-25 | udp: postpone cleanup of udp connections |  Florin Coras | 1 | -2/+35 |
2022-10-20 | udp: support for disabling tx csum |  Florin Coras | 1 | -1/+7 |
2022-10-19 | udp: explicit udp output node |  Florin Coras | 1 | -12/+7 |
2022-08-31 | udp: store mss and sw_if_index to udp_connection_t |  Steven Luong | 1 | -2/+5 |
2022-04-04 | udp: use pool safe reallocs |  Florin Coras | 1 | -26/+3 |
2022-03-18 | udp: avoid grabbing vlib main if not needed |  Florin Coras | 1 | -6/+4 |
2022-03-18 | vppinfra: refactor *_will_expand() functions |  Damjan Marion | 1 | -3/+1 |
2022-02-10 | session: use transport endpoint cfg for listen |  Florin Coras | 1 | -1/+1 |
2022-01-12 | session: pass tx buffers in bulk to transports |  Florin Coras | 1 | -8/+36 |
2021-11-17 | session: support close during migration |  Florin Coras | 1 | -1/+1 |
2021-11-12 | session: add support for DSCP |  Filip Tehlar | 1 | -2/+3 |
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 |