aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2020-07-07session: fix ct listener cleanupFlorin Coras3-4/+3
2020-07-07tcp: round down rcv wnd even if avoiding retractionFlorin Coras1-13/+9
2020-07-07tap: fix the tun sndbuf value for kernel 4.20 and laterMohsin Kazmi1-4/+16
2020-07-06ip: set ip4 mask for ip_copy and ip_set when dealing with ip4 typejiangxiaoming1-2/+8
2020-07-06fib: fix debug preprocessor directivesMatthew Smith4-4/+4
2020-07-02tcp: fix coverity warningFlorin Coras1-2/+2
2020-07-02tcp: cli to dump half-open connectionsFlorin Coras1-0/+104
2020-07-02tap: fix dump for TUN interfacesMohsin Kazmi2-1/+5
2020-07-02ip: fix the order in ip4 punt redirectMohsin Kazmi1-2/+2
2020-06-30classify: fix debug CLIDave Barach1-1/+5
2020-06-30tcp: avoid rcv wnd more than RX fifo can enqueueRyujiro Shibuya1-7/+6
2020-06-29gso: fix the l2 pathMohsin Kazmi1-8/+10
2020-06-27udp: align udp_encap_t_ to 2 cachelinesVadym Martsynovskyy1-4/+4
2020-06-27sr: fix for SID index across segment lists within a sr policyChinmaya Agarwal1-1/+1
2020-06-27l2: performance enhancement in l2inputZhiyong Yang1-80/+69
2020-06-27flow: add IPSec ESP/AH flowChenmin Sun2-1/+43
2020-06-27virtio: add tx traceMohsin Kazmi1-2/+60
2020-06-27tap: remove the bridge configurations for TUN interfaceMohsin Kazmi1-9/+10
2020-06-26ip: fix the punt redirect for ip4Mohsin Kazmi1-6/+9
2020-06-24virtio: fix the vlib buffer flagsMohsin Kazmi1-2/+1
2020-06-23udp: jump over ip4 optionsFlorin Coras1-3/+3
2020-06-23ip6-nd: punt neighbor advertisementsAlexander Chernavin1-1/+1
2020-06-17docs: add more FEATURE.yaml documentationDave Barach1-0/+15
2020-06-17ip-neighbor: fix MLD hash key using stack pointerBenoƮt Ganne1-2/+2
2020-06-16interface: add minimal vpp pkt trace for error-dropDave Barach2-8/+125
2020-06-16virtio: add vhost sw_if_index filter for sw_interface_vhost_user_dumpSteven Luong2-3/+6
2020-06-16gso: fix the udp checksum in testMohsin Kazmi2-13/+8
2020-06-15vxlan: remove judgement with always trueZhiyong Yang1-27/+15
2020-06-12virtio: interface type based improvementsMohsin Kazmi3-75/+142
2020-06-12ip: allocate ip4 mtrie pages in htlb memoryDave Barach3-2/+48
2020-06-10ip: reassembly: LRU algorithm should eliminate the longest unused nodeszhengdelun2-2/+2
2020-06-09tap: enable gso/csum offload for tunMohsin Kazmi1-7/+0
2020-06-09vxlan: fix the inner packet checksum calculationMohsin Kazmi2-4/+101
2020-06-09misc: add code styling for vxlan encap and vxlan_packet filesMohsin Kazmi2-256/+282
2020-06-08tcp: improve rtt estimation with rate samplingFlorin Coras1-18/+29
2020-06-08vxlan: Fixed checksum caclculation offsetVladimir Isaev6-72/+44
2020-06-07fib: fix multiple dpo pool expand casesDave Barach6-7/+76
2020-06-05fib: fix adj pool expand casesDave Barach1-1/+24
2020-06-04fib: add barrier sync, pool/vector expand casesDave Barach1-1/+25
2020-06-01ip: fix IPv6 mask to prefix length conversionAndreas Schultz1-10/+5
2020-05-29bonding: Revert adjust link stateMatthew Smith1-20/+3
2020-05-29fib: Safe adj walkNeale Ranns1-8/+15
2020-05-29gso: fix flag for inner headerMohsin Kazmi1-2/+3
2020-05-29docs: Minor updates to feature.yaml filesJohn DeNisco2-6/+8
2020-05-29misc: ipfix-export unformat u16 collector_port fixElias Rudberg3-1/+20
2020-05-28tap: fix rx queue indexMohsin Kazmi1-1/+2
2020-05-27ipsec: Add/Del IPSec SA is not MP safeNeale Ranns1-7/+0
2020-05-27ethernet: fix DMAC check and skip unnecessary ones (VPP-1868)John Lo8-31/+104
2020-05-27ip: reassembly: use correct IP header offsetKlement Sekera1-2/+7
2020-05-27bonding: adjust link state based on active slavesMatthew Smith1-3/+20