Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-03-05 | NAT44 - unknown protocols work with forwarding | Matthew Smith | 1 | -6/+9 |
2018-03-04 | vlib: map pci region by using vfio FD when vfio is used | Damjan Marion | 1 | -1/+1 |
2018-03-02 | NAT44: interface output feature and service host direct access (VPP-1176) | Matus Fabian | 2 | -6/+117 |
2018-03-01 | 6RD: Rewritten 6RD RFC5969 support. | Ole Troan | 10 | -721/+904 |
2018-03-01 | STN: Fix stn_rules_dump/details to follow API convention | Ole Troan | 3 | -8/+8 |
2018-02-27 | memif: Fix a message initialization problem in VAT | Jon Loeliger | 1 | -3/+2 |
2018-02-26 | vnet: add 25G interface speed flag | Damjan Marion | 1 | -0/+6 |
2018-02-25 | Fix bug in dpdk_crypto_session_disposal() | Matthew Smith | 1 | -0/+2 |
2018-02-24 | Fix crypto session deletion crash | Matthew Smith | 1 | -6/+9 |
2018-02-23 | Disable scatter-gather for ENA | Matthew Smith | 1 | -0/+1 |
2018-02-19 | dpdk: Fix MTU calc for NICs that support mtu<9216 | Nitin Saxena | 1 | -34/+66 |
2018-02-16 | memif: VPP-1172: Ensure memif_create reply contains sw_if_index | Jon Loeliger | 1 | -1/+6 |
2018-02-15 | dpdk: add support for DPDK 18.02, deprecate 17.08 | Damjan Marion | 4 | -24/+0 |
2018-02-14 | VOM: build with plugins disabled | Neale Ranns | 1 | -1/+1 |
2018-02-14 | NAT44 out2in DHCP client next node | Matthew Smith | 1 | -8/+24 |
2018-02-14 | NAT44: run NAT nodes after ACL (VPP-1160) | Matus Fabian | 1 | -15/+15 |
2018-02-12 | dpdk:fix trace to follow feature arc | Eyal Bari | 3 | -87/+66 |
2018-02-09 | acl-plugin: Stale classify table after deleting macip ACL | Steve Shin | 1 | -0/+22 |
2018-02-09 | GBP plugin | Neale Ranns | 8 | -0/+1366 |
2018-02-09 | memif: fix crash caused by zero pkt len in memif and clear dirty cache while ... | Chun Li | 5 | -12/+102 |
2018-02-08 | add CLIB_HAVE_VEC128 with NEON intrinsics (VPP-1127) | Gabriel Ganne | 1 | -1/+1 |
2018-02-08 | acl-plugin: add whitelisted ethertype mode (VPP-1163) | Andrew Yourtchenko | 5 | -5/+308 |
2018-02-08 | acl-plugin: VPP-1088: add support for egress filter in macip ACLs | Andrew Yourtchenko | 2 | -16/+244 |
2018-02-08 | acl-plugin: an elog-based tracing implementation for troubleshooting the conn... | Andrew Yourtchenko | 4 | -32/+153 |
2018-02-07 | acl-plugin: multicore: send the interrupts to thread0 too | Andrew Yourtchenko | 1 | -1/+1 |
2018-02-07 | classifier-based ACL: refactor + add output ACL | Andrew Yourtchenko | 1 | -1/+1 |
2018-02-07 | Refactor vlib_buffer flags | Damjan Marion | 5 | -21/+12 |
2018-02-06 | vlib: epoll on worker threads | Damjan Marion | 2 | -0/+11 |
2018-02-06 | Reflexive ACL support on ICMP | Steve Shin | 1 | -25/+113 |
2018-02-05 | NAT64: Run nat64-expire-worker-walk only when NAT64 is configured (VPP-1162) | Matus Fabian | 2 | -4/+48 |
2018-02-02 | Add L3DSR feature in LB plugin | Hongjun Ni | 8 | -88/+246 |
2018-02-01 | FIB: Consolidate several copies of fib_ip_proto() into one. | Jon Loeliger | 1 | -6/+0 |
2018-02-01 | dpdk:fix typo in prefetch sequence | Eyal Bari | 1 | -2/+2 |
2018-02-01 | srv6-ad: fixing coverity issues | Francois Clad | 1 | -8/+32 |
2018-02-01 | srv6-as: fixing coverity issues | Francois Clad | 1 | -8/+32 |
2018-01-31 | vlib: allocating buffers on thread-x and freeing them on thread-y causes | Steven | 1 | -12/+6 |
2018-01-31 | Improved tracing for the IP[46] not-enabled case. | Neale Ranns | 1 | -2/+4 |
2018-01-31 | NAT66 1:1 mapping (VPP-1108) | Matus Fabian | 9 | -2/+1378 |
2018-01-31 | NAT44: in2out output feature skip translation for already translated packets ... | Matus Fabian | 2 | -15/+74 |
2018-01-31 | NAT44: Delete dynamic sessions matching new 1:1NAT (VPP-1158) | Matus Fabian | 1 | -8/+52 |
2018-01-31 | NAT44: nat44_static_mapping_details protocol=0 if addr_only=0 (VPP-1158) | Matus Fabian | 2 | -13/+19 |