Age | Commit message (Expand) | Author | Files | Lines |
2018-04-05 | memif: bug fixes |  Damjan Marion | 2 | -22/+74 |
2018-04-05 | DSLite: Implement new API call DSLITE_ADDRESS_DUMP. |  Jon Loeliger | 2 | -0/+67 |
2018-04-04 | Doc updates prior to branch |  Chris Luke | 3 | -11/+23 |
2018-04-04 | memif: zero copy slave |  Damjan Marion | 6 | -145/+653 |
2018-04-04 | NAT added FIB entries have a preference lower than API/CLI |  Neale Ranns | 1 | -6/+6 |
2018-04-04 | NAT44: prohibit multiple static mappings for a single local address (VPP-1224) |  Matus Fabian | 1 | -0/+11 |
2018-04-04 | NAT44: fix static mapping for DHCP addressed interface deleting (VPP-1223) |  Matus Fabian | 1 | -4/+92 |
2018-04-04 | dpdk:fix checksum handling of l2 interfaces |  Eyal Bari | 1 | -17/+19 |
2018-03-30 | acl-plugin: implement an optional session reclassification when ACL is (re-)a... |  Andrew Yourtchenko | 4 | -10/+128 |
2018-03-30 | Add missing stdint.h |  Chris Luke | 1 | -0/+1 |
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 |