Gitiles
Code Review
Sign In
gerrit.nordix.org
/
fdio
/
vpp
/
73710c7da2f8deaea83dbbbfce8737c9c6cd2949
73710c7
VPP API: Memory trace
by Ole Troan
· 7 years ago
0b06111
VPP-1305: Add support for tags
by Jerome Tollet
· 7 years ago
8f6e321
BIER CLI show commands; no crash on non-existant objects (VPP-1303)
by Neale Ranns
· 7 years ago
473f461
Configure or deduce CLIB_LOG2_CACHE_LINE_BYTES (VPP-1064)
by Dave Barach
· 7 years ago
1b25552
ip4: optimize ip4_local
by Florin Coras
· 7 years ago
1f8697c
Fix API trace dump for tapv2
by Milan Lenco
· 7 years ago
f8db62a
Remove unused GRE buffer meta-data
by Neale Ranns
· 7 years ago
d3de756
flow:add enabled hw format function
by Eyal Bari
· 7 years ago
3a0325f
ip: save fib index for buffer in ip lookup
by Florin Coras
· 7 years ago
61f7912
fix usage string missing arg
by Jerome Tollet
· 7 years ago
c16f6b3
Join the VAC read timeout thread
by Neale Ranns
· 7 years ago
d1812d0
Enable Position Independent Executable for production VPP
by Neale Ranns
· 7 years ago
6516507
dpdk: buffer free optimizations
by Damjan Marion
· 7 years ago
8855386
dpdk: improve buffer alloc perfomance
by Damjan Marion
· 7 years ago
e8d7ff5
Interface Tag: memset field in VOM, clear the tag in VPP on interface delete
by Neale Ranns
· 7 years ago
ba614d6
AVF input node rework
by Damjan Marion
· 7 years ago
4bc1796
acl-plugin: multicore: session management fixes
by Andrew Yourtchenko
· 7 years ago
b2371c2
session: improve disconnect handling
by Florin Coras
· 7 years ago
7dbd726
Improve L2FIB delete entry handling and "show l2fib" CLI options
by John Lo
· 7 years ago
a059a00
dpdk: Decoupling the meaning of xd->device_index in dpdk_plugin
by Rui Cai
· 7 years ago
cb91e60
Fix TLS issue to load certification and key
by Ping Yu
· 7 years ago
aa8f63c
fix socket send() return size check
by qchang
· 7 years ago
462072a
fix missing void pointer explicit type cast
by Zhiyong Yang
· 7 years ago
c4f2ef7
VPP-1299: Reset uid/gid on shared memory segment if client starts first.
by Ole Troan
· 7 years ago
c0c919c
Add src/vlib/config.h.in template
by Damjan Marion
· 7 years ago
40c6e1d
Fix clang compilation on aarch64: value size does not match register size.
by Sirshak Das
· 7 years ago
ff4ba35
make test: VPP-1288 fix bogus sw_if_index values
by Klement Sekera
· 7 years ago
ffe9d21
vppinfra: explicitely state for signed types that they are signed
by Damjan Marion
· 7 years ago
ed25699
dpdk: rename port_id to *_instance_num
by Damjan Marion
· 7 years ago
b086182
Fix clang compilation on aarch64: sizeof operator error.
by Sirshak Das
· 7 years ago
6495c4b
Fix clang compilation on aarch64: replace -pie with -fPIE for dpdk compilation.
by Sirshak Das
· 7 years ago
3743999
IPv6 for-us/receive multicast routes fix
by Neale Ranns
· 7 years ago
36ec1f5
session: fix v6 unbinds that use uri api
by Florin Coras
· 7 years ago
7ce3d13
session: fix session table retrieval
by Florin Coras
· 7 years ago
f264f08
bonding: fix packet trace in bond-input
by Damjan Marion
· 7 years ago
5ffc885
Revert "dpdk: set dmamap iova address value according to eal_iova_mode"
by Damjan Marion
· 7 years ago
812b32d
Add VLIB_NODE_FN() macro to simplify multiversioning of node functions
by Damjan Marion
· 7 years ago
04e0bb2
af_packet: Add support for dump interfaces
by Mohsin Kazmi
· 7 years ago
0353a4b
fix Check style err
by chuhong yao
· 7 years ago
17b8efc
dpdk: Add PMD type for Cavium LiquidIO II CN23XX
by chuhong yao
· 7 years ago
1977a34
Fixed vlib_buffer_clone with stale chained buffers
by Yoann Desmouceaux
· 7 years ago
0a77040
dpdk: mempool priv intialization must be done before releasing buffers to pool
by Sachin Saxena
· 7 years ago
f706b8d
ipsec: fix IKEv2 crash when rsa cert is used for authentication
by Radu Nicolau
· 7 years ago
229c1aa
NAT44: code cleanup and refactor (VPP-1285)
by Matus Fabian
· 7 years ago
2422317
Change optimizaton level from tree-vectorize to O3
by Damjan Marion
· 7 years ago
ff5aad7
add missing lb_put_writer_lock() to lb_vip_add() invalid args cases
by Andrey "Zed" Zaikin
· 7 years ago
0318a11
Fix flowhash size computation for very large hash tables
by Pierre Pfister
· 7 years ago
1dc1b9c
acl-plugin: move to per-frame buffer pointer calculations and enqueue to next nodes
by Andrew Yourtchenko
· 7 years ago
5914f30
VPP-1284: Fix for TLS corruption on ARM platforms
by Sachin Saxena
· 7 years ago
d3b3baa
dpdk: set dmamap iova address value according to eal_iova_mode
by Sachin Saxena
· 7 years ago
acba9f7
af-packet: Add support for logging
by Mohsin Kazmi
· 7 years ago
a50a14c
itf: Fix admin up down for AF_PACKET and vhost-user
by Mohsin Kazmi
· 7 years ago
4fed5b1
Fix IP neighbor/arp pool full and static entry handling
by John Lo
· 7 years ago
7eaaf74
proxy_arp: remove unused is_add
by Marek Gradzki
· 7 years ago
3ade6b6
ip4-input node rework
by Damjan Marion
· 7 years ago
41141d5
Fixes make test errors with clang compiler on aarch64
by Sirshak Das
· 7 years ago
5e5adb3
bond-input performance optimization
by Damjan Marion
· 7 years ago
e64386e
acl-plugin: use clib_bihash_search_inline_2_40_8 rather than clib_bihash_search_40_8 for session lookups
by Andrew Yourtchenko
· 7 years ago
525c9d0
VPP-1294: add missing feature arc constraint
by Dave Barach
· 7 years ago
fc23f12
Fix interface-rx-dpo-l2 node to setup l2_len in vnet buffer
by John Lo
· 7 years ago
f888e1c
dpdk: enable RX for no-multi-seg
by Zhiyong Yang
· 7 years ago
ca1c8f3
tcp: loss recovery improvements/fixes
by Florin Coras
· 7 years ago
a34c08c
acl-plugin: create forward and return sessions in lieu of making a special per-packet session key
by Andrew Yourtchenko
· 7 years ago
c6f186b
Add interface rx pcap tracing
by Dave Barach
· 7 years ago
c65770d
Fix possible null pointer dereference
by Juraj Sloboda
· 7 years ago
5631893
tcp: handle acks in close wait
by Florin Coras
· 7 years ago
33f22a8
memif: Add support for logging
by Jakub Grajciar
· 7 years ago
0d88301
bond: performance harvesting
by Steven
· 7 years ago
0053de6
ARP proxy dumps
by Neale Ranns
· 7 years ago
096e6be
Fix VPP DPDK build failure with Mellanox NIC on aarch64
by Bin Huang
· 7 years ago
1cf9a16
Vectorized bihash_{48,40,24,16}_8 key compare
by Damjan Marion
· 7 years ago
d57f636
VPP-1277: IPIP - Copy TOS/TC from inner packet to outer.
by Ole Troan
· 7 years ago
ada24ea
VPP-1286: close the fd after mmap-ing svm segments
by Dave Barach
· 7 years ago
f3b2746
Rewrite of l2-output node
by Damjan Marion
· 7 years ago
c798bc5
make test: VPP-1288 fix from sw_if_index values
by Klement Sekera
· 7 years ago
da6e11b
VPP-1283: IPv6 PMTU missing MTU value in ICMP6 message.
by Ole Troan
· 7 years ago
8a9c8f1
VPP-1283: IPv4 PMTU missing MTU value in ICMP4 message.
by Ole Troan
· 7 years ago
2c2feab
VPPAPIGEN: Add union and enum support and IP4/IP6 address type.
by Ole Troan
· 7 years ago
886bb1a
dpdk:flow add vxlan flow support
by Eyal Bari
· 7 years ago
d2aab83
tcp: cc improvements and fixes
by Florin Coras
· 7 years ago
b5236cb
avf plugin: add support for logging
by Jakub Grajciar
· 7 years ago
3e0ee6e
acl-plugin: refactor to introduce multiarch dataplane functions
by Andrew Yourtchenko
· 7 years ago
1486477
vppinfra: add clib_count_equal_uXX and clib_memset_uXX functions
by Damjan Marion
· 7 years ago
de412ce
CSIT-928 dpdk/ipsec: performance improvement
by Radu Nicolau
· 7 years ago
1c8ff63
tcp: unlock link-local adjacencies on connection cleanup
by Florin Coras
· 7 years ago
bd81bdf
dpdk:enable flow director perfect mode
by Eyal Bari
· 7 years ago
a52e166
vector functions cleanup and improvements
by Damjan Marion
· 7 years ago
3b854a5
MLX DPDK glue: exclude dependency on OFED libraries
by Igor Mikhailov (imichail)
· 7 years ago
2f63bc9
log: Validate the size of vec in vlib_log
by Mohsin Kazmi
· 7 years ago
398fdc1
Disable vector code in vlib_buffer_enqueue_to_next if no msb mask function
by Damjan Marion
· 7 years ago
a849b7b
tcp_echo: support multiple connections
by Florin Coras
· 7 years ago
9e2f915
IP unnumbered dump
by Neale Ranns
· 7 years ago
8c3f8a2
Add vlib_buffer_enqueue_to_next inline function
by Damjan Marion
· 7 years ago
8f6dd32
IP table bind allowed only if table exists
by Neale Ranns
· 7 years ago
1f6e928
ARP: Ensure STATIC and DYANMIC ARP flags are mutually exclusive.
by Jon Loeliger
· 7 years ago
4f2db7d
IP address dump - don't send subnets for unnumbered interfaces
by Neale Ranns
· 7 years ago
4b10cb5
18.01.2 Release Notes
by Dave Wallace
· 7 years ago
fd542f1
session: add session process node
by Florin Coras
· 7 years ago
a23b615
tap: remove the local vlib_log_info definition
by Mohsin Kazmi
· 7 years ago
d92a0b5
Rework kube-proxy into LB plugin
by Hongjun Ni
· 7 years ago
Next »