summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-03-05cmake: fix out-of-git-tree buildDamjan Marion2-11/+2
2019-03-02Fix vpp crashing when attempting to run in kubernetes PodArtem Belov1-0/+21
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-27Fix crash in barrier sync when vlib_worker_threads is zeroDamjan Marion2-3/+5
2019-02-27buffer chain linearizationKlement Sekera6-442/+216
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-22avf: fix eat own tail issue on txDamjan Marion1-3/+7
2019-02-22physmem: keep physmem VA in 39-bit address space on x86_64Damjan Marion5-6/+45
2019-02-22Add no-append flag to vlib_frame_tDamjan Marion8-4/+20
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-28avf: fix queue enable issueDamjan Marion1-8/+11
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-21ldp: add support for TCP_CONGESTION sockopts (VPP-1550)v19.01-rc2Florin Coras1-0/+9
2019-01-21doxygen formatting fix: prevent stray examples appearing in the docsAndrew Yourtchenko1-2/+2
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-15vmxnet3: add numa support and link speedSteven4-13/+23
2019-01-14api_helper_macro mp->pid is network endianOle Troan1-1/+1
2019-01-13remove useless line in dpdk cryptodevSimon Zhang1-2/+0
2019-01-13bonding: support custom interface IDsAlexander Chernavin7-6/+50
2019-01-13dpdk: show hardware may display the wrong information for rss activeSteven1-0/+1
2019-01-12session: generate wrong thread errors instead of crashingFlorin Coras7-23/+47
2019-01-11Fix custom-dump for gre_add_del_tunnel: src and dst IPsIgor Mikhailov (imichail)1-7/+4
2019-01-11Fix 'show interface span' field lengthIgor Mikhailov (imichail)1-2/+2
2019-01-11gbp2: Fix typo in conditionMohsin Kazmi1-1/+3
2019-01-10strncpy_s_inline copies more bytes than necessarySteven2-3/+13
2019-01-10session/vcl: improve fifo tx notificationsFlorin Coras5-83/+144
2019-01-10ARP/ND: copy opaque2 persistent fields to new packetNeale Ranns3-4/+16
2019-01-09Use the official libpcap file typeDave Barach2-14/+9
2019-01-09gbp: Fix coverity warningsMohsin Kazmi4-9/+19
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-08vcl/ldp: select cleanup/improvementsFlorin Coras4-254/+223
2019-01-07string_test: coverity woeSteven1-6/+0
2019-01-07tapv2: add "tap_flags" field to the TAPv2 interface APIAndrew Yourtchenko4-2/+11
2019-01-07avf: allocate descriptor memory from local numaDamjan Marion7-14/+52
2019-01-07VOM: mroutesNeale Ranns4-6/+31
2019-01-07L2 BD API to flush all IP-MAC entries in the specified BDJohn Lo6-13/+133
2019-01-07MAP: Prevent duplicate MAP-E/T graph nodes.Jon Loeliger3-0/+35
2019-01-07Change vpp code to align with openssl interface changePing Yu3-36/+27