aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2018-10-03ipsec: add missing ipv6 ah code & ipv6 testsKlement Sekera4-27/+103
2018-10-03session: fix first segment manager cleanupFlorin Coras2-4/+5
2018-10-03VPP-1426: CLI crash on 'set int feature'Paul Vinciguerra1-1/+1
2018-10-02Enabled untagged vs default functionalityMike Bly2-6/+5
2018-10-02ip4-local: classify protos that skip csum and src checkFlorin Coras1-13/+38
2018-10-02vhost-user: add support for vlib_log APIJerome Tollet4-177/+129
2018-10-02BFD: add get echo source API (VPP-1367)Matus Fabian2-1/+87
2018-10-02IPsec: add API for SPDs dump (VPP-1363)Matus Fabian2-1/+60
2018-10-02vhost-user: Interface state updatesJuraj Sloboda4-16/+29
2018-10-02vhost_user: Fix setting MTU using uninitialized variableJuraj Sloboda1-2/+1
2018-10-02Update code to compute checksum for buffer chainsJuraj Sloboda1-1/+1
2018-10-02tls: fix disconnects for sessions with pending dataFlorin Coras6-17/+73
2018-10-02tcp: fix close wait timeout with no finFlorin Coras1-0/+4
2018-10-02tcp: accept fins if in recoveryFlorin Coras1-1/+3
2018-10-01Fix documentation about sw_interface_set_l2_bridgeYichen Wang1-1/+1
2018-10-01Source VRF SelectNeale Ranns2-0/+34
2018-10-01Add adjacency counters to the stats segmentNeale Ranns5-8/+40
2018-10-01API / CLI event-log tracingDave Barach4-275/+1
2018-10-01mroute routers in the stats segmentNeale Ranns6-26/+67
2018-10-01SCTP: fix overflow issue with timestampMarco Varlese5-23/+29
2018-10-01Support dynamic dual/quad loop selection on aarch64Lijian Zhang1-0/+140
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