Linux Foundation Collaborative Projects
index
:
vpp
master
stable/1606
stable/1609
stable/1701
stable/1704
stable/1707
stable/1710
stable/1801
stable/1804
stable/1807
stable/1810
stable/1901
stable/1904
stable/1908
stable/2001
stable/2005
stable/2009
stable/2101
stable/2106
stable/2110
stable/2202
stable/2206
stable/2210
stable/2302
stable/2306
stable/2310
stable/2402
stable/2406
stable/2410
stable/test
Vector Packet Processing
Grokmirror user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
nat
/
nat.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-04
nat: per vrf session limits
Filip Varga
1
-0
/
+13
2020-04-28
nat: remove unused code
Klement Sekera
1
-9
/
+0
2020-04-27
nat: improve perf - long read after short write
Klement Sekera
1
-17
/
+0
2020-04-24
nat: ignore user hash in ED NAT
Klement Sekera
1
-3
/
+2
2020-04-24
nat: make usage of vnet_buffer2 transparent
Klement Sekera
1
-8
/
+0
2020-04-24
nat: ED: reduce number of hash tables used
Klement Sekera
1
-23
/
+2
2020-04-20
nat: remove unused code
Klement Sekera
1
-14
/
+0
2020-04-16
nat: scavenging functionality removed
Filip Varga
1
-13
/
+0
2020-04-08
nat: use correct data types for memory sizes
Klement Sekera
1
-2
/
+2
2020-04-08
nat: ED: global session LRU list
Klement Sekera
1
-0
/
+8
2020-04-07
nat: ED: port re-use algorithm
Klement Sekera
1
-1
/
+25
2020-04-07
nat: don't drop packet for expired session
Klement Sekera
1
-2
/
+0
2020-03-26
nat: transitory timeout for TCP CLOSED state
Klement Sekera
1
-9
/
+3
2020-03-25
nat: fix error counters
Klement Sekera
1
-0
/
+6
2020-03-13
nat: timed out session scavenging upgrade
Filip Varga
1
-3
/
+28
2020-03-11
nat: dslite plugin separation
Filip Varga
1
-1
/
+0
2020-02-20
nat: avoid running pointless session cleanups
Klement Sekera
1
-0
/
+3
2020-02-05
nat: move dslite to separate sub-plugin
Ole Troan
1
-5
/
+0
2020-01-03
nat: use SVR
Klement Sekera
1
-13
/
+15
2019-12-12
nat: session cleanup fix
Filip Varga
1
-2
/
+2
2019-12-04
fib: Decouple source from priority and behaviour
Neale Ranns
1
-0
/
+4
2019-11-19
nat: respect arc features (multi worker)
Filip Varga
1
-0
/
+54
2019-08-22
nat: handoff traffic matching for dynamic NAT
Filip Varga
1
-2
/
+139
2019-07-31
nat: elog rewrite for multi-worker support
Filip Varga
1
-0
/
+101
2019-04-24
NAT: VPP-1531 api cleanup & update
Filip Varga
1
-0
/
+18
2019-04-23
Revert "NAT: VPP-1531 api cleanup & update"
Ole Trøan
1
-18
/
+0
2019-04-23
NAT: VPP-1531 api cleanup & update
Filip Varga
1
-0
/
+18
2019-03-28
Typos. A bunch of typos I've been collecting.
Paul Vinciguerra
1
-3
/
+3
2019-02-27
NAT44: active-passive HA (VPP-1571)
Matus Fabian
1
-3
/
+6
2019-02-18
NAT: VPP-1552 code migration from old multiarch scheme
Filip Varga
1
-2
/
+25
2018-12-20
NAT: total users and sessions gauges (VPP-1484)
Matus Fabian
1
-0
/
+4
2018-12-18
NAT44: nat44_add_del_lb_static_mapping enhancements (VPP-1514)
Matus Fabian
1
-0
/
+5
2018-11-29
NAT: syslog - sessions logging (VPP-1139)
Matus Fabian
1
-0
/
+3
2018-11-22
NAT44: Apply transitory timeout on TCP RST (VPP-1494)
Matus Fabian
1
-0
/
+1
2018-11-19
NAT44: fix bug in TCP close with output-feature interface (VPP-1493)
Matus Fabian
1
-0
/
+7
2018-10-12
NAT44: identity NAT fix (VPP-1441)
Matus Fabian
1
-0
/
+7
2018-10-08
NAT44: do not create session record for identity mapping (VPP-1439)
Matus Fabian
1
-18
/
+44
2018-09-24
NAT44: endpoint-dependent mode session timeout improvement (VPP-1423)
Matus Fabian
1
-1
/
+1
2018-09-21
NAT: Refactoring / Housekeeping (VPP-1415)
Matus Fabian
1
-220
/
+592
2018-09-13
NAT: TCP MSS clamping
Matus Fabian
1
-0
/
+4
2018-09-04
NAT: add support for configurable port range (VPP-1346)
Matus Fabian
1
-0
/
+19
2018-09-03
NAT44: client-IP based session affinity for load-balancing (VPP-1297)
Matus Fabian
1
-2
/
+18
2018-08-27
NAT44: add support for session timeout (VPP-1272)
Matus Fabian
1
-3
/
+14
2018-08-15
VPP-1387:foreach outside address vector to find correct index when free outsi...
shubing guo
1
-2
/
+1
2018-08-02
NAT44: LB NAT - local backends in multiple VRFs (VPP-1345)
Matus Fabian
1
-1
/
+3
2018-07-10
NAT44: multiple outside FIB tables (VPP-1314)
Matus Fabian
1
-0
/
+8
2018-06-15
NAT44: endpoint dependent mode (VPP-1273)
Matus Fabian
1
-8
/
+26
2018-05-28
NAT44: code cleanup and refactor (VPP-1285)
Matus Fabian
1
-187
/
+20
2018-05-17
NAT44: nat44_del_session and nat44_user_session_details API update (VPP-1271)
Matus Fabian
1
-15
/
+47
2018-05-14
NAT44: delete closed TCP session (VPP-1274)
Matus Fabian
1
-0
/
+31
[next]