summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-01-08l2: fix MAC learn counter update on adding MAC entryJohn Lo1-1/+1
2020-01-04bonding: drop traffic on backup interface for active-backup modeSteven Luong1-1/+12
2020-01-02gso: fix the number of buffers required for segmentationMohsin Kazmi1-1/+2
2020-01-01fib: Adjacency walk fix for IPv6Neale Ranns1-1/+1
2019-12-21vxlan: reuse inner packet flow hash for tunnel outer header load balanceShawn Ji4-0/+31
2019-12-20api: fix dead client scan heap issueNathan Skrzypczak1-0/+4
2019-12-05vxlan: fix vxlan hw offload issueChenmin Sun1-1/+3
2019-12-03tcp: fix ip check in lookup validationFlorin Coras1-11/+17
2019-12-02ip: IP address and prefix types (moved from LISP)Neale Ranns20-483/+525
2019-12-02classify: debug cli %v not %sDave Barach1-2/+2
2019-12-01vcl: if the ldp user send buf with 0 len, it will assert failed.jiangxiaoming1-1/+1
2019-12-01dpdk: fix non-NULL terminated stringBenoît Ganne1-1/+1
2019-12-01virtio: fix use-after-freeBenoît Ganne1-1/+1
2019-11-28vlib: pci: fix non-NULL terminated C-stringBenoît Ganne1-2/+2
2019-11-28tcp: close session on retransmit failureFlorin Coras1-0/+1
2019-11-28interface: send proper link/admin status in eventAlexander Chernavin1-4/+5
2019-11-28vcl: Handle newer Glibc (>2.28) where fcntl is actually fcntl64Carl Smith4-0/+51
2019-11-28vcl: fix nonblocking accept with >1 event in the queueCarl Smith1-3/+3
2019-11-28crypto: not use vec api with opt_data[VNET_CRYPTO_N_OP_IDS]Lijian Zhang3-3/+4
2019-11-28svm: improve fifo segment verbose cliFlorin Coras2-9/+37
2019-11-28vcl: fix epoll connected events sidFlorin Coras1-2/+1
2019-11-28tcp: validate the IP address while checking TCP connectionSrikanth Akula1-9/+31
2019-11-28session tcp: refactor pacer timeFlorin Coras10-104/+81
2019-11-28tests: add cli_return_response to vpp_papi_providerDave Barach1-1/+6
2019-11-19ipsec: fix trailing data overflowFilip Tehlar1-23/+21
2019-11-19crypto: do not crash if no crypto engine loadedBenoît Ganne1-1/+1
2019-11-18session: unify buffer tx dispatchingFlorin Coras1-26/+11
2019-11-18fib: Copy the prefix before use in case the underlying entry reallocs.Neale Ranns3-6/+19
2019-11-18gtpu: check packet has enough data for gtpu headerBenoît Ganne2-106/+60
2019-11-18bonding: fix non-null terminated vectorBenoît Ganne1-2/+2
2019-11-18vlib: fix handoff queue sequencing bugDave Barach1-1/+2
2019-11-18tcp: avoid retransmits post resetFlorin Coras2-0/+6
2019-11-18rdma: fix name auto-generation on createBenoît Ganne1-1/+5
2019-11-18tap: fix cli parserDamjan Marion1-4/+5
2019-11-18dpdk: ipsec gcm fixesChristian Hopps3-25/+14
2019-11-18crypto: fix crypto perf unittest crashFan Zhang1-1/+33
2019-11-18svm: fix byte accounting when allocating fifo headerFlorin Coras1-0/+1
2019-11-18nat: NAT udp counter & unit test fixesFilip Varga5-20/+20
2019-11-18tcp: correct validity check return valueRyujiro Shibuya1-0/+1
2019-11-18ipsec: ipsec-input: check for too-short packetsBenoît Ganne1-12/+25
2019-11-18vlib: fix for vlib_node_add_next_with_slotChristian Hopps1-1/+10
2019-11-18mpls: number of mpls tunnel paths returns zeroIJsbrand Wijnands1-1/+1
2019-11-18session: reschedule asap when snd space constrainedFlorin Coras2-7/+28
2019-11-18vlib: Handle race in thread barrier processingAlexander Kabaev1-1/+1
2019-11-18tls: fifo size is u32Dave Wallace1-3/+10
2019-11-18vcl: handle segment map errorsFlorin Coras1-8/+12
2019-11-18session tcp: infra for transports to send buffersFlorin Coras4-60/+36
2019-11-15ip: Punt rather than drop unkown IPv6 ICMP packetsNeale Ranns1-5/+5
2019-11-15http_static: fifo-size is u32Dave Wallace1-0/+5
2019-11-15rdma: fix next node rx redirectBenoît Ganne1-8/+2