Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-10-04 | Add API support to dump IPsec SAs | Matthew Smith | 2 | -0/+175 |
2017-10-03 | Update L2FIB entry timestamp only if BD aging enabled (VPP-1002) | John Lo | 3 | -3/+6 |
2017-10-03 | tcp: updates to connection closing procedure (VPP-996) | Florin Coras | 4 | -17/+63 |
2017-10-03 | Repair vlib API socket server | Dave Barach | 10 | -25/+58 |
2017-10-03 | Propagate duplicate IF addr add/del error up to API. | Jon Loeliger | 3 | -8/+30 |
2017-10-02 | L2-FIB:add mac learn events test | Eyal Bari | 1 | -56/+49 |
2017-09-28 | cdp/lldp: punt for no buffer | Steven | 2 | -0/+6 |
2017-09-28 | tun/tap: Bad packets sent to kernel via tun/tap interface | Steven | 2 | -22/+29 |
2017-09-27 | LISP: add API handlers for set/get transport protocol | Filip Tehlar | 3 | -0/+62 |
2017-09-27 | VLAN support on host(af-packet) interface. | Akshaya N | 1 | -3/+26 |