aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2020-04-30ipsec: Add/Del SA not MP safeNeale Ranns1-7/+0
2020-04-30l2: l2_patch_main should not be staticVratko Polak1-1/+5
2020-04-29vlib: add ASSERT to vlib_time_now(...)Dave Barach2-2/+3
2020-04-13dhcp: fix unicast pkts, clean up state machineDave Barach6-276/+440
2020-04-13l2: handle complete clone fail in l2_floodDave Barach1-2/+8
2020-04-10misc: check return values from vlib_buffer_copy(...)Dave Barach7-1/+25
2020-04-05virtio: vhost checksum problem for ipv6Steven Luong1-3/+3
2020-04-01api: ipsec: add missing IS_INBOUND flagChristian Hopps2-0/+6
2020-04-01misc: fix ip6_neighbor_cmdDave Barach1-10/+0
2020-03-27virtio: fix link up/down flagMohsin Kazmi1-3/+9
2020-03-27virtio: fix the out of order descriptors in txMohsin Kazmi4-8/+103
2020-03-09mpls: adjust mpls-frag size to account for mpls headerJohn Lo1-1/+1
2020-03-04tap: misc fixesMohsin Kazmi2-20/+21
2020-02-13classify: fix "show classify filter" debug CLIDave Barach1-3/+1
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