Age | Commit message (Expand) | Author | Files | Lines |
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 |
2023-03-14 | session: format transport connection flags |  Florin Coras | 2 | -18/+59 |
2023-03-14 | session: cleanup lcl endpt freelist before all alloc |  Florin Coras | 1 | -4/+5 |
2023-03-14 | memif: don't leak error strings in API handlers |  Damjan Marion | 1 | -0/+8 |
2023-03-13 | udp: Use udp_output_get_connection instead of udp_connection_get |  Steven Luong | 1 | -12/+11 |
2023-03-08 | session: Use session->thread_index to correctly retrieve the session |  Steven Luong | 1 | -1/+3 |
2023-03-07 | udp: crash in format_udp_connection |  Steven Luong | 1 | -1/+1 |
2023-03-06 | tcp: allow syns in closed state |  Florin Coras | 1 | -2/+3 |
2023-03-06 | interface: more cleaning after set flags is failed in vnet_create_sw_interface |  varasteh | 1 | -0/+1 |
2023-03-06 | interface: add the missing tag keyword in the cli helper |  Mohsin Kazmi | 1 | -1/+2 |
2023-03-06 | crypto: remove VNET_CRYPTO_OP_FLAG_INIT_IV flag |  Benoît Ganne | 1 | -3/+2 |
2023-03-06 | flow dpdk: introduce IP in IP support for flow |  Xinyao Cai | 2 | -9/+156 |
2023-03-06 | crypto: make it easier to diagnose keys use-after-free |  Benoît Ganne | 1 | -2/+2 |
2023-03-06 | interface: fix 4 or more interfaces equality comparison bug with xor operatio... |  lijinhui | 1 | -5/+4 |
2023-03-01 | docs: fixed to use unified "pcap trace" command |  Nobuhiro MIKI | 2 | -4/+4 |
2023-03-01 | udp: fix optimistic assert for UDP RX |  Mohammed Hawari | 2 | -1/+6 |