Age | Commit message (Expand) | Author | Files | Lines |
2020-07-29 | tcp: process syn in close-wait | Florin Coras | 1 | -0/+1 |
2020-07-28 | bonding: toggle bond admin state may cause hw link state to down | Steven Luong | 1 | -1/+1 |
2020-07-28 | ip: svr: improve performance for non-fragments | Klement Sekera | 1 | -0/+206 |
2020-07-28 | ip: fix punt cli to only consumes a line of input | Benoît Ganne | 1 | -4/+25 |
2020-07-28 | http_static: fix session cleanup | Florin Coras | 1 | -41/+30 |
2020-07-28 | hsa: fix http server session cleanup | Florin Coras | 1 | -36/+31 |
2020-07-28 | lisp: fix cli locator-set name null termination | Florin Coras | 2 | -8/+4 |
2020-07-28 | lisp: fix lisp/one enable/disable | Florin Coras | 2 | -85/+67 |
2020-07-28 | sr: fix prefix_len type parsing | Benoît Ganne | 1 | -1/+1 |
2020-07-28 | bonding lacp: replace slave string with member | Steven Luong | 24 | -1104/+1388 |
2020-07-28 | ikev2: fix session re-initiate after SA expires | Filip Tehlar | 2 | -1/+3 |
2020-07-28 | nat: limit resource consumption when out of ports | Klement Sekera | 1 | -2/+7 |
2020-07-27 | tcp: fix tcp_connection_cleanup() with uninitialized elog | Ivan Shvedunov | 1 | -3/+7 |
2020-07-24 | lacp: fix vector overflow | Benoît Ganne | 1 | -2/+2 |
2020-07-24 | interface: fix show/clear hardware-interfaces string overflow | Benoît Ganne | 1 | -5/+19 |
2020-07-24 | pci: fix non NULL-terminated vector used as C string overflow | Benoît Ganne | 1 | -4/+5 |
2020-07-24 | session: cleanup lookup table for rejected session | Florin Coras | 1 | -1/+4 |
2020-07-24 | tcp: fix synack elog crash | Florin Coras | 1 | -2/+3 |
2020-07-24 | ikev2: add SA dump API | jan_cavojsky | 5 | -6/+907 |
2020-07-24 | geneve: support geneve interface acting as a bvi | Ole Troan | 4 | -32/+118 |
2020-07-23 | dpdk: device_id sorted order for cryptodev | Vladimir Ratnikov | 1 | -0/+16 |
2020-07-23 | feature: fix feature config data initialization overflow | Benoît Ganne | 1 | -5/+10 |
2020-07-23 | acl: correct acl vat help message | Lijian.Zhang | 1 | -2/+2 |
2020-07-23 | hsa: proxy session cleanup fixes | Florin Coras | 2 | -95/+188 |
2020-07-23 | vppinfra: add *_zero() vector inlines | Damjan Marion | 1 | -0/+9 |
2020-07-23 | tcp: track pending timers | Florin Coras | 6 | -42/+10 |
2020-07-23 | nat: fix port number selection | Elias Rudberg | 2 | -6/+6 |
2020-07-23 | ikev2: add global message length check | Benoît Ganne | 1 | -96/+89 |
2020-07-23 | vppapigen: missing crcs in user-defined types | Ole Troan | 2 | -3/+403 |
2020-07-22 | virtio: add the buffer allocation error | Mohsin Kazmi | 1 | -7/+13 |
2020-07-21 | ipsec: Dedicated IPSec interface type | Neale Ranns | 8 | -19/+749 |
2020-07-21 | crypto: bails out early for unsupported key type | Benoît Ganne | 2 | -8/+8 |
2020-07-21 | stats: memory leak in stat_validate_counter_vector | Steven Luong | 1 | -2/+10 |
2020-07-20 | ikev2: refactor and test profile dump API | Filip Tehlar | 9 | -129/+340 |
2020-07-19 | sr: new messages created to return sl index for segment lists in a sr policy | Chinmaya Agarwal | 2 | -0/+102 |
2020-07-19 | api: call api reaper callbacks for socket clients | Dave Barach | 4 | -5/+58 |
2020-07-19 | unittest: keep ASAN happy for non-terminated string tests | Benoît Ganne | 1 | -0/+2 |
2020-07-17 | abf: mark API as in-progress | Andrew Yourtchenko | 1 | -0/+8 |
2020-07-17 | gbp: mark APIs as in-progress | Andrew Yourtchenko | 1 | -0/+35 |
2020-07-17 | l2e: mark API as in-progress | Andrew Yourtchenko | 1 | -0/+1 |
2020-07-17 | pppoe: fix uninitialized memory bug | TimotheeChauvin | 3 | -1/+7 |
2020-07-16 | misc: add callback hooks and refactor pmc | Tom Seidenberg | 24 | -252/+825 |
2020-07-16 | dpdk: fix coverity warning in the flow code | Chenmin Sun | 1 | -1/+1 |
2020-07-16 | vlib: fix asan compilation with gcc | Benoît Ganne | 2 | -1/+13 |
2020-07-16 | crypto: fix coverity issue for cryptodev | Fan Zhang | 1 | -65/+103 |
2020-07-16 | vppinfra: fix format_c_identifier vector overflow | Benoît Ganne | 2 | -5/+3 |
2020-07-16 | misc: add tracedump API plugin | Dave Barach | 6 | -0/+573 |
2020-07-16 | adl: move allow/deny list function to plugin | Dave Barach | 19 | -720/+1382 |
2020-07-16 | ip: optimize ip4_header_checksum, take 2 | Damjan Marion | 1 | -32/+72 |
2020-07-16 | ikev2: fix race condition in child_sa update | Benoît Ganne | 1 | -0/+3 |