Age | Commit message (Expand) | Author | Files | Lines |
2020-03-30 | tcp: reuse session infra for syns and resets | Florin Coras | 6 | -88/+71 |
2020-03-30 | session udp: flag for connected udp | Florin Coras | 6 | -7/+50 |
2020-03-30 | vxlan: leverage vlib_get_buffers in vxlan_encap_inline | Zhiyong Yang | 1 | -12/+14 |
2020-03-30 | vppinfra: add support for avx512 alignment version of load and store | Zhiyong Yang | 1 | -0/+8 |
2020-03-30 | gso: fix the header parser to read only | Mohsin Kazmi | 3 | -6/+44 |
2020-03-30 | interface: remove mtu clib_warning message from api handler | Paul Vinciguerra | 1 | -1/+0 |
2020-03-27 | vcl: support for uword segments | Florin Coras | 3 | -12/+12 |
2020-03-27 | quic: Check quicly version tag at compile time | MathiasRaoul | 2 | -27/+33 |
2020-03-27 | vppinfra: add clib_bihash_get_bucket | Damjan Marion | 2 | -20/+13 |
2020-03-27 | docs ethernet: add docs for ethernet Section | Paul Vinciguerra | 1 | -0/+7 |
2020-03-27 | acl: API cleanup | Jakub Grajciar | 14 | -985/+1124 |
2020-03-27 | dpdk: enable DPDK iAVF PMD | Chenmin Sun | 3 | -0/+23 |
2020-03-26 | acl: revert acl: api cleanup | Ole Trøan | 14 | -1122/+900 |
2020-03-26 | acl: API cleanup | Jakub Grajciar | 14 | -900/+1122 |
2020-03-26 | session: fix coverity warning | Dave Barach | 1 | -1/+1 |
2020-03-26 | nat: transitory timeout for TCP CLOSED state | Klement Sekera | 9 | -118/+329 |
2020-03-26 | svm: correct format_fifo_segment | Ryujiro Shibuya | 2 | -4/+7 |
2020-03-26 | ikev2: fix wrong usage of BN_bn2bin() | Filip Tehlar | 3 | -12/+56 |
2020-03-26 | ikev2: dead peer detection | Filip Tehlar | 2 | -4/+95 |
2020-03-25 | ikev2: fix gcm in ike protocol | Filip Tehlar | 1 | -1/+1 |
2020-03-25 | session: api to add new transport types | Florin Coras | 21 | -103/+150 |
2020-03-25 | tcp: avoid updating rcv wnd in resets | Florin Coras | 1 | -3/+1 |
2020-03-25 | sr: Change the CLI keyword from address to prefix. | Tetsuya Murakami | 2 | -3/+3 |
2020-03-25 | ip: Adding IP tables is no MP safe | Neale Ranns | 1 | -2/+0 |
2020-03-25 | acl: Add CLI additions | Neale Ranns | 1 | -0/+254 |
2020-03-25 | avf: fix rx queue refill on buffer alloc failure | Damjan Marion | 1 | -6/+6 |
2020-03-25 | nat: fix error counters | Klement Sekera | 4 | -1/+21 |
2020-03-25 | map: fix hop limit expiration at br | Vladimir Ratnikov | 2 | -2/+29 |
2020-03-24 | quic: disable vnet_crypto and batching if no crypto engines are loaded | MathiasRaoul | 3 | -11/+33 |
2020-03-24 | vcl: fix ldp recv return on error | Florin Coras | 1 | -1/+4 |
2020-03-24 | vcl: fix ldp writev 0 vecs | Florin Coras | 1 | -12/+8 |
2020-03-24 | map: fix translation of icmp6 error messages | Alexander Chernavin | 2 | -1/+131 |
2020-03-24 | avf: proper promisc handling | Damjan Marion | 2 | -7/+27 |
2020-03-23 | tcp: add lost and in flight to byte tracker | Florin Coras | 2 | -2/+15 |
2020-03-23 | ikev2: fix typo in .api description | Vratko Polak | 1 | -2/+1 |
2020-03-23 | ipsec: Revert "ipsec: fix chained ESP" | Florin Coras | 2 | -144/+50 |
2020-03-23 | srv6-mobile: Fix the coverity issues | Tetsuya Murakami | 1 | -33/+39 |
2020-03-23 | sr: srv6 API cleanup | Jakub Grajciar | 9 | -217/+217 |
2020-03-23 | ipsec: fix chained ESP | Filip Tehlar | 2 | -50/+144 |
2020-03-23 | ipsec: increment no-tunnel counter in ipsec-tun-input | Alexander Chernavin | 1 | -0/+3 |
2020-03-23 | virtio: vhost gso checksum error when both indirect and mrg_rxbuf are off | Steven Luong | 1 | -20/+19 |
2020-03-23 | tap: fix the numa/queue for buffers | Mohsin Kazmi | 1 | -1/+1 |
2020-03-23 | virtio: improve error handling | Mohsin Kazmi | 1 | -9/+30 |
2020-03-22 | vppinfra: fix typo in dlmalloc.c | Dave Barach | 1 | -1/+1 |
2020-03-21 | srv6-mobile: Fix the localsid length issue on vnet/srv6 | Tetsuya Murakami | 4 | -7/+10 |
2020-03-21 | srv6-mobile: Support GTP4/6.DT and User Plane message mapping | Tetsuya Murakami | 10 | -206/+2119 |
2020-03-21 | ipsec: efficient layout of ESP per thread data | Rajesh Goel | 1 | -3/+4 |
2020-03-21 | vppinfra: fix minor cuckoo bugs and add cuckoo_16_8 | Klement Sekera | 5 | -26/+170 |
2020-03-21 | gtpu: encap-vrf-id in show gtpu tunnels command | Nick Zavaritsky | 1 | -2/+9 |
2020-03-21 | vlib: leave SIGPROF signal with its default handler | Jieqiang Wang | 3 | -0/+3 |