Age | Commit message (Expand) | Author | Files | Lines |
2018-03-16 | Fix a long-latent bi=0 bug in vlib_buffer_add_data |  Dave Barach | 1 | -2/+2 |
2018-03-16 | IPv6 ND Router discovery control plane (VPP-1095) |  Juraj Sloboda | 5 | -1/+1029 |
2018-03-16 | stats: allow configuring poller delay |  Klement Sekera | 2 | -16/+28 |
2018-03-16 | IPSec: fix IPv6 policy deleting |  Matus Fabian | 1 | -1/+1 |
2018-03-16 | IPv6 ND Router discovery data plane (VPP-1095) |  Juraj Sloboda | 4 | -5/+613 |
2018-03-16 | session: allow local host binds |  Florin Coras | 1 | -4/+4 |
2018-03-15 | Update session local address is_ip4 on bind when not global |  Keith Burns (alagalah) | 1 | -0/+1 |
2018-03-15 | tls: add openssl engine |  Florin Coras | 8 | -162/+154 |
2018-03-15 | Add a helper function to fetch vlib node index for already stacked dpos |  Vijayabhaskar Katamreddy | 2 | -0/+40 |
2018-03-14 | vlib: internal buffer manager rework |  Damjan Marion | 1 | -3/+2 |
2018-03-14 | IPIP: Add IP{v4,v6} over IP{v4,v6} configured tunnel support. |  Ole Troan | 10 | -0/+2244 |
2018-03-14 | srv6-plugins: fixing documentation |  Francois Clad | 1 | -0/+7 |
2018-03-14 | srv6: minor CLI modifications |  Francois Clad | 4 | -15/+14 |
2018-03-14 | Improve l2_macs_events API to provide MAC move information |  John Lo | 4 | -8/+22 |
2018-03-14 | At AF_PACKET socket create, do intf bind before rx ring cfg to avoid receivin... |  Chaoyu Jin | 1 | -12/+12 |
2018-03-13 | SCTP: data retransmission & snd_space fix |  Marco Varlese | 3 | -4/+88 |
2018-03-13 | Common form of fib-path reproting in dumps |  Neale Ranns | 8 | -126/+304 |
2018-03-13 | FIB: DVR paths are not considered L3 attached |  Neale Ranns | 1 | -0/+10 |
2018-03-13 | SCTP: cumulative SACK fix |  Marco Varlese | 4 | -15/+44 |
2018-03-12 | SPAN: Add 'is_l2" flag to DETAILS response messages. |  Jon Loeliger | 2 | -0/+3 |
2018-03-12 | Remove md5.[ch] from vppinfra |  Dave Barach | 1 | -13/+2 |
2018-03-11 | vnet: l2-classify: prefetch (n+2, n+3) rather than (n+1, n+2) inside dual loo... |  Andrew Yourtchenko | 2 | -10/+10 |
2018-03-10 | Move the vnet cdp protocol implementation to a plugin |  Dave Barach | 6 | -1569/+0 |
2018-03-09 | Coordinate known Ethernet speeds with Linux kernel and DPDK |  Lee Roberts | 1 | -6/+16 |
2018-03-09 | MPLS Unifom mode |  Neale Ranns | 39 | -591/+1746 |
2018-03-08 | tls: make tls engines pluggable |  Florin Coras | 2 | -513/+219 |
2018-03-07 | Fix Avoid crash in vnet_delete_sub_interface routine |  Steve Shin | 1 | -1/+2 |
2018-03-07 | features: extend 'feature node not found' warning message |  Damjan Marion | 1 | -2/+4 |
2018-03-07 | packet-generator: use default free list |  Damjan Marion | 2 | -63/+8 |
2018-03-07 | tls: enforce certificate verification |  Florin Coras | 10 | -124/+212 |
2018-03-06 | API: Add service definitions for events and singleton messages (second attempt) |  Marek Gradzki | 4 | -60/+24 |
2018-03-05 | Revert "API: Add service definitions for events and singleton messages." |  Ole Trøan | 4 | -24/+60 |
2018-03-05 | SCTP: API to configure some tunables |  Marco Varlese | 6 | -78/+129 |
2018-03-05 | IP6 link-local table |  Neale Ranns | 22 | -220/+1068 |
2018-03-05 | API: Add service definitions for events and singleton messages. |  Ole Troan | 4 | -60/+24 |
2018-03-05 | SCTP: retransmission in INIT/SHUTDOWN phase |  Marco Varlese | 4 | -24/+124 |
2018-03-05 | tls: add stop listen handler |  Florin Coras | 2 | -9/+42 |
2018-03-03 | netlink: Use nl_pid 0 to play nice with others. |  Jon Loeliger | 1 | -1/+1 |
2018-03-02 | tls: clib_mem_alloc context to avoid dangling references |  Florin Coras | 1 | -30/+32 |
2018-03-02 | session: first approximation implementation of tls |  Florin Coras | 24 | -163/+1737 |
2018-03-02 | tapv2: CLI and binary API fixes |  Steven | 2 | -3/+3 |
2018-03-01 | SCTP: API to delete a sub-connection |  Marco Varlese | 4 | -2/+106 |
2018-03-01 | 6RD: Rewritten 6RD RFC5969 support. |  Ole Troan | 9 | -9/+17 |
2018-03-01 | Fix ERSPAN encap to set EN bits in the header and add test case |  John Lo | 2 | -9/+12 |
2018-03-01 | SCTP: API to add a sub-connection |  Marco Varlese | 7 | -38/+243 |
2018-03-01 | session: zero out ips in local endpoint lookup only if local |  Florin Coras | 3 | -29/+75 |
2018-02-28 | tapv2: abort in tap_create_if (VPP-1179) |  Steven | 1 | -0/+1 |
2018-02-28 | at af_packet input, drop partial packets to prevent l4 checksum deadloop at o... |  Chaoyu Jin | 1 | -4/+17 |
2018-02-28 | SCTP: handle COOKIE while in SHUTDOWN phase |  Marco Varlese | 3 | -20/+40 |
2018-02-27 | vnet/interface: vnet_(put|get)frame_to_sw_interface is not worker thread aware |  Steven | 1 | -2/+2 |