Age | Commit message (Expand) | Author | Files | Lines |
2024-10-29 | udp: connected mode only for connects |  Florin Coras | 1 | -10/+1 |
2024-10-15 | bfd: add support for multihop |  Abdel Baig | 1 | -35/+36 |
2024-09-20 | udp: node counter for connected sessions |  Florin Coras | 2 | -0/+2 |
2024-07-08 | session: improve enable and disable handling |  Florin Coras | 2 | -0/+5 |
2024-05-24 | udp: fix csum computation when offload disabled |  Florin Coras | 2 | -7/+32 |
2024-03-12 | misc: remove GNU Indent directives |  Damjan Marion | 7 | -24/+0 |
2024-03-10 | session: use no for ports in transport port allocator |  Florin Coras | 1 | -2/+2 |
2024-03-03 | udp: fix ipv6 udp punt show |  Samvel Vartapetov | 1 | -1/+1 |
2024-02-18 | udp: use transport port refcnt on accept |  Florin Coras | 3 | -2/+11 |
2024-02-16 | udp: unregister ports on all cleanups |  Florin Coras | 1 | -4/+3 |
2024-02-07 | udp: add cli to dump transport ports |  Florin Coras | 1 | -0/+92 |
2024-01-25 | udp: update rx sw_if_index to ip-local selected one |  Florin Coras | 1 | -0/+4 |
2024-01-09 | session: support for cl port reuse |  Florin Coras | 1 | -12/+19 |
2023-09-23 | udp: fix udp encap tracing |  Dmitry Valter | 1 | -2/+2 |
2023-09-04 | udp: buffer packets for connections in accepting state |  Florin Coras | 1 | -1/+2 |
2023-08-09 | session: async rx event notifications |  Florin Coras | 1 | -10/+5 |
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-06-05 | udp: improve port validity check |  Benoît Ganne | 2 | -13/+14 |
2023-05-25 | udp: fix local port reuse check |  Florin Coras | 1 | -2/+4 |
2023-05-15 | udp: improvements to connection format fn |  Florin Coras | 1 | -3/+6 |
2023-03-24 | udp: fix udp_local length errors accounting |  Vladislav Grishenko | 1 | -31/+64 |
2023-03-13 | udp: Use udp_output_get_connection instead of udp_connection_get |  Steven Luong | 1 | -12/+11 |
2023-03-07 | udp: crash in format_udp_connection |  Steven Luong | 1 | -1/+1 |
2023-03-01 | udp: fix optimistic assert for UDP RX |  Mohammed Hawari | 2 | -1/+6 |
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 | 2 | -0/+15 |
2023-01-10 | udp: initialize gso_size on dgram enqueue |  Florin Coras | 1 | -0/+1 |
2022-12-20 | udp: fix tx handling of non-connected sessions |  Florin Coras | 2 | -27/+31 |
2022-11-29 | udp: refactor port allocation and sharing |  Florin Coras | 4 | -72/+28 |
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 | 2 | -18/+19 |
2022-10-25 | udp: postpone cleanup of udp connections |  Florin Coras | 2 | -2/+48 |
2022-10-20 | udp: support for disabling tx csum |  Florin Coras | 5 | -4/+62 |
2022-10-19 | udp: explicit udp output node |  Florin Coras | 4 | -12/+282 |
2022-09-30 | udp: add udp encap source port entropy support |  Vladislav Grishenko | 6 | -33/+151 |
2022-08-31 | udp: store mss and sw_if_index to udp_connection_t |  Steven Luong | 4 | -4/+11 |
2022-06-08 | udp: add cli to dump registered ports |  Benoît Ganne | 1 | -0/+93 |
2022-05-05 | udp: remove buggy assert in udp encap |  Benoît Ganne | 1 | -2/+0 |
2022-04-04 | vppinfra: make _vec_len() read-only |  Damjan Marion | 1 | -1/+1 |
2022-04-04 | udp: use pool safe reallocs |  Florin Coras | 3 | -81/+8 |
2022-03-30 | udp: fix inner packet checksum calculation in udp-encap |  Mauro Sardara | 4 | -41/+103 |
2022-03-22 | session: use safe realloc for pools |  Florin Coras | 1 | -5/+1 |
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 |