Age | Commit message (Expand) | Author | Files | Lines |
2019-05-01 | Add node, frame to vlib main loop perf analysis callback arguments |  Dave Barach | 1 | -1/+3 |
2019-04-30 | svm: more fifo refactor/cleanup |  Florin Coras | 4 | -91/+91 |
2019-04-27 | svm: fix fifo tail/head/ooo logic for u32 wrap |  Florin Coras | 1 | -12/+279 |
2019-04-26 | crypto, ipsec: change GCM IV handling |  Damjan Marion | 2 | -54/+17 |
2019-04-26 | nat: fix ED mode unknown proto session management |  Matthew Smith | 3 | -8/+24 |
2019-04-26 | nat: prevent creation when-resolved static mappings on errors |  Alexander Chernavin | 1 | -1/+1 |
2019-04-26 | svm: fifo segment support for chunk allocation |  Florin Coras | 1 | -5/+93 |
2019-04-25 | crypto_ia32: minor change logically |  Zhiyong Yang | 1 | -2/+1 |
2019-04-25 | crypto: AES GCM IV length is always 12 |  Damjan Marion | 2 | -3/+1 |
2019-04-25 | Clean up redirects |  Dave Barach | 1 | -21/+50 |
2019-04-25 | Change dpdk thread data flags type to u16 from u8 to get more useful data |  Simon Zhang | 2 | -6/+7 |
2019-04-25 | session: cleanup segment manager and fifo segment |  Florin Coras | 1 | -73/+73 |
2019-04-25 | unittest: AES GCM test cases cleanup |  Damjan Marion | 1 | -270/+126 |
2019-04-25 | crypto_ipsecmb: CBC IV size is always equal to block size |  Damjan Marion | 1 | -27/+13 |
2019-04-25 | crypto_ipsecmb: use pre-expanded keys |  Damjan Marion | 1 | -218/+207 |
2019-04-25 | session: use teps in accept/connect notifications |  Florin Coras | 1 | -10/+9 |
2019-04-25 | IPSEC; dpdk backend for tunnel interface encryption |  Neale Ranns | 2 | -4/+75 |
2019-04-25 | crypto: improve key handling |  Damjan Marion | 8 | -40/+143 |
2019-04-25 | Remove dummy_interface_tx nodes from l2tp l2xcrw and nsh |  John Lo | 1 | -9/+0 |
2019-04-24 | Add get_endpoint in transport vft |  Aloys Augustin | 1 | -0/+36 |
2019-04-24 | dpdk: fix interface naming |  Florin Coras | 1 | -1/+1 |
2019-04-24 | dpdk: get a rid of "Invalid port_id=" log message |  Damjan Marion | 1 | -3/+5 |
2019-04-24 | svm: fifo ooo reads/writes with multiple chunks |  Florin Coras | 1 | -16/+161 |
2019-04-24 | svm: move mq test to ut plugin |  Florin Coras | 1 | -4/+101 |
2019-04-24 | session: remove unused fifo allo return value |  Florin Coras | 1 | -3/+1 |
2019-04-24 | svm: move fifo tests to ut plugin |  Florin Coras | 1 | -0/+271 |
2019-04-24 | NAT: VPP-1531 api cleanup & update |  Filip Varga | 4 | -422/+580 |
2019-04-23 | Enable 'test crash' command when running unittest plugin. |  Paul Vinciguerra | 1 | -0/+1 |
2019-04-23 | API: Python and Unix domain socket improvement |  Ole Troan | 2 | -7/+3 |
2019-04-23 | Bump to intel-ipsec-mb version 0.52 |  Damjan Marion | 1 | -2/+4 |
2019-04-23 | Revert "NAT: VPP-1531 api cleanup & update" |  Ole Trøan | 4 | -576/+422 |
2019-04-23 | NAT: VPP-1531 api cleanup & update |  Filip Varga | 4 | -422/+576 |
2019-04-23 | dpdk_esp_encrypt: add to prefetch data |  Zhiyong Yang | 1 | -3/+13 |
2019-04-19 | rbtree: add successor and predecessor functions |  Florin Coras | 1 | -4/+54 |
2019-04-19 | Doxygen cleanup. |  Dave Wallace | 2 | -2/+2 |
2019-04-19 | svm: move fifo tests to a separate file |  Florin Coras | 3 | -1160/+1199 |
2019-04-19 | Remove dummy_interface_tx output node from PPPoE plugin |  John Lo | 1 | -9/+0 |
2019-04-19 | svm: support addition of chunks to fifos |  Florin Coras | 1 | -2/+135 |
2019-04-18 | GBP: update cli to reflect API changes |  Benoît Ganne | 3 | -10/+7 |
2019-04-18 | svm: allow indirect fifo data chunks |  Florin Coras | 2 | -4/+4 |
2019-04-18 | tls: allow engines to customize close |  Florin Coras | 2 | -0/+48 |
2019-04-17 | VPP-1649: Coverity warning in http server |  Dave Barach | 1 | -6/+0 |
2019-04-17 | Predicate a packet whether be marked by PKT_RX_FDIR_ID instead of PKT_RX_FDIR |  Simon Zhang | 1 | -1/+1 |
2019-04-17 | crypto-ipsecmb: enable GCM |  Neale Ranns | 1 | -24/+220 |
2019-04-17 | Default nums of RX/TX descriptors changed to 512 for 2M page on DVN |  Zhiyong Yang | 1 | -1/+63 |
2019-04-16 | gbp: Add support for allow sclass/dclass 1 |  Mohsin Kazmi | 3 | -5/+36 |
2019-04-16 | Static http server |  Dave Barach | 8 | -0/+1954 |
2019-04-16 | svm_fifo rework to avoid contention on cursize |  Sirshak Das | 3 | -14/+13 |
2019-04-16 | QUIC: Initial multi stream support |  Aloys Augustin | 2 | -302/+459 |
2019-04-16 | IPSEC: support GCM in ESP |  Neale Ranns | 1 | -2/+6 |