Age | Commit message (Expand) | Author | Files | Lines |
2018-04-17 | dpdk: add additional fields to rte_mbuf trace print |  Damjan Marion | 1 | -2/+5 |
2018-04-17 | dpdk: print device flags in the 'show hardware' output |  Damjan Marion | 2 | -11/+37 |
2018-04-17 | ACL based forwarding |  Andrew Yourtchenko | 11 | -0/+1997 |
2018-04-17 | acl-plugin: VPP-1241: fix the "show acl-plugin tables applied" output |  Andrew Yourtchenko | 2 | -45/+20 |
2018-04-17 | igmp: fix debug macro |  Jakub Grajciar | 3 | -13/+13 |
2018-04-13 | Revert "MTU: Setting of MTU on software interface (instead of hardware interf... |  Damjan Marion | 1 | -14/+14 |
2018-04-13 | acl-plugin: VPP-1239: acl-as-a-service does not match IPv6 packets, works onl... |  Andrew Yourtchenko | 2 | -4/+5 |
2018-04-13 | NAT66: Do not translate if packet not aimed at outside interface |  Juraj Sloboda | 3 | -0/+55 |
2018-04-13 | MTU: Setting of MTU on software interface (instead of hardware interface) |  Ole Troan | 1 | -14/+14 |
2018-04-13 | GBP V2 |  Neale Ranns | 25 | -886/+3720 |
2018-04-12 | Fixes for 'make UNATTENDED=yes CC=clang CXX=clang verify' |  Neale Ranns | 5 | -10/+9 |
2018-04-12 | NAT: disable CLI/API not supported in active mode (VPP-1234) |  Juraj Sloboda | 2 | -3/+215 |
2018-04-12 | Handle DHCP replies with NAT44 forwarding enabled |  Matthew Smith | 1 | -48/+57 |
2018-04-11 | NAT44: fix setting of flag SNAT_SESSION_FLAG_LOAD_BALANCING (VPP-1235) |  Matus Fabian | 4 | -24/+36 |
2018-04-11 | acl-plugin: VPP-1231: add error checking to acl_plugin_set_acl_vec_for_context |  Andrew Yourtchenko | 1 | -1/+26 |
2018-04-11 | acl-plugin: VPP-1230: fix the "undefined symbol" error for acl_main when usin... |  Andrew Yourtchenko | 3 | -9/+31 |
2018-04-11 | dpdk: fail in early init if we cannot alloc hugepages |  Damjan Marion | 1 | -4/+19 |
2018-04-10 | when deleting l3 static mapping with addr_only, |  ahdj007 | 1 | -1/+4 |
2018-04-10 | CSIT-895 dpdk/ipsec: add locks on session data hash updates |  Radu Nicolau | 2 | -33/+40 |
2018-04-10 | srv6-ad: fixing cache size issue |  Francois Clad | 3 | -11/+18 |
2018-04-09 | plugins: unload plugin if early init fails |  Damjan Marion | 1 | -0/+43 |
2018-04-09 | NAT44: don't add static mapping to resolution vector if failed (VPP-1225) |  Matus Fabian | 1 | -3/+27 |
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 |