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
/
vnet
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-01
bonding: Add GSO support
Steven Luong
2
-2
/
+21
2020-04-29
virtio: vhost checksum problem for ipv6
Steven Luong
1
-3
/
+3
2020-04-20
build: building applications outside of vpp is missing header files
IJsbrand Wijnands
1
-0
/
+3
2020-04-13
l2: handle complete clone fail in l2_flood
Dave Barach
1
-2
/
+8
2020-04-13
misc: check return values from vlib_buffer_copy(...)
Dave Barach
1
-0
/
+3
2020-04-10
geneve: Fix the byte swapping for the VNI
Neale Ranns
3
-67
/
+45
2020-03-30
dhcp: update secondary radv_info structures
Dave Barach
2
-5
/
+75
2020-03-30
ip-neighbor: fix ip6_ra_cmd
Dave Barach
1
-10
/
+0
2020-03-27
tap: fix the host mac address
Mohsin Kazmi
3
-20
/
+11
2020-03-27
tap: fix host mtu configuration setting
Mohsin Kazmi
1
-12
/
+13
2020-03-27
tap: fix the default parameter for num_rx_queues
Mohsin Kazmi
1
-9
/
+3
2020-03-27
tap: fix the numa/queue for buffers
Mohsin Kazmi
1
-1
/
+1
2020-03-27
virtio: fix link up/down flag
Mohsin Kazmi
1
-3
/
+9
2020-03-27
virtio: fix the out of order descriptors in tx
Mohsin Kazmi
4
-8
/
+102
2020-03-25
classify: fix pcap filter set init
Florin Coras
1
-4
/
+2
2020-03-25
ip: Adding IP tables is no MP safe
Neale Ranns
1
-2
/
+0
2020-03-10
ip6: fix l4 checksum with hop-by-hop header
Matthew Smith
1
-13
/
+23
2020-02-19
fib: adjacency midchain teardown (VPP-1841)
Neale Ranns
3
-5
/
+40
2020-02-18
fib: fib path realloc during midchain stack
Neale Ranns
1
-9
/
+13
2020-02-14
fib: Fix some more realloc errors
Neale Ranns
5
-55
/
+34
2020-02-13
classify: fix "show classify filter" debug CLI
Dave Barach
1
-3
/
+1
2020-02-12
classify: pcap / packet trace debug CLI bugs
Dave Barach
2
-1
/
+5
2020-02-05
ipsec: set l2_len for GRE-TEB tunnel decap
John Lo
1
-0
/
+2
2020-02-05
virtio: vhost gso is broken in some topology
Steven Luong
1
-2
/
+8
2020-02-03
fib: refresh adj pointer after fib_walk_sync due to possible realloc
Steven Luong
2
-0
/
+13
2020-01-29
devices: vhost: fix data offset on input
BenoƮt Ganne
1
-11
/
+1
2020-01-28
session tcp: fix packet tracing
Florin Coras
5
-13
/
+15
2020-01-27
fib: Reload the adj after possible realloc (VPP-1822)
Neale Ranns
1
-0
/
+1
2020-01-27
srv6-mobile: Update the document
Satoru Matsushima
1
-0
/
+1
2020-01-25
session: fix node runtime in pre-input queue handler
Florin Coras
1
-0
/
+1
2020-01-22
fib: FIB crash removing labelled route (VPP-1818)
Neale Ranns
1
-7
/
+12
2020-01-22
ipsec: re-enable DPDK IPSec for tunnel decap/encap (VPP-1823)
v20.01-rc2
Neale Ranns
3
-9
/
+28
2020-01-21
fib: Adjacency realloc during rewrite update walk (VPP-1822)
Neale Ranns
1
-4
/
+4
2020-01-15
tcp: fix tcp check tx offload issue
Simon Zhang
1
-2
/
+6
2020-01-15
ip6: during icmp to icmp6 translation truncate error messages
Alexander Chernavin
1
-2
/
+2
2020-01-15
srv6-mobile: Revert "srv6-mobile:"
Andrew Yourtchenko
1
-7
/
+0
2020-01-14
tcp: handle ack advancement with no holes and reneging
Florin Coras
1
-1
/
+1
2020-01-14
srv6-mobile:
Tetsuya Murakami
1
-0
/
+7
2020-01-14
classify: Reduce the include dependencies on vnet_classify.h
Neale Ranns
7
-1
/
+6
2020-01-13
misc: feature file for unsupported feature l2tp
Ole Troan
1
-0
/
+8
2020-01-11
ip: avoid fib lookup for consecutive pkts having same source IP
Nitin Saxena
1
-5
/
+5
2020-01-10
gso: add FEATURE.yaml
Mohsin Kazmi
1
-0
/
+12
2020-01-10
sr: feature YAML files for Segment Routing
pcamaril
2
-0
/
+25
2020-01-10
docs: Edit FEATURE.yaml files so they can be published
John DeNisco
17
-30
/
+30
2020-01-09
bonding: process lacp when bond is admin down
Matthew Smith
1
-1
/
+0
2020-01-09
fib: leverage well-optimized clib_memcpy
Zhiyong Yang
3
-6
/
+6
2020-01-09
session: remove io event dispatch dbg msg
Florin Coras
1
-4
/
+1
2020-01-09
tcp: fix persist assert
Florin Coras
1
-4
/
+1
2020-01-09
misc: fix feature description spelling
Ole Troan
3
-6
/
+5
2020-01-08
tcp: fix scoreboard assert
Florin Coras
1
-1
/
+1
[next]