Age | Commit message (Expand) | Author | Files | Lines |
2018-11-05 | acl-plugin: 5-tuple parse: get rid of memcpy and move to flags vs. bitfields | Andrew Yourtchenko | 3 | -80/+77 |
2018-11-05 | vxlan: prefetch extra one cacheline holding external header | Zhiyong Yang | 1 | -2/+2 |
2018-11-05 | dpdk: enable gso when the tap PMD is enabled | Matthew Smith | 1 | -1/+1 |
2018-11-05 | Don't autodetect plugin path if set on cmdline | Klement Sekera | 1 | -2/+3 |
2018-11-05 | Enable atomic swap and store macro with acquire and release ordering | Sirshak Das | 4 | -9/+12 |
2018-11-05 | Genric API types format/unformat support for VAT and custom dump | Neale Ranns | 12 | -57/+162 |
2018-11-05 | VPP-1450: binary api call for dumping SPD to interface registration | Filip Varga | 2 | -1/+81 |
2018-11-05 | tcp: send unsent data in fast recovery | Florin Coras | 5 | -121/+196 |
2018-11-05 | Provide return value for PAPI disconnect() | Igor Mikhailov (imichail) | 2 | -1/+3 |
2018-11-05 | Alter logging semantics for VPP PAPI object | Igor Mikhailov (imichail) | 1 | -1/+1 |
2018-11-02 | tcp: coverity fixes | Florin Coras | 3 | -9/+9 |
2018-11-02 | cdp scapy protocol & cdp unit tests | Filip Varga | 2 | -0/+184 |
2018-11-02 | vnet: ping: rewrite for maintainability and multicore support | Andrew Yourtchenko | 2 | -450/+737 |
2018-11-02 | vlib: define minimum chained buffer segment size | Damjan Marion | 4 | -5/+15 |
2018-11-02 | dpdk: restore special handling for failsafe driver | Stephen Hemminger | 1 | -1/+1 |
2018-11-02 | session: measure dispatch period only if under load | Florin Coras | 9 | -22/+51 |
2018-11-02 | tcp: minimize use of tls | Florin Coras | 4 | -198/+195 |
2018-11-02 | arp:add error counters for all failure cases | Eyal Bari | 2 | -101/+85 |
2018-11-01 | tcp: fast retransmit pacing | Florin Coras | 8 | -66/+129 |
2018-11-01 | Move RPC calls off the binary API input queue | Dave Barach | 6 | -31/+62 |
2018-11-01 | Fix API name_crc format stored in msg_api_table | Igor Mikhailov (imichail) | 3 | -3/+3 |
2018-11-01 | vom: Add igmp 'host' support in vom | Mohsin Kazmi | 10 | -0/+1314 |
2018-10-31 | session: fix sh session cli | Florin Coras | 1 | -1/+1 |
2018-10-31 | Makefile: support both RHEL and CentOS in install-dep | Yichen Wang | 1 | -2/+6 |
2018-10-31 | make-test: Fix the vapi test | Mohsin Kazmi | 1 | -0/+1 |
2018-10-31 | EMACS-LISP-ONLY: fix names of xxx_main_t pointers | Dave Barach | 3 | -29/+32 |
2018-10-31 | EMACS-LISP-ONLY: fix boilerplate compile error | Dave Barach | 1 | -3/+3 |
2018-10-31 | Add and enable msb mask vector intrinsic for aarch64. | Lijian Zhang | 1 | -10/+28 |
2018-10-31 | l2fib:remove unused bucket arg in lookup functions | Eyal Bari | 3 | -33/+7 |
2018-10-31 | session: prioritize postponed sessions | Florin Coras | 3 | -45/+33 |
2018-10-31 | session: add wrk context | Florin Coras | 7 | -163/+172 |
2018-10-30 | ADJ: init MTU to interface default | Neale Ranns | 2 | -1/+4 |
2018-10-30 | DOC-ONLY: document packet intialization from scratch | Dave Barach | 2 | -40/+126 |
2018-10-30 | change mac address functions take const mac | Neale Ranns | 2 | -3/+3 |
2018-10-30 | docs: Add VPP with iperf and trex | jdenisco | 12 | -3/+554 |
2018-10-30 | DOC-ONLY: upgrade the "requests" package | Dave Barach | 1 | -1/+1 |
2018-10-30 | vppinfra: fix bug in default_socket_sendmsg | Damjan Marion | 1 | -1/+1 |
2018-10-30 | dpdk: .function should be removed for mutiarch nodes | Damjan Marion | 2 | -4/+0 |
2018-10-29 | migrate ipsec to new multiarch infra | Klement Sekera | 10 | -104/+59 |
2018-10-29 | Use throttle_t for ND throttling | Neale Ranns | 7 | -52/+71 |
2018-10-29 | interface-flags; fix coverity error found in conversion | Neale Ranns | 2 | -4/+30 |
2018-10-29 | Fixing Exclusive dpo path issues added when via rpath | Vijayabhaskar Katamreddy | 1 | -4/+18 |
2018-10-28 | session: move test to unittest plugin | Florin Coras | 3 | -3/+3 |
2018-10-29 | bond: problem switching from l2 to l3 | Steven | 1 | -0/+11 |
2018-10-28 | physmem: coverity issues | Damjan Marion | 2 | -6/+4 |
2018-10-28 | session: extend connect api for internal apps | Florin Coras | 18 | -148/+431 |
2018-10-27 | FIB: Sources must be keep in priority order, so re-sort after a vec_del | Neale Ranns | 1 | -0/+2 |
2018-10-27 | pg: icmp4 & tcp4 ip length issue | Kingwel Xie | 2 | -2/+12 |
2018-10-27 | pg: incrementing len should be truncated by | Kingwel Xie | 1 | -12/+15 |
2018-10-27 | pg: allow creating pg for udp based protocols | Kingwel Xie | 2 | -1/+13 |