Age | Commit message (Expand) | Author | Files | Lines |
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 |
2021-11-23 | devices: support build on older kernels |  Florin Coras | 1 | -0/+3 |
2021-11-23 | ip: unlock_fib on if delete |  Nathan Skrzypczak | 4 | -54/+99 |
2021-11-22 | gso: implement gso segementation copy with checksum |  Mohsin Kazmi | 2 | -15/+239 |
2021-11-22 | ipfix-export: support sending of ipv6 pkts |  Paul Atkins | 1 | -62/+176 |
2021-11-22 | ipfix-export: Change exp to use ip_address |  Paul Atkins | 4 | -62/+80 |
2021-11-22 | ipfix-export: rename variables when building bufs |  Paul Atkins | 1 | -40/+40 |
2021-11-22 | ipfix-export: refactor params to the callback fns |  Paul Atkins | 4 | -15/+7 |
2021-11-22 | ipfix-export: Add APIs to get/send buffers |  Paul Atkins | 3 | -0/+234 |
2021-11-22 | ipfix-export: add a new API to dump all exporters |  Paul Atkins | 2 | -1/+86 |
2021-11-22 | ipfix-export: support creating multiple exporters |  Paul Atkins | 4 | -45/+169 |
2021-11-22 | ipfix-export: refactor ipfix_exporter_t_handler fn |  Paul Atkins | 1 | -34/+34 |
2021-11-22 | ipfix-export: pass an exp to flow_report_add_del |  Paul Atkins | 5 | -73/+60 |
2021-11-22 | ipfix-export: make stream fns exporter aware |  Paul Atkins | 1 | -18/+11 |
2021-11-22 | ipfix-export: refactor fields in flow_report_main |  Paul Atkins | 4 | -87/+125 |
2021-11-19 | tls: add option to config additional segment size |  Florin Coras | 2 | -4/+9 |
2021-11-19 | fib: Don't use [midchain] adjacencies to change an interface's feature arc |  Neale Ranns | 24 | -291/+352 |
2021-11-18 | session: deprecate mq segments baseva |  Florin Coras | 2 | -15/+2 |
2021-11-18 | session: improve wrk mq segment allocation |  Florin Coras | 3 | -53/+62 |
2021-11-18 | ip: comparing IP prefixes should not modify them |  Neale Ranns | 4 | -7/+33 |
2021-11-17 | session: fix state check in switch pool |  Florin Coras | 1 | -3/+3 |
2021-11-17 | session: support close during migration |  Florin Coras | 2 | -9/+41 |
2021-11-17 | session: try to coalesce ct accept rpcs |  Florin Coras | 1 | -7/+44 |
2021-11-17 | ip6: ip6_not_enabled_node is a sibling of ip6-drop |  Paul Atkins | 1 | -6/+2 |