Age | Commit message (Expand) | Author | Files | Lines |
2023-08-16 | l2:Add doc for l2 rewrite, and add examples |  yanlong | 1 | -18/+46 |
2023-08-11 | session: fix coverity warnings |  Florin Coras | 1 | -40/+23 |
2023-08-09 | session: async rx event notifications |  Florin Coras | 15 | -607/+851 |
2023-08-08 | ipsec: add support for RFC-4543 ENCR_NULL_AUTH_AES_GMAC |  Benoît Ganne | 8 | -9/+85 |
2023-07-31 | ipsec: fix IPv6 IPsec tunnel punting |  Sylvain Cadilhac | 1 | -0/+1 |
2023-07-28 | session: regrab evt llist elt for app transports tx |  Florin Coras | 1 | -0/+6 |
2023-07-28 | vnet: add vnet_register_device_class function |  Damjan Marion | 2 | -21/+25 |
2023-07-27 | session: remove unused code |  Filip Tehlar | 1 | -17/+0 |
2023-07-27 | ipsec: fix sa bind cli |  Maxime Peim | 1 | -1/+1 |
2023-07-26 | stats: remove extra format line |  Steven Luong | 1 | -2/+1 |
2023-07-26 | session: use session error type instead of vnet error |  Filip Tehlar | 13 | -91/+116 |
2023-07-25 | classify: add bpf support to pcap classifier |  Maxime Peim | 7 | -3/+126 |
2023-07-21 | vcl: ldp support SO_ORIGINAL_DST |  qinyang | 6 | -10/+60 |
2023-07-21 | ipsec: fix logic in ext_hdr_is_pre_esp |  Piotr Bronowski | 1 | -3/+3 |
2023-07-14 | ipip: populate mode in tunnel details |  Matthew Smith | 1 | -2/+19 |
2023-07-07 | stats: fix duplicate /if/names entry |  Steven Luong | 1 | -3/+7 |
2023-07-06 | api: ip - Mark old message versions as deprecated |  Ondrej Fabry | 1 | -0/+5 |
2023-07-06 | api: pg - Mark old message versions as deprecated |  Ondrej Fabry | 1 | -0/+4 |
2023-07-06 | api: sr - Mark old message versions as deprecated |  Ondrej Fabry | 1 | -0/+2 |
2023-07-06 | api: ipsec - Mark old message versions as deprecated |  Ondrej Fabry | 1 | -0/+12 |
2023-06-30 | bpf_trace_filter: plugin for BPF Trace Filtering |  Mohammed Hawari | 1 | -0/+2 |
2023-06-30 | vlib: introduce trace filter functions |  Mohammed Hawari | 1 | -1/+6 |
2023-06-29 | ip-neighbor: add api for getting neighbor db config |  Alexander Chernavin | 4 | -1/+74 |
2023-06-27 | session udp: add len check for tx dgrams |  Florin Coras | 3 | -2/+22 |
2023-06-27 | api: tapv2 - Mark old message versions as deprecated |  Ondrej Fabry | 1 | -0/+4 |
2023-06-27 | virtio: use fast-path for ethernet-input if possible |  Stanislav Zaikin | 1 | -1/+26 |
2023-06-26 | udp: pass cless hdr to transport through buffer |  Florin Coras | 3 | -39/+60 |
2023-06-25 | tcp: avoid initializing counters multiple times |  Florin Coras | 2 | -2/+10 |
2023-06-23 | ipsec: manually binding an SA to a worker |  Maxime Peim | 6 | -6/+272 |
2023-06-23 | fib: walk over adj glean per table |  Stanislav Zaikin | 1 | -24/+33 |
2023-06-22 | tcp: add simple stats collector |  Florin Coras | 2 | -0/+51 |
2023-06-22 | tcp: options support into pg |  Maxime Peim | 2 | -58/+210 |
2023-06-21 | session: mark half-open transport closed on ntf |  Florin Coras | 1 | -3/+3 |
2023-06-13 | vppapigen: fix crash with autoendian arrays |  Dave Wallace | 1 | -2/+1 |
2023-06-08 | tcp: cleanup next nodes and drop logic |  Florin Coras | 2 | -136/+60 |
2023-06-08 | crypto: use fixed crypto frame pool |  gaoginskx | 5 | -8/+42 |
2023-06-05 | udp: improve port validity check |  Benoît Ganne | 2 | -13/+14 |
2023-06-02 | session: cleanup cless listeners from session lookup |  Florin Coras | 1 | -1/+8 |
2023-06-01 | crypto: make crypto-dispatch node working in adaptive mode |  Xiaoming Jiang | 9 | -216/+30 |
2023-05-31 | fib: fix memory leak in fib_attached_export_purge |  Stanislav Zaikin | 1 | -0/+1 |
2023-05-30 | virtio: fix the packet buffering initialization order |  Mohsin Kazmi | 2 | -11/+21 |
2023-05-29 | ipsec: fix ipsec_set_next_index set with wrong sa index when async frame comm... |  Xiaoming Jiang | 3 | -27/+39 |
2023-05-26 | tls: fix memory leak when client/server init error |  Xiaoming Jiang | 1 | -2/+18 |
2023-05-25 | udp: fix local port reuse check |  Florin Coras | 1 | -2/+4 |
2023-05-24 | hash: add hash documentation |  Mohsin Kazmi | 1 | -0/+90 |
2023-05-22 | teib: fix nh-table-id |  Stanislav Zaikin | 1 | -41/+38 |
2023-05-21 | mpls: implement state change callbacks |  Adrian Pistol | 2 | -5/+37 |
2023-05-21 | ip-neighbor: fix aged neighbor probe |  Sergio Gonzalez Monroy | 1 | -2/+2 |
2023-05-19 | fib: fix load-balance and replicate dpos buckets overflow |  Benoît Ganne | 4 | -9/+53 |
2023-05-19 | interface: add the transmit queue infrastructure document |  Mohsin Kazmi | 1 | -0/+159 |