Age | Commit message (Expand) | Author | Files | Lines |
2021-01-20 | ikev2: use new counters data model & add more counters | Filip Tehlar | 3 | -50/+169 |
2021-01-20 | ip: add API to retrieve IPv6 link-layer address | Benoît Ganne | 2 | -35/+84 |
2021-01-20 | crypto: fixed vnet_crypto_is_set_handler() | PiotrX Kleski | 1 | -1/+10 |
2021-01-20 | build: add the missing leading underscore to FORTIFY_SOURCE | Neale Ranns | 1 | -2/+2 |
2021-01-20 | classify: Layout classify entry to group data-plane accessed fields on | Neale Ranns | 3 | -102/+124 |
2021-01-19 | classify: crash on classify filter pcap del command | Steven Luong | 1 | -1/+2 |
2021-01-19 | avf: fix l2_len for csum offload | Mohammed Hawari | 1 | -4/+3 |
2021-01-18 | build: make rpath optional | Nathan Moos | 1 | -1/+4 |
2021-01-18 | nat: deal with flows instead of sessions | Klement Sekera | 15 | -1963/+1865 |
2021-01-18 | ipsec: Support MPLS over IPSec[46] interface | Neale Ranns | 11 | -148/+280 |
2021-01-18 | tls: make picotls engine able to initial connection as client | Simon Zhang | 2 | -16/+74 |
2021-01-16 | tcp: remove bad assert | Ivan Shvedunov | 1 | -5/+2 |
2021-01-15 | vlib: fix counter_will_expand prediction | Miklos Tirpak | 2 | -6/+18 |
2021-01-14 | docs: Update FIB documentation | Neale Ranns | 1 | -6/+17 |
2021-01-14 | vxlan: Protect against tunnel config where source is not local | Neale Ranns | 1 | -2/+11 |
2021-01-13 | ikev2: remove assert condition | Filip Tehlar | 1 | -19/+36 |
2021-01-12 | crypto-openssl: chacha support in openssl version | Ray Kinsella | 1 | -8/+8 |
2021-01-12 | ip: vtep fixes for alignment and cache update. | Ray Kinsella | 1 | -2/+2 |
2021-01-12 | vcl: fix session_handle_to_vlsh_table update after session migrate | wanghanlin | 1 | -7/+48 |
2021-01-11 | dpdk: allow configure individual VMBUS devices | Vladimir Ratnikov | 6 | -58/+253 |
2021-01-11 | vcl: fix deadlock in rpc | wanghanlin | 2 | -71/+134 |
2021-01-11 | acl: fix tag C-string overflow | Benoît Ganne | 1 | -5/+14 |
2021-01-11 | nat: refactor and split fo EI/ED features p.2 | Filip Varga | 8 | -351/+1216 |
2021-01-09 | session svm: fix fifo migration | Florin Coras | 6 | -51/+66 |
2021-01-08 | l2: Separating scan-delay and learn-limit into a separate API from want_l2_ma... | Jerome Tollet | 3 | -20/+136 |
2021-01-08 | tests: move bond tests to src/vnet/bonding/test | Dave Wallace | 2 | -0/+373 |
2021-01-08 | vhost: Add event index for interrupt notification to driver | Steven Luong | 10 | -198/+771 |
2021-01-08 | ikev2: fix lookup in wrong ip table | Filip Tehlar | 1 | -4/+6 |
2021-01-07 | vcl session: switch to generic cert key apis | Florin Coras | 17 | -311/+310 |
2021-01-07 | ipip: Support MPLS over IP | Neale Ranns | 3 | -5/+102 |
2021-01-07 | ipsec: Deprecated the old IPsec Tunnel interface | Neale Ranns | 7 | -898/+4 |
2021-01-06 | vcl: allow all workers to block on api | Florin Coras | 2 | -32/+53 |
2021-01-06 | svm: force fixed memfd mapping if va provided | Florin Coras | 1 | -3/+3 |
2021-01-06 | api: fromjson/tojson generated code memory leak | Ole Troan | 1 | -1/+1 |
2021-01-06 | acl: fix cli tag parsing | Benoît Ganne | 1 | -1/+5 |
2021-01-06 | ipsec: Mark the interface create reply deprecated | Neale Ranns | 1 | -0/+1 |
2021-01-06 | l2: add per bridge domain learn limit | Jerome Tollet | 7 | -60/+290 |
2021-01-05 | tap: fix the buffering index for gro | Mohsin Kazmi | 1 | -6/+8 |
2021-01-05 | nat: refactor and split fo EI/ED features | Filip Varga | 17 | -1026/+999 |
2021-01-05 | teib: fix typo in cli | Paul Vinciguerra | 1 | -4/+2 |
2021-01-05 | ipsec: ipsec cli nexthop error | yedg | 1 | -1/+1 |
2020-12-30 | svm: fifo segment sptr for fifo hdr free list | Florin Coras | 5 | -52/+91 |
2020-12-29 | session: remove fifo segment va allocator | Florin Coras | 4 | -47/+8 |
2020-12-29 | svm vcl: allow random offsets for fifo segments in apps | Florin Coras | 6 | -41/+57 |
2020-12-29 | svm: allow mq attachments at random offsets | Florin Coras | 23 | -179/+408 |
2020-12-28 | session: convert evt q segment to fifo segment | Florin Coras | 3 | -19/+21 |
2020-12-28 | svm: move active fifo list to private slice | Florin Coras | 2 | -16/+30 |
2020-12-28 | vlib: add missing file template descriptions | Paul Vinciguerra | 5 | -2/+16 |
2020-12-27 | ip: Use full reassembly for fragments in ip6-local | Neale Ranns | 2 | -3/+1 |
2020-12-26 | svm: change fifo pointers to offsets | Florin Coras | 6 | -167/+242 |