Age | Commit message (Expand) | Author | Files | Lines |
2018-05-17 | Add buffer pointer-to-index and index-to-pointer array functions |  Damjan Marion | 4 | -106/+172 |
2018-05-17 | vlib: Fix WARN-ING macro in function |  Mohsin Kazmi | 1 | -1/+1 |
2018-05-17 | Fix failure during enable/disable of features |  Matthew Smith | 2 | -5/+5 |
2018-05-17 | Allow openSUSE tumbleweed |  Marco Varlese | 1 | -1/+1 |
2018-05-17 | Fixes in IPv6 RD control plane |  Juraj Sloboda | 2 | -30/+59 |
2018-05-17 | flow:redirect to node |  Eyal Bari | 2 | -2/+9 |
2018-05-17 | NAT44: nat44_del_session and nat44_user_session_details API update (VPP-1271) |  Matus Fabian | 9 | -123/+325 |
2018-05-17 | tcp: handle link-local addresses |  Florin Coras | 6 | -8/+75 |
2018-05-17 | Packet generator: preserve pcap file timestamps |  Dave Barach | 6 | -0/+23 |
2018-05-16 | dpdk: fix rte_eth_dev_set_mtu callsites to use same mtu value |  Rui Cai | 1 | -1/+1 |
2018-05-16 | Drop IPsec packets when interface is down |  Matthew Smith | 1 | -10/+32 |
2018-05-16 | make test: unify packet checksum verifications |  Klement Sekera | 3 | -256/+151 |
2018-05-16 | Fix broken compilation for non-numa aware platforms |  Sachin Saxena | 4 | -1/+6 |
2018-05-16 | echo client: used fixed pool for preallocated sessions |  Florin Coras | 2 | -14/+9 |
2018-05-15 | Update ipfix documentation |  Dave Barach | 1 | -195/+180 |
2018-05-15 | No overlapping sub-nets on any interface in the same table/VRF (VPP-943) |  Neale Ranns | 4 | -26/+91 |
2018-05-15 | VOM: nat-binding populate handle errors |  Neale Ranns | 1 | -9/+25 |
2018-05-14 | proxy: fix active open connection cleanup |  Florin Coras | 1 | -2/+2 |
2018-05-14 | vom: fix interface admin up/down |  Mohsin Kazmi | 1 | -1/+1 |
2018-05-14 | Rework CP and DP communication in IPv6 RD (VPP-1256) |  Juraj Sloboda | 4 | -359/+163 |
2018-05-14 | NAT44: delete closed TCP session (VPP-1274) |  Matus Fabian | 4 | -25/+71 |
2018-05-13 | Improve ipfix template packet rewrite construction |  Dave Barach | 9 | -28/+180 |
2018-05-13 | session: improve app verbose format function |  Florin Coras | 1 | -5/+6 |
2018-05-13 | session: alloc one frame per output node dispatch |  Florin Coras | 5 | -54/+94 |
2018-05-12 | dpdk: Add constants for failsafe PMD |  Rui Cai | 2 | -2/+13 |
2018-05-12 | dpdk: Add build related keywords for failsafe PMD |  Rui Cai | 4 | -1/+13 |
2018-05-11 | dpdk: fix Unknown interface with Mellanox NIC |  Steve Shin | 1 | -1/+1 |
2018-05-11 | Periodic scan and probe of IP neighbors to maintain neighbor pools |  John Lo | 14 | -14/+651 |
2018-05-11 | make test: reorganize ipsec_ah test code |  Klement Sekera | 1 | -191/+124 |
2018-05-11 | VPP-1275 Fix memory leaks in IPsec CLI |  Klement Sekera | 2 | -55/+84 |
2018-05-11 | Add ipfix exporter coding guide |  Dave Barach | 1 | -0/+375 |
2018-05-11 | Fix issue with xconnect not working on the main interface |  Damjan Marion | 1 | -9/+6 |
2018-05-10 | Remove the historical memfd api segment bootstrap |  Dave Barach | 3 | -252/+58 |
2018-05-10 | vppinfra: use count_trailing_zeros in sparse_vec_index |  Damjan Marion | 8 | -84/+46 |
2018-05-10 | NAT44: sessions counters per user fix (VPP-1270) |  Matus Fabian | 2 | -6/+31 |
2018-05-10 | vnet: device flow offload infra |  Damjan Marion | 18 | -0/+1335 |
2018-05-10 | session: fix proxy app multithreading |  Florin Coras | 1 | -15/+50 |
2018-05-10 | Change the way IP header pointer is calculated in esp_decrypt nodes |  Szymon Sliwa | 3 | -4/+18 |
2018-05-10 | DHCP4 client process replies when renewing lease |  Matthew Smith | 1 | -16/+24 |
2018-05-10 | vppinfra: use popcnt instruction when available |  Damjan Marion | 1 | -0/+8 |
2018-05-10 | tcp: fix jumbo retransmits |  Florin Coras | 1 | -42/+42 |
2018-05-10 | dpdk:fix tx count |  Eyal Bari | 1 | -1/+2 |
2018-05-09 | dpdk: fix free of tx dropped packets |  Florin Coras | 1 | -1/+1 |
2018-05-09 | ipsec: support UDP encap/decap for NAT traversal |  Klement Sekera | 13 | -48/+366 |
2018-05-09 | session: cleanup session tx function |  Florin Coras | 9 | -376/+532 |
2018-05-09 | dpdk: tx code rework |  Damjan Marion | 4 | -261/+170 |
2018-05-09 | dpdk:fix mbuf index typo's |  Eyal Bari | 1 | -4/+4 |
2018-05-08 | NAT44: TCP connection close detection (VPP-1266) |  Matus Fabian | 8 | -57/+364 |
2018-05-07 | opensuse: OS_ID field content changed for SUSE |  Marco Varlese | 1 | -1/+1 |
2018-05-07 | dpdk: improve perf of buffer indices calc in the input node |  Damjan Marion | 1 | -34/+53 |