Age | Commit message (Expand) | Author | Files | Lines |
2020-02-28 | vrrp: fix api-related coverity warnings | Dave Barach | 2 | -1/+11 |
2020-02-28 | ikev2: fix incorrect reply messages | Filip Tehlar | 1 | -2/+2 |
2020-02-27 | ikev2: fix non-matching SPIs during rekey | Filip Tehlar | 1 | -0/+2 |
2020-02-26 | ip-neighbor: fix ip6_ra_cmd | Dave Barach | 1 | -10/+0 |
2020-02-26 | ethernet: configure system default ethernet MTU | Dave Barach | 3 | -2/+33 |
2020-02-26 | ipsec: Revert API cleanup | Ole Trøan | 2 | -27/+25 |
2020-02-26 | svm: fix coverity warnings | Florin Coras | 2 | -3/+1 |
2020-02-26 | vppapigen: list imports in JSON | Ondrej Fabry | 1 | -0/+7 |
2020-02-26 | lb: Fix generating illegal key in per-port vip | Yasuhiro Nakamura | 1 | -0/+2 |
2020-02-26 | vat: add ip api types parser definitions | Jakub Grajciar | 5 | -3/+52 |
2020-02-26 | crypto: fix set crypto handlers | Filip Tehlar | 1 | -1/+1 |
2020-02-26 | tls: fix bulk bio read/write | Florin Coras | 1 | -47/+29 |
2020-02-26 | tls session: fix unlisten | Florin Coras | 5 | -5/+42 |
2020-02-26 | tls: fix picotls dbg | Florin Coras | 1 | -1/+1 |
2020-02-26 | api: add macro that zeros out api reply buffer | Paul Vinciguerra | 1 | -0/+32 |
2020-02-26 | map: handle IPv6 extension headers for TCP/UDP | Vladimir Isaev | 1 | -2/+2 |
2020-02-26 | ipsec: API cleanup | Jakub Grajciar | 2 | -25/+27 |
2020-02-26 | srv6-mobile: Cherry-pick the update document from stable/2001 | Satoru Matsushima | 10 | -351/+248 |
2020-02-26 | lldp: API cleanup | Jakub Grajciar | 4 | -28/+37 |
2020-02-26 | pg: API cleanup | Jakub Grajciar | 6 | -33/+27 |
2020-02-26 | sr: API cleanup | Jakub Grajciar | 4 | -49/+58 |
2020-02-26 | span: API cleanup | Jakub Grajciar | 2 | -13/+23 |
2020-02-26 | api: improve api string safety | Jakub Grajciar | 13 | -56/+64 |
2020-02-26 | svm: support multi-chunk fifo chunk alloc | Florin Coras | 2 | -11/+137 |
2020-02-26 | svm: remove chunk add function | Florin Coras | 4 | -53/+98 |
2020-02-25 | avf: Handle chain buffer in TX properly | Steven Luong | 2 | -7/+140 |
2020-02-25 | unittest: Skip string test case for sizeof (src) > sizeof (dst) | Steven Luong | 1 | -4/+13 |
2020-02-25 | svm: minimal initial fifo | Florin Coras | 11 | -14/+24 |
2020-02-25 | session: basic fifo-tuning-logic | Ryujiro Shibuya | 10 | -23/+174 |
2020-02-25 | session svm: tracking segment memory usage | Ryujiro Shibuya | 9 | -32/+1056 |
2020-02-25 | svm: refactor fifo | Florin Coras | 17 | -1909/+1714 |
2020-02-25 | svm: refactor fifo chunk tracking | Florin Coras | 5 | -84/+307 |
2020-02-25 | feature: provide a u16 version of vnet_feature_next | Neale Ranns | 3 | -6/+11 |
2020-02-25 | tcp: handle cleanups without timers | Florin Coras | 4 | -36/+78 |
2020-02-25 | crypto-native: GCM implementation with vector AESNI instructions | Damjan Marion | 2 | -4/+527 |
2020-02-25 | vlib: Punt reason allocation listener enable/disable callback | Neale Ranns | 8 | -29/+122 |
2020-02-25 | crypto: fix coverity warnings | Filip Tehlar | 1 | -2/+3 |
2020-02-25 | crypto-openssl: fix coverity warnings | Filip Tehlar | 1 | -5/+5 |
2020-02-25 | ikev2: add retry logic for session initiation | Filip Tehlar | 1 | -0/+27 |
2020-02-24 | tcp: dynamic max timers per loop | Florin Coras | 2 | -3/+22 |
2020-02-24 | crypto-native: introduce aes_gcm_flags_t | Damjan Marion | 1 | -84/+107 |
2020-02-24 | crypto-native: introduce counter struct | Damjan Marion | 1 | -44/+51 |
2020-02-24 | vlib: Alias RX or TX to direction | Neale Ranns | 1 | -0/+8 |
2020-02-24 | vppinfra: correct fixed pool header size calculation | Dave Barach | 1 | -3/+1 |
2020-02-24 | ethernet: trivial additions | Neale Ranns | 2 | -0/+9 |
2020-02-24 | l2: remove unused types and includes form feature arc code | Neale Ranns | 2 | -26/+0 |
2020-02-24 | ikev2: proper cleanup of SAs during rekey | Filip Tehlar | 2 | -11/+115 |
2020-02-24 | crypto-native: inverse Hi so it naturally fits into 512-bit register | Damjan Marion | 2 | -30/+34 |
2020-02-24 | crypto-native: replace aesni with aes | Damjan Marion | 1 | -137/+134 |
2020-02-24 | crypto-native: do not overwrite data after partial tag | Damjan Marion | 1 | -1/+1 |