Age | Commit message (Expand) | Author | Files | Lines |
2024-09-25 | build: add missing fib_walk.h to VNET_HEADERS |  Radislav Chugunov | 1 | -0/+1 |
2024-09-24 | ipsec: cleanup tun protect on interface removal |  Stanislav Zaikin | 1 | -11/+39 |
2024-09-20 | udp: node counter for connected sessions |  Florin Coras | 2 | -0/+2 |
2024-09-19 | l2: fix DVR test failure on AWS Graviton on Ubuntu 22.04 |  Andrew Yourtchenko | 1 | -8/+5 |
2024-09-14 | session: improve sh session cli |  Florin Coras | 1 | -75/+194 |
2024-09-09 | armada: introduce dev_armada plugin |  Damjan Marion | 1 | -1/+2 |
2024-09-09 | ipsec: remove redundant code in ipsec_tun_in trace |  Garvit | 1 | -2/+2 |
2024-09-06 | session: add Source Deny List |  Steven Luong | 17 | -263/+1886 |
2024-09-06 | linux-cp: auto select tap id when creating lcp pair |  Stanislav Zaikin | 2 | -2/+4 |
2024-09-05 | dev: add platform bus and devicetree support |  Damjan Marion | 3 | -1/+202 |
2024-08-29 | virtio: RSS support |  Steven Luong | 9 | -56/+190 |
2024-08-28 | ip6: fix error in ip6_input_check |  Benoît Ganne | 1 | -1/+1 |
2024-08-28 | interface: do not update runtime data if input node is not set |  Damjan Marion | 1 | -0/+3 |
2024-08-22 | sr: fix gcc 13.2.0 build errors on ubuntu 24.04 |  Dave Wallace | 1 | -0/+2 |
2024-08-22 | misc: move osi to plugin |  Hadi Rayan Al-Sandid | 8 | -821/+3 |
2024-08-21 | octeon: add support for max_rx_frame_size update |  Alok Mishra | 1 | -1/+2 |
2024-08-13 | tls: add basic tls record parsers |  Florin Coras | 3 | -0/+532 |
2024-08-13 | session: problem in session_rules_details API |  Steven Luong | 1 | -0/+4 |
2024-08-06 | session: memory leak in show session rules |  Steven Luong | 1 | -6/+9 |
2024-08-06 | session: session_lookup_local_endpoint returns the wrong value |  Steven Luong | 1 | -1/+1 |
2024-08-01 | tcp: add establish timer pops to stats |  Aritra Basu | 2 | -13/+19 |
2024-07-31 | ip6: set buffer->error in ip6_input_check |  Ole Troan | 1 | -32/+34 |
2024-07-29 | tcp: fix typo in show tcp config CLI command |  Aritra Basu | 1 | -2/+2 |
2024-07-27 | tcp: CLI command to print tcp_cfg |  Aritra Basu | 1 | -0/+68 |
2024-07-26 | tcp: improve tcp listener CLI |  Aritra Basu | 3 | -0/+18 |
2024-07-24 | session: delete and add application namespace do not create the global sessio... |  Steven Luong | 4 | -65/+56 |
2024-07-23 | ip: crash in ip4_sas_commonlen |  Steven Luong | 1 | -0/+2 |
2024-07-19 | session: show session rules does not display ip6 entries |  Steven Luong | 1 | -6/+33 |
2024-07-19 | ipsec: fix integer overflow |  Fan Zhang | 1 | -1/+1 |
2024-07-18 | pg: fix pcap packet type when writing pcap file |  Dave Wallace | 2 | -1/+16 |
2024-07-18 | vnet: print Success for API errno 0 instead of UNKNOWN |  Klement Sekera | 1 | -0/+4 |
2024-07-17 | session: memory leak on rule tag |  Steven Luong | 1 | -0/+1 |
2024-07-16 | session: memory leaks on rule tag hash tables |  Steven Luong | 1 | -0/+3 |
2024-07-16 | tls: track app owner of transport session |  Florin Coras | 2 | -1/+4 |
2024-07-15 | session: crash in session_rule_add_del if session is not enable |  Steven Luong | 1 | -0/+7 |
2024-07-15 | session: application namespace may reference a deleted vrf table |  Steven Luong | 1 | -5/+68 |
2024-07-12 | fib: fix covered_inherit_add |  Maxime Peim | 1 | -2/+6 |
2024-07-12 | ip6: fix icmp error on check fail |  Maxime Peim | 1 | -83/+62 |
2024-07-12 | fib: improve ipv6 fib scaling |  Benoît Ganne | 4 | -406/+203 |
2024-07-12 | fib: make mfib optional |  Benoît Ganne | 6 | -19/+131 |
2024-07-12 | fib: log an error when destroying non-empty tables |  Benoît Ganne | 4 | -12/+12 |
2024-07-10 | session: deleting an application namespace cleaning up the wrong application |  Steven Luong | 1 | -1/+1 |
2024-07-09 | tls: refactor vft functionsn to allow for reuse |  Florin Coras | 3 | -140/+152 |
2024-07-08 | session: add api to program rx io evts |  Florin Coras | 2 | -0/+17 |
2024-07-08 | session: improve enable and disable handling |  Florin Coras | 7 | -16/+33 |
2024-07-08 | session: handle multiple attempts to mark mq congested |  Florin Coras | 1 | -2/+5 |
2024-07-02 | session: session disable crash if not enable |  Steven Luong | 1 | -1/+2 |
2024-06-28 | session: memory leaks on various transports when session disable and enable |  Steven Luong | 2 | -3/+13 |
2024-06-25 | dev: move bus code to bus/ |  Damjan Marion | 3 | -2/+12 |
2024-06-25 | session: memory leak in mma rule table |  Steven Luong | 1 | -0/+3 |