index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-20
enic: fix compile when CONFIG_PCI_IOV is not enabled
Roopa Prabhu
1
-2
/
+2
2012-01-19
ixgbevf: make operations tables const
Stephen Hemminger
4
-8
/
+8
2012-01-19
ixgbevf: fix sparse warnings
Stephen Hemminger
3
-2
/
+4
2012-01-19
ixgbevf: make ethtool ops and strings const
Stephen Hemminger
1
-2
/
+3
2012-01-19
ixgbevf: Prevent possible race condition by checking for message
Greg Rose
1
-18
/
+21
2012-01-19
ixgbe: Fix register defines to correctly handle complex expressions
Alexander Duyck
1
-16
/
+16
2012-01-19
igbvf: Remove unnecessary irq disable/enable
Mitch A Williams
1
-5
/
+0
2012-01-19
igbvf: remove unneeded cast
Stephen Hemminger
1
-2
/
+1
2012-01-19
igb: Update Copyright on all Intel copyrighted files.
Carolyn Wyborny
17
-18
/
+18
2012-01-19
igb: make local functions static
Stephen Hemminger
2
-4
/
+4
2012-01-18
net: ftgmac100/ftmac100: add missing interrupt.h include
Thomas Faber
2
-0
/
+2
2012-01-18
bonding: fix enslaving in alb mode when link down
Jiri Bohac
1
-18
/
+9
2012-01-18
pch_gbe: Do not abort probe on bad MAC
Darren Hart
1
-3
/
+14
2012-01-18
enic: fix location of vnic dev unregister in enic_probe cleanup code
Roopa Prabhu
1
-1
/
+1
2012-01-18
enic: rearrange some of the port profile code
Roopa Prabhu
1
-7
/
+7
2012-01-18
enic: Add sriov vf device id checks in port profile code
Roopa Prabhu
1
-9
/
+8
2012-01-18
enic: This patch adds pci id 0x71 for SRIOV VF's
Roopa Prabhu
2
-1
/
+8
2012-01-18
mlx4_en: set number of rx rings used by RSS using ethtool
Yevgeny Petrilin
4
-7
/
+102
2012-01-18
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
David S. Miller
3
-1
/
+17
2012-01-18
b43: add option to avoid duplicating device support with brcmsmac
John W. Linville
2
-0
/
+8
2012-01-18
brcmsmac: fix tx queue flush infinite loop
Stanislaw Gruszka
1
-1
/
+9
2012-01-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
21
-264
/
+290
2012-01-17
tg3: Fix single-vector MSI-X code
Matt Carlson
1
-13
/
+14
2012-01-17
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
50
-489
/
+1618
2012-01-17
[libata] ata_piix: Add Toshiba Satellite Pro A120 to the quirks list
Benjamin Larsson
1
-0
/
+7
2012-01-17
[libata] add DVRTD08A and DVR-215 to NOSETXFER device quirk list
Vladimir LAVALLADE
1
-0
/
+2
2012-01-17
[libata] pata_bf54x: Support sg list in bmdma transfer.
Sonic Zhang
1
-79
/
+88
2012-01-17
[libata] sata_fsl: fix the controller operating mode
Jerry Huang
1
-0
/
+11
2012-01-17
[libata] enable ata port async suspend
Lin Ming
1
-0
/
+1
2012-01-17
Merge branch 'stable/for-linus-fixes-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
Linus Torvalds
1
-1
/
+1
2012-01-17
Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze
Linus Torvalds
1
-1
/
+1
2012-01-17
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
David S. Miller
12
-92
/
+71
2012-01-17
bnx2x: Disable AN KR work-around for BCM57810
Yaniv Rosner
1
-1
/
+9
2012-01-17
bnx2x: Remove AutoGrEEEn for BCM84833
Yaniv Rosner
1
-6
/
+2
2012-01-17
bnx2x: Remove 100Mb force speed for BCM84833
Yaniv Rosner
2
-6
/
+21
2012-01-17
bnx2x: Fix PFC setting on BCM57840
Yaniv Rosner
2
-10
/
+13
2012-01-17
bnx2x: Fix Super-Isolate mode for BCM84833
Yaniv Rosner
1
-113
/
+137
2012-01-17
net: sh-eth: Fix build error by the value which is not defined
Nobuhiro Iwamatsu
1
-1
/
+1
2012-01-17
mwl8k: Fixing Sparse ENDIAN CHECK warning
Yogesh Ashok Powar
1
-1
/
+1
2012-01-17
mwl8k: fix condition in mwl8k_cmd_encryption_remove_key()
Dan Carpenter
1
-1
/
+1
2012-01-17
brcmfmac: work-around gcc 4.7 build issue
Alexandre Oliva
1
-1
/
+1
2012-01-17
ehea: make some functions and variables static
Thadeu Lima de Souza Cascardo
3
-25
/
+23
2012-01-17
brcmsmac: remove PCI suspend/resume from bcma driver
Linus Torvalds
1
-35
/
+3
2012-01-17
bcma: connect the bcma bus suspend/resume to the bcma driver suspend/resume
Linus Torvalds
2
-1
/
+20
2012-01-17
bcma: add stub for bcma_bus_suspend()
Linus Torvalds
3
-1
/
+7
2012-01-17
bcma: convert suspend/resume to pm_ops
Linus Torvalds
1
-26
/
+16
2012-01-16
Merge branch 'x86/rdrand' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+6
2012-01-16
Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging
Linus Torvalds
7
-150
/
+707
2012-01-16
Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
2
-5
/
+34
2012-01-16
hwmon: (adm1031) Fix coding style issues
Guenter Roeck
1
-50
/
+103
[next]