Gitiles
Code Review
Sign In
gerrit.nordix.org
/
fdio
/
vpp
/
815d7d5637fbffd20bf81c74fd59dac8e4fe4d94
/
src
815d7d5
classifier-based ACL: refactor + add output ACL
by Andrew Yourtchenko
· 7 years ago
dac0352
Refactor vlib_buffer flags
by Damjan Marion
· 7 years ago
f429a93
SCTP: address coverity-scan warnings
by Marco Varlese
· 7 years ago
bb17f3c
Fix clang -Wvarargs compile errors
by Damjan Marion
· 7 years ago
547ecf6
Fix clang implicit conversion errors
by Damjan Marion
· 7 years ago
ceab788
vlib: epoll on worker threads
by Damjan Marion
· 7 years ago
df5a99c
SCTP: handling of heartbeating and max-retransmits
by Marco Varlese
· 7 years ago
f051072
BIER: fix support for longer bit-string lengths
by Neale Ranns
· 7 years ago
7e2c31a
VCL: Fix type in trace output.
by Dave Wallace
· 7 years ago
f47276f
SCTP: missing spinlock init when multiple threads
by Marco Varlese
· 7 years ago
bbd41cd
Reflexive ACL support on ICMP
by Steve Shin
· 7 years ago
7d25415
Provide page-aligned length to ftruncate.
by Igor Mikhailov (imichail)
· 7 years ago
a332c46
session: segment manager refactor
by Florin Coras
· 7 years ago
e71eb59
NAT64: Run nat64-expire-worker-walk only when NAT64 is configured (VPP-1162)
by Matus Fabian
· 7 years ago
1403fcd
Fix ip4/6_reass_main.ip4/6_reass_expire_node_idx used before set
by Dave Barach
· 7 years ago
21c8baf
SCTP: calculate RTO / RTT and RTTVAR as per RFC
by Marco Varlese
· 7 years ago
7b0933a
vhost_user: code cleanup
by Haiyang Tan
· 7 years ago
56e6f09
IP reassembly: workaround coverity warnings
by Klement Sekera
· 7 years ago
5a2946c
Clean up for vcl.am, making vppcom.h C++ aware
by Keith Burns (alagalah)
· 7 years ago
c1c0976
lisp-cp: fix handling of ndp without source link addr VPP-1159
by Florin Coras
· 7 years ago
7016b00
VOM: route-domain find() fix
by Neale Ranns
· 7 years ago
d6c30d9
vlmemory/svm: fix client detach from svm region
by Florin Coras
· 7 years ago
8f36e4a
vlib_buffer_clone: allow client to request the maximum number of clones; 256
by Neale Ranns
· 7 years ago
647f609
Add L3DSR feature in LB plugin
by Hongjun Ni
· 7 years ago
91389ac
Out-of-order data chunks handling and more
by Marco Varlese
· 7 years ago
75e7d13
IPv4/6 reassembly
by Klement Sekera
· 7 years ago
2b9453c
vxlan: Lookup FIB in either IPv4 or IPv6 families.
by Jon Loeliger
· 7 years ago
735f879
FIB: Consolidate several copies of fib_ip_proto() into one.
by Jon Loeliger
· 7 years ago
5c42f50
tcp: tcp_output.c failed to compile when VLIB_BUFFER_TRACE_TRAJECTORY is enabled
by Steven
· 7 years ago
67a9e54
dpdk:fix typo in prefetch sequence
by Eyal Bari
· 7 years ago
953f551
Add flowhash hash table to vppinfra
by Pierre Pfister
· 7 years ago
be9b41b
srv6-ad: fixing coverity issues
by Francois Clad
· 7 years ago
49d8cdd
srv6-as: fixing coverity issues
by Francois Clad
· 7 years ago
4edb2e4
Fix VNET_BUFFER_F_SPAN_CLONE flag
by Damjan Marion
· 7 years ago
899a84b
vlib: allocating buffers on thread-x and freeing them on thread-y causes
by Steven
· 7 years ago
8269d3d
Improved tracing for the IP[46] not-enabled case.
by Neale Ranns
· 7 years ago
f2a23cc
NAT66 1:1 mapping (VPP-1108)
by Matus Fabian
· 7 years ago
f7ad5cb
NAT44: in2out output feature skip translation for already translated packets (VPP-1156)
by Matus Fabian
· 7 years ago
b793d09
NAT44: Delete dynamic sessions matching new 1:1NAT (VPP-1158)
by Matus Fabian
· 7 years ago
9dba781
NAT44: nat44_static_mapping_details protocol=0 if addr_only=0 (VPP-1158)
by Matus Fabian
· 7 years ago
8ad6a2d
Prep-work patch for congestion-control
by Marco Varlese
· 7 years ago
8d6ef60
Compile valloc.c, install header file, etc.
by Dave Barach
· 7 years ago
28cf3b7
VPP-899: Run VPP under SELinux
by Billy McFall
· 7 years ago
c0379ae
Arm system counter cleanup
by Brian Brooks
· 7 years ago
bc39e34
NAT: add missing CLI and API documentation (VPP-1142)
by Matus Fabian
· 7 years ago
6898507
NAT: replace format_vnet_sw_interface_name with format_vnet_sw_if_index_name (VPP-1149)
by Matus Fabian
· 7 years ago
db14f5a
Allow the provider of a midchain adjacency to pass context data that is returned in the fixup function
by Neale Ranns
· 7 years ago
bb16d3f
vcl: fix VPPCOM_ATTR_GET_LIBC_EPFD elog
by Florin Coras
· 7 years ago
c592ca5
DRAFT ip4/6_frag to support DPO Style based Next Node
by Vijayabhaskar Katamreddy
· 7 years ago
30349b0
memif: Add new API calls to manage memif socket names.
by Jon Loeliger
· 7 years ago
b4d43d7
SRv6 dynamic proxy plugin
by Francois Clad
· 7 years ago
b93078d
Remove last vestigies of auto-ip-table create
by Neale Ranns
· 7 years ago
84a30ef
session: use clib rwlocks instead of custom implementation
by Florin Coras
· 7 years ago
6484a68
First-fit virtual space allocator
by Dave Barach
· 7 years ago
fc804d9
Fix session/tcp coverity warnings
by Florin Coras
· 7 years ago
d1660e9
jvpp: map VPP API enums to primitive types
by Marek Gradzki
· 7 years ago
568cc60
jvpp: use Python's logging API
by Marek Gradzki
· 7 years ago
2f8d8fa
session: disconnect and echo client improvements
by Florin Coras
· 7 years ago
4399c2e
session: move builtin apps to their own folder
by Florin Coras
· 7 years ago
87233b5
NAT44: fix ICMP error translation for endpoint dependent sessions (VPP-1150)
by Matus Fabian
· 7 years ago
5f22499
NAT44: add opaque string tag to static mapping APIs (VPP-1147)
by Matus Fabian
· 7 years ago
1f9600e
vppinfra: add readers-writer lock
by Florin Coras
· 7 years ago
b384b54
session: add support for memfd segments
by Florin Coras
· 7 years ago
4e57806
Event log entries for VCL
by Keith Burns (alagalah)
· 7 years ago
2eaf2d2
VPP-1144: PAPI Import leads to duplicate type definition.
by Ole Troan
· 7 years ago
9f30c17
srv6-as: fixing version
by Francois Clad
· 7 years ago
8211954
NAT: nat.c refactor (split out CLI) (VPP-1140)
by Matus Fabian
· 7 years ago
39d91fe
SRv6 masquerading proxy plugin
by Francois Clad
· 7 years ago
191a594
SCTP stack (RFC4960)
by Marco Varlese
· 7 years ago
ce111d2
Improve the error reporting for a IP multicast RPF miss.
by Neale Ranns
· 7 years ago
e5453d0
Improve tunnel interface creation performance
by John Lo
· 7 years ago
d95c39e
NAT44: asymmetrical static mapping and one-armed NAT (VPP-1138)
by Matus Fabian
· 7 years ago
6cd396c
docs: Clean up TOC
by Dave Wallace
· 7 years ago
fb8e61c
Adding a format function for bihash init routine to format the key, value, when verbose option is used
by Vijayabhaskar Katamreddy
· 7 years ago
3a905e6
Fix typo / coverity warning
by Dave Barach
· 7 years ago
54c6dc4
For DHCP client configuration control the setting of the broadcast flag in the
by Neale Ranns
· 7 years ago
9d42087
VPPAPIGEN: vppapigen replacement in Python PLY.
by Ole Troan
· 7 years ago
2aa2290
NAT44: Fix interface feature removal.
by Milan Lenco
· 7 years ago
1019baf
vom: acl: Fix l3 acl handle populate
by Mohsin Kazmi
· 7 years ago
a370679
vom: ip_route: fix handle populate
by Mohsin Kazmi
· 7 years ago
18e955e
vom: Fix connection to VAPI and add disconnect function
by Mohsin Kazmi
· 7 years ago
3fca567
svm: queue sub: Add conditional timed wait
by Mohsin Kazmi
· 7 years ago
e82488f
NAT44: asymmetrical static mapping rule (VPP-1135)
by Matus Fabian
· 7 years ago
352ecd9
vhost_user: 'nregions' saves the actual number of mapped guest physical address area
by Haiyang Tan
· 7 years ago
9b95425
VCL/LD_PRELOAD: Fix unfiltered debug output.
by Dave Wallace
· 7 years ago
d47c509
Fix MP hazard in interrupt node scheduling
by Dave Barach
· 7 years ago
ba7992a
SRv6 static proxy plugin
by Francois Clad
· 7 years ago
b4cd4ff
LD_PRELOAD: Fix Coverity Warning CID 182227
by Dave Wallace
· 7 years ago
3ce0b08
vxlan:restructure encap loop
by Eyal Bari
· 7 years ago
5957a14
Sub-Interface deletion not cleanup hash's properly (VPP-1136)
by John Lo
· 7 years ago
2167355
Elog entries for VCL
by Keith Burns (alagalah)
· 7 years ago
8aaba56
LD_PRELOAD: Fix coverity warnings
by Dave Wallace
· 7 years ago
c58408c
vlib: add vlib_buffer_alloc_to_ring API
by Damjan Marion
· 7 years ago
7866c45
tapv2: add option to set host-side default gw
by Damjan Marion
· 7 years ago
929fb9d
VPP-1119: PPPoE's destination MAC was overwritten
by Hongjun Ni
· 7 years ago
504a71f
Event log entries for VCL
by Keith Burns (alagalah)
· 7 years ago
8954199
FIB Inherited Srouce
by Neale Ranns
· 8 years ago
61fe15e
VPP-1122 dpdk/ipsec: fix transport mode pkt len
by Radu Nicolau
· 7 years ago
048b1d6
LD_PRELOAD: stateless LDP
by Dave Wallace
· 7 years ago
d3e83a9
ssvm: reuse clib mem infra for memfd segments
by Florin Coras
· 7 years ago
Next »