Age | Commit message (Expand) | Author | Files | Lines |
2017-09-12 | NAT: fixed bug in snat_alloc_outside_address_and_port (VPP-981) |  Matus Fabian | 3 | -9/+29 |
2017-09-12 | devices: Display VhostEthernet instead of UnknownEthernet for dpdk net_vhost ... |  Steven | 3 | -2/+14 |
2017-09-12 | net/mlx5: fix warning message |  Shachar Beiser | 1 | -0/+3 |
2017-09-12 | Fix issue in nat Bisearch algorithm (VPP-980) |  flyingeagle23 | 1 | -1/+1 |
2017-09-12 | acl-plugin: add startup-config section "acl-plugin" and heap/hash parameters |  Andrew Yourtchenko | 3 | -4/+60 |
2017-09-12 | nat lb mapping command existed array out of bounds(VPP-979) |  flyingeagle23 | 1 | -1/+2 |
2017-09-12 | ACL-plugin add "replace" semantics for adding a new MacIP acl |  Pavel Kotucek | 4 | -18/+295 |
2017-09-11 | memif: mode ip is not settable from binary API |  Steven | 3 | -4/+10 |
2017-09-11 | FIB table add/delete API |  Neale Ranns | 2 | -11/+19 |
2017-09-10 | NAT: fixed hairpinning for in2out translation as an output feature (VPP-976) |  Matus Fabian | 1 | -7/+19 |
2017-09-09 | move unix_file_* code to vppinfra |  Damjan Marion | 3 | -64/+66 |
2017-09-08 | vlib: move linux-specific code to vlib/linux |  Damjan Marion | 3 | -30/+2 |
2017-09-08 | memif: fix coverity warnings as of 9/7 |  Steven | 4 | -12/+29 |
2017-09-08 | ACL-plugin MACIP ACLs tests |  Pavel Kotucek | 1 | -2/+16 |
2017-09-08 | acl-plugin: add hitcount to applied hash-acl entries |  Andrew Yourtchenko | 3 | -4/+10 |
2017-09-07 | vlib physmem rework |  Damjan Marion | 5 | -18/+35 |
2017-09-07 | NAT: fixed bug in snat_get_worker_out2in_cb (VPP-832) |  Matus Fabian | 1 | -0/+2 |
2017-09-07 | acl-plugin: match index set to first portrange element if non-first portrange... |  Andrew Yourtchenko | 1 | -5/+1 |
2017-09-06 | Fixes for issues raised by Coverity (VPP-972) |  Chris Luke | 1 | -2/+2 |
2017-09-06 | NAT: Destination NAT44 with load-balancing (VPP-954) |  Matus Fabian | 6 | -70/+1011 |
2017-09-06 | dpdk/ipsec: fix setup when using master core only |  Sergio Gonzalez Monroy | 1 | -2/+3 |
2017-08-31 | dpdk/ipsec: update doc regarding startup.conf |  Sergio Gonzalez Monroy | 1 | -10/+7 |
2017-08-30 | Offload prep calls needed for IP and UDP checksum offload pkts |  Dave Barach | 1 | -1/+4 |
2017-08-29 | Fix static mapping lookup issue for NAT plugin |  Hongjun Ni | 1 | -0/+1 |
2017-08-29 | Fix some issue of comment and help for nat feature |  Hongjun Ni | 1 | -3/+3 |
2017-08-29 | Flowprobe: Fix flow start time and hash computation |  Pierre Pfister | 2 | -25/+21 |
2017-08-25 | dpdk: bump to dpdk 17.08, remove support for dpdk 17.02 |  Damjan Marion | 5 | -35/+4 |
2017-08-25 | acl-plugin: warning printed when acl_add_replace already applied ACLs (comple... |  Andrew Yourtchenko | 4 | -17/+49 |
2017-08-25 | Use Quad-loop to improve gtpu-encap performance |  Hongjun Ni | 1 | -49/+194 |
2017-08-25 | dpdk: required changes for 17.08 |  Sergio Gonzalez Monroy | 9 | -216/+471 |
2017-08-24 | Make VPP runtime directory configurable |  Damjan Marion | 3 | -22/+22 |
2017-08-24 | NAT64: Fix error message typo (VPP-961) |  Matus Fabian | 1 | -5/+6 |
2017-08-23 | NAT64: Fix CLI typo (VPP-961) |  Matus Fabian | 2 | -4/+4 |
2017-08-23 | NAT: Rename snat plugin to nat (VPP-955) |  Matus Fabian | 24 | -378/+2279 |
2017-08-22 | acl-plugin: Recreate the bihash_40_8.h in the proper place |  Andrew Yourtchenko | 4 | -87/+4 |
2017-08-22 | dpdk: fix Cavium ThunderX support |  Damjan Marion | 2 | -0/+5 |
2017-08-21 | PPPoE usses a midchain adjacency stack on an interface-tx DPO |  Neale Ranns | 4 | -435/+122 |
2017-08-18 | Fix vpp crash when adding macip acl |  Pavel Kotucek | 1 | -1/+1 |
2017-08-18 | Fix small issues in ACL api |  Pavel Kotucek | 1 | -3/+11 |
2017-08-18 | acl-plugin: time out the sessions created by main thread too (VPP-948) |  Andrew Yourtchenko | 4 | -13/+28 |
2017-08-16 | SNAT: Make proto optional in nat64_bib_dump (VPP-942) |  Matus Fabian | 4 | -45/+115 |
2017-08-16 | NAT64: Fallback to 3-tuple key for non TCP/UDP sessions (VPP-884) |  Matus Fabian | 8 | -134/+647 |
2017-08-15 | acl-plugin: don't attempt to delete the ACLs on interface deletion if ACL plu... |  Andrew Yourtchenko | 1 | -0/+4 |
2017-08-14 | dpdk: cleanup unused build option *_uses_dpdk_cryptodev_sw |  Sergio Gonzalez Monroy | 1 | -11/+4 |
2017-08-11 | Fix IP fragment-id and offset issue in LB-GRE4 |  Hongjun Ni | 1 | -0/+2 |
2017-08-11 | acl-plugin: add the debug CLI to show macip ACLs and where they are applied (... |  Andrew Yourtchenko | 1 | -0/+76 |
2017-08-10 | acl-plugin: hash lookup bitmask not cleared when ACL is unapplied from interf... |  Andrew Yourtchenko | 3 | -4/+31 |
2017-08-10 | acl-plugin: avoid crash in multithreaded setup adding/deleting ACLs with traf... |  Andrew Yourtchenko | 3 | -0/+83 |
2017-08-10 | acl-plugin: all TCP sessions treated as transient (VPP-932) |  Andrew Yourtchenko | 1 | -3/+6 |
2017-08-09 | PPPoE: use DPO protos in FIB entry path add/remove |  Neale Ranns | 1 | -2/+3 |