Age | Commit message (Expand) | Author | Files | Lines |
2019-11-27 | nat: fix dhcp client on outside interface with output feature | Alexander Chernavin | 1 | -0/+37 |
2019-11-05 | nat: NAT udp counter & unit test fixes | Filip Varga | 1 | -1/+1 |
2019-11-05 | nat: respect udp checksum | Filip Varga | 1 | -36/+74 |
2019-11-04 | nat: revert respect udp checksum | Ole Troan | 1 | -74/+36 |
2019-10-28 | nat: respect udp checksum | Filip Varga | 1 | -36/+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 | -56/+31 |
2019-01-21 | NAT: VPP-1537 IPFIX per worker processing | Filip Varga | 1 | -4/+6 |
2018-12-14 | NAT: counters (VPP-1484) | Matus Fabian | 1 | -14/+54 |
2018-11-29 | NAT: syslog - sessions logging (VPP-1139) | Matus Fabian | 1 | -0/+11 |
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 | -6/+42 |
2018-10-08 | NAT44: do not create session record for identity mapping (VPP-1439) | Matus Fabian | 1 | -6/+35 |
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 | -4969/+1110 |
2018-09-20 | NAT44 virtual fragmentation reassembly for endpoint-dependent mode (VPP-1325) | Juraj Sloboda | 1 | -101/+610 |
2018-09-13 | NAT: TCP MSS clamping | Matus Fabian | 1 | -0/+11 |
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 | -10/+10 |
2018-08-27 | NAT44: fix nat44_ed_not_translate_output_feature for multiple VRF (VPP-1404) | Matus Fabian | 1 | -9/+15 |
2018-08-27 | NAT44: add support for session timeout (VPP-1272) | Matus Fabian | 1 | -33/+184 |
2018-08-09 | NAT44: delete user with zero sessions (VPP-1282) | Matus Fabian | 1 | -8/+11 |
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 | -31/+129 |
2018-06-26 | NAT44: fix nat44_ed_not_translate_output_feature (VPP-1329) | Matus Fabian | 1 | -0/+5 |
2018-06-16 | NAT44: fix coverity | Matus Fabian | 1 | -1/+1 |
2018-06-15 | NAT44: endpoint dependent mode (VPP-1273) | Matus Fabian | 1 | -649/+1634 |
2018-05-28 | NAT44: code cleanup and refactor (VPP-1285) | Matus Fabian | 1 | -84/+83 |
2018-05-17 | NAT44: nat44_del_session and nat44_user_session_details API update (VPP-1271) | Matus Fabian | 1 | -15/+11 |
2018-05-14 | NAT44: delete closed TCP session (VPP-1274) | Matus Fabian | 1 | -14/+23 |
2018-05-08 | NAT44: TCP connection close detection (VPP-1266) | Matus Fabian | 1 | -1/+19 |
2018-05-03 | NAT44 segv on unknown proto on inside interface | Matthew Smith | 1 | -22/+25 |
2018-04-19 | Add special Twice-NAT feature (VPP-1221) | Juraj Sloboda | 1 | -0/+2 |
2018-04-18 | NAT44: recycle old sessions for forwarding bypass (VPP-1240) | Matus Fabian | 1 | -7/+22 |
2018-04-11 | NAT44: fix setting of flag SNAT_SESSION_FLAG_LOAD_BALANCING (VPP-1235) | Matus Fabian | 1 | -9/+11 |
2018-03-24 | User session counters stay <= per-user limit | Matthew Smith | 1 | -14/+7 |
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 | -6/+27 |
2018-03-12 | NAT44: fix nat_not_translate_output_feature in dual loop (VPP-1194) | Matus Fabian | 1 | -2/+2 |
2018-03-12 | NAT44: fix nat_not_translate_output_feature for ICMP (VPP-1191) | Matus Fabian | 1 | -8/+7 |
2018-03-06 | when lb tcp in2out flow, | ahdj007 | 1 | -0/+1 |
2018-03-02 | NAT44: interface output feature and service host direct access (VPP-1176) | Matus Fabian | 1 | -2/+63 |
2018-01-31 | NAT44: in2out output feature skip translation for already translated packets ... | Matus Fabian | 1 | -14/+73 |
2018-01-26 | NAT44: fix ICMP error translation for endpoint dependent sessions (VPP-1150) | Matus Fabian | 1 | -2/+75 |
2018-01-11 | NAT44: asymmetrical load balancing static mapping rule (VPP-1132) | Matus Fabian | 1 | -3/+3 |
2018-01-08 | NAT64: IPFix (VPP-1106) | Matus Fabian | 1 | -9/+13 |
2018-01-05 | Add support for 464XLAT NAT44 mode (VPP-1045) | Juraj Sloboda | 1 | -0/+3 |
2017-12-20 | Translate matching packets using NAT (VPP-1069) | Juraj Sloboda | 1 | -0/+3 |