index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
net/irda: Use static const char * const where possible
Joe Perches
2010-09-14
2
-2
/
+2
*
drivers/net/wireless: Use static const char * const where possible
Joe Perches
2010-09-14
1
-1
/
+1
*
drivers/net/pcmcia: Use static const char * const where possible
Joe Perches
2010-09-14
1
-1
/
+1
*
drivers/net: Use static const char * const where possible
Joe Perches
2010-09-14
2
-2
/
+6
*
drivers/isdn: Use static const char * const where possible
Joe Perches
2010-09-14
2
-2
/
+2
*
e1000e: Simplify MSI interrupt testing
Jean Delvare
2010-09-14
1
-25
/
+4
*
uwb: use '%pM' format to print MAC address
Andy Shevchenko
2010-09-13
2
-9
/
+3
*
bnx2x: Spread rx buffers between allocated queues
Dmitry Kravkov
2010-09-13
4
-5
/
+17
*
cx82310_eth: allow empty URBs
Ondrej Zary
2010-09-13
1
-9
/
+3
*
cx82310_eth: check usb_string() return value for error
Ondrej Zary
2010-09-13
1
-5
/
+3
*
drivers/net/skfp: Remove pr_<level> uses of KERN_<level>
Joe Perches
2010-09-13
1
-42
/
+42
*
net/cxgb3: remove undefined operations
Andreas Schwab
2010-09-13
1
-1
/
+1
*
net/de4x5: remove undefined operations
Andreas Schwab
2010-09-13
1
-9
/
+9
*
sundance: Add power management hooks
Denis Kirjanov
2010-09-13
1
-0
/
+48
*
flow: better memory management
Eric Dumazet
2010-09-13
1
-36
/
+42
*
sfc: Fix order of channel_name array dimensions
Ben Hutchings
2010-09-13
1
-1
/
+1
*
bna: Check for NULL before deref in bnad_cb_tx_cleanup
David S. Miller
2010-09-12
1
-1
/
+2
*
pkt_sched: remov unnecessary bh_disable
stephen hemminger
2010-09-10
1
-2
/
+2
*
fib: cleanups
Eric Dumazet
2010-09-10
1
-32
/
+23
*
sfc: Allow changing the DMA ring sizes dynamically via ethtool
Ben Hutchings
2010-09-10
5
-52
/
+224
*
sfc: Make the dmaq size a run-time setting (rather than compile-time)
Steve Hodgson
2010-09-10
7
-76
/
+109
*
sfc: Allocate each channel separately, along with its RX and TX queues
Ben Hutchings
2010-09-10
3
-76
/
+61
*
sfc: Refactor channel and queue lookup and iteration
Ben Hutchings
2010-09-10
7
-75
/
+125
*
sfc: Abstract channel and index lookup for RX queues
Ben Hutchings
2010-09-10
3
-33
/
+47
*
sfc: Allocate DMA and event rings using GFP_KERNEL
Ben Hutchings
2010-09-10
1
-4
/
+4
*
sfc: Fix failure paths in efx_probe_port()
Ben Hutchings
2010-09-10
1
-2
/
+2
*
sfc: Remove declarations of functions that no longer exist
Ben Hutchings
2010-09-10
1
-2
/
+0
*
sfc: Accumulate RX_NODESC_DROP count in rx_dropped, not rx_over_errors
Ben Hutchings
2010-09-10
1
-1
/
+1
*
sfc: Use MCDI RX_BAD_FCS_PKTS count as MAC rx_bad count
Ben Hutchings
2010-09-10
1
-1
/
+1
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-09-09
774
-12641
/
+11111
|
\
|
*
Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst...
David S. Miller
2010-09-09
3
-27
/
+73
|
|
\
|
|
*
vhost: error handling fix
Michael S. Tsirkin
2010-09-06
1
-0
/
+1
|
|
*
vhost: fix attach to cgroups regression
Michael S. Tsirkin
2010-09-06
1
-22
/
+57
|
|
*
cgroups: fix API thinko
Michael S. Tsirkin
2010-09-05
2
-5
/
+15
|
*
|
ipheth: remove incorrect devtype to WWAN
Dan Williams
2010-09-09
1
-6
/
+1
|
*
|
MAINTAINERS: Add CAIF
Joe Perches
2010-09-09
1
-0
/
+10
|
*
|
sctp: fix test for end of loop
Joe Perches
2010-09-09
1
-23
/
+23
|
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
2010-09-08
6151
-473233
/
+354801
|
|
\
\
|
|
*
\
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...
Linus Torvalds
2010-09-07
24
-291
/
+281
|
|
|
\
\
|
|
|
*
|
PCI: bus speed strings should be const
Stephen Hemminger
2010-08-31
1
-1
/
+1
|
|
|
*
|
PCI hotplug: Fix build with CONFIG_ACPI unset
Rafael J. Wysocki
2010-08-25
1
-0
/
+4
|
|
|
*
|
PCI: PCIe: Remove the port driver module exit routine
Kenji Kaneshige
2010-08-24
1
-7
/
+0
|
|
|
*
|
PCI: PCIe: Move PCIe PME code to the pcie directory
Rafael J. Wysocki
2010-08-24
3
-8
/
+3
|
|
|
*
|
PCI: PCIe: Disable PCIe port services during port initialization
Rafael J. Wysocki
2010-08-24
1
-3
/
+26
|
|
|
*
|
PCI: PCIe: Ask BIOS for control of all native services at once
Rafael J. Wysocki
2010-08-24
17
-237
/
+155
|
|
|
*
|
ACPI/PCI: Negotiate _OSC control bits before requesting them
Rafael J. Wysocki
2010-08-24
5
-30
/
+49
|
|
|
*
|
ACPI/PCI: Do not preserve _OSC control bits returned by a query
Rafael J. Wysocki
2010-08-24
2
-16
/
+7
|
|
|
*
|
ACPI/PCI: Make acpi_pci_query_osc() return control bits
Rafael J. Wysocki
2010-08-24
1
-11
/
+24
|
|
|
*
|
ACPI/PCI: Reorder checks in acpi_pci_osc_control_set()
Rafael J. Wysocki
2010-08-24
1
-4
/
+4
|
|
|
*
|
PCI: PCIe: Introduce commad line switch for disabling port services
Rafael J. Wysocki
2010-08-24
4
-0
/
+24
[next]