Gitiles
Code Review
Sign In
gerrit.nordix.org
/
fdio
/
vpp
/
72f2a3acb797797416a96dc10312ccd431126de7
/
src
/
vnet
72f2a3a
ipsec: One DPO per SA
by Neale Ranns
· 5 years ago
2f05220
ipsec: return original SA create error for tunnel create
by Neale Ranns
· 6 years ago
2f0f96b
session: use listener_handle instead of listener_index
by Nathan Skrzypczak
· 6 years ago
d83c4a8
ipsec: Display user specified SPI ID not VPP's index
by Neale Ranns
· 6 years ago
a6bee0a
ipsec: Correctly rewind the buffer to the IP header when punting UDP encapped SPI-0 packets
by Neale Ranns
· 6 years ago
f5b0176
interface: interface dump API check validity of sw_if_index
by Neale Ranns
· 6 years ago
fb341b8
ipsec: remove spurious warnings
by Neale Ranns
· 6 years ago
8062cae
tcp: fix tcp_do_fastretransmits failure.
by Guoao Sun
· 6 years ago
6230eea
ipsec: ah_decrypt rework
by Filip Tehlar
· 6 years ago
87d6633
session: use session handles as app listener handles
by Florin Coras
· 6 years ago
87a9bf8
tcp: better estimate snd space for rxt with no sacks
by Florin Coras
· 6 years ago
4f3c104
ip: punt coverity fix of CLI input
by Neale Ranns
· 6 years ago
4e116fb
tcp: allow registration of new cc algo types
by Florin Coras
· 6 years ago
5368bb0
svm: improve fifo segment show
by Florin Coras
· 6 years ago
d567a8d
tcp: send challenge ack for in wnd syn
by Florin Coras
· 6 years ago
548f757
tcp: close connection if not recovered after max tries
by Florin Coras
· 6 years ago
d9a145f
tcp: add cc cleanup function
by Florin Coras
· 6 years ago
718a055
tcp: log connect notify errors
by Florin Coras
· 6 years ago
ba05e5d
ipsec: export ipsec_punt.h
by Neale Ranns
· 6 years ago
879132d
ip: ip4 lookup performance bump with the usual receipe
by Neale Ranns
· 6 years ago
f292242
ipsec: remove the set_key API
by Neale Ranns
· 6 years ago
814f159
gre: update gre.api with explicit types
by Ole Troan
· 6 years ago
8edca13
p2p ethernet: update p2p_ethernet.api with explicit types.
by Ole Troan
· 6 years ago
2f26014
bfd: midchain adjacency support
by Matthew G Smith
· 6 years ago
9220775
IP-Punt-redirect: allow the use of a FIB path to describe how to redirect
by Neale Ranns
· 6 years ago
a342da2
DVR: Control the reinject as L2 or L3 based on the output interface type
by Neale Ranns
· 6 years ago
21aa8f1
reassembly: support more custom options for apps
by Klement Sekera
· 6 years ago
98d6ee7
ipsec: fix combined counters in ah-encrypt node
by Filip Tehlar
· 6 years ago
21f265f
ipsec: fix sa counters in esp-encrypt
by Damjan Marion
· 6 years ago
867dfdd
ipsec: fix sa counters in esp-decrypt
by Damjan Marion
· 6 years ago
dc42e0a
In ip6_mfib_forward_rpf_node,is_v4 should be 0.
by mu.duojiao
· 6 years ago
59fa121
L3 cross connect
by Neale Ranns
· 6 years ago
e6be702
IPSEC: some CLI fixes
by Neale Ranns
· 6 years ago
68577d2
punt: fix the set_punt API/CLI which was rejecting valid ports
by Neale Ranns
· 6 years ago
df3ca23
features will register udp ports once configured
by Jakub Grajciar
· 6 years ago
5f08ab6
Fix: bug prevented IPsec ipv4 SPDs to show correctly
by Guillaume Solignac
· 6 years ago
b538dd8
Punt: specify packets by IP protocol Type
by Neale Ranns
· 6 years ago
ab480d0
srp: leverage vlib_buffer_get_current
by Zhiyong Yang
· 6 years ago
57e53bb
ARP: add feature arc
by Neale Ranns
· 6 years ago
0647cf2
IPSec: memcpy of integ key bork
by Neale Ranns
· 6 years ago
b19bf8d
VPP-1692: move NULL pointer check
by Dave Barach
· 6 years ago
6a3064f
tools: FEATURE.yaml meta-data infrastructure
by Ole Troan
· 6 years ago
6865d3c
bonding: add support for numa awareness
by Zhiyong Yang
· 6 years ago
3ce72b2
IP load-balance; perf improvement using the usual reciepe
by Neale Ranns
· 6 years ago
05cac30
FIB: correctly report IPv6 FIB Unicast and Multicast memory usage (VPP-1578)"
by Neale Ranns
· 6 years ago
d37da90
lisp-cp: start lisp retry service on demand
by Florin Coras
· 6 years ago
288e093
ipip: refactor ipip.api with explicit types
by Ole Troan
· 6 years ago
2466f50
Start the dns resolver process on demand
by Dave Barach
· 6 years ago
2a2e593
IPsec: modify post-decrypt buf len calculation
by Matthew G Smith
· 6 years ago
734d430
mpls: leverage vlib_buffer_advance
by Zhiyong Yang
· 6 years ago
fe5974b
osi_input: leverage vlib_buffer_get_current
by Zhiyong Yang
· 6 years ago
30b8b4a
ipsec: fix perf issue in esp_aad_fill
by Damjan Marion
· 6 years ago
257573d
vxlan-gbp: prefetch encap header memory area
by Zhiyong Yang
· 6 years ago
f34f1a4
l2tp: l2tp-decap-local don't accept packets unless configured
by Jakub Grajciar
· 6 years ago
1197449
ipsec: ah_encrypt rework
by Filip Tehlar
· 6 years ago
50f0ac0
Punt: socket register for exception dispatched/punted packets based on reason
by Neale Ranns
· 6 years ago
9080096
Add an ip6 local hop-by-hop protocol demux table
by Dave Barach
· 6 years ago
f03beca
gre: don't register gre input nodes unless a gre tunnel is created
by Jakub Grajciar
· 6 years ago
3f34017
tap: crash in multi-thread environment
by Mohsin Kazmi
· 6 years ago
8cd5bd8
snap_input: simplify code using existing functions
by Zhiyong Yang
· 6 years ago
d7d2499
llc_input: simplify code using existing functions
by Zhiyong Yang
· 6 years ago
21dc4ec
hdlc_input: simplify code using existing functions
by Zhiyong Yang
· 6 years ago
cbd0824
IPIP tunnel: use address types on API
by Neale Ranns
· 6 years ago
bbd6b74
virtio: Add gso support for native virtio driver
by Mohsin Kazmi
· 6 years ago
a80d9cf
geneve: encap performance enhancement
by Zhiyong Yang
· 6 years ago
a462c07
rewrite vnet_interface_output_node_inline_gso
by Zhiyong Yang
· 6 years ago
79fdfd6
tcp: handle disconnects in rcv-process
by Florin Coras
· 6 years ago
06a2eec
tcp: handle fin+rst in same frame
by Florin Coras
· 6 years ago
359776a
vxlan-gpe: improve encap performance
by Zhiyong Yang
· 6 years ago
90556d6
ip4/6-reassembly fixes
by Vijayabhaskar Katamreddy
· 6 years ago
aea0df3
Tap: Fix the indirect buffers allocation VPP-1660
by Mohsin Kazmi
· 6 years ago
34716fa
Remove historical ip4 icmp OAM code
by Dave Barach
· 6 years ago
0ad4a43
Fix vpp crash bug while deleting dhcp client
by jackiechen1985
· 6 years ago
23551d6
Optimize code
by jackiechen1985
· 6 years ago
3df5682
fix show session verbose crash with udp transport
by Dave Wallace
· 6 years ago
c9ce8dc
new_log2_pages may increase 2 when try_resplit
by dongjuan
· 6 years ago
42e64e9
vxlan-gpe: fix CLI document error
by Zhiyong Yang
· 6 years ago
233e468
stats: support multiple works for error counters
by Ole Troan
· 6 years ago
d3ebc83
geneve_input: leverage vlib_get_buffers
by Zhiyong Yang
· 6 years ago
d1a5b2d
IPSEC: rename default backend
by Neale Ranns
· 6 years ago
3a343d4
reassembly: prevent long chain attack
by Klement Sekera
· 6 years ago
b388e1a
bonding: clean up redundant code
by Zhiyong Yang
· 6 years ago
09267f7
api: export ip_types.api for out-of-tree plugins
by Benoît Ganne
· 6 years ago
8fdde3c
Add a debug-CLI leak-checker
by Dave Barach
· 6 years ago
9673e3e
Tests: Raise exception if API cli_inband command fails.
by Paul Vinciguerra
· 6 years ago
0a715cd
UDP-Local: fix unregistered ports
by Neale Ranns
· 6 years ago
ba65ca4
Add transport_opts to connect_sock bapi
by Nathan Skrzypczak
· 6 years ago
f8d5068
init / exit function ordering
by Dave Barach
· 6 years ago
275a177
IPSEC: remove CLI check for unsupported IPv6-AH - it is supported
by Neale Ranns
· 6 years ago
9324878
Remove unused function nat44_ha_resync() and error IN_PROGRESS.
by Jon Loeliger
· 6 years ago
ba123e1
QUIC multi thread update
by Aloys Augustin
· 6 years ago
f9d4ab4
svm: improve fifo segment prealloc support
by Florin Coras
· 6 years ago
0224514
IPSEC coverity fixes
by Neale Ranns
· 6 years ago
3fb65be
IPSEC: remove unecessary pass by reference of sequence number
by Neale Ranns
· 6 years ago
f6c7aec
Coverity: Fix CID-198494 & CID-198388
by Dave Wallace
· 6 years ago
161638f
Unregister UDPC port only when owned
by Nathan Skrzypczak
· 6 years ago
e6eefb6
Trivial Typo's in bier comments/docs.
by Paul Vinciguerra
· 6 years ago
5bfb504
vnet: remove macro definitions
by Zhiyong Yang
· 6 years ago
6b7e233
Fix VPP-1528 get the same IP address from DHCP server for two VPP DHCP clients
by jackiechen1985
· 6 years ago
c1a02fc
remove dead code in rewrite.c
by Neale Ranns
· 6 years ago
Next »