Age | Commit message (Expand) | Author | Files | Lines |
2020-01-03 | nat: use SVR | Klement Sekera | 1 | -506/+185 |
2019-12-12 | nat: session cleanup fix | Filip Varga | 1 | -0/+4 |
2019-11-05 | nat: respect udp checksum | Filip Varga | 1 | -38/+74 |
2019-11-04 | nat: revert respect udp checksum | Ole Troan | 1 | -74/+34 |
2019-11-04 | nat: revert fix dual-loop tcp checksum botch | Ole Troan | 1 | -17/+9 |
2019-11-04 | nat: fix dual-loop tcp checksum botch | Dave Barach | 1 | -9/+17 |
2019-10-28 | nat: respect udp checksum | Filip Varga | 1 | -34/+74 |
2019-07-31 | nat: elog rewrite for multi-worker support | Filip Varga | 1 | -8/+8 |
2019-02-27 | NAT44: active-passive HA (VPP-1571) | Matus Fabian | 1 | -10/+21 |
2019-02-18 | NAT: fix: multiple definition of nat64_cleaner_process_event_e | Neale Ranns | 1 | -1/+1 |
2019-02-18 | NAT: VPP-1552 code migration from old multiarch scheme | Filip Varga | 1 | -34/+26 |
2019-01-21 | NAT: VPP-1537 IPFIX per worker processing | Filip Varga | 1 | -3/+5 |
2018-12-14 | NAT: counters (VPP-1484) | Matus Fabian | 1 | -13/+53 |
2018-11-29 | NAT: syslog - sessions logging (VPP-1139) | Matus Fabian | 1 | -0/+11 |
2018-11-20 | NAT44: fix virtual fragmentation reassembly in forwarding mode (VPP-1501) | Matus Fabian | 1 | -0/+8 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code | Dave Barach | 1 | -6/+5 |
2018-10-19 | NAT44: fix ICMP virtual fragmentation reassembly (VPP-1466) | Matus Fabian | 1 | -18/+40 |
2018-10-08 | NAT44: do not create session record for identity mapping (VPP-1439) | Matus Fabian | 1 | -7/+32 |
2018-10-02 | Update code to compute checksum for buffer chains | Juraj Sloboda | 1 | -3/+5 |
2018-09-21 | NAT: Refactoring / Housekeeping (VPP-1415) | Matus Fabian | 1 | -3646/+1067 |
2018-09-20 | NAT44 virtual fragmentation reassembly for endpoint-dependent mode (VPP-1325) | Juraj Sloboda | 1 | -16/+389 |
2018-09-06 | NAT: fix maximum out of order fragments (VPP-1399) | Matus Fabian | 1 | -1/+1 |
2018-09-03 | NAT44: client-IP based session affinity for load-balancing (VPP-1297) | Matus Fabian | 1 | -18/+23 |
2018-08-27 | NAT44: add support for session timeout (VPP-1272) | Matus Fabian | 1 | -34/+183 |
2018-08-16 | VPP-1386: fix wrong ip address of hash key for creating user in unknown protocol | shubing guo | 1 | -1/+1 |
2018-08-15 | NAT44: fix next_src_nat (VPP-1384) | Matus Fabian | 1 | -6/+7 |
2018-08-09 | NAT44: delete user with zero sessions (VPP-1282) | Matus Fabian | 1 | -0/+4 |
2018-07-23 | NAT44: fix forwarding feature bug (VPP-1349) | Matus Fabian | 1 | -3/+3 |
2018-07-19 | Remove unused argument to vlib_feature_next | Damjan Marion | 1 | -16/+8 |
2018-07-11 | avoid using thread local storage for thread index | Damjan Marion | 1 | -5/+5 |
2018-07-10 | NAT44: multiple outside FIB tables (VPP-1314) | Matus Fabian | 1 | -2/+2 |
2018-06-15 | NAT44: endpoint dependent mode (VPP-1273) | Matus Fabian | 1 | -571/+1343 |
2018-05-28 | NAT44: code cleanup and refactor (VPP-1285) | Matus Fabian | 1 | -107/+108 |
2018-05-17 | NAT44: nat44_del_session and nat44_user_session_details API update (VPP-1271) | Matus Fabian | 1 | -10/+6 |
2018-05-14 | NAT44: delete closed TCP session (VPP-1274) | Matus Fabian | 1 | -8/+14 |
2018-05-08 | NAT44: TCP connection close detection (VPP-1266) | Matus Fabian | 1 | -0/+10 |
2018-04-19 | Add special Twice-NAT feature (VPP-1221) | Juraj Sloboda | 1 | -2/+7 |
2018-04-18 | NAT44: recycle old sessions for forwarding bypass (VPP-1240) | Matus Fabian | 1 | -10/+54 |
2018-04-12 | Handle DHCP replies with NAT44 forwarding enabled | Matthew Smith | 1 | -48/+57 |
2018-04-11 | NAT44: fix setting of flag SNAT_SESSION_FLAG_LOAD_BALANCING (VPP-1235) | Matus Fabian | 1 | -10/+11 |
2018-03-24 | User session counters stay <= per-user limit | Matthew Smith | 1 | -3/+3 |
2018-03-23 | NAT44: fix ICMP checksum update crash (VPP-1205) | Matus Fabian | 1 | -0/+3 |
2018-03-22 | NAT44: interface output feature and dst NAT (VPP-1200) | Matus Fabian | 1 | -1/+51 |
2018-03-05 | NAT44 - unknown protocols work with forwarding | Matthew Smith | 1 | -6/+9 |
2018-03-02 | NAT44: interface output feature and service host direct access (VPP-1176) | Matus Fabian | 1 | -4/+54 |
2018-02-14 | NAT44 out2in DHCP client next node | Matthew Smith | 1 | -8/+24 |
2018-01-26 | NAT44: fix ICMP error translation for endpoint dependent sessions (VPP-1150) | Matus Fabian | 1 | -2/+75 |
2017-12-20 | Translate matching packets using NAT (VPP-1069) | Juraj Sloboda | 1 | -48/+74 |
2017-12-19 | NAT: Twice NAT44 (VPP-969) | Matus Fabian | 1 | -193/+117 |
2017-12-13 | NAT64: multi-thread support (VPP-891) | Matus Fabian | 1 | -0/+1 |