Age | Commit message (Expand) | Author | Files | Lines |
2019-08-19 | quic: fix rx_callback refactoring | Nathan Skrzypczak | 1 | -1/+1 |
2019-08-19 | vppapigen map: raise ValueError when fieldname is python keyword | Paul Vinciguerra | 3 | -6/+10 |
2019-08-19 | dpdk: fix ipsec coverity warning | Matthew Smith | 1 | -2/+4 |
2019-08-19 | vlib: fix vlib_buffer_main_init_numa_node memory leak. | Guanghua Zhang | 1 | -3/+8 |
2019-08-19 | build: fix vpp compilation failure on ThunderX2 and Amp | Jianlin Lv | 1 | -1/+1 |
2019-08-19 | vppinfra: Update "show cpu" output for AArch64 chips | Nitin Saxena | 1 | -15/+18 |
2019-08-19 | ip: leverage existing vlib_buffer_advance | Zhiyong Yang | 1 | -6/+3 |
2019-08-19 | nsh: rewrite nsh_output_inline | Zhiyong Yang | 1 | -32/+30 |
2019-08-19 | rdma: add support for MAC changes | Benoît Ganne | 2 | -1/+35 |
2019-08-19 | dpdk: add TSO support in dpdk plugin. | Chenmin Sun | 3 | -1/+44 |
2019-08-19 | dpdk: QAT devices update, add c4xxx and xeon d15xx | Jim Thompson | 1 | -1/+2 |
2019-08-19 | devices: skip checksum calculation if guest supports checksum offload | Steven Luong | 1 | -3/+7 |
2019-08-19 | rdma: add support for input feature arcs | Benoît Ganne | 1 | -29/+35 |
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 | 5 | -46/+66 |
2019-08-16 | acl: fix stats-segment counters validation on acl update | Andrew Yourtchenko | 3 | -26/+82 |
2019-08-16 | devices: vhost-user crashes displaying show trace for deleted interface | Steven Luong | 1 | -6/+10 |
2019-08-16 | hsa: Refactor quic_echo to allow other protocols | Nathan Skrzypczak | 10 | -2324/+2886 |
2019-08-16 | tcp: fix cc algo name parsing | Florin Coras | 1 | -1/+1 |
2019-08-16 | quic: quic_app_rx_callback refactor. | Mathias Raoul | 1 | -117/+167 |
2019-08-16 | gso: remove the ip checksum flag in case of ipv6 | Mohsin Kazmi | 2 | -2/+0 |
2019-08-16 | ipsec: fix missed IPSEC_INTEG_ALG_MD5_96 | Dmitry Vakhrushev | 2 | -3/+8 |
2019-08-15 | dhcp: resolver process node index in main_t | Dave Barach | 4 | -5/+3 |
2019-08-15 | vlib: copy trace_handle in vlib_buffer_copy/clone() functions | John Lo | 7 | -19/+3 |
2019-08-15 | dpdk: ipsec tunnel support for ip6-in-ip4 | Matthew G Smith | 2 | -23/+10 |
2019-08-15 | stats: refactor header files | Dave Barach | 5 | -82/+104 |
2019-08-14 | tcp: extend protocol configuration | Florin Coras | 5 | -133/+195 |
2019-08-14 | gbp: add local l3out redirect to local SEP unit test | Benoît Ganne | 1 | -3/+36 |
2019-08-14 | gbp: do not scan gbp bihash if not instantiated | Benoît Ganne | 1 | -0/+6 |
2019-08-13 | svm: fix svmtool and svmdbtool segment fault. | Guanghua Zhang | 2 | -0/+4 |
2019-08-13 | session: fix enqueue notification on 32bit systems | Florin Coras | 1 | -3/+10 |
2019-08-13 | fib: add adj_midchain.h to the list of files to install in the include path | Alberto Compagno | 1 | -0/+1 |
2019-08-12 | papi: Revert vpp-api-python to py2, add py3 pkg | Ian Wells | 1 | -2/+29 |
2019-08-12 | http_static: fix session expiration timer bugs | Dave Barach | 1 | -33/+52 |
2019-08-12 | ip: allow addrs from the same prefix on intf | Matthew Smith | 6 | -109/+532 |
2019-08-12 | tcp: handle fin+rst+syn in closing state | Florin Coras | 1 | -0/+2 |
2019-08-12 | http_static: debug spew control, session expiration timers | Dave Barach | 1 | -18/+42 |
2019-08-10 | http_static: tls support | Dave Barach | 4 | -100/+374 |
2019-08-09 | crypto: add '-maes' compile switch | Benoît Ganne | 2 | -2/+2 |
2019-08-09 | quic: handle session migration notifications | Aloys Augustin | 1 | -63/+38 |
2019-08-09 | vlib: fix vlib_buffer_copy to preserve buffer flags bit | John Lo | 1 | -3/+8 |
2019-08-09 | session: allow closed transports to send | Florin Coras | 1 | -4/+16 |
2019-08-09 | tls: mark as no lookup transport | Florin Coras | 3 | -15/+27 |
2019-08-09 | tls: handle transport reset | Florin Coras | 1 | -1/+6 |
2019-08-09 | gbp: add remote EP redirect to remote SEP unit test | Benoît Ganne | 1 | -1/+94 |
2019-08-09 | gbp: add unknown remote EP redirect unit test | Benoît Ganne | 1 | -6/+27 |