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.13.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
2008-05-03
dccp: ccid2.c, ccid3.c use clamp(), clamp_t()
Harvey Harrison
2
-3
/
+3
2008-05-03
net: remove NR_CPUS arrays in net/core/dev.c
Mike Travis
1
-4
/
+11
2008-05-03
net: use get/put_unaligned_* helpers
Harvey Harrison
4
-23
/
+21
2008-05-03
bluetooth: use get/put_unaligned_* helpers
Harvey Harrison
4
-11
/
+10
2008-05-03
irda: use get_unaligned_* helpers
Harvey Harrison
1
-3
/
+5
2008-05-03
net: Add a WARN_ON_ONCE() to the transmit timeout function
Arjan van de Ven
1
-0
/
+1
2008-05-03
net: Add missing braces to multi-statement if()s
Ilpo Järvinen
2
-2
/
+4
2008-05-02
netns: assign PDE->data before gluing entry into /proc tree
Denis V. Lunev
2
-11
/
+17
2008-05-02
netfilter: assign PDE->data before gluing PDE into /proc tree
Denis V. Lunev
1
-7
/
+6
2008-05-02
netfilter: assign PDE->fops before gluing PDE into /proc tree
Denis V. Lunev
1
-3
/
+3
2008-05-02
ipv4: assign PDE->data before gluing PDE into /proc tree
Denis V. Lunev
2
-11
/
+6
2008-05-02
vlan: assign PDE->data before gluing PDE into /proc tree
Denis V. Lunev
1
-4
/
+3
2008-05-02
atm: assign PDE->data before gluing PDE into /proc tree
Denis V. Lunev
1
-4
/
+2
2008-05-02
ipv6: assign PDE->data before gluing PDE into /proc tree
Denis V. Lunev
1
-4
/
+2
2008-05-02
net: assign PDE->data before gluing PDE into /proc tree
Denis V. Lunev
2
-11
/
+6
2008-05-02
netfilter: assign PDE->data before gluing PDE into /proc tree
Denis V. Lunev
2
-9
/
+9
2008-05-02
sunrpc: assign PDE->data before gluing PDE into /proc tree
Denis V. Lunev
2
-16
/
+7
2008-05-02
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...
David S. Miller
15
-70
/
+78
2008-05-02
rt2x00: Fix quality/activity led handling
Ivo van Doorn
8
-5
/
+28
2008-05-02
rt2x00: Don't enable short preamble for 1MBs
Ivo van Doorn
2
-2
/
+2
2008-05-02
Make linux/wireless.h be able to compile
Kirill A. Shutemov
1
-6
/
+1
2008-05-02
iwlwifi: fix debug messages during scanning
Bill Moss
2
-15
/
+14
2008-05-02
iwlwifi: fix current channel is not scanned
Guy Cohen
4
-28
/
+0
2008-05-02
b43: Fix some TX/RX locking issues
Michael Buesch
2
-14
/
+33
2008-05-01
net: fix returning void-valued expression warnings
Harvey Harrison
7
-11
/
+19
2008-05-01
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...
David S. Miller
8
-38
/
+49
2008-05-01
Update .gitignore to include include/linux/bounds.h
Theodore Ts'o
1
-0
/
+1
2008-05-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-4
/
+4
2008-05-01
Fix dnotify/close race
Al Viro
1
-0
/
+11
2008-05-01
x86: Mark OPTIMIZE_INLINING broken
Linus Torvalds
1
-0
/
+1
2008-05-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...
Linus Torvalds
20
-51
/
+82
2008-05-01
libertas: fix use-before-check violation
Holger Schurig
1
-1
/
+2
2008-05-01
b43: Fix dual-PHY devices
Michael Buesch
1
-0
/
+8
2008-05-01
mac80211: incorrect shift direction
Harvey Harrison
1
-4
/
+2
2008-05-01
mac80211: insert WDS peer after adding interface
Johannes Berg
1
-17
/
+27
2008-05-01
mac80211: don't allow invalid WDS peer addresses
Johannes Berg
1
-1
/
+1
2008-05-01
mac80211: assign conf.beacon_control for mesh
Johannes Berg
1
-0
/
+1
2008-05-01
mac80211: use 4-byte mesh sequence number
Luis Carlos Cobo
4
-15
/
+8
2008-05-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6
Linus Torvalds
15
-944
/
+201
2008-05-01
klist: fix coding style errors in klist.h and klist.c
Greg Kroah-Hartman
2
-136
/
+100
2008-05-01
driver core: remove no longer used "struct class_device"
Kay Sievers
3
-745
/
+1
2008-05-01
pcmcia: remove pccard_sysfs_interface warnings
David Brownell
3
-40
/
+28
2008-05-01
devres: support addresses greater than an unsigned long via dev_ioremap
Kumar Gala
2
-4
/
+4
2008-05-01
kobject: do not copy vargs, just pass them around
Kay Sievers
1
-20
/
+8
2008-05-01
sysfs: sysfs_update_group stub for CONFIG_SYSFS=n
Randy Dunlap
1
-0
/
+6
2008-05-01
DEBUGFS: Correct location of debugfs API documentation.
Robert P. J. Day
1
-1
/
+1
2008-05-01
driver core: warn about duplicate driver names on the same bus
Stas Sergeev
1
-0
/
+10
2008-05-01
klist: implement klist_add_{after|before}()
Tejun Heo
2
-0
/
+35
2008-05-01
klist: implement KLIST_INIT() and DEFINE_KLIST()
Tejun Heo
1
-0
/
+8
2008-05-01
sysfs: Disallow truncation of files in sysfs
Ben Hutchings
1
-0
/
+2
[next]