aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2020-02-12classify: "classify filter ..." debug CLI cleanupDave Barach1-7/+8
2020-02-12classify: vpp packet tracer supportDave Barach1-32/+119
2020-02-06vlib: autogenerate <node> before <last-in-arc> constraintsDave Barach4-1/+25
2020-02-06session: extra checks in session validationSrikanth Akula3-15/+29
2020-02-06virtio: feature arc have higher priority than redirectDamjan Marion1-3/+4
2020-02-06tcp: improve lost rxt heuristicFlorin Coras3-34/+55
2020-02-06session: re-set tx fifo event if out of buffersFlorin Coras1-1/+2
2020-02-06lacp: add actor steady state check prior to skip processing lacp pduSteven Luong2-48/+43
2020-01-29fib: refresh adj pointer after fib_walk_sync due to possible reallocSteven Luong2-0/+20
2020-01-29devices: vhost: fix data offset on inputBenoît Ganne1-11/+1
2020-01-29bfd: reset peer discriminator on timeoutKlement Sekera1-0/+13
2020-01-28bonding: Add GSO supportSteven Luong2-2/+21
2020-01-28bonding: process lacp when bond is admin downMatthew Smith1-1/+0
2020-01-28fib: Reload the adj after possible realloc (VPP-1822)Neale Ranns1-0/+1
2020-01-22fib: Adjacency realloc during rewrite update walk (VPP-1822)Neale Ranns1-4/+4
2020-01-20fib: FIB crash removing labelled route (VPP-1818)Neale Ranns1-7/+12
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 Ji3-0/+22
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 Ranns18-460/+502
2019-12-02classify: debug cli %v not %sDave Barach1-2/+2
2019-12-01virtio: fix use-after-freeBenoît Ganne1-1/+1
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-28crypto: not use vec api with opt_data[VNET_CRYPTO_N_OP_IDS]Lijian Zhang3-3/+4
2019-11-28tcp: validate the IP address while checking TCP connectionSrikanth Akula1-9/+31
2019-11-28session tcp: refactor pacer timeFlorin Coras9-104/+74
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-18bonding: fix non-null terminated vectorBenoît Ganne1-2/+2
2019-11-18tcp: avoid retransmits post resetFlorin Coras2-0/+6
2019-11-18tap: fix cli parserDamjan Marion1-4/+5
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-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-18tls: fifo size is u32Dave Wallace1-3/+10
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-15session: fix show cli with closed sessionFlorin Coras1-1/+3
2019-11-15session: avoid double dispatch of new eventsFlorin Coras1-14/+17
2019-11-15session: app-closed to transport-deleted on delete notifyFlorin Coras2-2/+2
2019-11-15ip: reassembly: fix use-after-freeBenoît Ganne2-5/+10
2019-11-15vcl: add api to set lcl ipFlorin Coras3-1/+3