Gitiles
Code Review
Sign In
gerrit.nordix.org
/
fdio
/
vpp
/
7e713f133a62efdc9d3019aeeee15cce774087e2
/
src
/
vnet
f970d2f
Minor tweaks
by Dave Barach
· 6 years ago
6221927
Fix IPSec CLI key parsing
by Pierre Pfister
· 6 years ago
a25def7
Add a feature arc consistency check
by Dave Barach
· 6 years ago
2af0e3a
flow-hash: Add symmetric flag for flow hashing
by Mohsin Kazmi
· 6 years ago
ddf6e08
Remove unused argument from eth_identify_subint(...)
by Damjan Marion
· 6 years ago
96e8cd0
vhost-user: use memory store barrier
by Damjan Marion
· 6 years ago
3b4c64e
session: fix coverity app name warning
by Florin Coras
· 6 years ago
46bf866
vhost-user: add missing inlines
by Damjan Marion
· 6 years ago
ba1afaa
vhost-user: avoid global storage access
by Damjan Marion
· 6 years ago
9282538
vhost-user: simplify input loop
by Damjan Marion
· 6 years ago
ffba3c3
MAP: Use explicit address/prefix types in API
by Ole Troan
· 6 years ago
6a8bfd4
vhost-user: hint ethernet-input about single sw_if_index
by Damjan Marion
· 6 years ago
9af4504
vhost-user: avoid per-packet feature arc lookups
by Damjan Marion
· 6 years ago
befe691
vhost-user: fix input node runtime stats
by Damjan Marion
· 6 years ago
b4515b4
Add RFC5424 syslog protocol support (VPP-1139)
by Matus Fabian
· 6 years ago
18934e6
VPP-1309: fixed crash when listing ip arp after removing interface
by Pavel Kotucek
· 6 years ago
349f8ca
session: improve app cli
by Florin Coras
· 6 years ago
c1f5a43
session: cleanup use of api_client_index
by Florin Coras
· 6 years ago
e9cebdf
ethernet-input: fix assert in l2 mode
by Damjan Marion
· 6 years ago
650223c
ethernet-input optimizations
by Damjan Marion
· 6 years ago
7e0b17d
vhost-user: cleanup
by Damjan Marion
· 6 years ago
3553aba
IPSEC: remove duplicate memcy
by Neale Ranns
· 6 years ago
8ee7251
Link speed sent as little endian across API
by Ole Troan
· 6 years ago
d3d4241
dhcp4:(VPP-1483) linearize chained packets before handling
by Eyal Bari
· 6 years ago
2dd192b
Improve feature arc order constraint specification
by Dave Barach
· 6 years ago
d30bf01
add vlib_prefetch_buffer_data(...) macro
by Damjan Marion
· 6 years ago
053a0e4
vcl/session: apps with process workers
by Florin Coras
· 6 years ago
faf22cb
mac_address_t: size to 6 bytes so it represents wire format
by Neale Ranns
· 6 years ago
3ae2873
pcap-based dispatch tracer
by Dave Barach
· 6 years ago
47527b2
IP-punt: add documentation to the API and fix IP address init
by Neale Ranns
· 6 years ago
1866884
QoS: fix always recoding as IP
by Neale Ranns
· 6 years ago
13a08cc
GBP: redirect contracts
by Neale Ranns
· 6 years ago
e01f6ef
ip4-input: fix prefetch data issue for tunnel decap cases
by Zhiyong Yang
· 6 years ago
b4d3053
ipsec: infra for selecting backends
by Klement Sekera
· 6 years ago
5ecbbc1
VXLAN-GBP: c-n-p error in the dual-loop tracing
by Neale Ranns
· 6 years ago
178cf49
Remove c-11 memcpy checks from perf-critical code
by Dave Barach
· 6 years ago
6ebd439
tcp: cubic improvements
by Florin Coras
· 6 years ago
aa01abb
tcp: cubic fast convergence
by Florin Coras
· 6 years ago
35a5ee1
ipsec: fix typo
by Klement Sekera
· 6 years ago
5d9df1d
L2 feautre bitmaps output verbose/non-verbose mode
by Neale Ranns
· 6 years ago
a3d5986
vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..)
by Damjan Marion
· 6 years ago
b11175d
tcp: handle disconnects after enq notifications
by Florin Coras
· 6 years ago
5bb1eca
IPv6: Make link-local configurable per-interface (VPP-1446)
by Juraj Sloboda
· 6 years ago
8966638
proxy-app: fix active connect
by Florin Coras
· 6 years ago
2e31cc3
tcp: basic cubic implementation
by Florin Coras
· 6 years ago
97670eb
vnet: remove unused field
by Damjan Marion
· 6 years ago
5100aa9
vnet: store hw interface speed in kbps instead of using flags
by Damjan Marion
· 6 years ago
a71844f
IP load-balance; trace at the end of the node so the flow hash used is displayed
by Neale Ranns
· 6 years ago
efefc6b
tcp: pacer and mrtt estimation improvements
by Florin Coras
· 6 years ago
7ac053b
tcp: consume incoming buffers instead of reusing
by Florin Coras
· 6 years ago
c3baf62
l2: convert l2_patch to new multiarch scheme
by Damjan Marion
· 6 years ago
93cc3ee
GBP Endpoint Learning
by Neale Ranns
· 6 years ago
4d5b917
BD ARP entry use common API types
by Neale Ranns
· 6 years ago
0c46998
vhost: crash in vhost_user_tx_avx2
by Steven
· 6 years ago
dcb0c1a
Change l2_patch from dual-loop to quad-loop
by Yulong Pei
· 6 years ago
9ece3c0
tcp: dequeue acked only once per burst
by Florin Coras
· 6 years ago
b0073e2
vxlan: prefetch extra one cacheline holding external header
by Zhiyong Yang
· 6 years ago
5b718d5
Enable atomic swap and store macro with acquire and release ordering
by Sirshak Das
· 6 years ago
86327be
Genric API types format/unformat support for VAT and custom dump
by Neale Ranns
· 6 years ago
871bca9
VPP-1450: binary api call for dumping SPD to interface registration
by Filip Varga
· 6 years ago
36ee9f1
tcp: send unsent data in fast recovery
by Florin Coras
· 6 years ago
776f3d8
tcp: coverity fixes
by Florin Coras
· 6 years ago
cc8fa16
vnet: ping: rewrite for maintainability and multicore support
by Andrew Yourtchenko
· 6 years ago
bd0da97
vlib: define minimum chained buffer segment size
by Damjan Marion
· 6 years ago
c44a558
session: measure dispatch period only if under load
by Florin Coras
· 6 years ago
be72ae6
tcp: minimize use of tls
by Florin Coras
· 6 years ago
bf9f02c
arp:add error counters for all failure cases
by Eyal Bari
· 6 years ago
e55a6d7
tcp: fast retransmit pacing
by Florin Coras
· 6 years ago
0d883a4
session: fix sh session cli
by Florin Coras
· 6 years ago
11d47af
l2fib:remove unused bucket arg in lookup functions
by Eyal Bari
· 6 years ago
5f56d73
session: prioritize postponed sessions
by Florin Coras
· 6 years ago
5a7ca7b
session: add wrk context
by Florin Coras
· 6 years ago
1bce5a9
ADJ: init MTU to interface default
by Neale Ranns
· 6 years ago
8f8994a
change mac address functions take const mac
by Neale Ranns
· 6 years ago
b8f3544
migrate ipsec to new multiarch infra
by Klement Sekera
· 6 years ago
cd35e53
Use throttle_t for ND throttling
by Neale Ranns
· 6 years ago
b3a9381
interface-flags; fix coverity error found in conversion
by Neale Ranns
· 6 years ago
0c2319f
Fixing Exclusive dpo path issues added when via rpath
by Vijayabhaskar Katamreddy
· 6 years ago
9f3b14e
session: move test to unittest plugin
by Florin Coras
· 6 years ago
f238901
bond: problem switching from l2 to l3
by Steven
· 6 years ago
5665ced
session: extend connect api for internal apps
by Florin Coras
· 6 years ago
75b39f8
FIB: Sources must be keep in priority order, so re-sort after a vec_del
by Neale Ranns
· 6 years ago
a91866f
pg: icmp4 & tcp4 ip length issue
by Kingwel Xie
· 6 years ago
49cd3ba
pg: incrementing len should be truncated by stream->max_packet_bytes
by Kingwel Xie
· 6 years ago
4af4709
pg: allow creating pg for udp based protocols
by Kingwel Xie
· 6 years ago
6e43e06
Enumify interface flags
by Neale Ranns
· 6 years ago
5723f4a
virtio: remove the extra return call
by Mohsin Kazmi
· 6 years ago
f208b02
vxlan-gbp: On demand udp ports registration
by Mohsin Kazmi
· 6 years ago
82b2776
vnet/tcp/tcp.c: address a corner case.
by Paul Vinciguerra
· 6 years ago
0c0383d
Trivial: Cleanup missing va_ends.
by Paul Vinciguerra
· 6 years ago
de9a849
session/tcp: improve cli
by Florin Coras
· 6 years ago
3935fc8
ACL: Fix next_table_index classifiers consistancy
by Gregory Thiemonge
· 7 years ago
1bc5604
ipsec_gre.c: Remove redundant assignments.
by Paul Vinciguerra
· 6 years ago
d67f112
tcp/session: add tx pacer
by Florin Coras
· 7 years ago
2fab01e
buffer trace is broken in ipsec-output. copy it from node->flags to frame->frame_flags
by Kingwel Xie
· 6 years ago
8797168
SCTP: DATA chunk padding fix and hardening
by Marco Varlese
· 6 years ago
7d645f7
L2-fwd trace show the lookup result
by Neale Ranns
· 6 years ago
a117958
L2-input/output: use feature enum type in flag update function
by Neale Ranns
· 6 years ago
8a9566e
dns, dhcp: on-demand udp port registration
by Dave Barach
· 6 years ago
bf4d5ce
tcp: fast retransmit improvements
by Florin Coras
· 6 years ago
Next »