Age | Commit message (Expand) | Author | Files | Lines |
2019-09-10 | tcp: enable gso in tcp hoststack | Simon Zhang | 6 | -3/+89 |
2019-09-10 | misc: clean up "pcap [rx|tx] trace" debug CLI | Dave Barach | 2 | -168/+161 |
2019-09-10 | session: fix session filter range | Florin Coras | 1 | -1/+1 |
2019-09-10 | tcp: validate connections in output | Florin Coras | 1 | -9/+46 |
2019-09-07 | ip: fix udp/tcp checksum corner cases | Dave Barach | 2 | -5/+31 |
2019-09-06 | bonding: add weight support for active-backup mode | Steven Luong | 4 | -82/+258 |
2019-09-06 | tap: revert clean-up when linux will delete the tap interface | Mohsin Kazmi | 2 | -43/+0 |
2019-09-04 | bfd: API cleanup | Jakub Grajciar | 2 | -84/+66 |
2019-09-04 | stats: add /if/<n>/<n>/state for lacp interface state | Steven Luong | 2 | -2/+31 |
2019-09-04 | session: improve cli | Florin Coras | 6 | -145/+345 |
2019-09-04 | tcp: cc algos handle cwnd on congestion signal | Florin Coras | 3 | -12/+11 |
2019-09-04 | ethernet: move dmac filtering to inline function | Matthew Smith | 1 | -56/+63 |
2019-09-04 | session: avoid bihash list for session tables | Florin Coras | 1 | -12/+38 |
2019-09-03 | ethernet: fix dmac check avx2 loop condition | Matthew Smith | 1 | -1/+1 |
2019-09-03 | api: enforce vla is last and fixed string type | Ole Troan | 4 | -25/+21 |
2019-09-03 | tap: fix tap interface not working on Arm issue | Lijian.Zhang | 1 | -1/+6 |
2019-09-03 | tcp: send rwnd update only if wnd is large enough | Florin Coras | 3 | -7/+15 |
2019-09-02 | tap: interface rx counter not increment correct | Steven Luong | 1 | -1/+1 |
2019-09-02 | ipsec ip tcp l2: multiarch nodes cannot be declared as static | Damjan Marion | 8 | -15/+15 |
2019-08-31 | tcp: fix rx min/max fifo size parsing | Florin Coras | 1 | -13/+14 |
2019-08-30 | session: move svm_fifo_clear_deq_ntf to before calling the app callback | Vladimir Kropylev | 1 | -2/+2 |
2019-08-30 | devices: fix issue of per_interface_next_index | Michael Yu | 1 | -3/+4 |
2019-08-30 | tcp: force zero window on full rx fifo | Florin Coras | 1 | -1/+4 |
2019-08-30 | tcp: improve mss computation | Florin Coras | 3 | -43/+48 |
2019-08-30 | tcp: track zero rwnd errors | Florin Coras | 2 | -1/+9 |
2019-08-30 | session : make sure session layer is enabled when cli operate the sessions. | Guanghua Zhang | 1 | -0/+4 |
2019-08-29 | ip: remove unused function parameter | Simon Zhang | 6 | -17/+12 |
2019-08-29 | svm: fix fifo hdr freelist allocation | Florin Coras | 1 | -0/+2 |
2019-08-28 | bier: API cleanup | Jakub Grajciar | 1 | -7/+7 |
2019-08-28 | session: fix unbind coverity warning | Florin Coras | 1 | -0/+7 |
2019-08-27 | ipsec: Add 'detail' option to 'sh ipsec sa' | Neale Ranns | 1 | -4/+8 |
2019-08-27 | interface: Remove residual dpdk bonding code | Steven Luong | 5 | -18/+4 |
2019-08-27 | session: move ctrl messages from bapi to mq | Florin Coras | 9 | -106/+675 |
2019-08-27 | ipsec: Fix NULL encryption algorithm | Neale Ranns | 2 | -1/+9 |
2019-08-27 | ip: reassembly: remove unnecessary code | Klement Sekera | 2 | -6/+0 |
2019-08-26 | gso: fix segmentation when gso_size greater than vlib buffer size | Mohsin Kazmi | 1 | -1/+4 |
2019-08-26 | ip: ip6_preflen_to_mask incorrect result for prefix len > 64 | Andrew Yourtchenko | 1 | -0/+1 |
2019-08-23 | tcp: fix byte tracker samples flush | Florin Coras | 1 | -0/+1 |
2019-08-22 | dns: make the dns name resolver a plugin | Dave Barach | 9 | -4464/+0 |
2019-08-22 | ip: fix merge issue | Klement Sekera | 1 | -2/+0 |
2019-08-22 | sr: fix sr_set_encap_source reply | Vratko Polak | 1 | -1/+1 |
2019-08-21 | tcp: add option for always on event logging | Florin Coras | 7 | -184/+370 |
2019-08-21 | dns: add basic functional "make test" case | Dave Barach | 1 | -0/+4 |
2019-08-21 | tcp: default to debug disabled | Florin Coras | 1 | -1/+1 |
2019-08-20 | vppapigen: remove support for legacy typedefs | Paul Vinciguerra | 12 | -45/+32 |
2019-08-20 | ip: reassembly: send packet out on correct worker | Klement Sekera | 2 | -92/+287 |
2019-08-20 | fix pcap_write function | Jack Xu | 3 | -1/+8 |
2019-08-20 | api: Cleanup APIs interface.api | Jakub Grajciar | 5 | -188/+256 |
2019-08-20 | tcp: forward conn resets through tcp-output | Florin Coras | 1 | -32/+20 |
2019-08-19 | dns: handle multiple replies for single requests | Dave Barach | 3 | -59/+121 |