Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-03-27 | ipsec: compress ipsec_sa_t so data used by dataplane code fits in cacheline |  Damjan Marion | 13 | -96/+140 |
2019-03-27 | tcp: add cc algo lookup table |  Florin Coras | 2 | -7/+17 |
2019-03-26 | FIB: do debug before remvoing last source |  Neale Ranns | 1 | -2/+2 |
2019-03-26 | ADJ: midchain delegate to performing stacking |  Neale Ranns | 11 | -211/+267 |
2019-03-26 | IPSEC: more expressive API errors |  Neale Ranns | 3 | -8/+10 |
2019-03-26 | crypto: add set crypto handler CLI |  Filip Tehlar | 3 | -8/+135 |
2019-03-26 | ip6-rewrite: bug fix buffer->error in dual loop |  Kingwel Xie | 2 | -5/+24 |
2019-03-26 | ipsec: esp-encrypt rework |  Damjan Marion | 7 | -242/+398 |
2019-03-26 | Convert GRE nodes to new buffer APIs and multiarch |  Benoît Ganne | 2 | -618/+470 |
2019-03-26 | Simplify adjacency rewrite code |  Benoît Ganne | 4 | -172/+33 |
2019-03-26 | IPSEC: improved policy delete |  Neale Ranns | 1 | -13/+9 |
2019-03-25 | tls: make first segment and fifo size configurable |  Florin Coras | 2 | -5/+14 |
2019-03-25 | IPSEC tests fnd fix or Extended Sequence Numbers |  Neale Ranns | 3 | -15/+14 |
2019-03-25 | UDP: Fix session registration in lookup table |  Aloys Augustin | 1 | -0/+4 |
2019-03-25 | Fix unformat proto UDPC / UDP conflict |  Nathan Skrzypczak | 1 | -4/+4 |
2019-03-23 | tcp: make default mtu configurable |  Florin Coras | 3 | -7/+10 |
2019-03-22 | ipv6: vectorized ext header check |  Damjan Marion | 2 | -10/+35 |
2019-03-22 | ADJ: more thorough link up check |  Neale Ranns | 2 | -7/+22 |
2019-03-22 | tcp: improve handling of snd_nxt |  Florin Coras | 4 | -124/+91 |
2019-03-22 | ipsec: fix esn handling |  Damjan Marion | 1 | -9/+5 |
2019-03-22 | IPSEC: test for packet drop on sequence number wrap |  Neale Ranns | 1 | -1/+2 |
2019-03-21 | session/fifo: make event unset atomic |  Florin Coras | 1 | -4/+6 |
2019-03-21 | BVI Interface |  Neale Ranns | 8 | -3/+509 |
2019-03-21 | error-drop; print interface by name |  Neale Ranns | 1 | -1/+2 |
2019-03-21 | icmp: bug fix of buffer->error |  Kingwel Xie | 2 | -2/+18 |
2019-03-21 | ipsec: add ipv6 support for ipsec tunnel interface |  Kingwel Xie | 7 | -147/+415 |
2019-03-20 | crypto: add hmac truncate option |  Damjan Marion | 2 | -1/+2 |
2019-03-20 | IPSEC: Tunnel SA not deleted |  Neale Ranns | 1 | -3/+6 |
2019-03-20 | ipsec: keep crypto data inside SA |  Damjan Marion | 8 | -58/+65 |