index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-15
drivers/net/pcmcia: Use static const char * const where possible
Joe Perches
1
-1
/
+1
2010-09-15
drivers/net: Use static const char * const where possible
Joe Perches
2
-2
/
+6
2010-09-15
drivers/isdn: Use static const char * const where possible
Joe Perches
2
-2
/
+2
2010-09-15
e1000e: Simplify MSI interrupt testing
Jean Delvare
1
-25
/
+4
2010-09-14
uwb: use '%pM' format to print MAC address
Andy Shevchenko
2
-9
/
+3
2010-09-14
bnx2x: Spread rx buffers between allocated queues
Dmitry Kravkov
4
-5
/
+17
2010-09-14
cx82310_eth: allow empty URBs
Ondrej Zary
1
-9
/
+3
2010-09-14
cx82310_eth: check usb_string() return value for error
Ondrej Zary
1
-5
/
+3
2010-09-14
drivers/net/skfp: Remove pr_<level> uses of KERN_<level>
Joe Perches
1
-42
/
+42
2010-09-14
net/cxgb3: remove undefined operations
Andreas Schwab
1
-1
/
+1
2010-09-14
net/de4x5: remove undefined operations
Andreas Schwab
1
-9
/
+9
2010-09-14
sundance: Add power management hooks
Denis Kirjanov
1
-0
/
+48
2010-09-14
flow: better memory management
Eric Dumazet
1
-36
/
+42
2010-09-14
sfc: Fix order of channel_name array dimensions
Ben Hutchings
1
-1
/
+1
2010-09-12
bna: Check for NULL before deref in bnad_cb_tx_cleanup
David S. Miller
1
-1
/
+2
2010-09-10
pkt_sched: remov unnecessary bh_disable
stephen hemminger
1
-2
/
+2
2010-09-10
fib: cleanups
Eric Dumazet
1
-32
/
+23
2010-09-10
sfc: Allow changing the DMA ring sizes dynamically via ethtool
Ben Hutchings
5
-52
/
+224
2010-09-10
sfc: Make the dmaq size a run-time setting (rather than compile-time)
Steve Hodgson
7
-76
/
+109
2010-09-10
sfc: Allocate each channel separately, along with its RX and TX queues
Ben Hutchings
3
-76
/
+61
2010-09-10
sfc: Refactor channel and queue lookup and iteration
Ben Hutchings
7
-75
/
+125
2010-09-10
sfc: Abstract channel and index lookup for RX queues
Ben Hutchings
3
-33
/
+47
2010-09-10
sfc: Allocate DMA and event rings using GFP_KERNEL
Ben Hutchings
1
-4
/
+4
2010-09-10
sfc: Fix failure paths in efx_probe_port()
Ben Hutchings
1
-2
/
+2
2010-09-10
sfc: Remove declarations of functions that no longer exist
Ben Hutchings
1
-2
/
+0
2010-09-10
sfc: Accumulate RX_NODESC_DROP count in rx_dropped, not rx_over_errors
Ben Hutchings
1
-1
/
+1
2010-09-10
sfc: Use MCDI RX_BAD_FCS_PKTS count as MAC rx_bad count
Ben Hutchings
1
-1
/
+1
2010-09-10
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
774
-12641
/
+11111
2010-09-10
Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst...
David S. Miller
3
-27
/
+73
2010-09-10
drivers/net/bnx2x: use ARRAY_SIZE macro in bnx2x_main.c
Nikitas Angelinas
1
-3
/
+2
2010-09-10
ipheth: remove incorrect devtype to WWAN
Dan Williams
1
-6
/
+1
2010-09-10
MAINTAINERS: Add CAIF
Joe Perches
1
-0
/
+10
2010-09-10
au1000-eth: change multi-line comments style
Florian Fainelli
2
-14
/
+30
2010-09-10
au1000-eth: remove volatiles, switch to I/O accessors
Florian Fainelli
2
-52
/
+65
2010-09-10
au1000-eth: fix asm -> linux headers inclusion
Florian Fainelli
1
-2
/
+2
2010-09-10
au1000-eth: fix bad printk usages
Florian Fainelli
1
-10
/
+15
2010-09-10
au1000-eth: fix all but one "line over 80 characters warnings"
Florian Fainelli
2
-48
/
+61
2010-09-10
au1000-eth: stylistic fixes
Florian Fainelli
1
-16
/
+16
2010-09-10
au1000-eth: typedefs removal
Florian Fainelli
2
-28
/
+28
2010-09-10
tipc: Optimize handling excess content on incoming messages
Paul Gortmaker
2
-10
/
+4
2010-09-10
ixgbevf: remove private net_device_stats
Eric Dumazet
2
-22
/
+5
2010-09-10
tunnels: missing rcu_assign_pointer()
Eric Dumazet
2
-2
/
+2
2010-09-10
net/core: add lock context change annotations in net/core/sock.c
Namhyung Kim
1
-0
/
+4
2010-09-10
net/core: remove address space warnings on verify_iovec()
Namhyung Kim
1
-2
/
+4
2010-09-10
sctp: fix test for end of loop
Joe Perches
1
-23
/
+23
2010-09-10
Merge branch 'for-davem' of git://oss.oracle.com/git/agrover/linux-2.6
David S. Miller
42
-1613
/
+2614
2010-09-09
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
6129
-470316
/
+351884
2010-09-09
KS8851: Correct RX packet allocation
Eric Dumazet
1
-18
/
+21
2010-09-09
udp: add rehash on connect()
Eric Dumazet
6
-2
/
+66
2010-09-09
atlx: make strings const
Stephen Hemminger
1
-3
/
+3
[prev]
[next]