aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2022-01-17ipsec: IPSec interface correct drop w/ no protectionNeale Ranns3-8/+19
2022-01-17interface: improve MTU handlingDamjan Marion5-29/+47
2022-01-17vnet: introduce vnet_error()Damjan Marion9-175/+259
2022-01-16vppinfra: bitops cleanupDamjan Marion2-3/+2
2022-01-12session: pass tx buffers in bulk to transportsFlorin Coras6-22/+83
2022-01-12ip: coverity illegal access in ip6_ext_header_walkOle Troan1-9/+2
2022-01-12crypto: omit loop iterationDastin Wilski1-4/+6
2022-01-11linux-cp: Add VPP->Linux synchronizationPim van Pelt2-1/+46
2022-01-11misc: fix the uninitialization errorMohsin Kazmi1-1/+1
2022-01-11session: increase postponed mq message min sizeFlorin Coras2-1/+2
2022-01-10session: fix segment manager format coverity warningFlorin Coras1-3/+3
2022-01-10interface: refactor interface capabilities code, part 2Damjan Marion4-57/+57
2022-01-10session: allow pacer to send when bucket hits 0Florin Coras1-2/+2
2022-01-10session: deschedule sessions with no data to sendFlorin Coras3-3/+26
2022-01-10session: fix pacer bucket update castFlorin Coras1-2/+2
2022-01-09fib: multiple memory leaks upon deleting a VRF tableSteven Luong4-15/+25
2022-01-07tcp: fix cubic cwnd accumulate use of bytes ackedFlorin Coras1-1/+1
2022-01-07bonding: memory leak on parsing bad CLI commandSteven Luong1-4/+10
2022-01-07ethernet: new interface registration functionDamjan Marion14-158/+100
2022-01-06tcp: optimize newreno cong ack handlerFlorin Coras1-19/+20
2022-01-06tcp: update snd_congestion only during congestionFlorin Coras3-31/+14
2022-01-06tcp: mark lost first sack hole on timeoutFlorin Coras3-1/+27
2022-01-06tcp: handle start tx event in cubicFlorin Coras1-0/+18
2022-01-06tcp: always exit recovery if not in fastrecoveryFlorin Coras1-3/+3
2022-01-06tcp: exit retransmit before processing feedbackFlorin Coras1-21/+17
2022-01-06tcp: use bytes delivered to compute cwndFlorin Coras3-7/+9
2022-01-06tcp: cast timer ticks to u32Florin Coras3-7/+8
2022-01-06tap: add num_tx_queues APINathan Skrzypczak5-5/+181
2022-01-05interface: refactor interface capabilities codeDamjan Marion15-122/+186
2022-01-05crypto: encrypt/decrypt queues sw_schedulerJakub Wysocki4-34/+99
2021-12-31fib: Refetech the adj after the walk in case the pool realloc'dNeale Ranns1-1/+1
2021-12-31misc: Remove the unused GBP fields from the buffer meta-dataNeale Ranns2-13/+1
2021-12-26tcp: set sw_if_index in tcp src-address cliMercury1-2/+2
2021-12-24ip: remove archaic vector code from mtrieDamjan Marion2-86/+12
2021-12-23tcp: fix endpoint lookup failed caused by key uninitializedMercury1-0/+1
2021-12-23session svm: track fs and seg manager index in fsFlorin Coras2-42/+20
2021-12-22session: fix segment alloc/free worker raceFlorin Coras2-70/+119
2021-12-21tls: don't add listen to lookup tableFilip Tehlar1-0/+1
2021-12-21fib: MPLS EOS chains built for attached prefixes should link to a lookup DPONeale Ranns9-66/+57
2021-12-20session: ignore rpc in fifo event lookupsFlorin Coras1-10/+0
2021-12-20session: improve sh segment-manager cliFlorin Coras1-53/+81
2021-12-20ip: SVR fix race conditionKlement Sekera2-2/+14
2021-12-19fib: Incorrect logic for IPv6 link-local attached export.Neale Ranns1-1/+1
2021-12-18bfd: fix NULL dereference in bfd_api_verify_commonFrédéric Perrin1-1/+1
2021-12-16session: app mq congestion detectionFlorin Coras3-266/+349
2021-12-14virtio: integrate with new tx infraMohsin Kazmi11-58/+251
2021-12-14interface: Add interface monitor cliNathan Skrzypczak2-0/+120
2021-12-14vxlan: crash on configuring vxlan tunnel on l3 modeSteven Luong2-7/+9
2021-12-14api: verify message size on receiptKlement Sekera5-4/+25
2021-12-14ip: reassembly: drop zero length fragmentsKlement Sekera3-0/+17