Age | Commit message (Expand) | Author | Files | Lines |
2019-04-24 | Add get_endpoint in transport vft |  Aloys Augustin | 5 | -13/+88 |
2019-04-24 | ip4_lookup_inline: leverage vlib_get_buffers to improve perf |  Zhiyong Yang | 1 | -32/+27 |
2019-04-24 | QUIC: Add multi-stream support to internal test apps |  Aloys Augustin | 6 | -7/+171 |
2019-04-24 | UDPC: Fix open segfault with multiple workers |  Aloys Augustin | 1 | -1/+3 |
2019-04-24 | l2: Add support for arp unicast forwarding |  Mohsin Kazmi | 6 | -8/+112 |
2019-04-24 | session: remove unused fifo allo return value |  Florin Coras | 3 | -11/+7 |
2019-04-24 | ethernet_input_inline: leverage vlib_get_buffers |  Zhiyong Yang | 1 | -17/+14 |
2019-04-24 | Rearrange prefetching in ipsec_output_inline |  Vratko Polak | 1 | -6/+6 |
2019-04-23 | API sw_interface_dump: Dump all if index is zero |  Vratko Polak | 2 | -5/+6 |
2019-04-23 | Fix a ipsec command line typo |  Simon Zhang | 1 | -1/+1 |
2019-04-23 | vnet: clean up calc_checksums() |  Zhiyong Yang | 1 | -7/+8 |
2019-04-23 | ipsec4-output: add pkt header and data prefetching |  Zhiyong Yang | 1 | -2/+9 |
2019-04-22 | GRE: set gre_tunnel_type init value to zero in API |  Alexander Chernavin | 1 | -1/+1 |
2019-04-19 | Doxygen cleanup. |  Dave Wallace | 2 | -2/+2 |
2019-04-19 | IPSEC: IPv6 ESP transport mode incorrect packet length and checksum (VPP-1654) |  Neale Ranns | 1 | -7/+14 |
2019-04-19 | 6rd: fix debug cli short-help |  Benoît Ganne | 1 | -1/+2 |
2019-04-19 | DOCS-ONLY: Fix broken doxygen tag in BVI |  Dave Wallace | 1 | -1/+1 |
2019-04-19 | IPSEC: ESP IPv6 transport mode payload length incorrect (VPP-1653) |  Neale Ranns | 1 | -1/+3 |
2019-04-19 | FIB: recursion casues path realloc |  Neale Ranns | 1 | -1/+12 |
2019-04-18 | svm: allow indirect fifo data chunks |  Florin Coras | 1 | -1/+0 |
2019-04-18 | GRE: API update |  Neale Ranns | 4 | -88/+136 |
2019-04-18 | tls: allow engines to customize close |  Florin Coras | 2 | -18/+26 |
2019-04-18 | IPSEC: tunnel rekey fix and test (VPP-1652) |  Neale Ranns | 1 | -21/+24 |
2019-04-17 | session: fix segment manager init condition |  Florin Coras | 1 | -1/+1 |
2019-04-17 | Make sw_interface_dump more compatible with 2.2.0 |  Vratko Polak | 2 | -9/+6 |
2019-04-17 | vcl/session: tx notifications for cut-thru sessions |  Florin Coras | 3 | -0/+32 |
2019-04-17 | api: Add to interface crud - read by sw_if_index. |  Paul Vinciguerra | 2 | -1/+25 |
2019-04-17 | Revert "Revert "bond: problem switching from l2 to l3"" |  Steven Luong | 1 | -0/+11 |
2019-04-17 | tap: clean-up when linux will delete the tap interface |  Mohsin Kazmi | 2 | -0/+43 |
2019-04-17 | IPSEC: Pass the algorithm salt (used in GCM) over the API |  Neale Ranns | 6 | -10/+16 |
2019-04-17 | Duplicate pcap tx trace fix |  Neale Ranns | 1 | -3/+0 |
2019-04-16 | ADJ: crash in format/show (VPP-1648) |  Neale Ranns | 1 | -1/+1 |
2019-04-16 | IPSEC: SA format; don't print keys when there's no algo |  Neale Ranns | 1 | -7/+8 |
2019-04-16 | svm_fifo rework to avoid contention on cursize |  Sirshak Das | 11 | -39/+33 |
2019-04-16 | QUIC: Initial multi stream support |  Aloys Augustin | 1 | -0/+1 |
2019-04-16 | Allow sessions to be allocated in app's RX callbacks |  Aloys Augustin | 1 | -3/+11 |
2019-04-16 | IPSEC: support GCM in ESP |  Neale Ranns | 13 | -13/+127 |
2019-04-16 | IPSEC-GRE: return correct API code |  Neale Ranns | 1 | -1/+1 |
2019-04-16 | vpp-1647: fix typo in pcap_trace_command_internal |  Dave Barach | 1 | -1/+1 |
2019-04-15 | tap: fix the crash |  Mohsin Kazmi | 1 | -0/+3 |
2019-04-15 | IPSEC: crypto overflow |  Neale Ranns | 1 | -1/+1 |
2019-04-14 | ip4: don't format upper layer if it's a fragment |  faicker.mo | 1 | -0/+3 |
2019-04-14 | crypto: add support for AES-CTR cipher |  fituldo | 1 | -1/+4 |
2019-04-12 | session: drop lock on segment allocation error |  Florin Coras | 1 | -12/+9 |
2019-04-11 | IPSEC: ESP with ESN tests and fixes |  Neale Ranns | 2 | -4/+4 |
2019-04-11 | IPSEC-MB: Use random & non-repeating IV (VPP-1642) |  Neale Ranns | 3 | -7/+6 |
2019-04-11 | Stats: Spelling mistake: s/tx-unicast-miss/tx-unicast/ |  Ole Troan | 1 | -1/+1 |
2019-04-11 | crypto: add performace test to unittest plugin |  Damjan Marion | 2 | -0/+22 |
2019-04-10 | udp: fix copyright typo |  Florin Coras | 1 | -1/+1 |
2019-04-10 | crypto: Intel IPSEC-MB engine |  Neale Ranns | 2 | -2/+13 |