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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vnet
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-12
Improve MTU handling
Neale Ranns
9
-28
/
+106
2018-02-09
ip4_forward: set pkt error in case potential memory corrupt
Chun Li
1
-0
/
+2
2018-02-08
classifier-based ACL: testcases for L2 ACLs + fix the enabling of outbound L2...
Andrew Yourtchenko
1
-3
/
+6
2018-02-08
virtio: reset vnet header on tx
Damjan Marion
1
-0
/
+3
2018-02-08
vhostuser: Fix vhostuser file descriptor leak
Haiyang Tan
1
-4
/
+13
2018-02-08
SCTP: shutdown phase
Marco Varlese
3
-67
/
+92
2018-02-08
ip: move lookup inline functions to header file
Vijayabhaskar Katamreddy
4
-648
/
+759
2018-02-07
VXLAN: Allow user to specify a custom vxlan tunnel instance id.
Jon Loeliger
5
-18
/
+125
2018-02-07
vhost: Added ARMV8 NEON version of function map_guest_mem()
Nitin Saxena
1
-0
/
+69
2018-02-07
af_packet: Fix lock position
Pierre Pfister
1
-2
/
+1
2018-02-07
classifier-based ACL: refactor + add output ACL
Andrew Yourtchenko
15
-493
/
+566
2018-02-07
Refactor vlib_buffer flags
Damjan Marion
9
-40
/
+21
2018-02-07
SCTP: address coverity-scan warnings
Marco Varlese
2
-19
/
+10
2018-02-06
Fix clang -Wvarargs compile errors
Damjan Marion
3
-5
/
+5
2018-02-06
Fix clang implicit conversion errors
Damjan Marion
2
-14
/
+16
2018-02-06
vlib: epoll on worker threads
Damjan Marion
6
-1
/
+10
2018-02-06
SCTP: handling of heartbeating and max-retransmits
Marco Varlese
4
-57
/
+164
2018-02-06
BIER: fix support for longer bit-string lengths
Neale Ranns
11
-144
/
+157
2018-02-06
SCTP: missing spinlock init when multiple threads
Marco Varlese
1
-2
/
+5
2018-02-05
session: segment manager refactor
Florin Coras
11
-450
/
+610
2018-02-05
Fix ip4/6_reass_main.ip4/6_reass_expire_node_idx used before set
Dave Barach
2
-8
/
+15
2018-02-05
SCTP: calculate RTO / RTT and RTTVAR as per RFC
Marco Varlese
4
-47
/
+122
2018-02-05
vhost_user: code cleanup
Haiyang Tan
1
-4
/
+4
2018-02-03
IP reassembly: workaround coverity warnings
Klement Sekera
2
-0
/
+2
2018-02-02
lisp-cp: fix handling of ndp without source link addr VPP-1159
Florin Coras
1
-4
/
+21
2018-02-01
Out-of-order data chunks handling and more
Marco Varlese
4
-69
/
+235
2018-02-01
IPv4/6 reassembly
Klement Sekera
20
-8
/
+2866
2018-02-01
vxlan: Lookup FIB in either IPv4 or IPv6 families.
Jon Loeliger
1
-4
/
+5
2018-02-01
FIB: Consolidate several copies of fib_ip_proto() into one.
Jon Loeliger
4
-18
/
+11
2018-02-01
tcp: tcp_output.c failed to compile when VLIB_BUFFER_TRACE_TRAJECTORY is enabled
Steven
1
-1
/
+1
2018-01-31
Fix VNET_BUFFER_F_SPAN_CLONE flag
Damjan Marion
1
-1
/
+1
2018-01-31
vlib: allocating buffers on thread-x and freeing them on thread-y causes
Steven
1
-2
/
+1
2018-01-31
Improved tracing for the IP[46] not-enabled case.
Neale Ranns
5
-22
/
+73
2018-01-31
Prep-work patch for congestion-control
Marco Varlese
6
-450
/
+670
2018-01-30
VPP-899: Run VPP under SELinux
Billy McFall
1
-13
/
+17
2018-01-30
Allow the provider of a midchain adjacency to pass context data that is retur...
Neale Ranns
14
-25
/
+76
2018-01-29
DRAFT ip4/6_frag to support DPO Style based Next Node
Vijayabhaskar Katamreddy
2
-0
/
+15
2018-01-29
Remove last vestigies of auto-ip-table create
Neale Ranns
1
-34
/
+4
2018-01-27
session: use clib rwlocks instead of custom implementation
Florin Coras
2
-27
/
+9
2018-01-27
Fix session/tcp coverity warnings
Florin Coras
3
-10
/
+22
2018-01-27
session: disconnect and echo client improvements
Florin Coras
7
-23
/
+38
2018-01-26
session: move builtin apps to their own folder
Florin Coras
13
-2268
/
+560
2018-01-25
session: add support for memfd segments
Florin Coras
20
-280
/
+355
2018-01-24
SCTP stack (RFC4960)
Marco Varlese
20
-12
/
+8170
2018-01-24
Improve the error reporting for a IP multicast RPF miss.
Neale Ranns
2
-3
/
+16
2018-01-24
Improve tunnel interface creation performance
John Lo
7
-76
/
+81
2018-01-23
Fix typo / coverity warning
Dave Barach
1
-1
/
+1
2018-01-23
For DHCP client configuration control the setting of the broadcast flag in the
Neale Ranns
5
-100
/
+397
2018-01-23
VPPAPIGEN: vppapigen replacement in Python PLY.
Ole Troan
40
-73
/
+91
2018-01-21
vhost_user: 'nregions' saves the actual number of mapped guest physical addre...
Haiyang Tan
1
-1
/
+2
[next]