Age | Commit message (Expand) | Author | Files | Lines |
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 | 2 | -2/+21 |
2021-08-06 | tls: avoid picotls buffer allocs on rx | Florin Coras | 2 | -3/+9 |
2021-08-06 | tls: avoid ptls ctx free on transport close | Florin Coras | 1 | -2/+1 |
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-08-05 | nat: nat44-ed disable protection for api/cli | Filip Varga | 4 | -60/+67 |
2021-08-04 | vppinfra: fix the array mask function | Mohsin Kazmi | 2 | -2/+20 |
2021-08-04 | memif: fix offset | Artem Glazychev | 1 | -1/+1 |
2021-08-03 | quic: do not update crypto keys from workers | Aloys Augustin | 3 | -20/+59 |
2021-08-03 | tls: picotls handle accept failures | Florin Coras | 1 | -3/+15 |
2021-08-02 | vcl: fix sendto for dgrams | liuyacan | 1 | -4/+4 |
2021-08-02 | vcl: fix sleep time in ldp_pselect() | liuyacan | 1 | -1/+2 |
2021-07-31 | vcl: fix ldp for __recv_chk socket calls | Sivaprasad Tummala | 2 | -0/+17 |
2021-07-30 | tls: picotls rx fixes and improvements | Florin Coras | 2 | -149/+126 |
2021-07-29 | vcl: move vls pool lock to process local state | Florin Coras | 1 | -6/+7 |
2021-07-29 | vcl: vls cleanup and more docs | Florin Coras | 1 | -101/+167 |
2021-07-29 | ip: add api test file | Filip Tehlar | 3 | -0/+1541 |
2021-07-29 | nat: fix ICMP checksum validation | Klement Sekera | 2 | -9/+53 |
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 | 6 | -14/+76 |
2021-07-28 | dpdk: fix cryptodev raw data path dequeue | Fan Zhang | 1 | -0/+40 |
2021-07-27 | vppinfra: introduce CLIB_CACHE_PREFETCH_BYTES | Damjan Marion | 3 | -70/+56 |
2021-07-27 | vlib: don't ASSERT(vm) in worker thread bootstrap | Dave Barach | 1 | -2/+4 |
2021-07-27 | vcl: configure the cert-key pair from app | Sivaprasad Tummala | 1 | -4/+4 |
2021-07-27 | vppinfra: fix sock init netns | Nathan Skrzypczak | 1 | -1/+5 |
2021-07-27 | udp: add option to disable icmp unreachables | Florin Coras | 3 | -82/+49 |
2021-07-27 | vcl: fix some risk after fork() | liuyacan | 1 | -9/+17 |
2021-07-25 | vcl: fix shutdown deadlock issue | liuyacan | 1 | -1/+1 |
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 | 5 | -18/+21 |
2021-07-22 | vppinfra: add abstract socket & netns fns | Nathan Skrzypczak | 7 | -58/+164 |
2021-07-22 | nat: nat44-ed configuration refactor & cleanup | Filip Varga | 9 | -896/+1195 |
2021-07-22 | api: enable trace / replay flag on messages | Ole Troan | 1 | -0/+2 |
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-21 | hsa: separate ctrl and test session accept vcl server | Florin Coras | 1 | -1/+43 |
2021-07-19 | session: option to use memfd segs for builtin apps | Florin Coras | 2 | -41/+43 |
2021-07-19 | nat: harden ICMP handling | Klement Sekera | 5 | -49/+114 |
2021-07-16 | vppinfra: remove pool_foreach_old, pool_foreach_index_old, clib_bitmap_foreac... | Damjan Marion | 2 | -28/+0 |
2021-07-16 | build: fix formatting of CMake config output | Damjan Marion | 2 | -13/+15 |
2021-07-16 | vlib: add tunnel offload flags for vlib_buffer_t | Mohsin Kazmi | 2 | -3/+18 |
2021-07-16 | dpdk: improve tx offload formatting | Mohsin Kazmi | 1 | -16/+32 |
2021-07-16 | snort: snort3 plugin and DAQ | Damjan Marion | 9 | -0/+2331 |
2021-07-16 | vppinfra: add array mask func | Mohsin Kazmi | 3 | -0/+185 |
2021-07-16 | ip6-nd: refactor neighbour advertisement code | Mohsin Kazmi | 2 | -61/+104 |
2021-07-15 | dpdk: enable RX interrupts for the virtio driver | Robert Shearman | 1 | -0/+8 |
2021-07-15 | ip-neighbor: GARP sent to bogus ip address | Steven Luong | 1 | -2/+2 |
2021-07-15 | vppinfra: fix the vector funcs test for march variants | Mohsin Kazmi | 1 | -1/+12 |