Age | Commit message (Expand) | Author | Files | Lines |
2018-10-22 | dpdk: use rte_vfio_dma_map API instead of digging for vfio fd |  Damjan Marion | 1 | -63/+17 |
2018-10-21 | tcp: count first lost hole (VPP-1465) |  Florin Coras | 1 | -3/+29 |
2018-10-20 | dpdk: add netvsc PMD |  Stephen Hemminger | 3 | -1/+40 |
2018-10-20 | acl-plugin: use the L2 feature arc infrastructure instead of L2 classifier fo... |  Andrew Yourtchenko | 3 | -699/+304 |
2018-10-20 | dpdk: use rx/tx_offload_names to format |  Stephen Hemminger | 1 | -38/+53 |
2018-10-19 | avf: fix crash in rss key calculation |  Damjan Marion | 1 | -1/+1 |
2018-10-19 | NAT44: fix ICMP virtual fragmentation reassembly (VPP-1466) |  Matus Fabian | 4 | -63/+122 |
2018-10-19 | vppinfra: add atomic macros for __sync builtins |  Sirshak Das | 9 | -41/+43 |
2018-10-18 | tcp: fix sacks lost bytes counting (VPP-1465) |  Florin Coras | 1 | -34/+90 |
2018-10-18 | tls: fix connection failures/interrupts at scale (VPP-1464) |  Florin Coras | 1 | -2/+3 |
2018-10-17 | acl-plugin: tuplemerge: refresh the pointer to hash-readied ACL entries per e... |  Andrew Yourtchenko | 1 | -0/+2 |
2018-10-17 | tcp: avoid sack processing when not needed (VPP-1460) |  Florin Coras | 1 | -1/+1 |
2018-10-16 | Fix coverity issue for potentially overflowing of page size |  Haiyang Tan | 1 | -3/+3 |
2018-10-16 | IGMP: proxy device |  Jakub Grajciar | 15 | -12/+749 |
2018-10-16 | vmxnet3: show vmxnet3 with filtering capability [VPP-1452] |  Steven | 3 | -12/+234 |
2018-10-16 | vmxnet3: vmxnet3_test_plugin.so: undefined symbol: format_vlib_pci_addr [VPP-... |  Steven | 1 | -1/+9 |
2018-10-15 | dpdk: only look at PCI information on PCI devices |  Stephen Hemminger | 5 | -8/+26 |
2018-10-12 | dpdk: support passing log-level |  Stephen Hemminger | 1 | -1/+2 |
2018-10-12 | NAT44: identity NAT fix (VPP-1441) |  Matus Fabian | 4 | -32/+118 |
2018-10-10 | vppinfra: introduce clib_mem_vm_ext_free() to avoid fd leaks |  Haiyang Tan | 1 | -1/+1 |
2018-10-10 | vmxnet3: better error handling |  Steven | 2 | -20/+42 |
2018-10-10 | acl-plugin: reduce the syslog level for debug messages |  Andrew Yourtchenko | 1 | -5/+6 |
2018-10-09 | memif: coverity fix |  Jakub Grajciar | 1 | -2/+4 |
2018-10-08 | memif: socket filename add/del bugfix |  Jakub Grajciar | 1 | -3/+3 |
2018-10-08 | Fix coverity issue for NSH plugin |  Hongjun Ni | 1 | -69/+70 |
2018-10-08 | NAT44: do not create session record for identity mapping (VPP-1439) |  Matus Fabian | 10 | -103/+233 |
2018-10-05 | Source VRF Select tests |  Neale Ranns | 2 | -9/+15 |
2018-10-05 | NAT: convert remaining clib_warning to nat_log_* |  Juraj Sloboda | 4 | -30/+30 |
2018-10-04 | acl-plugin: tuplemerge: avoid batch-resize of the applied entries vector - VP... |  Andrew Yourtchenko | 1 | -2/+6 |
2018-10-03 | vmxnet3: coverity woe |  Steven | 2 | -12/+12 |
2018-10-03 | memif: include interface name in logs |  Juraj Sloboda | 3 | -29/+57 |
2018-10-03 | VPP-1440: clean up coverity warnings |  Dave Barach | 1 | -2/+2 |
2018-10-03 | vmxnet3: error handling |  Steven | 4 | -60/+84 |
2018-10-02 | VPP-1440: clean up coverity warnings |  Dave Barach | 2 | -5/+8 |
2018-10-02 | Update code to compute checksum for buffer chains |  Juraj Sloboda | 2 | -6/+10 |
2018-10-02 | tls: fix disconnects for sessions with pending data |  Florin Coras | 2 | -20/+20 |
2018-10-01 | Source VRF Select |  Neale Ranns | 7 | -0/+1141 |
2018-10-01 | Rename device class from PPPPOE to PPPoE |  Paul Vinciguerra | 2 | -10/+10 |
2018-10-01 | thread: Add show threads api |  Mohsin Kazmi | 3 | -3/+3 |
2018-10-01 | IGMP: handle (*,G) report with no source addresses |  Neale Ranns | 1 | -8/+14 |
2018-09-28 | MAP: Add check for well known ports. |  Ole Troan | 1 | -0/+8 |
2018-09-27 | MAP: Correctly print ea-bits-len in map commands. |  Ole Troan | 1 | -1/+1 |
2018-09-27 | MAP: 64-bit DMR |  Ole Troan | 2 | -17/+15 |
2018-09-27 | dpdk_plugin: fix mlx5 build and runtime issues |  Sirshak Das | 1 | -2/+10 |
2018-09-27 | add cmake build option to build openssl async |  Ping Yu | 1 | -0/+11 |
2018-09-27 | avf: may crash if failed to allocate buffers to ring |  Steven | 1 | -1/+1 |
2018-09-27 | IPIP and IPv6 fragmentation |  Ole Troan | 4 | -19/+4 |
2018-09-26 | vmxnet3: delete interface causes a crash |  Steven | 1 | -9/+4 |
2018-09-26 | acl-plugin: fix the stateful ICMP handling and add testcases |  Andrew Yourtchenko | 1 | -39/+40 |
2018-09-26 | dpdk: fix QSFP+ module info |  Damjan Marion | 1 | -1/+2 |