aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2018-08-17Fix a bug in function pipe_rxLijian Zhang1-1/+1
2018-08-17optimize init_server to reduce session overheadPing Yu2-0/+12
2018-08-16Fix a segment fault issue in TLSPing Yu1-2/+3
2018-08-15Remove client_index field from replies in APIOndrej Fabry7-16/+1
2018-08-14Fix context field position in API definitionOndrej Fabry2-2/+2
2018-08-14neighbor advertisement must with target_link optionahdj0071-0/+2
2018-08-13classify_add_del_session API: Use more descriptive docstring (VPP-1385)Juraj Sloboda1-1/+4
2018-08-13Multiarch for ip4 forwarding nodesDamjan Marion1-59/+49
2018-08-13Multiarch handling in different constructor macrosDamjan Marion7-25/+30
2018-08-11Multiversioning: Device (tx) function constructorMohsin Kazmi3-18/+45
2018-08-10IP fragmentation buffer chains, part 2.Ole Troan1-19/+21
2018-08-10vcl: support for eventfd mq signalingFlorin Coras9-69/+249
2018-08-10IP fragmentation to handle buffer chains.Ole Troan3-84/+120
2018-08-10VPP-1382: Fix ip6 address cann't display completely when show ip6 neighborsshubing guo1-2/+2
2018-08-10Use IP address types on UDP encap APINeale Ranns9-112/+297
2018-08-10Use the bihash walk functionNeale Ranns1-126/+130
2018-08-09Fix L2 flooding to BVI with error return not workingJohn Lo1-4/+3
2018-08-09Thread-safe ARP / ND throttlingDave Barach6-75/+103
2018-08-09bfd:fix NULL session free/putEyal Bari1-1/+0
2018-08-09Fix "Old Style VLA" build warningsJuraj Sloboda2-7/+36
2018-08-07Fix dangling reference in l2fib_scan(...)Dave Barach1-0/+8
2018-08-06re-indent UDP encap documentationNeale Ranns1-31/+34
2018-08-04socket api: multiple fds in one msgFlorin Coras1-1/+2
2018-08-03ipsec: add udp-encap option to debug cli commandsRadu Nicolau5-10/+17
2018-08-03loop counter to prevent infiinte number of look ups per-packetNeale Ranns5-3/+99
2018-08-03Documentation fix on "set interface ip[6] table"Yichen Wang1-2/+2
2018-08-01vxlan:optimize cached entry compareEyal Bari1-9/+5
2018-07-31vxlan:decap.c conform coding styleEyal Bari1-620/+690
2018-07-31fix 'sh vxlan tunnels'Neale Ranns1-15/+4
2018-07-31vcl: add read/write udp supportFlorin Coras4-21/+38
2018-07-30SIXRD: fix post introduction of the directed subnet broadcastNeale Ranns2-12/+4
2018-07-30FIB: return entry prefix by const reference to avoid the copyNeale Ranns11-74/+56
2018-07-30Reverse the logic of flagging malformed packet in fragmentation code to allow...Rajesh Saluja1-1/+1
2018-07-28session/dlmalloc: coverity fixesFlorin Coras1-1/+1
2018-07-27vcl: use events for epoll/select/read/writeFlorin Coras9-32/+46
2018-07-27Fix memory leak in processing of ICMPv6 RA event (VPP-1360)Juraj Sloboda1-1/+2
2018-07-26Clean up dpdk plugin rx/tx pcap tracingDave Barach2-0/+6
2018-07-26L2 Flood: use the buffer clone API rather than buffer recycleNeale Ranns1-260/+168
2018-07-24Create a unit-test pluginDave Barach1-1779/+0
2018-07-23session: send rx events only if session readyFlorin Coras2-2/+9
2018-07-23L2 EFP: byteswap sw_if_index, enable flag can be u8 on .apiNeale Ranns3-4/+7
2018-07-23Update pipeline.h: use vlib_get_buffersDave Barach3-329/+215
2018-07-23fix vector index range checksEyal Bari8-8/+8
2018-07-21Loopback tx: support multiple tx intfcs per frameDave Barach1-153/+197
2018-07-21fix IP directed broadcast node declarationsMatthew Smith2-2/+2
2018-07-20Add congestion drop in interface handoffDamjan Marion1-3/+27
2018-07-20QOS: mark/record fix feature ordering c-n-p errorNeale Ranns1-5/+5
2018-07-20IP directed broadcastNeale Ranns15-29/+279
2018-07-20QoS: marking and recording for MPLS and VLANNeale Ranns3-18/+267
2018-07-19Remove unused argument to vlib_feature_nextDamjan Marion19-76/+42