aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2017-09-13gpe: initialize fib index for native forward entriesFlorin Coras1-4/+6
2017-09-13Add a name to the creation of an IP and MPLS tableNeale Ranns17-70/+208
2017-09-12tcp: horizontal scaling improvmentsFlorin Coras9-205/+328
2017-09-11replace uint32_t with u32Neale Ranns6-12/+12
2017-09-11arp/glean: fix hash computationFlorin Coras1-1/+2
2017-09-11FIB table add/delete APINeale Ranns49-487/+1254
2017-09-09move unix_file_* code to vppinfraDamjan Marion10-68/+65
2017-09-08Initialize ip4_reass_lock of map_main to zero (VPP-975)dongjuan1-0/+2
2017-09-08vlib: move linux-specific code to vlib/linuxDamjan Marion1-0/+1
2017-09-08PUNT: Missing include for readv()Marco Varlese1-0/+1
2017-09-08Fixes for issues reported by Coverity (VPP-972)Chris Luke1-1/+10
2017-09-07LISP: add neighbor discovery and CP protocol separation APIsFilip Tehlar2-0/+86
2017-09-07LISP: Add APIs for enable/disable xTR/P-ITR/P-ETR modesFilip Tehlar1-0/+60
2017-09-07Devices: Set interface rx-mode may cause SIGSEGV with nonexistent queueSteven3-3/+17
2017-09-07Fix session connect_* api message handling.Dave Wallace3-46/+47
2017-09-07Support for bridge domain free text tagJerome Tollet4-2/+66
2017-09-06Improve "show segment-manager segments"Dave Barach4-26/+74
2017-09-06Fixes for issues raised by Coverity (VPP-972)Chris Luke1-3/+0
2017-09-05PUNT socket: External control plane processes connected via UNIX domain sockets.Ole Troan3-11/+555
2017-09-04LISP: re-fetch mapping before it expiresFilip Tehlar10-138/+330
2017-09-03Improve L2FIB PDR/NDR performance (VPP-963)John Lo4-18/+30
2017-09-01Add fixed-size, preallocated pool supportDave Barach5-48/+73
2017-08-31vhost: Disallow interrupt mode config if driver opts out interrupt supportSteven2-3/+9
2017-08-31Fix vent_data memory leak in function run_ping_ip46_address (VPP-966)dongjuan1-0/+1
2017-08-30tcp: re-enable persist timer if no data available to sendFlorin Coras3-5/+26
2017-08-30vhost: Cache qsz_mask instead of qsz in vhost_user_vring_tSteven2-32/+28
2017-08-29session: segment manager improvementsFlorin Coras8-164/+346
2017-08-29Fix for bootstrap crash when VPP compiled with gcc-7Marco Varlese1-1/+1
2017-08-28vhost: Remove operation mode in the APISteven1-6/+0
2017-08-25TCP horizontal scalingDave Barach3-3/+30
2017-08-25tcp: retransmit and multi-buffer segment fixes and improvementsFlorin Coras8-175/+312
2017-08-25Fix crash when TCP client using VPP host stack connects firsttjanciga1-0/+6
2017-08-25vl_api_sw_interface_set_mtu_t_handler: fix assert in vnet_get_hw_interfaceAndrew Yourtchenko1-3/+10
2017-08-23Remove unused retval from gpe_native_fwd_rpath type definitionMarek Gradzki1-2/+0
2017-08-23gpe: add l2 lb countersFlorin Coras1-1/+5
2017-08-22Increase default MAC learn limit and check it in learn-update pathJohn Lo5-4/+8
2017-08-22policer: remove unused codeDamjan Marion1-4/+0
2017-08-22SRv6 testsKris Michielsen3-32/+201
2017-08-22ping: remove unnecesary x86 intrinsics #includeDamjan Marion1-1/+0
2017-08-21PPPoE usses a midchain adjacency stack on an interface-tx DPONeale Ranns10-555/+775
2017-08-19Fixed ip add bug for ip6 with review commentspragash1-4/+4
2017-08-18session: fix multi-buffer segmentsFlorin Coras3-34/+40
2017-08-18gpe: fix sub-interface hash lookupFlorin Coras2-10/+10
2017-08-18feature: exit on misconfigured features (VPP-915)Florin Coras1-3/+7
2017-08-18Use correct msg ID in the sw-interface-event from TAP and VHOSTNeale Ranns2-2/+2
2017-08-17TCP source address automationDave Barach5-13/+387
2017-08-16ip4: cleanup ip localFlorin Coras1-153/+85
2017-08-16tcp: fix v6 sessionsroot7-81/+90
2017-08-16No context in SW interface eventNeale Ranns2-3/+8
2017-08-16tcp: improve builtin http serverFlorin Coras5-197/+108