Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-08-19 | ip: leverage existing vlib_buffer_advance |  Zhiyong Yang | 1 | -6/+3 |
2019-08-19 | devices: skip checksum calculation if guest supports checksum offload |  Steven Luong | 1 | -3/+7 |
2019-08-19 | session: add explicit reset api |  Florin Coras | 6 | -6/+72 |
2019-08-19 | tcp: set cc_algo on connection alloc |  Florin Coras | 3 | -6/+19 |
2019-08-19 | tcp: allow cc algos to set pacing rate |  Florin Coras | 2 | -8/+15 |
2019-08-17 | gso: fix l3 and l4 header offset in case of tagged interface |  Mohsin Kazmi | 2 | -0/+28 |
2019-08-17 | gso: fix the segmentation to use current_data offset |  Mohsin Kazmi | 1 | -15/+16 |
2019-08-17 | bonding lacp: deleting virtual interface which was enslaved may cause crash |  Steven Luong | 3 | -26/+39 |