Age | Commit message (Expand) | Author | Files | Lines |
2020-03-07 | tls: refactor ctx_write function to avoid allocate new memory every time |  Simon Zhang | 2 | -14/+46 |
2020-03-06 | crypto: align per thread data to cache line |  Filip Tehlar | 2 | -1/+4 |
2020-03-06 | ikev2: align per thread data to cache line |  Filip Tehlar | 2 | -1/+4 |
2020-03-05 | session: API cleanup |  Jakub Grajciar | 2 | -25/+28 |
2020-03-04 | map: fix map port calculation for ICMP |  Vladimir Isaev | 4 | -14/+78 |
2020-03-04 | flow: add vlan tagged types for IPv4/IPv6 5-tuple flows |  Chenmin Sun | 1 | -3/+6 |
2020-03-04 | ikev2: make integ algo optional |  Filip Tehlar | 2 | -21/+40 |
2020-03-03 | geneve gtpu vxlan vxlan-gpe: VRF-aware bypass node |  Nick Zavaritsky | 3 | -90/+30 |
2020-03-02 | rdma: improve rx loop |  Damjan Marion | 1 | -38/+16 |
2020-03-02 | rdma: improve refill |  Damjan Marion | 1 | -65/+57 |
2020-03-02 | rdma: use per-thread buffer template |  Damjan Marion | 3 | -5/+25 |
2020-03-02 | ikev2: make UDP encap flag configurable |  Filip Tehlar | 7 | -0/+114 |
2020-02-29 | tls: reduce bio buffering |  Florin Coras | 1 | -2/+2 |
2020-02-29 | svm: fix slice locking on fifo alloc |  Florin Coras | 1 | -1/+2 |
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 | lb: Fix generating illegal key in per-port vip |  Yasuhiro Nakamura | 1 | -0/+2 |
2020-02-26 | tls: fix bulk bio read/write |  Florin Coras | 1 | -47/+29 |
2020-02-26 | tls session: fix unlisten |  Florin Coras | 1 | -4/+0 |
2020-02-26 | tls: fix picotls dbg |  Florin Coras | 1 | -1/+1 |
2020-02-26 | map: handle IPv6 extension headers for TCP/UDP |  Vladimir Isaev | 1 | -2/+2 |
2020-02-26 | srv6-mobile: Cherry-pick the update document from stable/2001 |  Satoru Matsushima | 9 | -351/+247 |
2020-02-26 | api: improve api string safety |  Jakub Grajciar | 4 | -14/+8 |
2020-02-26 | svm: support multi-chunk fifo chunk alloc |  Florin Coras | 1 | -4/+4 |
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 | 3 | -1/+5 |
2020-02-25 | session: basic fifo-tuning-logic |  Ryujiro Shibuya | 2 | -14/+81 |
2020-02-25 | session svm: tracking segment memory usage |  Ryujiro Shibuya | 2 | -0/+758 |
2020-02-25 | svm: refactor fifo |  Florin Coras | 4 | -925/+900 |
2020-02-25 | svm: refactor fifo chunk tracking |  Florin Coras | 1 | -2/+12 |
2020-02-25 | feature: provide a u16 version of vnet_feature_next |  Neale Ranns | 1 | -3/+2 |
2020-02-25 | crypto-native: GCM implementation with vector AESNI instructions |  Damjan Marion | 1 | -4/+479 |
2020-02-25 | vlib: Punt reason allocation listener enable/disable callback |  Neale Ranns | 1 | -2/+4 |
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 | 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 | 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 |
2020-02-21 | ikev2: cleanup tunnels after subsequent sa-init |  Filip Tehlar | 1 | -0/+5 |
2020-02-21 | gbp: Coverity warnings for unitialized variables |  Neale Ranns | 2 | -0/+3 |
2020-02-21 | ipsec: IPSec protection for multi-point tunnel interfaces |  Neale Ranns | 1 | -2/+2 |
2020-02-21 | dhcp: update secondary radv_info structures |  Dave Barach | 1 | -22/+47 |
2020-02-21 | vrrp: fix coverity errors |  Matthew Smith | 2 | -1/+12 |
2020-02-20 | hsa: cleanup vpp_echo JSON output |  Dave Wallace | 1 | -4/+8 |