Age | Commit message (Expand) | Author | Files | Lines |
2023-11-08 | dev: interrupt mode support |  Damjan Marion | 10 | -154/+306 |
2023-11-07 | af_packet: remove UNIX_FILE_EVENT_EDGE_TRIGGERED flag |  Artem Glazychev | 1 | -1/+0 |
2023-11-07 | flowprobe: fix clearing interface state on feature disabling |  Alexander Chernavin | 1 | -0/+3 |
2023-11-07 | build: disable bogus warnings for GCC 12 |  Jieqiang Wang | 1 | -0/+8 |
2023-11-07 | misc: silence -Wmaybe-uninitialized warnings |  Jieqiang Wang | 4 | -4/+4 |
2023-11-06 | vppinfra: fix ASAN issue in vec_foreach_pointer and pool_foreach_pointer |  Damjan Marion | 2 | -5/+6 |
2023-11-06 | ipsec: delete redundant code |  Dengfeng Liu | 1 | -4/+0 |
2023-11-06 | dpdk: correct the printing of Rx offloading flags |  Jieqiang Wang | 1 | -1/+1 |
2023-11-06 | pci: remove unnecessary ioctl() call and improve logging in vfio_set_irqs |  Damjan Marion | 3 | -34/+49 |
2023-11-06 | pci: fix VFIO set IRQ code |  Damjan Marion | 1 | -2/+2 |
2023-11-04 | bonding: add checks for sw_if_index in api |  Stanislav Zaikin | 1 | -0/+12 |
2023-11-03 | vppinfra: refactor interrupt code |  Damjan Marion | 11 | -165/+127 |
2023-11-03 | dev: strip debig log function name prefix during compilation |  Damjan Marion | 6 | -32/+14 |
2023-11-02 | tcp: fix reset w pkt |  Florin Coras | 1 | -24/+3 |
2023-11-02 | iavf: new driver using new dev infra |  Damjan Marion | 16 | -4/+4582 |
2023-11-02 | dev: new device driver infra |  Damjan Marion | 33 | -5/+5454 |
2023-11-01 | tcp: remove redundant ack checks |  Florin Coras | 1 | -18/+0 |
2023-11-01 | tcp: allow ooo data in syn-rcvd |  Florin Coras | 1 | -9/+0 |
2023-11-01 | tcp: postpone cleanup on connect failures |  Florin Coras | 1 | -2/+6 |
2023-10-31 | hsa: use common app session interface in echo tests |  Filip Tehlar | 4 | -86/+56 |
2023-10-31 | ipsec: separate UDP and UDP-encapsulated ESP packet processing |  vinay tripathi | 1 | -8/+33 |
2023-10-31 | ipsec: move udp/esp packet processing in the inline function ipsec_esp_packet... |  vinay tripathi | 1 | -174/+181 |
2023-10-30 | hsa: preallocate sessions on server side |  Filip Tehlar | 1 | -107/+110 |
2023-10-30 | vcl: propagate correctly EADDRINUSE for UDP bind |  Mohammed Hawari | 1 | -2/+6 |
2023-10-30 | ipsec: huge anti-replay window support |  Maxime Peim | 13 | -178/+695 |
2023-10-30 | flowprobe: fix accumulation of tcp flags in flow entries |  Alexander Chernavin | 1 | -0/+1 |
2023-10-27 | session: fix bind replies with errors |  Florin Coras | 1 | -1/+1 |
2023-10-27 | hsa: fix coverity warning |  Filip Tehlar | 1 | -0/+5 |
2023-10-26 | devices: remove unused code |  Damjan Marion | 4 | -39/+0 |
2023-10-26 | hsa: unify echo test setup |  Filip Tehlar | 10 | -544/+1026 |
2023-10-26 | build: allow for reproducible builds |  Andrew Yourtchenko | 1 | -1/+16 |
2023-10-25 | lisp: fix missing symbol issue |  Damjan Marion | 2 | -3/+0 |
2023-10-25 | buffers: buffer name is vector, not c string |  Damjan Marion | 1 | -6/+7 |
2023-10-25 | marvell: fix compilation issues |  Damjan Marion | 3 | -9/+4 |
2023-10-25 | fib: only update glean for interface if necessary |  Matthew Smith | 2 | -8/+81 |
2023-10-24 | crypto: fix algo selection |  Dmitry Valter | 1 | -1/+4 |
2023-10-18 | flowprobe: fix sending L4 fields in L2 template and flows |  Alexander Chernavin | 2 | -3/+13 |
2023-10-18 | memif: contention between memif_disconnect and memif RX/TX threads |  Steven Luong | 1 | -0/+11 |
2023-10-17 | buffers: introduce vlib_buffer_template_t |  Damjan Marion | 4 | -79/+91 |
2023-10-16 | tcp: initialize connection index on rst w packet |  Florin Coras | 1 | -0/+1 |
2023-10-16 | tcp: allow fins in syns in syn-rcvd |  Florin Coras | 1 | -7/+11 |
2023-10-16 | tcp: handle syn-ack in fin-wait-2 in rcv process |  Florin Coras | 1 | -0/+2 |
2023-10-16 | ip-neighbor: do not use sas to determine NS source address |  Ole Troan | 1 | -2/+3 |
2023-10-16 | flowprobe: fix corrupted packets sent after feature disabling |  Alexander Chernavin | 3 | -2/+54 |
2023-10-16 | nat: add ipfix rate-limiter for nat44-ed, nat44-ei and nat64 |  Vladislav Grishenko | 3 | -5/+54 |
2023-10-16 | npt66: icmp6 alg to handle icmp6 error messages |  Ole Troan | 1 | -1/+76 |
2023-10-16 | ip-neighbor: add ip neighbor flush |  Ole Troan | 1 | -2/+11 |
2023-10-14 | feature: remove unused code |  Damjan Marion | 13 | -162/+29 |
2023-10-13 | linux-cp: check if lcp_itf_pair exists before creating tap |  Stanislav Zaikin | 1 | -0/+9 |
2023-10-13 | ethernet: run callbacks for subifs too when mac changes |  Alexander Chernavin | 1 | -1/+10 |