Gitiles
Code Review
Sign In
gerrit.nordix.org
/
fdio
/
vpp
/
5b3d95bb3268457f8e9dc264883252b3dcb27141
5b3d95b
jvpp: add support for unions (VPP-1322)
by Marek Gradzki
· 6 years ago
bf129f4
vppinfra: add vector horizontal add and byte swap (SSE4.2 & AVX2)
by Damjan Marion
· 6 years ago
2d11e9f
acl-plugin: tm: avoid hash calculation dependency on a memory store operation
by Andrew Yourtchenko
· 6 years ago
2e0798f
acl-plugin: tm: add tuplemerge algorithm for relaxing the hashtable masks
by Andrew Yourtchenko
· 6 years ago
b26743d
tcp/session: tx optimizations
by Florin Coras
· 6 years ago
23cdd4c
dpdk: display rx/tx burst function name in "show hardware detail"
by Damjan Marion
· 6 years ago
536953d
Fix load_unaligned undefined and other possible build failures
by Sirshak Das
· 6 years ago
79c38af
Fix assert issue in ip_csum_add_even()
by Hongjun Ni
· 7 years ago
352c2c4
tcp: avoid doing work in tcp_rcv_sacks for no sacks
by Florin Coras
· 6 years ago
235a47e
NAT44: fix nat44_ed_not_translate_output_feature (VPP-1329)
by Matus Fabian
· 6 years ago
6c78436
Update to latest stable DPDK release (18.02.2)
by Marco Varlese
· 6 years ago
2574d9f
node functions cannot be always_inline
by Damjan Marion
· 6 years ago
13c98a2
We don't have (yet) 128-bit unaligned load/store on ARM
by Damjan Marion
· 6 years ago
497deaf
add backtrace in unix_signal_handler
by Kingwel Xie
· 6 years ago
6fb0d9b
L3DSR fix ip checksum issue and add test
by Hongjun Ni
· 7 years ago
8d2e9bd
acl-plugin: tm: optimize multi-lookups and prepare to add tuplemerge
by Andrew Yourtchenko
· 6 years ago
d16ba62
Add negative tests for leaking across different VRFs - ip4/6
by Jan Gelety
· 6 years ago
a56f270
Fix api trace replay of handler to pass vm parameter
by John Lo
· 6 years ago
0dbd517
tcp: cleanup functions
by Florin Coras
· 6 years ago
32ab954
SIMD optimized linear search in clib_bitmap_first_set
by Damjan Marion
· 6 years ago
0131b6c
Add checks for bad ARP request packets in arp-termination node
by John Lo
· 6 years ago
adb5bd5
tw: add light weight timer update function
by Florin Coras
· 6 years ago
c474fee
dpdk: Enhancement to call crypto start api at initialization
by Sachin Saxena
· 6 years ago
f124c34
acl-plugin: remove the noisy debug output
by Andrew Yourtchenko
· 6 years ago
381e9a9
MAP: Move MAP-E/T to a plugin.
by Ole Troan
· 6 years ago
e4d5a65
VCL: Refactor VCL test (part 1)
by Dave Wallace
· 6 years ago
4c5422e
make test: fix RETRIES when setUpClass throws
by Klement Sekera
· 6 years ago
beaded5
make test: fix broken interfaces #2
by Klement Sekera
· 6 years ago
b9ef273
Revert "Revert "make test: fix broken interfaces""
by Klement Sekera
· 6 years ago
31da2e3
Revert "Revert "ipsec: VPP-1316 calculate IP/TCP/UDP inner checksums""
by Klement Sekera
· 6 years ago
2a8d02d
Tx feature node, for accounting purposes
by Dave Barach
· 6 years ago
e0d2bd6
Revert "ipsec: VPP-1316 calculate IP/TCP/UDP inner checksums"
by Ole Troan
· 6 years ago
c8efa29
Revert "make test: fix broken interfaces"
by Ole Troan
· 6 years ago
d5c60b9
make test: fix broken interfaces
by Klement Sekera
· 6 years ago
3e2d57d
jvpp: add support for enums (VPP-1153)
by Marek Gradzki
· 6 years ago
9679c81
session: improve session lookup speeds
by Florin Coras
· 6 years ago
02c88e4
jvpp: cleanup JNI generation code (VPP-1153)
by Marek Gradzki
· 6 years ago
a7564e8
Python API: Add enum and union support.
by Ole Troan
· 7 years ago
d600ffe
Update tapv2 documentation
by Ian Wells
· 6 years ago
cef1e2a
test:vxlan over ipv6 tests
by Eyal Bari
· 6 years ago
e513f98
VPP-1042: Fix the DPDK no-hugetbl flags
by Jessica Tallon
· 7 years ago
85aa490
configurable per-dispatch-cycle sleep
by Dave Barach
· 6 years ago
cb3b705
FastLinQ QL41000 Series PCI vendor and device ids
by Igor Mikhailov (imichail)
· 6 years ago
a98346f
ipsec: VPP-1316 calculate IP/TCP/UDP inner checksums
by Klement Sekera
· 7 years ago
56ba844
Null terminate name string
by Dave Barach
· 6 years ago
4df3871
tcp: move tracing out of established loop
by Florin Coras
· 6 years ago
dd3b8f7
Implement DHCPv6 IA NA client (VPP-1094)
by Juraj Sloboda
· 7 years ago
65ce94a
jvpp: do not fail on type parsing error
by Marek Gradzki
· 6 years ago
586479a
BIER neighbor stats
by Neale Ranns
· 7 years ago
0c58ad4
dpdk/ipsec: add support for UDP encap/decap
by Radu Nicolau
· 7 years ago
382daf6
Add .pydevproject to .gitignore
by Marek Gradzki
· 6 years ago
b53f4d0
acl-plugin: fallback to linear ACL search for fragments
by Andrew Yourtchenko
· 6 years ago
a6726b5
Nested-loop index typo. Oops.
by Dave Barach
· 6 years ago
2c41443
tcp: add per worker ctx structure
by Florin Coras
· 6 years ago
ee52d87
ipsec: VPP-1308 fix sorting of SPD entries
by Klement Sekera
· 7 years ago
22f9fb1
acl-plugin: acl-as-a-service: VPP-1248: fix the error if exports.h included in more than one C file
by Andrew Yourtchenko
· 7 years ago
285434a
Fix sw-if-index display error.
by Brant Lin
· 7 years ago
d239f8d
VCL: Fix session peer and local addresses
by Dave Wallace
· 6 years ago
7055e26
Driver level time-based src mac filter
by Dave Barach
· 6 years ago
8b20bf5
tcp: optimize tcp output
by Florin Coras
· 7 years ago
0c8a3bc
tcp: optimize tcp input
by Florin Coras
· 6 years ago
084606b
Check get packet template allocation failure (VPP-1321)
by John Lo
· 6 years ago
7e607a7
VCL: refactor async & spinlocks
by Dave Wallace
· 6 years ago
c6215d9
ip checksum multiarch support, cleanup
by Dave Barach
· 7 years ago
3337bd2
Fixed bugs in SRv6 API
by Pablo Camarillo
· 6 years ago
2b9838a
flow:free lookup entries after packets are handled
by eyal bari
· 7 years ago
61debaa
Revert "Python API: Add enum and union support."
by Ole Trøan
· 6 years ago
a5ee900
Python API: Add enum and union support.
by Ole Troan
· 7 years ago
76440d9
ixgbe patch for link status updates
by Matthew Smith
· 6 years ago
a0dfa8b
acl-plugin: fix the high cpu usage caused by the connection cleaner
by Andrew Yourtchenko
· 7 years ago
e0b6c8a
acl-plugin: split (L3) and (L4/pkt) logic of creation of 5tuple structure, optimize stores in the (l4/pkt)
by Andrew Yourtchenko
· 7 years ago
c1c5baa
NAT44: fix coverity
by Matus Fabian
· 6 years ago
e906aac
STATS: Separate socket for fd exchange.
by Ole Troan
· 7 years ago
1ec0ea8
STATS: Add more hierarchy to counters.
by Ole Troan
· 7 years ago
c22f87b
avf: tx node fixes
by Damjan Marion
· 7 years ago
d9778c2
Update DHCPv6 DUID code and fix coverity warnings
by Juraj Sloboda
· 7 years ago
a6110b6
NAT44: endpoint dependent mode (VPP-1273)
by Matus Fabian
· 7 years ago
e43832c
TLS async support
by Ping Yu
· 7 years ago
d465631
Fix SEGV in generic event sub reaper
by Matthew Smith
· 7 years ago
1f80658
Use __attribute__((weak)) references where necessary
by Dave Barach
· 7 years ago
abcddcb
Add clib_bihash_search_inline_2_with_hash to bihash template
by Andrew Yourtchenko
· 7 years ago
8637634
Use unicast DMAC for IP neighbor pool refresh probes
by John Lo
· 7 years ago
c553ec2
acl-plugin: VAT: add an option to load entire ACL from a ClassBench ruleset file for testing
by Andrew Yourtchenko
· 7 years ago
93a6f25
vxlan:use VLIB_NODE_FN for multiarch selection
by Eyal Bari
· 7 years ago
313f7e2
MTU: IP fragmentation added to ip4-rewrite and ip6-rewrite
by Ole Troan
· 7 years ago
aa2f59b
acl-plugin: use 16_8 bihash for IPv4 sessions and 40_8 bihash for IPv6 sessions
by Andrew Yourtchenko
· 7 years ago
3eec2d2
Disable bihash bucket-level caching
by Dave Barach
· 7 years ago
1ddbc01
Stat segment / client: show run" works now
by Dave Barach
· 7 years ago
c7d5097
acl-plugin: change the src/dst L3 info in 5tuple struct to be always contiguous with L4 data
by Andrew Yourtchenko
· 7 years ago
eaba934
add end of string for format name in unix_physmem_region_alloc
by lollita liu
· 7 years ago
6edd360
cli: 'restart' should close open files (VPP-1068)
by Chris Luke
· 7 years ago
8a4a8c4
Fix clang compilation on aarch64: extraneous parentheses
by Sirshak Das
· 7 years ago
af86a48
vxlan:offload RX flow
by eyal bari
· 7 years ago
02ff5f7
avf: fix crash if device is busy
by Jakub Grajciar
· 7 years ago
00dfe54
tcp: add close-wait state flags
by Florin Coras
· 7 years ago
e255203
MTU assigning to itself (Coverity)
by Ole Troan
· 7 years ago
0af529c
vom: Add support for af-packet dump
by Mohsin Kazmi
· 7 years ago
25579b4
tcp: cleanup connection/session fixes
by Florin Coras
· 7 years ago
40903ac
udp: fix for multiple workers and add test
by Florin Coras
· 7 years ago
d723161
MTU: Software interface / Per-protocol MTU support
by Ole Troan
· 7 years ago
Next »