Linux Foundation Collaborative Projects
index
:
vpp
master
stable/1606
stable/1609
stable/1701
stable/1704
stable/1707
stable/1710
stable/1801
stable/1804
stable/1807
stable/1810
stable/1901
stable/1904
stable/1908
stable/2001
stable/2005
stable/2009
stable/2101
stable/2106
stable/2110
stable/2202
stable/2206
stable/2210
stable/2302
stable/2306
stable/2310
stable/2402
stable/2406
stable/2410
stable/test
Vector Packet Processing
Grokmirror user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-25
lb: fix memcpy error issue
Yulong Pei
1
-7
/
+3
2019-09-24
hsa: move udp_echo to vpp_echo
Nathan Skrzypczak
3
-1262
/
+183
2019-09-24
avf: fix init when num_rx_queues > num_tx_queues
Damjan Marion
1
-4
/
+4
2019-09-24
tcp: add option for always on event logging
Florin Coras
1
-1
/
+1
2019-09-23
quic: fix rx_callback refactoring
Nathan Skrzypczak
1
-1
/
+1
2019-09-23
hsa: move tcp_echo to vpp_echo
Nathan Skrzypczak
3
-1420
/
+144
2019-09-21
dpdk: fix ipsec coverity warning
Matthew Smith
1
-2
/
+4
2019-09-21
nsh: rewrite nsh_output_inline
Zhiyong Yang
1
-32
/
+30
2019-09-21
rdma: add support for MAC changes
Benoît Ganne
2
-1
/
+35
2019-09-21
dpdk: add TSO support in dpdk plugin.
Chenmin Sun
3
-1
/
+44
2019-09-21
dpdk: QAT devices update, add c4xxx and xeon d15xx
Jim Thompson
1
-1
/
+2
2019-09-21
rdma: add support for input feature arcs
Benoît Ganne
1
-29
/
+35
2019-09-20
bonding lacp: deleting virtual interface which was enslaved may cause crash
Steven Luong
2
-20
/
+27
2019-09-20
hsa: Refactor quic_echo to allow other protocols
Nathan Skrzypczak
10
-2324
/
+2886
2019-09-20
quic: quic_app_rx_callback refactor.
Mathias Raoul
1
-117
/
+167
2019-09-19
dpdk: ipsec tunnel support for ip6-in-ip4
Matthew G Smith
2
-23
/
+10
2019-09-19
gbp: add local l3out redirect to local SEP unit test
Benoît Ganne
1
-3
/
+36
2019-09-18
memif: always enable zero-copy when creating memif using API
Jakub Grajciar
1
-0
/
+3
2019-09-12
api: split vl_api_prefix into two
Ole Troan
2
-6
/
+6
2019-09-09
dpdk: initialize rte_mbuf during mempool dequeue
Damjan Marion
1
-1
/
+44
2019-09-09
dpdk: fix extended stats
Filip Tehlar
1
-1
/
+1
2019-09-09
api: enforce vla is last and fixed string type
Ole Troan
7
-144
/
+56
2019-09-07
ip: fix udp/tcp checksum corner cases
Dave Barach
9
-0
/
+987
2019-09-05
crypto: add '-maes' compile switch
Benoît Ganne
2
-2
/
+2
2019-09-05
gbp: add unknown remote EP redirect unit test
Benoît Ganne
1
-6
/
+27
2019-09-05
gbp: add remote EP redirect to remote SEP unit test
Benoît Ganne
1
-1
/
+94
2019-09-04
quic: handle session migration notifications
Aloys Augustin
1
-63
/
+38
2019-09-03
vmxnet3: interface rx counter not increment correctly
Steven Luong
1
-1
/
+1
2019-09-03
nat: handoff traffic matching for dynamic NAT
Filip Varga
9
-222
/
+493
2019-09-02
acl: perform a sanity check of ACL rules before creating ACL
Andrew Yourtchenko
1
-0
/
+65
2019-08-30
dpdk: enable checksum offload for Intel SRIOV NIC drivers
John Lo
1
-0
/
+8
2019-08-26
avf: properly set irq queue masks
Damjan Marion
1
-1
/
+2
2019-08-23
tests: move plugin tests to src/plugins/*/test
Dave Wallace
33
-0
/
+30016
2019-08-23
dns: cherry-pick 21444, 21468 from master
Dave Barach
12
-0
/
+5143
2019-08-15
acl: fix stats-segment counters validation on acl update
Andrew Yourtchenko
2
-8
/
+46
2019-08-14
gbp: do not scan gbp bihash if not instantiated
Benoît Ganne
1
-0
/
+6
2019-08-12
http_static: manual cherry-pick 21231,21246
Dave Barach
1
-51
/
+94
2019-08-12
http_static: tls support
Dave Barach
1
-100
/
+356
2019-08-09
tls: mark as no lookup transport
Florin Coras
1
-14
/
+24
2019-08-09
tls: fix close with data
Florin Coras
1
-12
/
+43
2019-08-07
rdma: add missing symbols
Benoît Ganne
1
-2
/
+4
2019-08-06
gbp: update gbp endpoint cli
Benoît Ganne
1
-5
/
+6
2019-08-06
quic: Add missing session_migrate_callback
Nathan Skrzypczak
1
-0
/
+7
2019-08-06
rdma: fix double-free in rdma-tx
Benoît Ganne
2
-9
/
+10
2019-08-06
dpdk: remove SFP eeprom dump from 'show hardware-interfaces' and 'show hardwa...
Lijian.Zhang
1
-2
/
+5
2019-08-05
docs: Add more quic plugin documentation
Nathan Skrzypczak
2
-38
/
+127
2019-08-05
quic: fix memset 0 picotls depends on
Nathan Skrzypczak
1
-0
/
+1
2019-08-02
quic: Improve quic echo connect threading
Nathan Skrzypczak
4
-732
/
+870
2019-08-02
vmxnet3: don't bypass ethernet_input
Steven Luong
2
-15
/
+6
2019-08-02
lb: fix usage of lb_main in test
Florin Coras
1
-2
/
+18
[next]