Age | Commit message (Expand) | Author | Files | Lines |
2018-11-06 | marvell: bump musdk version to 18.09.3 |  Damjan Marion | 5 | -17/+35 |
2018-11-06 | dpdk: don't automatically whitelist vmxnet3 PCI interfaces |  Steven | 1 | -1/+14 |
2018-11-06 | BD ARP entry use common API types |  Neale Ranns | 7 | -70/+85 |
2018-11-06 | vhost: crash in vhost_user_tx_avx2 |  Steven | 1 | -0/+6 |
2018-11-06 | IGMP: Improved handling of (*,G) join and leave |  Neale Ranns | 1 | -20/+74 |
2018-11-06 | VPP-1481: fixed tlv length checking & added tests |  Filip Varga | 1 | -2/+10 |
2018-11-06 | dpdk: format_dpdk_device_name cleanup |  Damjan Marion | 1 | -7/+7 |
2018-11-06 | Change l2_patch from dual-loop to quad-loop |  Yulong Pei | 1 | -18/+54 |
2018-11-06 | dpdk: fix device name suffix confusion with failsafe/netvsc |  Stephen Hemminger | 1 | -2/+2 |
2018-11-06 | dpdk: fix pmd device type when using netvsc or failsafe |  Stephen Hemminger | 1 | -1/+1 |
2018-11-06 | tcp: dequeue acked only once per burst |  Florin Coras | 4 | -28/+64 |
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 | 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 | 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-10-31 | session: fix sh session cli |  Florin Coras | 1 | -1/+1 |
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 | change mac address functions take const mac |  Neale Ranns | 2 | -3/+3 |
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 | 6 | -48/+36 |
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 | 17 | -140/+411 |
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 |