Age | Commit message (Expand) | Author | Files | Lines |
2021-07-14 | nat: adding support for icmp-error msg | Filip Varga | 1 | -0/+35 |
2021-07-14 | vppinfra: remove old and unused vector macros and inlines | Damjan Marion | 3 | -257/+0 |
2021-07-14 | api: fix memory error in multi-thread environment | Xiaoming Jiang | 1 | -1/+7 |
2021-07-14 | vcl:fix segfault when unshare NO_MQ session | liuyacan | 1 | -1/+2 |
2021-07-14 | nat: refactoring NAT44ED cfg functions | Filip Varga | 5 | -355/+502 |
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: fix saturate add/sub NEON wrappers | Lijian.Zhang | 1 | -40/+60 |
2021-07-13 | vppinfra: put each vector function into own file | Damjan Marion | 9 | -81/+94 |
2021-07-13 | misc: remove vnet_all_api_h and vnet_msg_enum | Filip Tehlar | 11 | -135/+3 |
2021-07-13 | fib: Set the GLEAN flag on attached export routes so that the SAS works | Neale Ranns | 6 | -39/+77 |
2021-07-13 | tcp session: next node config on connects | Florin Coras | 2 | -3/+9 |
2021-07-13 | mss_clamp: coverity test fix | Miklos Tirpak | 1 | -3/+6 |
2021-07-13 | misc: fix init order to avoid startup warnings | Bin Zhou (bzhou2) | 4 | -27/+14 |
2021-07-13 | dpdk: add base-virtaddr config option | Robert Shearman | 1 | -1/+4 |
2021-07-13 | vppinfra: fix SIGSEGV in clib_mem_vm_unmap | chenqijun | 1 | -4/+6 |
2021-07-12 | papi: remove shared memory transport | Ole Troan | 8 | -159/+7 |
2021-07-12 | session: api cleanup | Filip Tehlar | 9 | -441/+117 |
2021-07-09 | gso: add ipsec tunnel tests | Mohsin Kazmi | 1 | -0/+247 |
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-06 | l3xc: reset dpo on delete | Benoît Ganne | 1 | -0/+1 |
2021-07-06 | vcl: fix packetdrill test error | wanghanlin | 1 | -1/+1 |
2021-07-06 | vcl: print current app state for timeout | wanghanlin | 1 | -2/+2 |
2021-07-06 | vcl: fix return value check for ldp_fd_to_vlsh | wanghanlin | 1 | -3/+3 |
2021-07-06 | vrrp: Fix for test-all testcases failure. | Rajaselvam | 1 | -18/+16 |
2021-07-02 | build: remove unused files and sections | Damjan Marion | 8 | -315/+0 |
2021-07-02 | ipsec: ADD/update IPSec documentation | Neale Ranns | 2 | -0/+200 |
2021-07-02 | interface: api cleanup | Filip Tehlar | 4 | -1439/+36 |
2021-07-02 | sr: do not use vnet_all_api.h | Filip Tehlar | 2 | -34/+33 |
2021-07-02 | vlib: fix buffer pool alignment size | Tianyu Li | 1 | -1/+1 |
2021-07-02 | crypto: fix sw async crypto with chained buffers | Benoît Ganne | 1 | -31/+30 |
2021-07-02 | misc: Don't IPv[46] enable local0, it doesn't receive packets. | Neale Ranns | 1 | -5/+0 |
2021-07-01 | vmxnet3: support manual thread assignment to tx queue | Steven Luong | 3 | -18/+26 |
2021-07-01 | ip: api cleanup | Filip Tehlar | 5 | -1693/+88 |
2021-06-30 | memif: fix tx desc length for chained buffers in copy mode | Benoît Ganne | 1 | -0/+1 |
2021-06-30 | rdma: fix chained buffer tx path in dv mode | Benoît Ganne | 1 | -24/+20 |
2021-06-30 | memif: fix chain buffer length in zero-copy mode | Benoît Ganne | 1 | -0/+1 |
2021-06-30 | vcl: coverity fixes | Florin Coras | 1 | -1/+1 |
2021-06-30 | ipsec: Derive the TUNNEL_V6 flag from the configured address types | Neale Ranns | 3 | -3/+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 | 9 | -327/+1245 |
2021-06-29 | tcp: add ACK flag to RST packet | liuyacan | 1 | -1/+1 |
2021-06-29 | vcl: improvements to epoll lt | Florin Coras | 3 | -52/+85 |
2021-06-29 | ipsec: increment SPD policy counters for bypass and discard actions in ipsec4... | Zachary Leaf | 1 | -0/+20 |
2021-06-29 | vcl: Don't use app_socket_api to notify VPP in parent when child exited | wanghanlin | 1 | -1/+5 |