Age | Commit message (Expand) | Author | Files | Lines |
2021-08-17 | build: install ethernet/ethernet_types_api.h |  Mohammed Hawari | 1 | -0/+1 |
2021-08-14 | ip: Fix crash in ip address add on sub-int without exact-match |  Pim van Pelt | 4 | -12/+32 |
2021-08-13 | ip: punt redirect add nh in api |  Nathan Skrzypczak | 9 | -100/+243 |
2021-08-13 | ip: source address selection |  Ole Troan | 5 | -34/+261 |
2021-08-12 | session vcl: cert key add/del with socket api |  Florin Coras | 3 | -0/+101 |
2021-08-11 | svm: make more fifo segment header fields private |  Florin Coras | 1 | -4/+4 |
2021-08-11 | fib: Compiile time option to use 8-8-8-8 stride tries for FIB rather |  Neale Ranns | 2 | -0/+123 |
2021-08-11 | fib: A 16-8-8 and a 8-8-8-8 versions of an ip4_fib_t |  Neale Ranns | 13 | -417/+932 |
2021-08-11 | ip: [re]introduce the 8-8-8-8 stride MTRIE |  Neale Ranns | 3 | -64/+229 |
2021-08-11 | ip: Rename the ip4 mtrie function to be 16_8_8 specific |  Neale Ranns | 4 | -218/+202 |
2021-08-10 | misc: do not capture tx packets twice |  Benoît Ganne | 1 | -13/+30 |
2021-08-10 | ip: Use the IP4 lookup functions |  Neale Ranns | 4 | -125/+61 |
2021-08-10 | ip: Remove the 'test lookup' CLI command |  Neale Ranns | 1 | -97/+0 |
2021-08-09 | ip6-nd: only respond to RS if sending RA is enabled |  Ole Troan | 1 | -1/+6 |
2021-08-05 | classify: fix parsing for l4 match |  Benoît Ganne | 1 | -1/+1 |
2021-08-05 | ip: fix ip punt redirect cli |  Benoît Ganne | 2 | -13/+12 |
2021-07-29 | ip: add api test file |  Filip Tehlar | 1 | -0/+1527 |
2021-07-29 | ipsec: move startup config to common file |  Zachary Leaf | 3 | -51/+55 |
2021-07-28 | gre: set proper fib index for unnumbered interfaces, unset fib index before f... |  Stanislav Zaikin | 5 | -7/+67 |
2021-07-27 | udp: add option to disable icmp unreachables |  Florin Coras | 3 | -82/+49 |
2021-07-24 | session: avoid vpp deadlock due to app crash |  liuyacan | 1 | -0/+6 |
2021-07-23 | session vcl: support abstract sockets for app ns |  Florin Coras | 4 | -16/+132 |
2021-07-22 | session vcl: explit mq indices in ctrl messages |  Florin Coras | 2 | -3/+5 |
2021-07-22 | vppinfra: add abstract socket & netns fns |  Nathan Skrzypczak | 1 | -32/+14 |
2021-07-22 | interface: Byte swap the duplex value in interface details |  Neale Ranns | 1 | -2/+2 |
2021-07-21 | session: fix unlisten rpc barrier release |  Florin Coras | 1 | -4/+5 |
2021-07-19 | session: option to use memfd segs for builtin apps |  Florin Coras | 2 | -41/+43 |
2021-07-16 | vlib: add tunnel offload flags for vlib_buffer_t |  Mohsin Kazmi | 2 | -3/+18 |
2021-07-16 | ip6-nd: refactor neighbour advertisement code |  Mohsin Kazmi | 2 | -61/+104 |
2021-07-15 | ip-neighbor: GARP sent to bogus ip address |  Steven Luong | 1 | -2/+2 |
2021-07-15 | misc: replace CLIB_PREFETCH with clib_prefetch_{load,store} |  Damjan Marion | 36 | -140/+142 |
2021-07-14 | ip: fix check_adj_port_range_x1 |  Damjan Marion | 1 | -2/+2 |
2021-07-14 | classify: cheaper way to check if all elements are zero |  Damjan Marion | 1 | -1/+1 |
2021-07-14 | ip: improve check_adj_port_range_x1 |  Damjan Marion | 1 | -35/+5 |
2021-07-13 | vppinfra: put each vector function into own file |  Damjan Marion | 1 | -1/+2 |
2021-07-13 | misc: remove vnet_all_api_h and vnet_msg_enum |  Filip Tehlar | 8 | -128/+0 |
2021-07-13 | fib: Set the GLEAN flag on attached export routes so that the SAS works |  Neale Ranns | 4 | -38/+63 |
2021-07-13 | tcp session: next node config on connects |  Florin Coras | 2 | -3/+9 |
2021-07-13 | misc: fix init order to avoid startup warnings |  Bin Zhou (bzhou2) | 2 | -19/+6 |
2021-07-12 | session: api cleanup |  Filip Tehlar | 3 | -75/+34 |
2021-07-08 | session: allow listen in any fib if default namespace |  Florin Coras | 3 | -3/+12 |
2021-07-08 | interface: unable to to assign tx queue to last worker thread |  Steven Luong | 1 | -4/+3 |
2021-07-08 | tap: Set the MTU on the TUN deivce |  Neale Ranns | 1 | -0/+13 |
2021-07-06 | tcp: use tcp output for half open connections |  Florin Coras | 1 | -39/+12 |
2021-07-06 | tcp: use main thread pool for half-opens |  Florin Coras | 5 | -146/+29 |
2021-07-02 | ipsec: ADD/update IPSec documentation |  Neale Ranns | 1 | -0/+199 |
2021-07-02 | interface: api cleanup |  Filip Tehlar | 2 | -43/+17 |
2021-07-02 | sr: do not use vnet_all_api.h |  Filip Tehlar | 2 | -34/+33 |
2021-07-02 | misc: Don't IPv[46] enable local0, it doesn't receive packets. |  Neale Ranns | 1 | -5/+0 |
2021-07-01 | ip: api cleanup |  Filip Tehlar | 3 | -98/+21 |