aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-06-22devices: af_packet api cleanupFilip Tehlar3-229/+8
2021-06-22qos: api cleanupFilip Tehlar3-108/+11
2021-06-22api: asan: use vec_set_len() so ASan can keep track of buffer lenBenoît Ganne1-6/+6
2021-06-22vcl: validate vep handle when copying sessions on forkwanghanlin1-0/+31
2021-06-22vcl: move child wrk cleanup from sighandler to vls_epoll_waitwanghanlin1-1/+42
2021-06-22devices: tapv2 api cleanupFilip Tehlar3-453/+12
2021-06-22sr: api cleanupFilip Tehlar4-245/+12
2021-06-22devices: api cleanupFilip Tehlar2-53/+8
2021-06-22bonding: api cleanupFilip Tehlar3-714/+16
2021-06-22nat: don't drop packet with ttl=1 if output featureKlement Sekera1-2/+2
2021-06-22ipsec: api cleanupFilip Tehlar4-527/+19
2021-06-22ethernet: api cleanupFilip Tehlar4-163/+8
2021-06-22policer: api cleanupFilip Tehlar4-539/+9
2021-06-22bfd: api cleanupFilip Tehlar3-63/+11
2021-06-21vlib: fix coverity warningDave Barach1-0/+3
2021-06-21vppinfra: asan: fix overflow supportBenoît Ganne3-14/+89
2021-06-21udp: api cleanupFilip Tehlar3-48/+9
2021-06-21feature: api cleanupFilip Tehlar3-114/+6
2021-06-21pg: api cleanupFilip Tehlar4-272/+10
2021-06-21misc: ipfix api cleanupFilip Tehlar4-400/+10
2021-06-21flow: api cleanupFilip Tehlar4-59/+7
2021-06-21gso: api cleanupFilip Tehlar3-86/+6
2021-06-21vxlan: api cleanupFilip Tehlar5-923/+27
2021-06-21classify: api cleanupFilip Tehlar4-1138/+8
2021-06-21bier: api cleanupFilip Tehlar3-246/+39
2021-06-21fib: Add unit test for RR source using covers labelsNeale Ranns1-1/+69
2021-06-18session: improve ct locking with multiple workersFlorin Coras5-165/+239
2021-06-18session: udp accept session state should be updated by appjxm2-2/+1
2021-06-17session: optimize ct fifo segment allocationsFlorin Coras5-84/+360
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-16vcl: fix fifo sharingFlorin Coras6-2/+35
2021-06-16vcl: fix worker cleanupFlorin Coras1-0/+7
2021-06-16vcl: basic support for epoll level-triggered evtsFlorin Coras5-11/+108
2021-06-16fib: copy the path extentions when creating fib src rr entryStanislav Zaikin1-0/+11
2021-06-16nat: test all intf addrs in is_interface_addr()Alexander Chernavin4-20/+42
2021-06-16nat: fix crash when translate unknown proto packetsAlexander Chernavin2-4/+5
2021-06-16stats: fix counters name overflowBenoît Ganne1-6/+6
2021-06-16api: remove custom dumpFilip Tehlar3-3145/+3
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-14nsh: api cleanupFilip Tehlar2-174/+8
2021-06-14vcl: improve shutdown()liuyacan6-54/+40
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-13vlib: fix dangling reference in node_by_name hashDave Barach1-1/+4
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