aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-06-07gre: update gre.api with explicit typesOle Troan1-6/+5
2019-06-07API: Add support for "defaults"Ole Troan5-32/+99
2019-06-07vppapigen: Fold up CRC from dependent types.Ole Troan4-36/+50
2019-06-07p2p ethernet: update p2p_ethernet.api with explicit types.Ole Troan1-5/+8
2019-06-07vpp_papi: Context_id allocator for running forked.Paul Vinciguerra2-5/+60
2019-06-07vpp_papi: Fix missing dependency.Paul Vinciguerra1-2/+8
2019-06-07no trigger nat ipfix flush in first workerdongjuan1-1/+1
2019-06-07vpp_papi: Fix format_vl_api_address_t under python3.Paul Vinciguerra1-1/+3
2019-06-07bfd: midchain adjacency supportMatthew G Smith1-10/+51
2019-06-07vpp_papi: Accept ipaddress.Network objects on prefix_t methods.Paul Vinciguerra1-1/+16
2019-06-07vpp_papi: Fix vapi.disconnect exception.Paul Vinciguerra1-0/+1
2019-06-06vcl: avoid hash table lookup on acceptFlorin Coras2-24/+27
2019-06-06vcl: cap epoll dequeue batch size to max eventsFlorin Coras1-14/+14
2019-06-06IP-Punt-redirect: allow the use of a FIB path to describe how toNeale Ranns9-384/+433
2019-06-06dpdk: fix clear hw statsFilip Tehlar3-3/+3
2019-06-06DVR: Control the reinject as L2 or L3 based on the output interface typeNeale Ranns3-11/+84
2019-06-06reassembly: support more custom options for appsKlement Sekera3-49/+146
2019-06-06gbp: fix lpm classification with vlanBenoît Ganne1-50/+12
2019-06-06gbp: do not classify unknown packet as EP packetsBenoît Ganne1-0/+4
2019-06-06lb: crashed with some specific commit under heavy trafficHongjun Ni3-5/+13
2019-06-05ipsec: fix combined counters in ah-encrypt nodeFilip Tehlar1-3/+5
2019-06-05ipsec: fix sa counters in esp-encryptDamjan Marion1-4/+7
2019-06-05ipsec: fix sa counters in esp-decryptDamjan Marion1-6/+7
2019-06-05Switch atomic release API from __sync to __atomic builtin.Sirshak Das1-1/+1
2019-06-05Switch atomic test and set API from __sync to __atomic builtinSirshak Das1-1/+1
2019-06-05avf: enable promiscuous modeSteven Luong3-1/+18
2019-06-05In ip6_mfib_forward_rpf_node,is_v4 should be 0.mu.duojiao1-1/+1
2019-06-05L3 cross connectNeale Ranns10-4/+1260
2019-06-05IPSEC: some CLI fixesNeale Ranns5-10/+16
2019-06-04elog: make elog_string() multi-thread safeSteven Luong1-0/+2
2019-06-04punt: fix the set_punt API/CLI which was rejecting valid portsNeale Ranns1-11/+11
2019-06-04features will register udp ports once configuredJakub Grajciar4-18/+38
2019-06-04Fix: bug prevented IPsec ipv4 SPDs to show correctlyGuillaume Solignac1-4/+9
2019-06-04sort worker-thread init functions in advanceDave Barach5-12/+71
2019-06-04stats: removing empty object in stats vectorOle Troan2-2/+4
2019-06-04Punt: specify packets by IP protocol TypeNeale Ranns11-38/+282
2019-06-04mactime: upstream new featuresDave Barach6-25/+161
2019-06-04dpdk: rework extended statsFilip Tehlar4-47/+33
2019-06-04startup: remove dpdk linking bonding configurationZhiyong Yang1-10/+0
2019-06-04srp: leverage vlib_buffer_get_currentZhiyong Yang1-3/+3
2019-06-03GBP: add subnet cli commandBenoît Ganne1-2/+85
2019-06-03ARP: add feature arcNeale Ranns7-168/+508
2019-06-03crypto_ia32: native AES-GCM implementationDamjan Marion5-1/+1046
2019-06-02IPSec: memcpy of integ key borkNeale Ranns1-1/+1
2019-05-31VPP-1692: move NULL pointer checkDave Barach1-5/+5
2019-05-31tools: FEATURE.yaml meta-data infrastructureOle Troan4-0/+179
2019-05-31crypo_ia32: don't optimize debug buildsDamjan Marion2-1/+5
2019-05-31Update vnet hardware flags if link state changesDave Barach1-1/+9
2019-05-31bonding: add support for numa awarenessZhiyong Yang4-12/+90
2019-05-30nat44: fix CLI doc errorjackiechen19851-2/+2