Age | Commit message (Expand) | Author | Files | Lines |
2018-03-30 | lacp: faster convergence for slow-rate config option | Steven | 6 | -18/+29 |
2018-03-30 | dpdk: fix crash due to incorrect xd->flags value with slave's link toggling | Steve Shin | 1 | -2/+5 |
2018-03-28 | NAT44: make 1:1NAT for DHCP addressed interface persistent | Matus Fabian | 1 | -22/+53 |
2018-03-28 | avf: keep input node in disabled state unless needed | Damjan Marion | 1 | -1/+1 |
2018-03-28 | NAT44: fix nat44_user_session_dump and nat44_del_session crash with one worke... | Matus Fabian | 2 | -2/+2 |
2018-03-27 | acl-plugin: autosize the ACL plugin heap and fix the heap size types and parsing | Andrew Yourtchenko | 3 | -9/+43 |
2018-03-27 | memif: add private header size field | Damjan Marion | 2 | -0/+5 |
2018-03-26 | plugins: dpdk: ipsec: fix l3 offset | Szymon Sliwa | 1 | -2/+1 |
2018-03-26 | acl-plugin: defer the ACL plugin user module registration with ACL lookup unt... | Andrew Yourtchenko | 1 | -3/+5 |
2018-03-26 | Intel Adaptive Virtual Function native device driver plugin | Damjan Marion | 11 | -0/+3007 |
2018-03-24 | User session counters stay <= per-user limit | Matthew Smith | 3 | -17/+22 |
2018-03-23 | acl-plugin: improvements in 'show acl-plugin macip acl' CLI | Andrew Yourtchenko | 2 | -11/+47 |
2018-03-23 | acl-plugin: set ACL heap within the exported functions that might alloc memory | Andrew Yourtchenko | 3 | -0/+23 |
2018-03-23 | NAT44: fix ICMP checksum update crash (VPP-1205) | Matus Fabian | 2 | -0/+6 |
2018-03-23 | IGMP: coverity fixes and remove checks for scapy IGMPv3 | Neale Ranns | 2 | -9/+5 |
2018-03-22 | VPP-1204: Fix coverity warning | Dave Barach | 1 | -2/+5 |
2018-03-22 | Revert "acl-plugin: improvement on 'show acl-plugin' CLI" | Damjan Marion | 2 | -37/+9 |
2018-03-22 | acl-plugin: implement ACL lookup contexts for "ACL as a service" use by other... | Andrew Yourtchenko | 14 | -1148/+2118 |
2018-03-22 | gbp: Add the next node lookup | Mohsin Kazmi | 1 | -0/+5 |
2018-03-22 | NAT44: interface output feature and dst NAT (VPP-1200) | Matus Fabian | 2 | -7/+78 |
2018-03-22 | memif: version 2 | Damjan Marion | 6 | -486/+558 |
2018-03-21 | acl-plugin: improvement on 'show acl-plugin' CLI | Steve Shin | 2 | -9/+37 |
2018-03-21 | bond: Add bonding driver and LACP protocol | Steven | 24 | -0/+3994 |
2018-03-21 | IGMP plugin initialises the FIB/MFIB via ip4 module | Neale Ranns | 1 | -1/+4 |
2018-03-21 | NAT44: fix removal of LB static mappings with same local address and port pai... | Matus Fabian | 1 | -5/+35 |
2018-03-20 | Fix Allow ARP packets for dot1q interface with MACIP enabled | Steve Shin | 1 | -50/+169 |
2018-03-19 | IGMP plugin | Jakub Grajciar | 14 | -0/+2755 |
2018-03-16 | QoS recording and marking | Neale Ranns | 2 | -6/+0 |
2018-03-15 | tls: add openssl engine | Florin Coras | 4 | -28/+823 |
2018-03-14 | vlib: internal buffer manager rework | Damjan Marion | 1 | -30/+18 |
2018-03-14 | Prevent calling rte_eth_xstats_get not initialized dev | Szymon Sliwa | 1 | -0/+2 |
2018-03-14 | IPIP: Add IP{v4,v6} over IP{v4,v6} configured tunnel support. | Ole Troan | 8 | -1182/+0 |
2018-03-14 | srv6-plugins: fixing documentation | Francois Clad | 3 | -201/+247 |
2018-03-12 | NAT44: fix nat_not_translate_output_feature in dual loop (VPP-1194) | Matus Fabian | 1 | -2/+2 |
2018-03-12 | NAT44: fix nat_not_translate_output_feature for ICMP (VPP-1191) | Matus Fabian | 1 | -8/+7 |
2018-03-11 | dpdk-input node packet trace intermittent on IP forwading path | John Lo | 1 | -36/+37 |
2018-03-10 | Move the vnet cdp protocol implementation to a plugin | Dave Barach | 13 | -0/+2112 |
2018-03-09 | Coordinate known Ethernet speeds with Linux kernel and DPDK | Lee Roberts | 3 | -0/+43 |
2018-03-09 | dpdk: move DPDK vfio hack to dpdk plugin | Damjan Marion | 1 | -2/+67 |
2018-03-09 | when exceed max reass, | ahdj007 | 1 | -6/+12 |
2018-03-09 | ACL: Fix the detail for ethertype whitelist | Mohsin Kazmi | 2 | -3/+3 |
2018-03-08 | tls: make tls engines pluggable | Florin Coras | 3 | -0/+573 |
2018-03-08 | acl-plugin: add the support for dumping the ethertype whitelist (VPP-1163) | Andrew Yourtchenko | 3 | -1/+180 |
2018-03-07 | NAT44: allow to configure one interface only as output or input feature (VPP-... | Matus Fabian | 1 | -0/+12 |
2018-03-07 | GBP: fix the runs before statement against the ACL node | Neale Ranns | 1 | -2/+2 |
2018-03-06 | LB plugin: Fix Layer-4 checksum error in L3DSR. | Yusuke Tatsumi | 1 | -0/+5 |
2018-03-06 | when lb tcp in2out flow, | ahdj007 | 1 | -0/+1 |
2018-03-06 | reass frag_n should to be inited to 0 | ahdj007 | 1 | -0/+1 |
2018-03-05 | Set DPDK_MLX4_PMD and DPDK_MLX5_PMD compile with default dlopen links | Amir Zeidner | 1 | -3/+0 |
2018-03-05 | vlib: vfio code rework | Damjan Marion | 1 | -1/+3 |