Age | Commit message (Expand) | Author | Files | Lines |
2018-04-25 | ABF: remove the inclusion of version.h from abf_policy so it does not recompi... |  Neale Ranns | 2 | -8/+6 |
2018-04-25 | Fix some build warnings about "Old Style VLA" |  Juraj Sloboda | 1 | -3/+3 |
2018-04-25 | STN: use the punt feature arcs |  Neale Ranns | 1 | -79/+28 |
2018-04-25 | ipsec: make crypto_worker_main_t a full cache line in size |  Florin Coras | 1 | -0/+1 |
2018-04-25 | igmp: data structure refactoring |  Jakub Grajciar | 5 | -350/+820 |
2018-04-24 | lacp: deleting the bond subinterface may cause lacp to lose the partner [VPP-... |  Steven | 2 | -15/+8 |
2018-04-24 | NAT44: one-armed NAT and identity mapping (VPP-1212) |  Matus Fabian | 1 | -3/+10 |
2018-04-23 | lacp: partner may time us out if fast-rate is configured [VPP-1247] |  Steven | 5 | -8/+14 |
2018-04-19 | Add special Twice-NAT feature (VPP-1221) |  Juraj Sloboda | 7 | -30/+94 |
2018-04-18 | dpdk: improve logging |  Damjan Marion | 4 | -35/+187 |
2018-04-18 | NAT44: recycle old sessions for forwarding bypass (VPP-1240) |  Matus Fabian | 4 | -17/+98 |
2018-04-18 | dpdk: resurrect removed code [VPP-1245] |  Steven | 1 | -0/+4 |
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 |