Age | Commit message (Expand) | Author | Files | Lines |
2019-09-23 | fib: do not dump no-longer valid adjacencies |  Benoît Ganne | 4 | -3/+23 |
2019-09-23 | ip: fix memory leak in ip_dump handler |  Matthew Smith | 1 | -0/+2 |
2019-09-20 | session: fix msg freeing on error |  Nathan Skrzypczak | 2 | -13/+7 |
2019-09-20 | tcp: refactor congestion event handling |  Florin Coras | 1 | -40/+36 |
2019-09-20 | misc: classifier-based packet trace filter |  Dave Barach | 8 | -8/+450 |
2019-09-20 | classify: remove includes from classifier header file |  Damjan Marion | 7 | -10/+7 |
2019-09-20 | interface: fix pcap drop trace in case of vlan |  Benoît Ganne | 1 | -1/+12 |
2019-09-19 | session: builtin app rx notifications regardless of state |  Florin Coras | 1 | -3/+5 |
2019-09-19 | cop: API cleanup |  Jakub Grajciar | 1 | -9/+10 |
2019-09-19 | api: split vl_api_prefix into two |  Ole Troan | 5 | -5/+27 |
2019-09-18 | tcp: compute snd time for rate sample |  Florin Coras | 2 | -6/+11 |
2019-09-17 | session: limit pacer bucket size |  Florin Coras | 2 | -2/+4 |
2019-09-16 | tcp: use rate sample rtt in recovery if possible |  Florin Coras | 1 | -6/+14 |
2019-09-16 | http_static: add dynamic GET / POST method hooks |  Dave Barach | 1 | -3/+40 |
2019-09-16 | api: autogenerate api trace print/endian |  Ole Troan | 9 | -10/+156 |
2019-09-13 | session: add session enable option in config file |  Nathan Skrzypczak | 1 | -0/+2 |
2019-09-12 | tcp: cleanup scoreboard after recovery |  Florin Coras | 1 | -0/+7 |
2019-09-12 | devices: af_packet API cleanup |  Jakub Grajciar | 3 | -24/+29 |
2019-09-11 | ip: apply dual loop unrolling in ip4_input |  Lijian.Zhang | 1 | -0/+68 |
2019-09-11 | ip: apply dual loop unrolling in ip4_rewrite |  Lijian.Zhang | 1 | -0/+131 |
2019-09-11 | bonding: API cleanup |  Jakub Grajciar | 2 | -31/+54 |
2019-09-11 | tcp: handle sack reneging |  Florin Coras | 3 | -92/+126 |
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 |