Age | Commit message (Expand) | Author | Files | Lines |
2019-06-08 | tcp: send challenge ack for in wnd syn | Florin Coras | 1 | -1/+2 |
2019-06-08 | tcp: close connection if not recovered after max tries | Florin Coras | 2 | -0/+14 |
2019-06-07 | tcp: add cc cleanup function | Florin Coras | 2 | -25/+34 |
2019-06-07 | tcp: log connect notify errors | Florin Coras | 1 | -1/+2 |
2019-06-07 | ipsec: export ipsec_punt.h | Neale Ranns | 1 | -0/+1 |
2019-06-07 | ip: ip4 lookup performance bump with the usual receipe | Neale Ranns | 1 | -435/+378 |
2019-06-07 | build: add -Wall and -fno-common, fix reported issues | Benoît Ganne | 28 | -84/+73 |
2019-06-07 | lacp: create lacp-process on demand | Steven Luong | 4 | -26/+86 |
2019-06-07 | ipsec: remove the set_key API | Neale Ranns | 10 | -526/+0 |
2019-06-07 | gre: update gre.api with explicit types | Ole Troan | 1 | -6/+5 |
2019-06-07 | API: Add support for "defaults" | Ole Troan | 5 | -32/+99 |
2019-06-07 | vppapigen: Fold up CRC from dependent types. | Ole Troan | 4 | -36/+50 |
2019-06-07 | p2p ethernet: update p2p_ethernet.api with explicit types. | Ole Troan | 1 | -5/+8 |
2019-06-07 | vpp_papi: Context_id allocator for running forked. | Paul Vinciguerra | 2 | -5/+60 |
2019-06-07 | vpp_papi: Fix missing dependency. | Paul Vinciguerra | 1 | -2/+8 |
2019-06-07 | no trigger nat ipfix flush in first worker | dongjuan | 1 | -1/+1 |
2019-06-07 | vpp_papi: Fix format_vl_api_address_t under python3. | Paul Vinciguerra | 1 | -1/+3 |
2019-06-07 | bfd: midchain adjacency support | Matthew G Smith | 1 | -10/+51 |
2019-06-07 | vpp_papi: Accept ipaddress.Network objects on prefix_t methods. | Paul Vinciguerra | 1 | -1/+16 |
2019-06-07 | vpp_papi: Fix vapi.disconnect exception. | Paul Vinciguerra | 1 | -0/+1 |
2019-06-06 | vcl: avoid hash table lookup on accept | Florin Coras | 2 | -24/+27 |
2019-06-06 | vcl: cap epoll dequeue batch size to max events | Florin Coras | 1 | -14/+14 |
2019-06-06 | IP-Punt-redirect: allow the use of a FIB path to describe how to | Neale Ranns | 9 | -384/+433 |
2019-06-06 | dpdk: fix clear hw stats | Filip Tehlar | 3 | -3/+3 |
2019-06-06 | DVR: Control the reinject as L2 or L3 based on the output interface type | Neale Ranns | 3 | -11/+84 |
2019-06-06 | reassembly: support more custom options for apps | Klement Sekera | 3 | -49/+146 |
2019-06-06 | gbp: fix lpm classification with vlan | Benoît Ganne | 1 | -50/+12 |
2019-06-06 | gbp: do not classify unknown packet as EP packets | Benoît Ganne | 1 | -0/+4 |
2019-06-06 | lb: crashed with some specific commit under heavy traffic | Hongjun Ni | 3 | -5/+13 |
2019-06-05 | ipsec: fix combined counters in ah-encrypt node | Filip Tehlar | 1 | -3/+5 |
2019-06-05 | ipsec: fix sa counters in esp-encrypt | Damjan Marion | 1 | -4/+7 |
2019-06-05 | ipsec: fix sa counters in esp-decrypt | Damjan Marion | 1 | -6/+7 |
2019-06-05 | Switch atomic release API from __sync to __atomic builtin. | Sirshak Das | 1 | -1/+1 |
2019-06-05 | Switch atomic test and set API from __sync to __atomic builtin | Sirshak Das | 1 | -1/+1 |
2019-06-05 | avf: enable promiscuous mode | Steven Luong | 3 | -1/+18 |
2019-06-05 | In ip6_mfib_forward_rpf_node,is_v4 should be 0. | mu.duojiao | 1 | -1/+1 |
2019-06-05 | L3 cross connect | Neale Ranns | 10 | -4/+1260 |
2019-06-05 | IPSEC: some CLI fixes | Neale Ranns | 5 | -10/+16 |
2019-06-04 | elog: make elog_string() multi-thread safe | Steven Luong | 1 | -0/+2 |
2019-06-04 | punt: fix the set_punt API/CLI which was rejecting valid ports | Neale Ranns | 1 | -11/+11 |
2019-06-04 | features will register udp ports once configured | Jakub Grajciar | 4 | -18/+38 |
2019-06-04 | Fix: bug prevented IPsec ipv4 SPDs to show correctly | Guillaume Solignac | 1 | -4/+9 |
2019-06-04 | sort worker-thread init functions in advance | Dave Barach | 5 | -12/+71 |
2019-06-04 | stats: removing empty object in stats vector | Ole Troan | 2 | -2/+4 |
2019-06-04 | Punt: specify packets by IP protocol Type | Neale Ranns | 11 | -38/+282 |
2019-06-04 | mactime: upstream new features | Dave Barach | 6 | -25/+161 |
2019-06-04 | dpdk: rework extended stats | Filip Tehlar | 4 | -47/+33 |
2019-06-04 | startup: remove dpdk linking bonding configuration | Zhiyong Yang | 1 | -10/+0 |
2019-06-04 | srp: leverage vlib_buffer_get_current | Zhiyong Yang | 1 | -3/+3 |
2019-06-03 | GBP: add subnet cli command | Benoît Ganne | 1 | -2/+85 |