Age | Commit message (Expand) | Author | Files | Lines |
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 |
2021-06-30 | ipsec: Derive the TUNNEL_V6 flag from the configured address types | Neale Ranns | 2 | -1/+8 |
2021-06-29 | session: free ctrl event data on connect rpc | Florin Coras | 1 | -0/+1 |
2021-06-29 | ipsec: Fix setting the hi-sequence number for decrypt | Neale Ranns | 7 | -135/+229 |
2021-06-29 | tcp: add ACK flag to RST packet | liuyacan | 1 | -1/+1 |
2021-06-29 | ipsec: increment SPD policy counters for bypass and discard actions in ipsec4... | Zachary Leaf | 1 | -0/+20 |
2021-06-28 | ipsec: Split the SA add_del API into an separate add and del | Neale Ranns | 2 | -36/+98 |
2021-06-24 | session: fix session formated str output truncated in cli | Xiaoming Jiang | 2 | -12/+16 |
2021-06-24 | l2: api cleanup | Filip Tehlar | 4 | -93/+19 |
2021-06-23 | virtio: api cleanup | Filip Tehlar | 3 | -50/+13 |
2021-06-23 | mpls: api cleanup | Filip Tehlar | 3 | -59/+10 |
2021-06-23 | span: api cleanup | Filip Tehlar | 3 | -59/+16 |
2021-06-22 | syslog: api cleanup | Filip Tehlar | 3 | -47/+8 |
2021-06-22 | tcp: api cleanup | Filip Tehlar | 3 | -44/+9 |
2021-06-22 | session: avoid reordering unlisten and connect msg | Florin Coras | 1 | -6/+33 |
2021-06-22 | virtio: api cleanup | Filip Tehlar | 2 | -55/+9 |
2021-06-22 | misc: punt: api cleanup | Filip Tehlar | 3 | -49/+9 |
2021-06-22 | devices: af_packet api cleanup | Filip Tehlar | 2 | -54/+8 |