Age | Commit message (Expand) | Author | Files | Lines |
2017-10-26 | session: swap appns secret to host byte order |  Florin Coras | 1 | -1/+1 |
2017-10-26 | fib test - fix undefined behavior warning found by clang |  Gabriel Ganne | 3 | -3/+3 |
2017-10-26 | VCL: add session namespace support. |  Dave Wallace | 3 | -17/+40 |
2017-10-26 | Allow IPsec interface to have SAs reset |  Matthew Smith | 5 | -1/+123 |
2017-10-25 | lldp: protection code to check a valid interface index |  Steve Shin | 1 | -2/+9 |
2017-10-25 | L3 proxy FIB source for container networking |  Andrew Yourtchenko | 14 | -10/+381 |
2017-10-24 | Update L2 header offset after VLAN tag rewrite |  Neale Ranns | 1 | -1/+3 |
2017-10-24 | Add extern to *_main global variable declarations in header files. |  Dave Wallace | 49 | -33/+65 |
2017-10-23 | af_packet: invalid TCP/UDP offload checksum on RX node recalculation |  Jakub Grajciar | 6 | -3/+171 |
2017-10-23 | VXLAN:small refactor to vxlan input |  Eyal Bari | 1 | -235/+175 |
2017-10-20 | Add reverse DNS (ip to name) resolution |  Dave Barach | 5 | -34/+311 |
2017-10-20 | null-terminate some formatted string |  Gabriel Ganne | 3 | -0/+15 |
2017-10-19 | Remove unused 'not_last' parameter from ip_add_del_route |  Marek Gradzki | 1 | -3/+0 |
2017-10-19 | VPP-1024: rewrite buffer trajectory tracer |  Dave Barach | 4 | -6/+134 |
2017-10-18 | LISP: fix crash when sending NSH map-request message, ONE-32 |  Filip Tehlar | 1 | -0/+3 |
2017-10-18 | VPP-930: add missing ntohl to send_ip6_fib_details(...) |  Dave Barach | 1 | -1/+1 |
2017-10-17 | session: fix connect corner case crash. |  Dave Wallace | 1 | -17/+20 |
2017-10-17 | VPP-1032: fix coverity warnings |  Dave Barach | 1 | -3/+12 |
2017-10-17 | Add API versioning to GENEVE tunnel implementation. |  Marco Varlese | 1 | -1/+3 |
2017-10-17 | session: return local transport endpoint in connect reply |  Florin Coras | 3 | -1/+14 |
2017-10-16 | session: fix build when debugging is on |  Florin Coras | 3 | -3/+3 |
2017-10-16 | udp: refactor udp code |  Florin Coras | 34 | -1175/+1697 |
2017-10-16 | DNS name resolver improvements |  Dave Barach | 4 | -31/+217 |
2017-10-16 | LISP: fix map-request counters, ONE-25 |  Filip Tehlar | 1 | -6/+5 |
2017-10-15 | ip: avoid arp assert if out of buffers (VPP-1030) |  Florin Coras | 1 | -0/+4 |
2017-10-15 | Revert "Enforce FIB table creation before use" |  Florin Coras | 5 | -11/+78 |
2017-10-14 | change format_get_indent() to use u32 instead of uword |  Gabriel Ganne | 1 | -1/+1 |
2017-10-14 | Add API call to set keys on IPsec tunnel intf |  Matthew Smith | 2 | -0/+75 |
2017-10-14 | Source Lookup progammable via API |  Neale Ranns | 9 | -12/+85 |
2017-10-14 | vhost: crash under heavy traffic condition due to memory corruption (VPP-1016) |  Steven | 1 | -2/+33 |
2017-10-13 | Enforce FIB table creation before use |  Neale Ranns | 5 | -78/+11 |
2017-10-13 | VPP-1027: DNS name resolver |  Dave Barach | 10 | -2/+2958 |
2017-10-12 | dpdk/ipsec: coverity fixes |  Sergio Gonzalez Monroy | 1 | -9/+20 |
2017-10-12 | LLDP: Add Management Address TLV |  Steve Shin | 6 | -25/+207 |
2017-10-12 | tcp: do not format sb if not established (VPP-1018) |  Florin Coras | 1 | -2/+3 |
2017-10-11 | Revert "VPP-1001 - update AF Packet Driver to for modern kernels" |  Damjan Marion | 4 | -119/+10 |
2017-10-10 | session: add support for application namespacing |  Florin Coras | 37 | -785/+2844 |
2017-10-10 | punt and drop features: |  Neale Ranns | 14 | -209/+1595 |
2017-10-09 | IP neighbour move incorrectly placed jump label |  Neale Ranns | 1 | -2/+2 |
2017-10-09 | vppapigen: support per-file (major,minor,patch) version stamps |  Dave Barach | 29 | -4/+63 |
2017-10-09 | NAT: hairpinning rework (VPP-1003) |  Matus Fabian | 2 | -2/+11 |
2017-10-09 | fix buffer allocation for sparse jumbo frames in vhost |  Pierre Pfister | 1 | -1/+3 |
2017-10-06 | tuntap: Introduce per thread structure to suport multi-threads |  Steven | 2 | -65/+99 |
2017-10-06 | Initial GENEVE TUNNEL implementation and tests. |  Marco Varlese | 12 | -2/+3802 |
2017-10-05 | dpdk/ipsec: rework plus improved cli commands |  Sergio Gonzalez Monroy | 5 | -44/+100 |
2017-10-05 | Distributed Virtual Router Support |  Neale Ranns | 12 | -108/+543 |
2017-10-04 | [aarch64] Fixes CLI crashes on dpaa2 platform. |  Christophe Fontaine | 53 | -92/+92 |
2017-10-04 | Set MAC address needs the HW interface index |  Neale Ranns | 2 | -2/+6 |
2017-10-04 | Dump of deag/lookup routes has is_drop=1 (VPP-995) |  Neale Ranns | 1 | -0/+2 |
2017-10-04 | VPP-1001 - update AF Packet Driver to for modern kernels |  Anton Ivanov | 4 | -10/+119 |