aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2018-09-29session: lock msg queues while generating control eventsFlorin Coras2-13/+10
2018-09-28bond: tx performance enhancement part deuxSteven3-124/+106
2018-09-28IP ttl check in ip4-input missing for single packet path.Ole Troan1-0/+3
2018-09-28stats: Split stat_segment and stats code in preparation for deprecation.Ole Troan1-1/+0
2018-09-27tcp: use scaled window for new connectsFlorin Coras3-5/+12
2018-09-27SCTP: fix advanced debug outputMarco Varlese1-2/+2
2018-09-27IPIP and IPv6 fragmentationOle Troan8-287/+218
2018-09-26vnet: show interface rx-placement may display garbage charactersSteven1-1/+1
2018-09-26MPLS tunnel dump: use sw_if_index not tunnel_indexNeale Ranns4-16/+33
2018-09-26forget to assign spd_index to configKingwel Xie1-0/+2
2018-09-26mismatch bi0 and b0 when finalizing ip reassembly.Kingwel Xie2-0/+2
2018-09-26Modify return values of L2 bridge API handlersAlexander Chernavin2-1/+23
2018-09-26bond: tx perf improvementsDamjan Marion4-220/+173
2018-09-26itf: dump interface rx-placementMohsin Kazmi2-1/+135
2018-09-25FIB: recusrive paths must lock the table to prevent its deletionNeale Ranns2-0/+9
2018-09-25L2 BD: introduce a BD interface on which to send UU packetsNeale Ranns18-73/+468
2018-09-25MPLS tunnel dump fixNeale Ranns3-4/+8
2018-09-25dpdk: show pluggable info in 'show hardware'Damjan Marion2-19/+48
2018-09-25BIER; bi-dir to/from underlayNeale Ranns7-59/+110
2018-09-25UDP-Encap: fix coverity found errorNeale Ranns1-0/+1
2018-09-25tcp: accept rst+ack in syn-rcvd stateFlorin Coras1-0/+2
2018-09-25tcp: add option to cfg max rx fifo sizeFlorin Coras3-10/+22
2018-09-25bond: crash when deleting bond interface [VPP-1427]Steven1-2/+5
2018-09-24ARP: don't use RPC for requests initiated from the main threadNeale Ranns2-114/+87
2018-09-24Network delay simulator pluginDave Barach1-0/+1
2018-09-24Trivial: Clean up some typos.Paul Vinciguerra75-154/+154
2018-09-21tcp: accept fin-ack in syn-rcvd stateFlorin Coras1-1/+3
2018-09-20vhost: show vhost may display garbage after the interface nameSteven1-2/+3
2018-09-20UDP-Encap: name counters for the stats segmentNeale Ranns8-211/+142
2018-09-20SR-MPLS: MPLS table checks (VPP-1422)Neale Ranns1-0/+17
2018-09-20session/svm: add want_tx_event flag to fifoFlorin Coras1-6/+7
2018-09-20Route counters in the stats segmentNeale Ranns9-81/+170
2018-09-20vhost-user: Add disable feature support in apiMohsin Kazmi2-2/+16
2018-09-19GRE: fix 4o6 and 6o4 adj stackingNeale Ranns4-20/+24
2018-09-19L2-fib-dump: send 1 or 0 rather than flag valueNeale Ranns1-3/+3
2018-09-19session: improve close procedureFlorin Coras5-19/+48
2018-09-18Fix documentation for SHG in bridge domainYichen Wang1-1/+1
2018-09-15session: ensure detach is done with worker barrierFlorin Coras1-7/+12
2018-09-15tls: use application interface apisFlorin Coras1-15/+23
2018-09-14BIER API and load-balancing fixesNeale Ranns13-72/+257
2018-09-14Remove scaffoldingDave Barach2-14/+1
2018-09-14vlib: introduce user flags in vlib_frame_tDamjan Marion2-3/+3
2018-09-14Revert "L2-input: use vlib_buffer_enqueue_to_next"John Lo2-320/+242
2018-09-14vcl: keep track of unexpected eventsFlorin Coras2-5/+4
2018-09-14Fix memory leak in API/CLI to create/modify SR policiesJohn Lo4-0/+8
2018-09-13L2-FWD: use vlib_buffer_enqueue_to_next and cache prefetch fixNeale Ranns4-201/+159
2018-09-12Trivial: Fix lisp flag labelPaul Vinciguerra1-1/+1
2018-09-13IP-neighbor: add and delete internal APINeale Ranns6-58/+118
2018-09-13L2-input: use vlib_buffer_enqueue_to_nextNeale Ranns2-242/+320
2018-09-12fix missing extern in vnet/ethernet/node.cDamjan Marion1-1/+1