Age | Commit message (Expand) | Author | Files | Lines |
2019-09-20 | tcp: set cc_algo on connection alloc |  Florin Coras | 3 | -6/+19 |
2019-09-20 | tcp: allow cc algos to set pacing rate |  Florin Coras | 2 | -8/+15 |
2019-09-20 | vppapigen: fix missing vla check for union class |  Ole Troan | 2 | -48/+111 |
2019-09-20 | bonding lacp: deleting virtual interface which was enslaved may cause crash |  Steven Luong | 5 | -46/+66 |
2019-09-20 | devices: vhost-user crashes displaying show trace for deleted interface |  Steven Luong | 1 | -6/+10 |
2019-09-20 | hsa: Refactor quic_echo to allow other protocols |  Nathan Skrzypczak | 10 | -2324/+2886 |
2019-09-20 | quic: quic_app_rx_callback refactor. |  Mathias Raoul | 1 | -117/+167 |
2019-09-19 | misc: fix pcap rx/tx status command |  Dave Barach | 1 | -1/+1 |
2019-09-19 | ipsec: fix missed IPSEC_INTEG_ALG_MD5_96 |  Dmitry Vakhrushev | 2 | -3/+8 |
2019-09-19 | dpdk: ipsec tunnel support for ip6-in-ip4 |  Matthew G Smith | 2 | -23/+10 |
2019-09-19 | stats: refactor header files |  Dave Barach | 5 | -82/+104 |
2019-09-19 | gbp: add local l3out redirect to local SEP unit test |  Benoît Ganne | 1 | -3/+36 |
2019-09-18 | ip: allow addrs from the same prefix on intf |  Matthew Smith | 6 | -109/+532 |
2019-09-18 | misc: 19.08.1 Release Notesv19.08.1 |  Andrew Yourtchenko | 1 | -0/+69 |
2019-09-18 | memif: always enable zero-copy when creating memif using API |  Jakub Grajciar | 1 | -0/+3 |
2019-09-18 | build: fix rpm python 3 depends |  Ed Kern | 1 | -1/+1 |
2019-09-12 | api: split vl_api_prefix into two |  Ole Troan | 14 | -46/+241 |
2019-09-10 | misc: clean up "pcap [rx|tx] trace" debug CLI |  Dave Barach | 4 | -168/+196 |
2019-09-09 | dpdk: initialize rte_mbuf during mempool dequeue |  Damjan Marion | 2 | -1/+47 |
2019-09-09 | dpdk: fix extended stats |  Filip Tehlar | 1 | -1/+1 |
2019-09-09 | vlib: clean up the "pcap dispatch trace" debug CLI |  Dave Barach | 3 | -136/+186 |
2019-09-09 | api: enforce vla is last and fixed string type |  Ole Troan | 22 | -270/+266 |
2019-09-07 | ip: fix udp/tcp checksum corner cases |  Dave Barach | 13 | -5/+1311 |
2019-09-05 | tap: revert clean-up when linux will delete the tap interface |  Mohsin Kazmi | 2 | -43/+0 |
2019-09-05 | crypto: add '-maes' compile switch |  Benoît Ganne | 2 | -2/+2 |
2019-09-05 | gbp: add unknown remote EP redirect unit test |  Benoît Ganne | 1 | -6/+27 |
2019-09-05 | gbp: add remote EP redirect to remote SEP unit test |  Benoît Ganne | 1 | -1/+94 |
2019-09-04 | quic: handle session migration notifications |  Aloys Augustin | 1 | -63/+38 |
2019-09-04 | ethernet: fix dmac check avx2 loop condition |  Matthew Smith | 1 | -1/+1 |
2019-09-03 | vppinfra: add bihash_init2 |  Dave Barach | 2 | -20/+53 |
2019-09-03 | tap: interface rx counter not increment correct |  Steven Luong | 1 | -1/+1 |
2019-09-03 | vmxnet3: interface rx counter not increment correctly |  Steven Luong | 1 | -1/+1 |
2019-09-03 | nat: handoff traffic matching for dynamic NAT |  Filip Varga | 9 | -222/+493 |
2019-09-02 | acl: perform a sanity check of ACL rules before creating ACL |  Andrew Yourtchenko | 1 | -0/+65 |
2019-09-02 | ip: ip6_preflen_to_mask incorrect result for prefix len > 64 |  Andrew Yourtchenko | 1 | -0/+1 |
2019-09-02 | gso: fix segmentation when gso_size greater than vlib buffer size |  Mohsin Kazmi | 2 | -1/+36 |
2019-08-30 | dpdk: enable checksum offload for Intel SRIOV NIC drivers |  John Lo | 1 | -0/+8 |
2019-08-26 | avf: properly set irq queue masks |  Damjan Marion | 1 | -1/+2 |
2019-08-23 | tests: move plugin tests to src/plugins/*/test |  Dave Wallace | 34 | -1/+10 |
2019-08-23 | dns: cherry-pick 21444, 21468 from master |  Dave Barach | 17 | -410/+794 |
2019-08-21 | misc: 19.08 new featuresv19.08 |  Andrew Yourtchenko | 2 | -0/+141 |
2019-08-20 | devices: skip checksum calculation if guest supports checksum offload |  Steven Luong | 1 | -3/+7 |
2019-08-20 | tcp: default to debug disabled |  Florin Coras | 1 | -1/+1 |
2019-08-20 | dns: handle multiple replies for single requests |  Dave Barach | 4 | -59/+126 |
2019-08-20 | misc: VPP 19.08 Release Notes |  Andrew Yourtchenko | 1 | -1/+688 |
2019-08-19 | dhcp: resolver process node index in main_t |  Dave Barach | 4 | -5/+3 |
2019-08-19 | gso: fix l3 and l4 header offset in case of tagged interface |  Mohsin Kazmi | 2 | -0/+28 |
2019-08-18 | gso: fix the segmentation to use current_data offset |  Mohsin Kazmi | 1 | -15/+16 |
2019-08-17 | gso: remove the ip checksum flag in case of ipv6 |  Mohsin Kazmi | 2 | -2/+0 |
2019-08-16 | tcp: fix cc algo name parsing |  Florin Coras | 1 | -1/+1 |