index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
hyperv: Enable sendbuf mechanism on the send path
KY Srinivasan
2014-04-30
3
-9
/
+234
*
net: stmmac: set phy to use polling by default
Dinh Nguyen
2014-04-30
1
-2
/
+5
*
virtio-net: Set needed_headroom for virtio-net when VIRTIO_F_ANY_LAYOUT is true
Zhangjie \(HZ\)
2014-04-30
1
-0
/
+7
*
tipc: fix memory leak of publications
Ying Xue
2014-04-30
1
-1
/
+1
*
net: ipv6: Introduce ip6_sk_dst_hoplimit.
Lorenzo Colitti
2014-04-30
8
-48
/
+28
*
net: dsa: update DSA drivers to use ds_to_priv
Florian Fainelli
2014-04-30
3
-9
/
+9
*
net: dsa: add ds_to_priv
Florian Fainelli
2014-04-30
1
-0
/
+5
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
2014-04-28
12
-68
/
+373
|
\
|
*
i40e/i40evf: Bump build version
Catherine Sullivan
2014-04-28
2
-2
/
+2
|
*
i40e/i40evf: Retrieve and store missing link config information
Neerav Parikh
2014-04-28
3
-0
/
+13
|
*
i40e: Update function formal parameters
Kevin Scott
2014-04-28
3
-6
/
+4
|
*
i40e: Do not expose fd-sb commands from debugfs
Anjali Singhai Jain
2014-04-28
1
-6
/
+0
|
*
i40e: Do not enable NTUPLE feature control in MFP mode
Anjali Singhai Jain
2014-04-28
1
-1
/
+3
|
*
i40e: Change variable type to avoid typecheck failure
Kevin Scott
2014-04-28
1
-1
/
+1
|
*
i40evf: remove debugging message
Mitch Williams
2014-04-28
1
-1
/
+0
|
*
i40evf: fix panic on PF driver fail
Mitch Williams
2014-04-28
1
-3
/
+9
|
*
i40e: Don't stop driver probe when querying DCB config fails
Neerav Parikh
2014-04-28
1
-4
/
+4
|
*
i40e: Redistribute queue vectors after DCB reconfiguration
Neerav Parikh
2014-04-28
1
-0
/
+2
|
*
i40e/i40evf: add driver version string to driver version command
Shannon Nelson
2014-04-28
4
-1
/
+12
|
*
i40e: Use port VLAN in MAC/VLAN filter configuration
Greg Rose
2014-04-28
1
-2
/
+3
|
*
i40evf: support ethtool RSS options
Mitch A Williams
2014-04-28
1
-0
/
+316
|
*
i40e: Retain MAC filters when changing port VLAN
Greg Rose
2014-04-28
1
-1
/
+5
|
*
i40e: remove ptp_tx_work timestamp work item
Jacob Keller
2014-04-28
3
-41
/
+0
*
|
tipc: move the delivery of named messages out of nametbl lock
Ying Xue
2014-04-28
3
-13
/
+22
*
|
tipc: fix out of bounds indexing
Erik Hugne
2014-04-28
1
-1
/
+1
*
|
ctc: replace PTR_RET with PTR_ERR_OR_ZERO
Frank Blaschka
2014-04-28
1
-1
/
+1
*
|
claw: replace PTR_RET with PTR_ERR_OR_ZERO
Frank Blaschka
2014-04-28
1
-1
/
+1
*
|
qeth: Add new priority queueing options
Stefan Raspl
2014-04-28
3
-4
/
+27
*
|
qeth: Extend priority queueing to IPv6
Stefan Raspl
2014-04-28
4
-36
/
+48
*
|
qeth: replace PTR_RET with PTR_ERR_OR_ZERO
Duan Jiong
2014-04-28
1
-1
/
+1
*
|
lcs: replace PTR_RET with PTR_ERR_OR_ZERO
Duan Jiong
2014-04-28
1
-1
/
+1
*
|
qeth: Fix default queue setting in priority queueing
Stefan Raspl
2014-04-28
1
-3
/
+5
*
|
ptp: validate the requested frequency adjustment.
Richard Cochran
2014-04-28
1
-1
/
+4
*
|
ipv4: Use predefined value for readability
Hisao Tanabe
2014-04-28
1
-3
/
+3
*
|
ethtool: exit the loop when invalid index occurs
Jean Sacren
2014-04-28
1
-1
/
+3
|
/
*
sched, act: allow to clear all actions as well
Cong Wang
2014-04-28
1
-8
/
+6
*
sched, cls: check if we could overwrite actions when changing a filter
Cong Wang
2014-04-28
12
-41
/
+43
*
Merge branch 'qlcnic-next'
David S. Miller
2014-04-28
9
-26
/
+179
|
\
|
*
qlcnic: Update version to 5.3.58
Jitendra Kalsaria
2014-04-28
1
-2
/
+2
|
*
qlcnic: Limit vNIC support in legacy interrupt mode
Sucheta Chakraborty
2014-04-28
2
-1
/
+12
|
*
qlcnic: Add driver logs in error path.
Sucheta Chakraborty
2014-04-28
5
-4
/
+21
|
*
qlcnic: Allow setting TX interrupt coalescing parameters from VF.
Sucheta Chakraborty
2014-04-28
2
-6
/
+42
|
*
qlcnic: Add hwmon interface to export board temperature.
Harish Patil
2014-04-28
4
-1
/
+95
|
*
qlcnic: Optimize MAC learning code
Shahed Shaikh
2014-04-28
1
-12
/
+7
|
/
*
qlcnic: Use pci_enable_msix_exact() instead of pci_enable_msix()
Alexander Gordeev
2014-04-28
1
-3
/
+3
*
FDDI: Reformat <linux/if_fddi.h> for 8-character tabs
Maciej W. Rozycki
2014-04-28
1
-44
/
+46
*
tipc: fix a possible memory leak
Ying Xue
2014-04-28
1
-1
/
+3
*
qlge: Convert /n to \n
Joe Perches
2014-04-28
1
-1
/
+1
*
Merge branch 'systemport'
David S. Miller
2014-04-26
6
-0
/
+2338
|
\
|
*
MAINTAINERS: add Broadcom SYSTEMPORT driver entry
Florian Fainelli
2014-04-26
1
-0
/
+6
[next]