Age | Commit message (Expand) | Author | Files | Lines |
2025-02-13 | ipsec: better pack outbound SA runtime data |  Damjan Marion | 1 | -5/+5 |
2025-02-13 | ipsec: keep inbound seq as u64 |  Damjan Marion | 4 | -48/+45 |
2025-02-13 | ipsec: combine huge and normal anti-replay-window handling |  Damjan Marion | 4 | -239/+118 |
2025-02-13 | ipsec: embed anti-replay bitmap in the runtime data |  Damjan Marion | 2 | -63/+47 |
2025-02-13 | ipsec: store anti_replay_window_size in runtime data |  Damjan Marion | 4 | -55/+31 |
2025-02-03 | ipsec: fix ipsec_sa_v5_details |  Maxime Peim | 1 | -2/+6 |
2025-01-31 | ipsec: store outbound seq as u64 |  Damjan Marion | 6 | -63/+34 |
2025-01-30 | ipsec: add SA inbound and outbound runtime data |  Damjan Marion | 15 | -666/+891 |
2025-01-16 | crypto: combine sync and async algos and ops |  Damjan Marion | 3 | -6/+6 |
2025-01-16 | ipsec: make algo data constant |  Damjan Marion | 3 | -162/+192 |
2025-01-16 | ipsec: don't add crypto key if cipher is NONE |  Damjan Marion | 1 | -6/+10 |
2025-01-08 | ipsec: fix spd fast path single match compare for ipv6 |  Piotr Bronowski | 1 | -15/+91 |
2024-10-30 | ipsec: fix UDP flow in ipsec inbound policy |  Gabriel Oginski | 1 | -25/+52 |
2024-09-24 | ipsec: cleanup tun protect on interface removal |  Stanislav Zaikin | 1 | -11/+39 |
2024-09-09 | ipsec: remove redundant code in ipsec_tun_in trace |  Garvit | 1 | -2/+2 |
2024-07-19 | ipsec: fix integer overflow |  Fan Zhang | 1 | -1/+1 |
2024-06-25 | ipsec: enable ipv6 udp checksum offload |  Jeff Shaw | 1 | -0/+33 |
2024-06-12 | ipsec: move ah packet processing in the inline function ipsec_ah_packet_process |  vinay tripathi | 1 | -138/+157 |
2024-06-12 | ipsec: Add option to configure the hand-off worker queue size |  Dau Do | 6 | -26/+34 |
2024-06-04 | ipsec: fix missing udp port check |  Fan Zhang | 1 | -8/+7 |
2024-04-23 | ipsec: fix CLI for create ipsec itf |  Gabriel Oginski | 1 | -3/+6 |
2024-03-30 | ipsec: fix clang compile issue |  Kai Ji | 1 | -3/+0 |
2024-03-22 | ipsec: esp_decrypt code clean up |  Fan Zhang | 1 | -43/+42 |
2024-03-21 | ip: add support for buffer offload metadata in ip midchain |  Arthur de Kerhor | 1 | -4/+7 |
2024-03-21 | ipsec: remove unused parameter for esp_add_footer_and_icv |  Fan Zhang | 1 | -4/+3 |
2024-03-12 | misc: remove GNU Indent directives |  Damjan Marion | 17 | -135/+0 |
2024-02-19 | ipsec: check each packet for no algs in esp-encrypt |  Matthew Smith | 1 | -10/+13 |
2023-12-12 | ipsec: allow receiving encrypted IP packets with TFC padding |  Arthur de Kerhor | 1 | -4/+42 |
2023-12-01 | ipsec: should use praddr_ instead of pladdr_ |  Dengfeng Liu | 1 | -1/+1 |
2023-11-17 | ipsec: keep esp encrypt pointer and index synced |  Matthew Smith | 1 | -1/+1 |
2023-11-09 | ipsec: IPsec fix constant propagation |  Maxime Peim | 1 | -2/+3 |
2023-11-06 | ipsec: delete redundant code |  Dengfeng Liu | 1 | -4/+0 |
2023-10-31 | ipsec: separate UDP and UDP-encapsulated ESP packet processing |  vinay tripathi | 1 | -8/+33 |
2023-10-31 | ipsec: move udp/esp packet processing in the inline function ipsec_esp_packet... |  vinay tripathi | 1 | -174/+181 |
2023-10-30 | ipsec: huge anti-replay window support |  Maxime Peim | 10 | -168/+680 |
2023-09-12 | ipsec: improve fast path policy searching performance |  Xiaoming Jiang | 2 | -35/+59 |
2023-09-07 | ipsec: clear L4-cksum flags when decap'ing packets |  Frédéric Perrin | 2 | -1/+5 |
2023-08-08 | ipsec: add support for RFC-4543 ENCR_NULL_AUTH_AES_GMAC |  Benoît Ganne | 6 | -3/+70 |
2023-07-31 | ipsec: fix IPv6 IPsec tunnel punting |  Sylvain Cadilhac | 1 | -0/+1 |
2023-07-27 | ipsec: fix sa bind cli |  Maxime Peim | 1 | -1/+1 |
2023-07-21 | ipsec: fix logic in ext_hdr_is_pre_esp |  Piotr Bronowski | 1 | -3/+3 |
2023-07-06 | api: ipsec - Mark old message versions as deprecated |  Ondrej Fabry | 1 | -0/+12 |
2023-06-23 | ipsec: manually binding an SA to a worker |  Maxime Peim | 6 | -6/+272 |
2023-06-08 | crypto: use fixed crypto frame pool |  gaoginskx | 3 | -0/+31 |
2023-06-01 | crypto: make crypto-dispatch node working in adaptive mode |  Xiaoming Jiang | 3 | -29/+3 |
2023-05-29 | ipsec: fix ipsec_set_next_index set with wrong sa index when async frame comm... |  Xiaoming Jiang | 3 | -27/+39 |
2023-03-23 | ipsec: make pre-shared keys harder to misuse |  Benoît Ganne | 8 | -137/+122 |
2023-03-23 | ipsec: add per-SA error counters |  Arthur de Kerhor | 11 | -115/+337 |
2023-03-20 | ipsec: set fast path 5tuple ip addresses based on sa traffic selector values |  Piotr Bronowski | 1 | -4/+35 |
2023-02-08 | ipsec: fix AES CBC IV generation (CVE-2022-46397) |  Benoît Ganne | 2 | -27/+63 |