Age | Commit message (Expand) | Author | Files | Lines |
2020-04-04 | session tls: improve app transports tx scheduling | Florin Coras | 7 | -35/+54 |
2020-04-04 | misc: sprintf be gone | Dave Barach | 14 | -195/+206 |
2020-04-04 | vcl: fix vcl_test.py sonarcloud issue | Dave Wallace | 1 | -14/+9 |
2020-04-03 | session: improve error reporting | Florin Coras | 31 | -160/+199 |
2020-04-03 | session: init port_proto_type asap | Florin Coras | 1 | -7/+11 |
2020-04-03 | session udp: fix transport flags and migration | Florin Coras | 7 | -8/+15 |
2020-04-03 | session: remove obsolete apis | Florin Coras | 4 | -799/+37 |
2020-04-03 | docs: 80-vpp.conf fix transposition error in comments | Paul Vinciguerra | 1 | -1/+1 |
2020-04-03 | ip: remove vl_api_address_family_t byte order swap | Jakub Grajciar | 2 | -10/+10 |
2020-04-02 | dpdk: VM VHOST tests with rxq>1 failing | Steven Luong | 1 | -0/+1 |
2020-04-02 | tcp: explicit use of timer wheel in timer apis | Florin Coras | 6 | -171/+190 |
2020-04-02 | ipsec: provide stat index in sa details | Matthew Smith | 3 | -5/+8 |
2020-04-02 | misc: fix static analysis warnings | Dave Barach | 2 | -4/+4 |
2020-04-02 | tcp: move features to separate files | Florin Coras | 18 | -2946/+3128 |
2020-04-02 | udp session vcl: add udp iperf test | Florin Coras | 3 | -9/+61 |
2020-04-02 | tcp: count zero wnd enqueue attempts | Florin Coras | 1 | -0/+4 |
2020-04-01 | vppinfra: fix vppinfra test code build | Dave Barach | 3 | -4/+6 |
2020-04-01 | session udp: support connect on listeners | Florin Coras | 7 | -8/+60 |
2020-04-01 | vppinfra: add tw_timer_2t_2w_512sl variant | Dave Barach | 4 | -3/+187 |
2020-04-01 | vcl: support sendto for dgrams | Florin Coras | 2 | -35/+45 |
2020-04-01 | session: allow rx events independnt of state | Florin Coras | 1 | -6/+0 |
2020-04-01 | udp: improvements to cli | Florin Coras | 2 | -13/+64 |
2020-04-01 | udp: track connection port sharing | Florin Coras | 4 | -31/+122 |
2020-04-01 | session: fix fifos display | Aloys Augustin | 1 | -5/+2 |
2020-04-01 | ip: Fix the AH/ESP protocol numbers on the API | Neale Ranns | 1 | -2/+2 |
2020-03-31 | udp: validate input data length | Florin Coras | 1 | -4/+7 |
2020-03-31 | nat: fix unknown proto translation out2in_ed | Alexander Chernavin | 1 | -2/+2 |
2020-03-31 | ipsec: use id in ipsec_tunnel_protect_details | Matthew Smith | 1 | -4/+6 |
2020-03-31 | ikev2: fix crash during peer live check | Filip Tehlar | 1 | -1/+8 |
2020-03-31 | ipsec: fix chained ESP | Filip Tehlar | 2 | -50/+145 |
2020-03-31 | vlib: move pci api types from vnet/pci to vlib/pci | Jakub Grajciar | 8 | -32/+12 |
2020-03-31 | rdma: print device info from PCI VPD in 'show hardware' output | Damjan Marion | 1 | -0/+14 |
2020-03-31 | ipsec: fix udp-encap in transport mode | Alexander Chernavin | 1 | -1/+7 |
2020-03-30 | tcp: reuse session infra for syns and resets | Florin Coras | 6 | -88/+71 |
2020-03-30 | session udp: flag for connected udp | Florin Coras | 6 | -7/+50 |
2020-03-30 | vxlan: leverage vlib_get_buffers in vxlan_encap_inline | Zhiyong Yang | 1 | -12/+14 |
2020-03-30 | vppinfra: add support for avx512 alignment version of load and store | Zhiyong Yang | 1 | -0/+8 |
2020-03-30 | gso: fix the header parser to read only | Mohsin Kazmi | 3 | -6/+44 |
2020-03-30 | interface: remove mtu clib_warning message from api handler | Paul Vinciguerra | 1 | -1/+0 |
2020-03-27 | vcl: support for uword segments | Florin Coras | 3 | -12/+12 |
2020-03-27 | quic: Check quicly version tag at compile time | MathiasRaoul | 2 | -27/+33 |
2020-03-27 | vppinfra: add clib_bihash_get_bucket | Damjan Marion | 2 | -20/+13 |
2020-03-27 | docs ethernet: add docs for ethernet Section | Paul Vinciguerra | 1 | -0/+7 |
2020-03-27 | acl: API cleanup | Jakub Grajciar | 14 | -985/+1124 |
2020-03-27 | dpdk: enable DPDK iAVF PMD | Chenmin Sun | 3 | -0/+23 |
2020-03-26 | acl: revert acl: api cleanup | Ole Trøan | 14 | -1122/+900 |
2020-03-26 | acl: API cleanup | Jakub Grajciar | 14 | -900/+1122 |
2020-03-26 | session: fix coverity warning | Dave Barach | 1 | -1/+1 |
2020-03-26 | nat: transitory timeout for TCP CLOSED state | Klement Sekera | 9 | -118/+329 |
2020-03-26 | svm: correct format_fifo_segment | Ryujiro Shibuya | 2 | -4/+7 |