aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2022-02-03ip nat: use ip rx sw_if_index in ip-local arc startFlorin Coras2-9/+8
2022-02-02bfd: restore the data within the packet after hash verificationAndrew Yourtchenko1-0/+5
2022-02-01gso: remove the assert if packet is geneve or gre encapedMohsin Kazmi1-4/+0
2022-02-01virtio: coverity woes -- divide by zeroSteven Luong1-0/+7
2022-01-31ip: reassembly - add a way to disable for forusKlement Sekera11-34/+305
2022-01-31ip: fix length calculation in ip6-receiveKlement Sekera1-1/+1
2022-01-25ip: reassembly - fix missing ip6 owner thread initKlement Sekera1-0/+1
2022-01-25bonding: refactor bonding hash functions to vnet/hashSteven Luong5-294/+409
2022-01-24policer: fix memory leakLeung Lai Yung1-1/+4
2022-01-24sr: fix coverity warningKlement Sekera2-7/+0
2022-01-24ip6-nd: fix coverity warningKlement Sekera1-6/+3
2022-01-22session: separate transports from apps in show cliFlorin Coras1-11/+11
2022-01-22session: update time for list of subscribersFlorin Coras4-1/+53
2022-01-21wireguard: add async mode for encryption packetsGabriel Oginski1-9/+10
2022-01-20fib: missing includeDamjan Marion1-0/+1
2022-01-20http: add http protocol pluginFlorin Coras2-4/+3
2022-01-18misc: fix coverity warningsDave Barach1-0/+6
2022-01-18virtio: remove admin-up flag during interface creationMohsin Kazmi2-4/+0
2022-01-18vnet: distinguish between max_frame_size and MTUDamjan Marion11-67/+77
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