Age | Commit message (Expand) | Author | Files | Lines |
2020-11-02 | ipsec: Tunnel SA DSCP behaviour | Neale Ranns | 13 | -45/+428 |
2020-10-29 | session: fix ct cleanup before full establishement | Florin Coras | 1 | -1/+6 |
2020-10-29 | vcl session: minimize ct io events | Florin Coras | 1 | -8/+11 |
2020-10-29 | tap: fix the segv | Mohsin Kazmi | 1 | -2/+5 |
2020-10-28 | misc: Break the big IP header files to improve compile time | Neale Ranns | 42 | -686/+922 |
2020-10-28 | virtio: fix the buffer array index | Mohsin Kazmi | 1 | -1/+1 |
2020-10-27 | session: per worker state for ct sessions | Florin Coras | 4 | -87/+131 |
2020-10-26 | virtio: improve the compile time | Mohsin Kazmi | 1 | -36/+32 |
2020-10-26 | virtio: reduce the compile time for device.c | Mohsin Kazmi | 1 | -15/+19 |
2020-10-26 | tls: separate init from enable | Florin Coras | 1 | -29/+50 |
2020-10-26 | session: fix feature disable | Florin Coras | 3 | -2/+22 |
2020-10-26 | session: fix ct local listener session index | Florin Coras | 1 | -0/+1 |
2020-10-26 | tcp: byte tracker fix | Ryujiro Shibuya | 1 | -1/+5 |
2020-10-26 | fib: API to extract any resolving interface rather than the one from the | Neale Ranns | 3 | -1/+23 |
2020-10-24 | ipsec: remove pending node | Fan Zhang | 3 | -104/+127 |
2020-10-23 | tcp: remove snd_una_max | Florin Coras | 7 | -22/+15 |
2020-10-23 | tcp: remove force retransmit timer update | Florin Coras | 2 | -17/+8 |
2020-10-23 | tcp: remove delack time config | Florin Coras | 2 | -4/+0 |
2020-10-22 | virtio: checksum error reported for ip6 traffic with GSO enable | Steven Luong | 2 | -11/+1 |
2020-10-22 | tcp: no send space in timer recovery | Florin Coras | 1 | -1/+4 |
2020-10-22 | tap: fix the api for use of vec_len | Mohsin Kazmi | 1 | -3/+8 |
2020-10-21 | tcp: updating time constans as timer tick changed | Ryujiro Shibuya | 2 | -15/+17 |
2020-10-21 | vlib: print logs to stderr if interactive or nosyslog set | Damjan Marion | 1 | -25/+19 |
2020-10-21 | ipsec: support for multipoint on ipsec interfaces | Neale Ranns | 5 | -7/+64 |
2020-10-21 | ip: convert u32 entry_flags to vl_api_mfib_entry_flags_t on mroute API | Neale Ranns | 6 | -6/+40 |
2020-10-21 | virtio: run process to send interrupts to input nodes | Mohsin Kazmi | 4 | -17/+112 |
2020-10-21 | ipsec: Add to the SA info directly in the bihash | Neale Ranns | 5 | -81/+83 |
2020-10-21 | gso: remove dependency on tcp proto implementation | Florin Coras | 3 | -2/+2 |
2020-10-21 | virtio: improve input node performance | Damjan Marion | 1 | -13/+26 |
2020-10-21 | virtio: move lock and kick to outer function | Damjan Marion | 1 | -31/+28 |
2020-10-21 | misc: minimize dependencies on udp.h | Florin Coras | 31 | -279/+363 |
2020-10-21 | tls: enable cert key pair setting for connect | jiangxiaoming | 1 | -0/+1 |
2020-10-20 | ipsec: Stack the adj from the destination in the SA's TX table | Neale Ranns | 1 | -1/+1 |
2020-10-19 | ip: Move the IP6 fib into ip6_[m]fib.c | Neale Ranns | 13 | -151/+185 |
2020-10-19 | hsa: cleanup sock server test | Florin Coras | 1 | -1/+1 |
2020-10-19 | ipsec: Layout and prefetching of SA struct | Neale Ranns | 3 | -26/+44 |
2020-10-19 | virtio: fix compilation time | Damjan Marion | 1 | -30/+31 |
2020-10-19 | gso: add checksum validation in gro | Mohsin Kazmi | 2 | -1/+23 |
2020-10-17 | tap: replaces strlen to vec_len | Mohsin Kazmi | 1 | -4/+4 |
2020-10-16 | ipsec: fix instance, and cli del for new ipsec interface | Eric Kinzie | 2 | -4/+4 |
2020-10-15 | ethernet: fix Ethernet DMAC checks | Ivan Shvedunov | 1 | -7/+12 |
2020-10-14 | mpls: no per-MPLS-tunnel tx node | Neale Ranns | 3 | -98/+161 |
2020-10-13 | tcp: fix bt acked_sacked on recovery | Florin Coras | 1 | -2/+3 |
2020-10-13 | session: listeners verbose format alignment | Florin Coras | 1 | -3/+3 |
2020-10-13 | tcp: fix listener trace coverity warning | Florin Coras | 1 | -6/+2 |
2020-10-13 | session: allow custom config of segment baseva | Florin Coras | 1 | -0/+2 |
2020-10-13 | stats: counters data model | Ole Troan | 2 | -3/+4 |
2020-10-12 | l2: mark l2 fib uninitialized after clearing | Matthew Smith | 1 | -0/+2 |
2020-10-12 | misc: clang-11 and gcc-10 support | Damjan Marion | 2 | -2/+2 |
2020-10-12 | ip: IP6 incorrectly disabled on removing first ip6 prefix | Neale Ranns | 1 | -1/+3 |