Age | Commit message (Expand) | Author | Files | Lines |
2018-04-18 | dpdk: resurrect removed code [VPP-1245] | ![](//seccdn.libravatar.org/avatar/562b0682c4c313d1b55cd0c572cca6a6?s=13&d=retro) Steven | 1 | -0/+4 |
2018-04-18 | Fix the ip header offset counting in vnet/ipsec | ![](//seccdn.libravatar.org/avatar/1a7b2e4a6683d36a09c62d307680919d?s=13&d=retro) Szymon Sliwa | 1 | -5/+4 |
2018-04-17 | Add logging support | ![](//seccdn.libravatar.org/avatar/0e62e9336f8793820041922c5051ddac?s=13&d=retro) Damjan Marion | 11 | -54/+882 |
2018-04-17 | IP mcast: allow unicast address as a next-hop | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 11 | -49/+370 |
2018-04-17 | dpdk: add additional fields to rte_mbuf trace print | ![](//seccdn.libravatar.org/avatar/0e62e9336f8793820041922c5051ddac?s=13&d=retro) Damjan Marion | 1 | -2/+5 |
2018-04-17 | dpdk: print device flags in the 'show hardware' output | ![](//seccdn.libravatar.org/avatar/0e62e9336f8793820041922c5051ddac?s=13&d=retro) Damjan Marion | 2 | -11/+37 |
2018-04-17 | ACL based forwarding | ![](//seccdn.libravatar.org/avatar/981936c810e68793c10f3626f9998c5d?s=13&d=retro) Andrew Yourtchenko | 16 | -1/+2358 |
2018-04-17 | VPP-1243: fix reassembly CLI | ![](//seccdn.libravatar.org/avatar/c1f763acca4b6efa334dd60fd50f97ae?s=13&d=retro) Klement Sekera | 1 | -5/+6 |
2018-04-17 | make test: ipsec test cleanup | ![](//seccdn.libravatar.org/avatar/c1f763acca4b6efa334dd60fd50f97ae?s=13&d=retro) Klement Sekera | 2 | -13/+9 |
2018-04-17 | vhost: show vhost-user <interface> may crash [VPP-1242] | ![](//seccdn.libravatar.org/avatar/562b0682c4c313d1b55cd0c572cca6a6?s=13&d=retro) Steven | 1 | -0/+7 |
2018-04-17 | SCTP: coverity scan warnings | ![](//seccdn.libravatar.org/avatar/5a86822390d78add9a8b8b0cbd4101f7?s=13&d=retro) Marco Varlese | 3 | -30/+39 |
2018-04-17 | vxlan:remove counters writeback cache | ![](//seccdn.libravatar.org/avatar/4ae54e830c6c787e7dff4d53577f871c?s=13&d=retro) Eyal Bari | 2 | -519/+242 |
2018-04-17 | acl-plugin: VPP-1241: fix the "show acl-plugin tables applied" output | ![](//seccdn.libravatar.org/avatar/981936c810e68793c10f3626f9998c5d?s=13&d=retro) Andrew Yourtchenko | 2 | -45/+20 |
2018-04-17 | igmp: fix debug macro | ![](//seccdn.libravatar.org/avatar/b9bd8f8123d0d1fd803e6d292988fda9?s=13&d=retro) Jakub Grajciar | 3 | -13/+13 |
2018-04-16 | Makefile: Removed clang build from verify | ![](//seccdn.libravatar.org/avatar/d28d208903cb395bc6f3f509de94726e?s=13&d=retro) Ed Kern | 1 | -7/+0 |
2018-04-16 | Implement ip_probe_neighbor API | ![](//seccdn.libravatar.org/avatar/7e84d8b7ad256414b3b9e6fcd69e9788?s=13&d=retro) John Lo | 4 | -10/+135 |
2018-04-16 | session: use generic session pool for listeners | ![](//seccdn.libravatar.org/avatar/2d46909386737c03b3e828d235494c22?s=13&d=retro) Florin Coras | 8 | -103/+42 |
2018-04-15 | vhost: add vhost interface add/delete/dump API test cases to make test | ![](//seccdn.libravatar.org/avatar/562b0682c4c313d1b55cd0c572cca6a6?s=13&d=retro) Steven | 3 | -0/+160 |
2018-04-13 | Revert "MTU: Setting of MTU on software interface (instead of hardware interf... | ![](//seccdn.libravatar.org/avatar/0e62e9336f8793820041922c5051ddac?s=13&d=retro) Damjan Marion | 25 | -315/+246 |
2018-04-13 | acl-plugin: VPP-1239: acl-as-a-service does not match IPv6 packets, works onl... | ![](//seccdn.libravatar.org/avatar/981936c810e68793c10f3626f9998c5d?s=13&d=retro) Andrew Yourtchenko | 2 | -4/+5 |
2018-04-13 | NAT66: Do not translate if packet not aimed at outside interface | ![](//seccdn.libravatar.org/avatar/4a2b679276827dd7b8cdab4426918ea1?s=13&d=retro) Juraj Sloboda | 4 | -0/+78 |
2018-04-13 | VOM: GBP: update subnet is type changes | ![](//seccdn.libravatar.org/avatar/02b7237bbe4c85f93c90af26b5a62826?s=13&d=retro) Neale Ranns | 2 | -5/+16 |
2018-04-13 | MTU: Setting of MTU on software interface (instead of hardware interface) | ![](//seccdn.libravatar.org/avatar/abdd28e3ca14762a7c1348c13dc5242d?s=13&d=retro) Ole Troan | 25 | -246/+315 |
2018-04-13 | GBP V2 | ![](//seccdn.libravatar.org/avatar/02b7237bbe4c85f93c90af26b5a62826?s=13&d=retro) Neale Ranns | 74 | -1168/+7570 |
2018-04-13 | bond: ping fails between l2 BD [VPP-1238] | ![](//seccdn.libravatar.org/avatar/562b0682c4c313d1b55cd0c572cca6a6?s=13&d=retro) Steven | 4 | -15/+91 |
2018-04-13 | Enable check of VRF reset - IPv4 | ![](//seccdn.libravatar.org/avatar/04b43d7e3ffef97fcecc980ee44c8187?s=13&d=retro) Jan Gelety | 3 | -71/+122 |
2018-04-12 | VCL IOEvent external API callback | ![](//seccdn.libravatar.org/avatar/5e4320b1cd07fde01941d11c188ff416?s=13&d=retro) Keith Burns (alagalah) | 7 | -98/+373 |
2018-04-12 | export new VOM hpp post 11648 | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -0/+1 |
2018-04-12 | libmemif: fix clang compilation errors/warnings | ![](//seccdn.libravatar.org/avatar/b9bd8f8123d0d1fd803e6d292988fda9?s=13&d=retro) Jakub Grajciar | 3 | -16/+15 |
2018-04-12 | Fixes for 'make UNATTENDED=yes CC=clang CXX=clang verify' | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 51 | -180/+215 |
2018-04-12 | vom: Fix the itf stats replay | ![](//seccdn.libravatar.org/avatar/e28e0b7d5266e2b47f51f0eeedeebed2?s=13&d=retro) Mohsin Kazmi | 3 | -1/+39 |
2018-04-12 | fixes python3 TypeError; python2 intact | ![](//seccdn.libravatar.org/avatar/89f01563b72005c7cc016f49222acff3?s=13&d=retro) Andrey "Zed" Zaikin | 1 | -1/+1 |
2018-04-12 | bond: 1 packet/frame == bad performance [VPP-1236] | ![](//seccdn.libravatar.org/avatar/562b0682c4c313d1b55cd0c572cca6a6?s=13&d=retro) Steven | 1 | -6/+8 |
2018-04-12 | NAT: disable CLI/API not supported in active mode (VPP-1234) | ![](//seccdn.libravatar.org/avatar/4a2b679276827dd7b8cdab4426918ea1?s=13&d=retro) Juraj Sloboda | 2 | -3/+215 |
2018-04-12 | Handle DHCP replies with NAT44 forwarding enabled | ![](//seccdn.libravatar.org/avatar/b9eb332dbd684bd67b828481521e9340?s=13&d=retro) Matthew Smith | 1 | -48/+57 |
2018-04-11 | VPPAPIGEN: Consistent CRC32 on complete file. | ![](//seccdn.libravatar.org/avatar/abdd28e3ca14762a7c1348c13dc5242d?s=13&d=retro) Ole Troan | 1 | -17/+25 |
2018-04-11 | Clean up temp dir in failure cases | ![](//seccdn.libravatar.org/avatar/12a20876e4604d42d407330c5a70f937?s=13&d=retro) Dave Barach | 1 | -0/+3 |
2018-04-11 | fix: sample vpp-api C client hangs vpp daemon because of NULL callback | ![](//seccdn.libravatar.org/avatar/89f01563b72005c7cc016f49222acff3?s=13&d=retro) Andrey "Zed" Zaikin | 1 | -4/+3 |
2018-04-11 | NAT44: fix setting of flag SNAT_SESSION_FLAG_LOAD_BALANCING (VPP-1235) | ![](//seccdn.libravatar.org/avatar/8c70b147e06f757435f73af5a1006897?s=13&d=retro) Matus Fabian | 4 | -24/+36 |
2018-04-11 | acl-plugin: VPP-1231: add error checking to acl_plugin_set_acl_vec_for_context | ![](//seccdn.libravatar.org/avatar/981936c810e68793c10f3626f9998c5d?s=13&d=retro) Andrew Yourtchenko | 1 | -1/+26 |
2018-04-11 | acl-plugin: VPP-1230: fix the "undefined symbol" error for acl_main when usin... | ![](//seccdn.libravatar.org/avatar/981936c810e68793c10f3626f9998c5d?s=13&d=retro) Andrew Yourtchenko | 3 | -9/+31 |
2018-04-11 | dpdk: fail in early init if we cannot alloc hugepages | ![](//seccdn.libravatar.org/avatar/0e62e9336f8793820041922c5051ddac?s=13&d=retro) Damjan Marion | 1 | -4/+19 |
2018-04-10 | test: Fix issues with new version of pycodestyle (VPP-1232) | ![](//seccdn.libravatar.org/avatar/116978b9ab2b60c70050729dcc42da6b?s=13&d=retro) Chris Luke | 3 | -3/+5 |
2018-04-10 | Makefile: Added new ifeq to cover opensuse leap15 | ![](//seccdn.libravatar.org/avatar/d28d208903cb395bc6f3f509de94726e?s=13&d=retro) Ed Kern | 1 | -4/+9 |
2018-04-10 | when deleting l3 static mapping with addr_only, | ![](//seccdn.libravatar.org/avatar/3b31ca04fb128e67a859f83715a9cb6f?s=13&d=retro) ahdj007 | 1 | -1/+4 |
2018-04-10 | CSIT-895 dpdk/ipsec: add locks on session data hash updates | ![](//seccdn.libravatar.org/avatar/04050627331a96bd4e8d4871e7271530?s=13&d=retro) Radu Nicolau | 2 | -33/+40 |
2018-04-10 | srv6-ad: fixing cache size issue | ![](//seccdn.libravatar.org/avatar/068425fb7d51c4a6dd38ced90b8c9e69?s=13&d=retro) Francois Clad | 3 | -11/+18 |
2018-04-10 | Make IPsec tunnel intf work with IPv4 output features | ![](//seccdn.libravatar.org/avatar/b9eb332dbd684bd67b828481521e9340?s=13&d=retro) Matthew Smith | 2 | -0/+13 |
2018-04-09 | features: don't break linked list, create separate one for arc | ![](//seccdn.libravatar.org/avatar/0e62e9336f8793820041922c5051ddac?s=13&d=retro) Damjan Marion | 4 | -14/+16 |
2018-04-09 | L2: no-flood interface type in the Bridge-Domain | ![](//seccdn.libravatar.org/avatar/02b7237bbe4c85f93c90af26b5a62826?s=13&d=retro) Neale Ranns | 5 | -11/+42 |