Age | Commit message (Expand) | Author | Files | Lines |
2022-05-23 | ip: reassembly - fixing stepping index in a better way |  Vijayabhaskar Katamreddy | 1 | -8/+8 |
2022-05-23 | ip: reassembly - adding custom reassembly node |  Vijayabhaskar Katamreddy | 1 | -13/+75 |
2022-05-20 | virtio: use the internal hdr offsets of buffer metadata for offloads |  Mohsin Kazmi | 2 | -39/+23 |
2022-05-19 | api: refactor api data storage |  Damjan Marion | 8 | -25/+31 |
2022-05-19 | ip: reassembly - pacing reassembly timeouts |  Vijayabhaskar Katamreddy | 1 | -4/+29 |
2022-05-19 | ip: reassembly - increasing the nbuckets for reass |  Vijayabhaskar Katamreddy | 2 | -47/+84 |
2022-05-18 | ip: reassembly - increasing the nbuckets for reass |  Vijayabhaskar Katamreddy | 2 | -2/+6 |
2022-05-17 | interface: fix overflow of link speed. |  Anton Nikolaev | 1 | -1/+1 |
2022-05-16 | ip: format table ids with %u |  Nathan Skrzypczak | 1 | -2/+2 |
2022-05-16 | vlib: exec cli line-by-line processing and script updates |  Damjan Marion | 1 | -5/+5 |
2022-05-14 | session: revert "fix session cli maybe parse wrong args if executed in files" |  Damjan Marion | 1 | -38/+27 |
2022-05-13 | vlib: process startup config exec scripts line by line |  Damjan Marion | 1 | -1/+1 |
2022-05-13 | ip: reassembly - Fixing buffer leaks, corruption |  Vijayabhaskar Katamreddy | 1 | -50/+126 |
2022-05-10 | ip: reassembly: add documentation |  Klement Sekera | 1 | -0/+221 |
2022-05-10 | ip: fix buffer leaks in reassembly |  Klement Sekera | 2 | -29/+32 |
2022-05-09 | vhost: memory leak upon deleting vhost-user interface |  Steven Luong | 1 | -3/+1 |
2022-05-08 | devices: fix crash on invalid interface |  Gabriel Ganne | 1 | -2/+5 |
2022-05-06 | session: fix session cli maybe parse wrong args if executed in files |  Xiaoming Jiang | 1 | -29/+28 |
2022-05-05 | policer: output interface policer |  Stanislav Zaikin | 5 | -24/+140 |
2022-05-05 | udp: remove buggy assert in udp encap |  Benoît Ganne | 1 | -2/+0 |
2022-05-04 | tls: free app session if connect notify refused |  Florin Coras | 1 | -2/+2 |
2022-05-04 | vhost: use_custom_mac set in create_vhost_user_if_v2 |  Fahad Naeem | 1 | -0/+1 |
2022-05-03 | ipsec: support per next-header next-nodes |  Benoît Ganne | 3 | -36/+100 |
2022-05-02 | vapi: support api clients within vpp process |  Ole Troan | 1 | -12/+16 |
2022-04-28 | session: fix coverity warning |  Florin Coras | 1 | -1/+1 |
2022-04-26 | linux-cp: sync addr and neigh only for lcp interfaces |  Stanislav Zaikin | 4 | -4/+8 |
2022-04-26 | flow: enable RSS queue group action for 5G enhancement |  Ting Xu | 2 | -1/+22 |
2022-04-26 | session: export session counts to stats segment |  Florin Coras | 1 | -0/+40 |
2022-04-26 | stats: string vector and node collector improvements |  Damjan Marion | 1 | -26/+12 |
2022-04-22 | session: fix ctrl evt rpc elt pool realloc |  Florin Coras | 1 | -5/+10 |
2022-04-21 | session svm: fix mq producer wait on q and ring |  Florin Coras | 2 | -7/+5 |
2022-04-19 | devices: remove redundant access in af-packet input |  Mohsin Kazmi | 1 | -5/+5 |
2022-04-18 | session: add support for listen proxies |  Florin Coras | 2 | -5/+27 |
2022-04-14 | ipsec: perf improvement of ipsec4_input_node using flow cache |  Zachary Leaf | 8 | -54/+311 |
2022-04-12 | ip: fix arc start in ip46-local for local mfib entries |  Alexander Chernavin | 2 | -25/+25 |
2022-04-12 | tcp: limit persist segment size if window available |  Florin Coras | 1 | -1/+3 |
2022-04-11 | teib: use nexthop table id |  Benoît Ganne | 1 | -3/+0 |
2022-04-11 | interface: fix the offloads |  Mohsin Kazmi | 1 | -0/+2 |
2022-04-11 | tls: fix connected notifications with no app wrk |  Florin Coras | 1 | -5/+9 |
2022-04-11 | devices: refactor fanout support |  Mohsin Kazmi | 3 | -27/+37 |
2022-04-08 | devices: fix the offset for af-packet |  Mohsin Kazmi | 1 | -14/+7 |
2022-04-07 | tls http: run config fns after init ones |  Florin Coras | 1 | -1/+1 |
2022-04-07 | devices: add cli support for checksum and gso disable |  Mohsin Kazmi | 5 | -20/+29 |
2022-04-06 | devices: add cli support to disable qdisc bypass |  Mohsin Kazmi | 5 | -12/+39 |
2022-04-06 | interface: unregister node counters on interface delete |  Damjan Marion | 1 | -0/+2 |
2022-04-05 | tap: fix the coverity warning |  Mohsin Kazmi | 1 | -1/+1 |
2022-04-05 | devices: remove redundant code af-packet |  Mohsin Kazmi | 2 | -23/+3 |
2022-04-05 | devices: fix the received blocks counters |  Mohsin Kazmi | 1 | -5/+4 |
2022-04-05 | devices: fix the coverity warnings for af-packet v3 |  Mohsin Kazmi | 1 | -9/+14 |
2022-04-04 | vppinfra: make _vec_len() read-only |  Damjan Marion | 26 | -43/+45 |