aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2019-11-20vlib: convert frame_index into real pointersSteven Luong3-4/+4
2019-10-05bonding: traffic traversing the wrong interfaceSteven Luong1-0/+1
2019-08-14devices: VPP crash when doing packet trace dumpSteven Luong1-0/+8
2019-07-23devices: vhost handling VHOST_USER_SET_FEATURESSteven Luong1-0/+1
2019-07-12ip: Punt node does not free iovecsNeale Ranns2-9/+19
2019-06-14acl vnet vlib: memory leaksSteven Luong1-0/+1
2019-05-25tcp: handle disconnects in rcv-processFlorin Coras1-0/+1
2019-05-25tcp: handle fin+rst in same frameFlorin Coras1-1/+8
2019-05-24Fix congestion recovery checkv19.01.3-rc0John Lo1-2/+4
2019-05-02mp_safe SW_INTERFACE_DUMP, SW_INTERFACE_DETAILS, SW_INTERFACE_TAG_ADD_DEL,Steven Luong3-0/+9
2019-03-30SPAN: Add pending frame on current thread, not on mainIgor Mikhailov (imichail)1-6/+5
2019-03-26Callback functions must have the correct signatureNeale Ranns3-4/+8
2019-03-24ADJ: more thorough link up checkNeale Ranns2-7/+22
2019-03-13FIB: path parsing, table-id not fib-index (VPP-1586)Neale Ranns1-1/+11
2019-03-13vhost: potential crash in map_guest_mem using debug imageSteven Luong1-1/+14
2019-03-13vhost-user: restart vpp may cause vhost to crashSteven Luong1-1/+1
2019-03-07assign flood_class to vnet_sw_interface_t template in subif api handle functionv19.01.2-rc0Joe Zhou1-0/+2
2019-03-01tcp: allow future acks if in windowFlorin Coras1-4/+9
2019-02-28IPSEC: crash on SA dump when SA are bound to tunnelsNeale Ranns1-2/+5
2019-02-27buffer chain linearizationKlement Sekera4-336/+91
2019-02-22vhost: VPP stalls with vhost performing control plane actions [VPP-1572]Steven Luong3-214/+259
2019-02-22tcp: free sack block list on connection cleanupFlorin Coras1-0/+2
2019-02-22Add no-append flag to vlib_frame_tDamjan Marion2-0/+2
2019-02-20IP route local and connectedNeale Ranns2-3/+14
2019-02-20FIB: pass a copy the walk contextNeale Ranns1-1/+3
2019-02-19Revert "bond: problem switching from l2 to l3"Peter Mikus1-11/+0
2019-02-07tcp: fix reset sending in syn-sentFlorin Coras3-6/+7
2019-01-30ipsec: fix check support functionsKlement Sekera2-5/+17
2019-01-25IP6 FIB: walk table for dump (VPP-1553)Neale Ranns1-12/+7
2019-01-23bond: packet drops on VPP bond interface [VPP-1544]Steven2-20/+21
2019-01-20session: add support for vrf in session unformat (VPP-1546)Florin Coras1-7/+22
2019-01-20tcp: fix debugging without cc stats (VPP-1547)Florin Coras1-0/+1
2019-01-20fix data_length in IpSec API call (VPP-1548)Michal Cmarada1-4/+6
2019-01-18tcp: allow data in passive open ack (VPP-1545)Florin Coras1-2/+3
2019-01-13bonding: support custom interface IDsAlexander Chernavin5-3/+40
2019-01-12session: generate wrong thread errors instead of crashingFlorin Coras6-22/+45
2019-01-11Fix 'show interface span' field lengthIgor Mikhailov (imichail)1-2/+2
2019-01-10session/vcl: improve fifo tx notificationsFlorin Coras3-49/+50
2019-01-10ARP/ND: copy opaque2 persistent fields to new packetNeale Ranns3-4/+16
2019-01-09VXLAN: Prevent duplicate bypass graph nodes.Jon Loeliger2-4/+37
2019-01-08Fix name of ipv6-n-tupleHongjun Ni1-1/+1
2019-01-08virtio: fix kick race issueDamjan Marion3-10/+29
2019-01-07tapv2: add "tap_flags" field to the TAPv2 interface APIAndrew Yourtchenko3-0/+8
2019-01-07VOM: mroutesNeale Ranns4-6/+31
2019-01-07L2 BD API to flush all IP-MAC entries in the specified BDJohn Lo4-12/+83
2019-01-07Handle buffer alloc failure in vlib_buffer_add_dataDave Barach3-34/+72
2019-01-07Fix TCP checksum.Andrej Kozemcak1-1/+4
2019-01-06pktgen: support mixed multi/single chunk pcap replayDave Barach3-71/+165
2019-01-05vcl/session: add api for changing session app workerFlorin Coras5-15/+176
2019-01-04tcp: fix reset in syn-sentFlorin Coras1-2/+1