Age | Commit message (Expand) | Author | Files | Lines |
2022-01-17 | vnet: introduce vnet_error() | Damjan Marion | 9 | -175/+259 |
2022-01-16 | vppinfra: bitops cleanup | Damjan Marion | 2 | -3/+2 |
2022-01-12 | session: pass tx buffers in bulk to transports | Florin Coras | 6 | -22/+83 |
2022-01-12 | ip: coverity illegal access in ip6_ext_header_walk | Ole Troan | 1 | -9/+2 |
2022-01-12 | crypto: omit loop iteration | Dastin Wilski | 1 | -4/+6 |
2022-01-11 | linux-cp: Add VPP->Linux synchronization | Pim van Pelt | 2 | -1/+46 |
2022-01-11 | misc: fix the uninitialization error | Mohsin Kazmi | 1 | -1/+1 |
2022-01-11 | session: increase postponed mq message min size | Florin Coras | 2 | -1/+2 |
2022-01-10 | session: fix segment manager format coverity warning | Florin Coras | 1 | -3/+3 |
2022-01-10 | interface: refactor interface capabilities code, part 2 | Damjan Marion | 4 | -57/+57 |
2022-01-10 | session: allow pacer to send when bucket hits 0 | Florin Coras | 1 | -2/+2 |
2022-01-10 | session: deschedule sessions with no data to send | Florin Coras | 3 | -3/+26 |
2022-01-10 | session: fix pacer bucket update cast | Florin Coras | 1 | -2/+2 |
2022-01-09 | fib: multiple memory leaks upon deleting a VRF table | Steven Luong | 4 | -15/+25 |
2022-01-07 | tcp: fix cubic cwnd accumulate use of bytes acked | Florin Coras | 1 | -1/+1 |
2022-01-07 | bonding: memory leak on parsing bad CLI command | Steven Luong | 1 | -4/+10 |
2022-01-07 | ethernet: new interface registration function | Damjan Marion | 14 | -158/+100 |
2022-01-06 | tcp: optimize newreno cong ack handler | Florin Coras | 1 | -19/+20 |
2022-01-06 | tcp: update snd_congestion only during congestion | Florin Coras | 3 | -31/+14 |
2022-01-06 | tcp: mark lost first sack hole on timeout | Florin Coras | 3 | -1/+27 |
2022-01-06 | tcp: handle start tx event in cubic | Florin Coras | 1 | -0/+18 |
2022-01-06 | tcp: always exit recovery if not in fastrecovery | Florin Coras | 1 | -3/+3 |
2022-01-06 | tcp: exit retransmit before processing feedback | Florin Coras | 1 | -21/+17 |
2022-01-06 | tcp: use bytes delivered to compute cwnd | Florin Coras | 3 | -7/+9 |
2022-01-06 | tcp: cast timer ticks to u32 | Florin Coras | 3 | -7/+8 |
2022-01-06 | tap: add num_tx_queues API | Nathan Skrzypczak | 5 | -5/+181 |
2022-01-05 | interface: refactor interface capabilities code | Damjan Marion | 15 | -122/+186 |
2022-01-05 | crypto: encrypt/decrypt queues sw_scheduler | Jakub Wysocki | 4 | -34/+99 |
2021-12-31 | fib: Refetech the adj after the walk in case the pool realloc'd | Neale Ranns | 1 | -1/+1 |
2021-12-31 | misc: Remove the unused GBP fields from the buffer meta-data | Neale Ranns | 2 | -13/+1 |
2021-12-26 | tcp: set sw_if_index in tcp src-address cli | Mercury | 1 | -2/+2 |
2021-12-24 | ip: remove archaic vector code from mtrie | Damjan Marion | 2 | -86/+12 |
2021-12-23 | tcp: fix endpoint lookup failed caused by key uninitialized | Mercury | 1 | -0/+1 |
2021-12-23 | session svm: track fs and seg manager index in fs | Florin Coras | 2 | -42/+20 |
2021-12-22 | session: fix segment alloc/free worker race | Florin Coras | 2 | -70/+119 |
2021-12-21 | tls: don't add listen to lookup table | Filip Tehlar | 1 | -0/+1 |
2021-12-21 | fib: MPLS EOS chains built for attached prefixes should link to a lookup DPO | Neale Ranns | 9 | -66/+57 |
2021-12-20 | session: ignore rpc in fifo event lookups | Florin Coras | 1 | -10/+0 |
2021-12-20 | session: improve sh segment-manager cli | Florin Coras | 1 | -53/+81 |
2021-12-20 | ip: SVR fix race condition | Klement Sekera | 2 | -2/+14 |
2021-12-19 | fib: Incorrect logic for IPv6 link-local attached export. | Neale Ranns | 1 | -1/+1 |
2021-12-18 | bfd: fix NULL dereference in bfd_api_verify_common | Frédéric Perrin | 1 | -1/+1 |
2021-12-16 | session: app mq congestion detection | Florin Coras | 3 | -266/+349 |
2021-12-14 | virtio: integrate with new tx infra | Mohsin Kazmi | 11 | -58/+251 |
2021-12-14 | interface: Add interface monitor cli | Nathan Skrzypczak | 2 | -0/+120 |
2021-12-14 | vxlan: crash on configuring vxlan tunnel on l3 mode | Steven Luong | 2 | -7/+9 |
2021-12-14 | api: verify message size on receipt | Klement Sekera | 5 | -4/+25 |
2021-12-14 | ip: reassembly: drop zero length fragments | Klement Sekera | 3 | -0/+17 |
2021-12-12 | arp: fix arp_vft callback | Mercury | 1 | -1/+1 |
2021-12-12 | tcp: fix the tcp src-address cli | Mercury | 1 | -0/+2 |