Age | Commit message (Expand) | Author | Files | Lines |
2023-06-22 | tcp: options support into pg |  Maxime Peim | 2 | -58/+210 |
2023-06-21 | session: mark half-open transport closed on ntf |  Florin Coras | 1 | -3/+3 |
2023-06-13 | vppapigen: fix crash with autoendian arrays |  Dave Wallace | 1 | -2/+1 |
2023-06-08 | tcp: cleanup next nodes and drop logic |  Florin Coras | 2 | -136/+60 |
2023-06-08 | crypto: use fixed crypto frame pool |  gaoginskx | 5 | -8/+42 |
2023-06-05 | udp: improve port validity check |  Benoît Ganne | 2 | -13/+14 |
2023-06-02 | session: cleanup cless listeners from session lookup |  Florin Coras | 1 | -1/+8 |
2023-06-01 | crypto: make crypto-dispatch node working in adaptive mode |  Xiaoming Jiang | 9 | -216/+30 |
2023-05-31 | fib: fix memory leak in fib_attached_export_purge |  Stanislav Zaikin | 1 | -0/+1 |
2023-05-30 | virtio: fix the packet buffering initialization order |  Mohsin Kazmi | 2 | -11/+21 |
2023-05-29 | ipsec: fix ipsec_set_next_index set with wrong sa index when async frame comm... |  Xiaoming Jiang | 3 | -27/+39 |
2023-05-26 | tls: fix memory leak when client/server init error |  Xiaoming Jiang | 1 | -2/+18 |
2023-05-25 | udp: fix local port reuse check |  Florin Coras | 1 | -2/+4 |
2023-05-24 | hash: add hash documentation |  Mohsin Kazmi | 1 | -0/+90 |
2023-05-22 | teib: fix nh-table-id |  Stanislav Zaikin | 1 | -41/+38 |
2023-05-21 | mpls: implement state change callbacks |  Adrian Pistol | 2 | -5/+37 |
2023-05-21 | ip-neighbor: fix aged neighbor probe |  Sergio Gonzalez Monroy | 1 | -2/+2 |
2023-05-19 | fib: fix load-balance and replicate dpos buckets overflow |  Benoît Ganne | 4 | -9/+53 |
2023-05-19 | interface: add the transmit queue infrastructure document |  Mohsin Kazmi | 1 | -0/+159 |
2023-05-16 | ip_session_redirect: add session redirect plugin |  Benoît Ganne | 2 | -2/+4 |
2023-05-16 | ethernet: fix adding p2p ethernet crash |  Xiaoming Jiang | 1 | -5/+6 |
2023-05-16 | flow: fix wrong to use ntohl function to u64 type variable |  Yulong Pei | 1 | -1/+1 |
2023-05-15 | udp: improvements to connection format fn |  Florin Coras | 1 | -3/+6 |
2023-05-15 | ip: allow overriding fib index in reass |  Florin Coras | 2 | -6/+10 |
2023-05-12 | gre: move to a plugin |  Chuhao Tang | 10 | -3222/+0 |
2023-05-04 | session: cleanup ho lookup table on close |  Florin Coras | 2 | -6/+39 |
2023-04-28 | session: update due to clib_socket refactoring |  Nathan Skrzypczak | 5 | -59/+134 |
2023-04-26 | ip: change icmp4 throttle |  Ole Troan | 1 | -1/+1 |
2023-04-25 | api: Mark old message versions as deprecated |  Ondrej Fabry | 1 | -0/+4 |
2023-04-21 | tcp: remove unused code |  Filip Tehlar | 2 | -7/+0 |
2023-04-20 | tcp: fix tcp packet trace |  Filip Tehlar | 1 | -38/+59 |
2023-04-19 | session: fix app_listener memory leak if session listen failed |  Xiaoming Jiang | 1 | -0/+2 |
2023-04-12 | ip: punt socket - take the tags in Ethernet header into consideration |  Andrew Yourtchenko | 1 | -1/+2 |
2023-04-12 | misc: change of address |  Mohsin Kazmi | 4 | -4/+4 |
2023-04-04 | session: fix ct connect session flush assert |  Florin Coras | 1 | -2/+4 |
2023-03-31 | ip: support flow-hash gtpv1teid |  Takeru Hayasaka | 8 | -14/+98 |
2023-03-30 | session: async flush of pending connects to workers |  Florin Coras | 1 | -32/+109 |
2023-03-24 | api: Remove deprecated message from API |  Ondrej Fabry | 3 | -57/+0 |
2023-03-24 | udp: fix udp_local length errors accounting |  Vladislav Grishenko | 1 | -31/+64 |
2023-03-24 | session: fix session node switching to interrupt mode failded if no user events |  Xiaoming Jiang | 1 | -2/+2 |
2023-03-23 | session: fix formatting of half open sessions |  Florin Coras | 1 | -2/+1 |
2023-03-23 | ipsec: make pre-shared keys harder to misuse |  Benoît Ganne | 8 | -137/+122 |
2023-03-23 | ipsec: add per-SA error counters |  Arthur de Kerhor | 11 | -115/+337 |
2023-03-23 | vnet: throttling configuration improvement |  Maxime Peim | 6 | -18/+14 |
2023-03-22 | session: add session stats |  Filip Tehlar | 5 | -13/+99 |
2023-03-20 | ipsec: set fast path 5tuple ip addresses based on sa traffic selector values |  Piotr Bronowski | 1 | -4/+35 |
2023-03-18 | vppinfra: fix corner-cases in bihash lookup |  Dave Barach | 1 | -1/+1 |
2023-03-16 | session: support active opens with same source port |  Florin Coras | 2 | -3/+14 |
2023-03-14 | session vcl: refactor builtin tx event for main tx |  Florin Coras | 7 | -30/+33 |
2023-03-14 | session: pre-alloc required dma batches |  Marvin Liu | 2 | -0/+3 |