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
/
devices
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-05
VPP-1115 Fix a debug log mistake when create AF_PACKET socket
zhaoqingling
1
-1
/
+1
2017-12-14
tap_v2: include host-side parameters in the dump binary API
Milan Lenco
8
-7
/
+114
2017-12-11
call unformat_free in some flow, remove unnecessary calls
Swarup Nayak
1
-3
/
+5
2017-12-10
tap_v2: fix issues reported by coverity
Damjan Marion
1
-3
/
+3
2017-12-08
tapv2: multiple improvements
Damjan Marion
9
-126
/
+320
2017-12-05
tap_v2: convert ring size from network to host order
Milan Lenco
1
-2
/
+2
2017-12-04
tap_v2: move code to vnet/devices/tap
Damjan Marion
5
-3
/
+3
2017-12-04
tap_v2: coverity strikes, again!
Steven
1
-2
/
+3
2017-12-04
virtio: zero data structs in virtio_vring_init
Damjan Marion
1
-3
/
+3
2017-12-02
tap_v2: multiple improvements
Damjan Marion
7
-101
/
+318
2017-12-01
virtio: fix coverity warnings
Steven
2
-6
/
+7
2017-11-30
tap_v2: move netlink code to separate file
Damjan Marion
3
-76
/
+146
2017-11-30
virtio: fast TAP interfaces with vhost-net backend
Damjan Marion
9
-0
/
+1953
2017-11-30
af_packet: update tx_frame even when ring exhausted
Florin Coras
1
-2
/
+2
2017-11-21
dpdk: add l2_hdr_offset and l3_hdr_offset in vlib_buffer_t
Damjan Marion
2
-0
/
+11
2017-11-15
Revert "vnet: af_packet mark l3 offload cksum"
Jakub Grajciar
1
-2
/
+1
2017-11-14
vnet: af_packet_set_l4_cksum_offload device class check
Jakub Grajciar
2
-1
/
+5
2017-11-14
vnet: af_packet mark l3 offload cksum
Jakub Grajciar
1
-1
/
+2
2017-10-24
Add extern to *_main global variable declarations in header files.
Dave Wallace
5
-3
/
+7
2017-10-23
af_packet: invalid TCP/UDP offload checksum on RX node recalculation
Jakub Grajciar
6
-3
/
+171
2017-10-14
vhost: crash under heavy traffic condition due to memory corruption (VPP-1016)
Steven
1
-2
/
+33
2017-10-11
Revert "VPP-1001 - update AF Packet Driver to for modern kernels"
Damjan Marion
4
-119
/
+10
2017-10-09
vppapigen: support per-file (major,minor,patch) version stamps
Dave Barach
3
-0
/
+6
2017-10-09
fix buffer allocation for sparse jumbo frames in vhost
Pierre Pfister
1
-1
/
+3
2017-10-04
[aarch64] Fixes CLI crashes on dpaa2 platform.
Christophe Fontaine
4
-4
/
+4
2017-10-04
VPP-1001 - update AF Packet Driver to for modern kernels
Anton Ivanov
4
-10
/
+119
2017-09-27
VLAN support on host(af-packet) interface.
Akshaya N
1
-3
/
+26
2017-09-22
vhost-user: fix link-up status
Yoann Desmouceaux
1
-1
/
+1
2017-09-15
vppinfra: add clib_mem_vm_ext_alloc function
Damjan Marion
1
-2
/
+2
2017-09-09
move unix_file_* code to vppinfra
Damjan Marion
6
-47
/
+47
2017-09-08
vlib: move linux-specific code to vlib/linux
Damjan Marion
1
-0
/
+1
2017-09-07
Devices: Set interface rx-mode may cause SIGSEGV with nonexistent queue
Steven
1
-0
/
+8
2017-08-31
vhost: Disallow interrupt mode config if driver opts out interrupt support
Steven
2
-3
/
+9
2017-08-30
vhost: Cache qsz_mask instead of qsz in vhost_user_vring_t
Steven
2
-32
/
+28
2017-08-28
vhost: Remove operation mode in the API
Steven
1
-6
/
+0
2017-08-18
Use correct msg ID in the sw-interface-event from TAP and VHOST
Neale Ranns
1
-1
/
+1
2017-08-11
Dedicated SW Interface Event
Neale Ranns
1
-3
/
+3
2017-08-01
P2P Ethernet
Pavel Kotucek
1
-0
/
+6
2017-07-27
vhost: debug vhost-user command needs better error checking on the syntax (VP...
Steven
1
-5
/
+26
2017-06-29
Fix SIGBUS on aarch64
Christophe Fontaine
1
-1
/
+1
2017-06-21
Introduce default rx mode for device drivers
Damjan Marion
1
-0
/
+3
2017-06-16
Add missing barrier sync to rx placement infra code
Damjan Marion
1
-5
/
+15
2017-06-02
vhost: add debug vhost-user on | off CLI
Steven
2
-20
/
+59
2017-05-25
af_packet: fix coverity error
Ray Kinsella
1
-2
/
+19
2017-05-22
vhost: migrate to use device infra for worker thread assignment, rx-mode.
Steven
4
-484
/
+336
2017-05-20
vhost: buffers leak and interface disable upon vring descriptor out of mmap
Steven
1
-16
/
+9
2017-05-20
af_packet: set mac address support
Ray Kinsella
1
-1
/
+47
2017-05-17
vhost: bad packet assembled from descriptor chaining
Steven
1
-1
/
+2
2017-05-15
af_packet: support changing the mtu size
Ray Kinsella
1
-1
/
+23
2017-05-10
device: Add callback for set interface rx-mode
Steven
1
-0
/
+1
[prev]
[next]