Age | Commit message (Expand) | Author | Files | Lines |
2019-04-07 | crypto: add support for AEAD and AES-GCM | Damjan Marion | 12 | -150/+272 |
2019-04-07 | http_server: add timer wheel for session cleanup | Florin Coras | 1 | -29/+141 |
2019-04-07 | crypto: coverity issues | Damjan Marion | 1 | -1/+1 |
2019-04-06 | Pipe: fix double count on TX (TX counting is done in interface-output) | Neale Ranns | 1 | -11/+1 |
2019-04-05 | session: fix app name formatting | Florin Coras | 1 | -2/+2 |
2019-04-05 | fix pcap_trace cli output issue | Jack Xu | 1 | -2/+4 |
2019-04-05 | IPSEC: punt reasons; SPI=0, no-tunnel | Neale Ranns | 5 | -13/+155 |
2019-04-05 | tcp: do not delete session on establish pop | Florin Coras | 5 | -31/+59 |
2019-04-04 | session: fix http server rpc to main | Florin Coras | 1 | -8/+9 |
2019-04-04 | tcp: properly validate acks between snd_nxt and una_max | Florin Coras | 1 | -2/+4 |
2019-04-04 | ipsec: trunc_size -> icv_size | Damjan Marion | 9 | -15/+15 |
2019-04-04 | crypto: pass multiple ops to handler | Damjan Marion | 1 | -6/+41 |
2019-04-04 | tcp: shorten wait in fin-wait-1 with fin rcvd | Florin Coras | 3 | -9/+18 |
2019-04-03 | lacp: passive mode support [VPP-1551] | Steven Luong | 1 | -1/+28 |
2019-04-03 | IPSEC: correctly size per-thread data | Neale Ranns | 1 | -1/+1 |
2019-04-03 | virtio: Add support for multiqueue | Mohsin Kazmi | 7 | -88/+493 |
2019-04-03 | IPSEC: show CLI improvements | Neale Ranns | 4 | -31/+208 |
2019-04-03 | GBP: iVXLAN reflection check | Neale Ranns | 3 | -4/+26 |
2019-04-03 | session: fix cli for sessions in created state | Florin Coras | 1 | -1/+2 |
2019-04-03 | session: do not enable pre-input node with 0 workers | Florin Coras | 1 | -0/+3 |
2019-04-02 | session: remove session logic from io rx evt sender | Florin Coras | 1 | -6/+1 |
2019-04-02 | session: use app cb function wrappers | Florin Coras | 6 | -20/+19 |
2019-04-02 | tcp: improve rcv process ack processing | Florin Coras | 6 | -69/+87 |
2019-04-02 | lisp: use crypto lib instead of openssl directly | Filip Tehlar | 1 | -25/+43 |
2019-04-02 | IPSEC: tunnel scaling - don't stack the inbould SA | Neale Ranns | 4 | -19/+15 |
2019-04-02 | IPSEC: remove pointless feature ordering | Neale Ranns | 1 | -4/+2 |
2019-03-29 | SPAN: Add pending frame on current thread, not on main | Igor Mikhailov (imichail) | 1 | -6/+5 |
2019-03-29 | Minor bug fixes | Dave Barach | 1 | -7/+21 |
2019-03-29 | IPSEC-GRE: fixes and API update to common types. | Neale Ranns | 18 | -158/+139 |
2019-03-29 | Integrate first QUIC protocol implementation | Nathan Skrzypczak | 6 | -3/+31 |
2019-03-29 | BVI: coverity error fix | Neale Ranns | 1 | -1/+1 |
2019-03-29 | ipsec: esp-decrypt rework | Damjan Marion | 4 | -210/+306 |
2019-03-29 | IPSEC: tunnel fragmentation | Neale Ranns | 2 | -0/+13 |
2019-03-29 | tcp: remove sent rcv wnd 0 flag | Florin Coras | 3 | -13/+2 |
2019-03-29 | dhcp: only register UDP ports that are needed | Matthew Smith | 3 | -12/+21 |
2019-03-29 | tcp: improve updating of rcv wnd | Florin Coras | 1 | -10/+7 |
2019-03-28 | crypto: add vnet_crypto_op_init (...) | Damjan Marion | 4 | -6/+14 |
2019-03-28 | ipsec: USE_EXTENDED_SEQ_NUM -> USE_ESN | Damjan Marion | 8 | -14/+14 |
2019-03-28 | Punt Infra | Neale Ranns | 4 | -9/+45 |
2019-03-28 | ipsec: anti-replay code cleanup | Damjan Marion | 4 | -171/+143 |
2019-03-28 | session: remove unused tx context field | Florin Coras | 1 | -1/+0 |
2019-03-28 | Add RDMA ibverb driver plugin | Benoît Ganne | 2 | -10/+13 |
2019-03-28 | session: cap max burst to a constant | Florin Coras | 1 | -17/+2 |
2019-03-28 | VXLAN-GBP: format flags in encap trace | Neale Ranns | 1 | -2/+3 |
2019-03-28 | tcp: remove unused buffer flags | Florin Coras | 2 | -23/+0 |
2019-03-28 | IPSEC: 4o6 and 6o4 for tunnel interfaces | Neale Ranns | 1 | -2/+4 |
2019-03-28 | IPSEC: fix build breakage from ships in the night merges | Neale Ranns | 1 | -2/+6 |
2019-03-28 | IPSEC: run encrpyt as a feautre on the tunnel | Neale Ranns | 7 | -156/+331 |
2019-03-28 | Typos. A bunch of typos I've been collecting. | Paul Vinciguerra | 49 | -113/+113 |
2019-03-27 | GBP: fixes for l3-out routing | Neale Ranns | 2 | -1/+32 |