Age | Commit message (Expand) | Author | Files | Lines |
2020-04-14 | ipsec: validate number of input sas | Matthew Smith | 2 | -1/+9 |
2020-04-13 | session: remove ho with fifos support | Florin Coras | 4 | -29/+5 |
2020-04-13 | session: cleanup debug code | Florin Coras | 6 | -319/+363 |
2020-04-13 | session: adding debug events | Srikanth Akula | 4 | -0/+231 |
2020-04-11 | fib: fix accessing empty dpo pool elements | ShivaShankarK | 2 | -2/+8 |
2020-04-10 | udp: remove connected udp transport proto | Florin Coras | 4 | -67/+1 |
2020-04-10 | udp: fix local node no port error counter | Florin Coras | 1 | -9/+6 |
2020-04-10 | virtio: fix gso and csum offload errors handling | Mohsin Kazmi | 1 | -45/+82 |
2020-04-10 | geneve: Fix the byte swapping for the VNI | Neale Ranns | 3 | -67/+45 |
2020-04-10 | fib: fix adjacency cli command issue | ShivaShankarK | 1 | -3/+1 |
2020-04-09 | session: fix leak on accept fifo alloc failure | Florin Coras | 2 | -6/+15 |
2020-04-09 | tcp: avoid regrabing error node in input and output | Florin Coras | 2 | -23/+16 |
2020-04-09 | session: update fifo slice on session migration | Florin Coras | 3 | -10/+71 |
2020-04-09 | udp: fix coverity warning | Florin Coras | 1 | -1/+1 |
2020-04-09 | bfd: always start timers with non-zero tick counts | Dave Barach | 1 | -0/+1 |
2020-04-09 | mpls: fix typo in error path | Dave Barach | 1 | -10/+9 |
2020-04-09 | misc: fix error handling in punt_replicate | Dave Barach | 1 | -0/+1 |
2020-04-08 | udp: cleanup input node | Florin Coras | 6 | -175/+243 |
2020-04-08 | misc: check return values from vlib_buffer_copy(...) | Dave Barach | 1 | -0/+3 |
2020-04-08 | virtio: fix the tcp/udp checksum offloads | Mohsin Kazmi | 2 | -28/+0 |
2020-04-08 | ip: do not clear the locally-originated flag | Neale Ranns | 2 | -16/+4 |
2020-04-08 | sr: Fix the coverity issue | Tetsuya Murakami | 1 | -15/+5 |
2020-04-08 | session: alloc exact number of bufs for multi-seg deqs | Simon Zhang | 2 | -7/+24 |
2020-04-07 | session: add more session errors | Florin Coras | 3 | -21/+33 |
2020-04-07 | l2: handle complete clone fail in l2_flood | Dave Barach | 1 | -2/+8 |
2020-04-07 | udp: move cli to separate file | Florin Coras | 5 | -205/+230 |
2020-04-07 | tcp: fix conf mtu parsing | Florin Coras | 1 | -3/+3 |
2020-04-07 | udp session: allow dgram ip fragmentation | Florin Coras | 4 | -37/+37 |
2020-04-07 | udp session: jumbo frames and configurable mtu | Florin Coras | 4 | -3/+45 |
2020-04-07 | sr: fix byte-order in steering API | Ignas Bacius | 1 | -2/+2 |
2020-04-07 | sr: Support uSID function. | Tetsuya Murakami | 3 | -12/+813 |
2020-04-06 | vcl session: enforce full dgram reads/writes | Florin Coras | 1 | -9/+7 |
2020-04-06 | session udp: shared local endpoints | Florin Coras | 8 | -40/+124 |
2020-04-06 | bonding: Add GSO support | Steven Luong | 2 | -2/+21 |
2020-04-06 | ip: reassembly: don't set error if no error | Klement Sekera | 4 | -8/+12 |
2020-04-04 | session tls: support tls descheduling | Florin Coras | 7 | -33/+58 |
2020-04-04 | session tls: improve app transports tx scheduling | Florin Coras | 4 | -18/+37 |
2020-04-04 | misc: sprintf be gone | Dave Barach | 1 | -3/+4 |
2020-04-03 | session: improve error reporting | Florin Coras | 18 | -117/+156 |
2020-04-03 | session: init port_proto_type asap | Florin Coras | 1 | -7/+11 |
2020-04-03 | session udp: fix transport flags and migration | Florin Coras | 4 | -2/+9 |
2020-04-03 | session: remove obsolete apis | Florin Coras | 2 | -797/+36 |
2020-04-02 | tcp: explicit use of timer wheel in timer apis | Florin Coras | 6 | -171/+190 |
2020-04-02 | ipsec: provide stat index in sa details | Matthew Smith | 2 | -3/+5 |
2020-04-02 | tcp: move features to separate files | Florin Coras | 17 | -2946/+3127 |
2020-04-02 | udp session vcl: add udp iperf test | Florin Coras | 2 | -9/+25 |
2020-04-02 | tcp: count zero wnd enqueue attempts | Florin Coras | 1 | -0/+4 |
2020-04-01 | session udp: support connect on listeners | Florin Coras | 3 | -2/+5 |
2020-04-01 | session: allow rx events independnt of state | Florin Coras | 1 | -6/+0 |
2020-04-01 | udp: improvements to cli | Florin Coras | 2 | -13/+64 |