Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-10-12 | tcp: use 100us timer resolution | Florin Coras | 1 | -4/+4 |
2020-10-12 | tcp: fix connection reuse with no listener | Florin Coras | 1 | -0/+6 |
2020-10-10 | session: app_name should format with %v | jiangxiaoming | 2 | -4/+6 |
2020-10-08 | tcp: treat pending timers as active | Florin Coras | 3 | -3/+4 |
2020-10-08 | tcp: custom geometry for timer wheel | Florin Coras | 5 | -25/+83 |
2020-10-08 | pg: Choose the input interface from the stream's rx | Neale Ranns | 1 | -1/+3 |
2020-10-08 | gre: MPLS over GRE does not select correct fixup function | Neale Ranns | 1 | -2/+2 |
2020-10-08 | l2: Fix compile error on unused next_index | Neale Ranns | 1 | -3/+0 |
2020-10-08 | interface: shorten vnet_hw_if_rx_mode | Damjan Marion | 15 | -78/+73 |
2020-10-08 | ip-neighbor: Grat ARPs from different subnet are dropped | Neale Ranns | 1 | -5/+8 |
2020-10-08 | l2: input performance | Neale Ranns | 17 | -530/+724 |
2020-10-08 | virtio: fix the trace | Mohsin Kazmi | 1 | -23/+19 |
2020-10-08 | ipsec: Allow SAs with NULL auth &crypto on IPSec interface | Neale Ranns | 1 | -2/+3 |
2020-10-08 | fib: Register multicast MAC with interface for accepting interfaces | Neale Ranns | 7 | -7/+298 |
2020-10-07 | misc: Purge unused pg includes | Neale Ranns | 24 | -24/+0 |
2020-10-05 | ipsec: Use bihash for tunnel lookup | Neale Ranns | 7 | -123/+270 |
2020-10-02 | ip: Fix unformat_ip_prefix | Nathan Skrzypczak | 1 | -1/+4 |
2020-10-01 | misc: allow disabling of ipfix exporter via api | Alexander Chernavin | 1 | -7/+1 |
2020-10-01 | classify: Fix a couple bugs in 'pcap filter' command. | Jon Loeliger | 1 | -12/+12 |
2020-09-30 | session: init size and watermarks on all seg managers | Florin Coras | 4 | -10/+22 |
2020-09-30 | svm: harmonize ssvm names | Florin Coras | 2 | -3/+2 |
2020-09-30 | svm session: use new clib mem apis for segments | Florin Coras | 4 | -15/+22 |
2020-09-29 | virtio: fix modern device queue notify | Mohsin Kazmi | 5 | -22/+53 |
2020-09-28 | vppinfra: don't call dlmalloc API directly from the code | Damjan Marion | 2 | -7/+7 |
2020-09-28 | virtio: add packet buffering on tx | Mohsin Kazmi | 11 | -15/+387 |