Age | Commit message (Expand) | Author | Files | Lines |
2023-11-16 | dev: device and port specific args |  Damjan Marion | 11 | -7/+404 |
2023-11-13 | dev: add change_max_rx_frame_size capability |  Damjan Marion | 7 | -26/+50 |
2023-11-10 | tls: fix forced ho cleanup |  Florin Coras | 1 | -3/+13 |
2023-11-09 | tls: fix handling of client and server init errors |  Florin Coras | 1 | -11/+9 |
2023-11-09 | ipsec: IPsec fix constant propagation |  Maxime Peim | 1 | -2/+3 |
2023-11-08 | tls: avoid reads after tcp transport removed |  Florin Coras | 1 | -4/+18 |
2023-11-08 | dev: remove unused code |  Damjan Marion | 3 | -37/+0 |
2023-11-08 | dev: interrupt mode support |  Damjan Marion | 10 | -154/+306 |
2023-11-07 | misc: silence -Wmaybe-uninitialized warnings |  Jieqiang Wang | 2 | -2/+2 |
2023-11-06 | ipsec: delete redundant code |  Dengfeng Liu | 1 | -4/+0 |
2023-11-04 | bonding: add checks for sw_if_index in api |  Stanislav Zaikin | 1 | -0/+12 |
2023-11-03 | vppinfra: refactor interrupt code |  Damjan Marion | 2 | -7/+4 |
2023-11-03 | dev: strip debig log function name prefix during compilation |  Damjan Marion | 3 | -8/+4 |
2023-11-02 | tcp: fix reset w pkt |  Florin Coras | 1 | -24/+3 |
2023-11-02 | dev: new device driver infra |  Damjan Marion | 29 | -1/+5387 |
2023-11-01 | tcp: remove redundant ack checks |  Florin Coras | 1 | -18/+0 |
2023-11-01 | tcp: allow ooo data in syn-rcvd |  Florin Coras | 1 | -9/+0 |
2023-11-01 | tcp: postpone cleanup on connect failures |  Florin Coras | 1 | -2/+6 |
2023-10-31 | ipsec: separate UDP and UDP-encapsulated ESP packet processing |  vinay tripathi | 1 | -8/+33 |
2023-10-31 | ipsec: move udp/esp packet processing in the inline function ipsec_esp_packet... |  vinay tripathi | 1 | -174/+181 |
2023-10-30 | ipsec: huge anti-replay window support |  Maxime Peim | 10 | -168/+680 |
2023-10-27 | session: fix bind replies with errors |  Florin Coras | 1 | -1/+1 |
2023-10-26 | devices: remove unused code |  Damjan Marion | 2 | -19/+0 |
2023-10-25 | fib: only update glean for interface if necessary |  Matthew Smith | 2 | -8/+81 |
2023-10-24 | crypto: fix algo selection |  Dmitry Valter | 1 | -1/+4 |
2023-10-16 | tcp: initialize connection index on rst w packet |  Florin Coras | 1 | -0/+1 |
2023-10-16 | tcp: allow fins in syns in syn-rcvd |  Florin Coras | 1 | -7/+11 |
2023-10-16 | tcp: handle syn-ack in fin-wait-2 in rcv process |  Florin Coras | 1 | -0/+2 |
2023-10-16 | ip-neighbor: do not use sas to determine NS source address |  Ole Troan | 1 | -2/+3 |
2023-10-16 | ip-neighbor: add ip neighbor flush |  Ole Troan | 1 | -2/+11 |
2023-10-14 | feature: remove unused code |  Damjan Marion | 5 | -136/+4 |
2023-10-13 | ethernet: run callbacks for subifs too when mac changes |  Alexander Chernavin | 1 | -1/+10 |
2023-10-12 | session: fix duplicate rx events |  Florin Coras | 1 | -10/+0 |
2023-10-12 | session: ignore connecting half_open session in session_tx_fifo_dequeue_internal |  Steven Luong | 1 | -1/+3 |
2023-10-11 | session: ignore app rx ntf if transport closed |  Florin Coras | 1 | -1/+1 |
2023-10-11 | session: fix tx deq ntf assert for cl |  Florin Coras | 1 | -1/+1 |
2023-10-10 | session: maintain old state on premature close |  Florin Coras | 1 | -7/+14 |
2023-10-08 | tls: report error if connected cannot be initialized |  Florin Coras | 1 | -4/+6 |
2023-10-08 | tls: no read after app close |  Florin Coras | 1 | -1/+1 |
2023-10-07 | session: propagate delayed rx evts after connect/accept |  Florin Coras | 1 | -5/+20 |
2023-10-07 | session: handle accept and connect errors |  Florin Coras | 2 | -6/+29 |
2023-10-03 | session: make port range configurable |  Nathan Skrzypczak | 3 | -1/+16 |
2023-10-02 | tls: limit openssl engine max read burst |  Florin Coras | 1 | -1/+1 |
2023-10-02 | tls: fix formatting of half open connections |  Florin Coras | 1 | -0/+1 |
2023-10-01 | flow dpdk avf: add support for using l2tpv3 as RSS type |  Xinyao Cai | 1 | -0/+1 |
2023-10-01 | fib: Crash when specify a big prefix length from CLI. |  Gavril Florian | 4 | -1/+33 |
2023-09-26 | tls: init connection for prealloced app sessions |  Florin Coras | 1 | -0/+3 |
2023-09-26 | fib: fix mpls label dpo drop proto |  Vladislav Grishenko | 1 | -2/+2 |
2023-09-25 | fib: fix mpls label dpo packets prefetching |  Vladislav Grishenko | 1 | -16/+16 |
2023-09-24 | fib: Don't use an address from an attached prefix when sending ARP requests. |  Neale Ranns | 2 | -4/+12 |