Age | Commit message (Expand) | Author | Files | Lines |
2019-09-11 | quic: fix non-null terminated hostname string | Benoît Ganne | 1 | -9/+5 |
2019-09-11 | docs: run-sphinx-docs-merged | jdenisco | 2 | -3/+3 |
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 | dpdk: apply dual loop unrolling in DPDK TX | Lijian.Zhang | 1 | -0/+57 |
2019-09-11 | memif: fix zero-copy arg overwrite | Jakub Grajciar | 1 | -3/+0 |
2019-09-11 | bonding: API cleanup | Jakub Grajciar | 5 | -39/+63 |
2019-09-11 | tcp: handle sack reneging | Florin Coras | 4 | -135/+203 |
2019-09-11 | build: fix running error with vmxnet3_test_plugin.so | jialv01 | 1 | -10/+4 |
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 | 4 | -169/+196 |
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-10 | misc: fix shebang with missing env | Nathan Skrzypczak | 2 | -2/+2 |
2019-09-10 | papi: let async calls return context | Vratko Polak | 1 | -1/+6 |
2019-09-09 | misc: fix coverity warning in the oddbuf plugin | Dave Barach | 9 | -134/+21 |
2019-09-09 | docs: improve unformat documentation | Dave Barach | 1 | -8/+120 |
2019-09-09 | memif: API cleanup | Jakub Grajciar | 7 | -68/+125 |
2019-09-09 | libmemif: prevent crash in case of invalid connection handle | Jakub Grajciar | 1 | -9/+31 |
2019-09-07 | vlib: clean up the "pcap dispatch trace" debug CLI | Dave Barach | 2 | -138/+183 |
2019-09-07 | ip: fix udp/tcp checksum corner cases | Dave Barach | 13 | -5/+1311 |
2019-09-06 | ikev2: fix crash during IKE SA Init exchange | Filip Tehlar | 1 | -6/+1 |
2019-09-06 | bonding: add weight support for active-backup mode | Steven Luong | 8 | -96/+332 |
2019-09-06 | quic: fix server opening stream immediately | Aloys Augustin | 2 | -4/+19 |
2019-09-06 | tap: revert clean-up when linux will delete the tap interface | Mohsin Kazmi | 2 | -43/+0 |
2019-09-05 | build: fix unsupported CMake comparison operation | jialv01 | 1 | -1/+1 |
2019-09-05 | dpdk: fix extended stats | Filip Tehlar | 1 | -1/+1 |
2019-09-04 | bfd: API cleanup | Jakub Grajciar | 5 | -278/+163 |
2019-09-04 | stats: add /if/<n>/<n>/state for lacp interface state | Steven Luong | 4 | -3/+107 |
2019-09-04 | memif: always enable zero-copy when creating memif using API | Jakub Grajciar | 1 | -0/+3 |
2019-09-04 | session: improve cli | Florin Coras | 7 | -148/+348 |
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 | avf: reduce default ITR interval | Damjan Marion | 1 | -1/+1 |
2019-09-04 | api: memclnt api use string type. | Ole Troan | 4 | -12/+12 |
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 | 25 | -290/+280 |
2019-09-03 | stats: memory leak with per-node-counters on | Ole Troan | 1 | -0/+3 |
2019-09-03 | gbp: fix set_mac() in unit tests | Benoît Ganne | 1 | -6/+2 |
2019-09-03 | vppinfra: add bihash_init2 | Dave Barach | 2 | -20/+53 |
2019-09-03 | tap: fix tap interface not working on Arm issue | Lijian.Zhang | 3 | -2/+13 |
2019-09-03 | tcp: send rwnd update only if wnd is large enough | Florin Coras | 3 | -7/+15 |
2019-09-02 | quic: disable quic plugin by default | Aloys Augustin | 2 | -0/+5 |
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 | 9 | -15/+16 |
2019-09-02 | tls: some rework based on TLS openssl C API | Ping Yu | 3 | -26/+33 |
2019-09-02 | tests: run vapi tests by default | Klement Sekera | 3 | -6/+6 |
2019-09-02 | tests: fix centos detection | Klement Sekera | 1 | -1/+1 |
2019-09-02 | vmxnet3: interface rx counter not increment correctly | Steven Luong | 1 | -1/+1 |