Age | Commit message (Expand) | Author | Files | Lines |
2020-04-08 | gbp: More reliable unit-tests |  Neale Ranns | 1 | -16/+16 |
2020-04-08 | nat: use correct data types for memory sizes |  Klement Sekera | 8 | -25/+25 |
2020-04-08 | virtio: fix the tcp/udp checksum offloads |  Mohsin Kazmi | 2 | -28/+0 |
2020-04-08 | ip: do not clear the locally-originated flag |  Neale Ranns | 2 | -16/+4 |
2020-04-08 | acl: fix unresolved symbol for format_fib_prefix in vat plugin |  Neale Ranns | 1 | -8/+8 |
2020-04-08 | nat: ED: global session LRU list |  Klement Sekera | 6 | -19/+110 |
2020-04-08 | nat: preallocate pools |  Klement Sekera | 1 | -0/+3 |
2020-04-08 | sr: Fix the coverity issue |  Tetsuya Murakami | 1 | -15/+5 |
2020-04-08 | session: alloc exact number of bufs for multi-seg deqs |  Simon Zhang | 2 | -7/+24 |
2020-04-07 | session: add more session errors |  Florin Coras | 3 | -21/+33 |
2020-04-07 | l2: handle complete clone fail in l2_flood |  Dave Barach | 2 | -4/+10 |
2020-04-07 | nat: ED: port re-use algorithm |  Klement Sekera | 6 | -45/+196 |
2020-04-07 | vat: fix vat strncpy stringop-overflow |  Ray Kinsella | 1 | -2/+1 |
2020-04-07 | nat: don't drop packet for expired session |  Klement Sekera | 3 | -6/+4 |
2020-04-07 | udp: move cli to separate file |  Florin Coras | 5 | -205/+230 |
2020-04-07 | tcp: fix conf mtu parsing |  Florin Coras | 1 | -3/+3 |
2020-04-07 | udp session: allow dgram ip fragmentation |  Florin Coras | 4 | -37/+37 |
2020-04-07 | udp session: jumbo frames and configurable mtu |  Florin Coras | 5 | -4/+45 |
2020-04-07 | ikev2: make liveness params configurable |  Filip Tehlar | 7 | -4/+130 |
2020-04-07 | sr: fix byte-order in steering API |  Ignas Bacius | 1 | -2/+2 |
2020-04-07 | sr: Support uSID function. |  Tetsuya Murakami | 8 | -573/+816 |
2020-04-06 | vat: fix static analysis warning |  Dave Barach | 1 | -2/+3 |
2020-04-06 | vcl session: enforce full dgram reads/writes |  Florin Coras | 4 | -41/+73 |
2020-04-06 | session udp: shared local endpoints |  Florin Coras | 10 | -42/+128 |
2020-04-06 | bonding: Add GSO support |  Steven Luong | 2 | -2/+21 |
2020-04-06 | misc: fix python sonarcloud BLOCKER level issues |  Paul Vinciguerra | 3 | -5/+8 |
2020-04-06 | ikev2: fix wrong index computation |  Filip Tehlar | 1 | -1/+1 |
2020-04-06 | ip: reassembly: don't set error if no error |  Klement Sekera | 4 | -8/+12 |
2020-04-04 | misc: strcpy be gone |  Dave Barach | 8 | -30/+30 |
2020-04-04 | session tls: support tls descheduling |  Florin Coras | 11 | -60/+101 |
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 |