aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2021-06-22devices: tapv2 api cleanupFilip Tehlar2-50/+12
2021-06-22sr: api cleanupFilip Tehlar3-66/+12
2021-06-22devices: api cleanupFilip Tehlar2-53/+8
2021-06-22bonding: api cleanupFilip Tehlar2-59/+16
2021-06-22ipsec: api cleanupFilip Tehlar3-82/+19
2021-06-22ethernet: api cleanupFilip Tehlar3-52/+8
2021-06-22policer: api cleanupFilip Tehlar3-54/+9
2021-06-22bfd: api cleanupFilip Tehlar3-63/+11
2021-06-21udp: api cleanupFilip Tehlar3-48/+9
2021-06-21feature: api cleanupFilip Tehlar2-42/+6
2021-06-21pg: api cleanupFilip Tehlar3-50/+10
2021-06-21misc: ipfix api cleanupFilip Tehlar3-57/+10
2021-06-21flow: api cleanupFilip Tehlar3-57/+7
2021-06-21gso: api cleanupFilip Tehlar2-43/+6
2021-06-21vxlan: api cleanupFilip Tehlar4-163/+27
2021-06-21classify: api cleanupFilip Tehlar2-69/+6
2021-06-21bier: api cleanupFilip Tehlar2-84/+39
2021-06-18session: improve ct locking with multiple workersFlorin Coras5-165/+239
2021-06-18session: udp accept session state should be updated by appjxm1-2/+0
2021-06-17session: optimize ct fifo segment allocationsFlorin Coras4-84/+359
2021-06-17tls: increase engine bits room in handle to support custom engine typejxm1-1/+1
2021-06-17fib: changing parsing order to avoid corner caseArthur de Kerhor1-3/+3
2021-06-17mpls: CLI to show the MPLS forwarding state of an interfaceNeale Ranns1-0/+69
2021-06-16fib: copy the path extentions when creating fib src rr entryStanislav Zaikin1-0/+11
2021-06-15ipsec: fix length check when adding footer+icvBenoît Ganne1-1/+2
2021-06-15tcp: prevent timer handler being called frequentlyliuyacan4-6/+18
2021-06-14linux-cp: Add tests for tun devicesNeale Ranns3-0/+46
2021-06-14pg: A Tunnel mode variant of a pg interfaceNeale Ranns5-24/+127
2021-06-12session: fix listener ct transport retrieval on acceptFlorin Coras1-6/+8
2021-06-12tcp: fix proto in port reuse checkFlorin Coras1-2/+2
2021-06-11session: half-open free only on main threadFlorin Coras1-4/+3
2021-06-11gso: fix the gro re-ordering for packets with PSHMohsin Kazmi1-25/+54
2021-06-09l2: fix vrrp prefix mac comparisonTianyu Li1-2/+2
2021-06-08fib: make sure dpo is valid even when path pool expandsBenoît Ganne1-8/+22
2021-06-08fib: make sure adj is valid during walkBenoît Ganne1-0/+3
2021-06-08ipsec: fix async crypto frame leakMatthew Smith2-54/+50
2021-06-07pg: Reduce the inclusion of pg.hNeale Ranns21-83/+87
2021-06-04ipsec: fix crypto ops in esp decryptBenoît Ganne1-2/+7
2021-06-04policer: fix vnet/policer cli <policer bind [unbind] name <name> <worker>> ha...jinshaohui1-2/+2
2021-06-03session: avoid ct connects loopFlorin Coras1-1/+2
2021-06-03session: lcl transport info on acceptFlorin Coras2-0/+3
2021-06-03fib: fix flags updates when adding routes with a udp encap pathArthur de Kerhor1-1/+1
2021-06-01udp: calculate inner checksums if needed before udp encapArthur de Kerhor2-1/+7
2021-05-31interface: fix vnet_sw_interface_update_unnumberedDave Barach1-6/+13
2021-05-29tls: fix handling of failed connectsFlorin Coras1-16/+18
2021-05-29udp: add udp decapsulationArthur de Kerhor5-10/+193
2021-05-28gso: fix the error handlingMohsin Kazmi3-16/+52
2021-05-27interface: add tx-queue cli support for new tx infraMohsin Kazmi3-5/+109
2021-05-27ip: allow the 'ip6 enable' on tunnel interface typesNeale Ranns1-27/+19
2021-05-26fib: During the mfib lookup set the unicast FIB index in the packet so that a...Neale Ranns1-26/+28