Age | Commit message (Expand) | Author | Files | Lines |
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 |
2021-12-10 | ip: reassembly: handle atomic fragments correctly | Klement Sekera | 2 | -45/+93 |
2021-12-08 | api: improve REPLY_MACRO safety | Klement Sekera | 1 | -35/+41 |
2021-12-08 | session: stricter tx checks for ct sessions | Florin Coras | 1 | -1/+11 |
2021-12-08 | session: fix duplicate segment del message | Florin Coras | 1 | -6/+1 |
2021-12-07 | fib: fix coverity warning/don't dereference NULL | Klement Sekera | 1 | -1/+1 |
2021-12-04 | ipsec: fix async buffer leak | Matthew Smith | 3 | -3/+2 |
2021-12-03 | interface: add multi tx-queues support for new tx infra | Mohsin Kazmi | 14 | -136/+867 |
2021-12-03 | ip: extension header parsing fails for fragment header | Ole Troan | 8 | -294/+277 |
2021-12-03 | fib: Fix the display (or lack of) for fib node types in dependent children lists | Neale Ranns | 4 | -22/+37 |
2021-11-30 | interface: add support for outer header checksums | Mohsin Kazmi | 3 | -0/+43 |
2021-11-29 | session: remove segment if empty after writer lock | Florin Coras | 1 | -9/+18 |
2021-11-29 | session: mark first listener segment as protected | Florin Coras | 1 | -0/+4 |
2021-11-29 | session: no deq notifications after close | Florin Coras | 1 | -0/+2 |
2021-11-29 | session: postpone close notification if still accepting | Florin Coras | 1 | -0/+14 |
2021-11-29 | ipfix-export: don't check the result of pool_get | Paul Atkins | 1 | -2/+0 |
2021-11-29 | session: fix clib_rwlock_writer_unlock lost | wanghanlin | 1 | -1/+4 |
2021-11-27 | devices: fix af_packet GSO check | Nathan Skrzypczak | 1 | -1/+6 |
2021-11-26 | session: accept reply improvements | Florin Coras | 1 | -26/+25 |
2021-11-26 | session: postpone ct peer disconnect and more checks | Florin Coras | 1 | -20/+29 |
2021-11-26 | session: only notify server on ct connect failure | Florin Coras | 1 | -8/+14 |
2021-11-25 | l2: change prefetch to prefetchw | Ray Kinsella | 1 | -4/+4 |
2021-11-24 | session: improve fifo segment allocation | Filip Tehlar | 1 | -0/+6 |
2021-11-24 | session: detach server from client on connect failure | Florin Coras | 1 | -0/+2 |
2021-11-23 | misc: deprecate gbp and its dependents | Neale Ranns | 15 | -3724/+3 |
2021-11-23 | vxlan: multiarch optimization of vxlan | Ray Kinsella | 3 | -5/+1 |