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
2012-03-12
net: get rid of some pointless casts to sockaddr
Maciej Żenczykowski
5
-27
/
+19
2012-03-12
ipv6: Fix Smatch warning.
Li Wei
1
-1
/
+1
2012-03-12
MAINTAINERS: add an entry for the PHC code
Richard Cochran
1
-0
/
+11
2012-03-12
r8169: enable transmit time stamping.
Richard Cochran
1
-0
/
+2
2012-03-12
drivers/net/irda/{ali-ircc, via-ircc, w83977af-ir}.c: ensure arguments to req...
Julia Lawall
3
-4
/
+4
2012-03-12
drivers/atm/eni.c: ensure arguments to request_irq and free_irq are compatible
Julia Lawall
1
-1
/
+1
2012-03-12
caif: make zero a legal caif connetion id.
sjur.brandeland@stericsson.com
1
-3
/
+6
2012-03-12
caif: Fix for a race in socket transmit with flow control.
Dmitry Tarnyagin
6
-24
/
+31
2012-03-12
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
David S. Miller
14
-194
/
+145
2012-03-12
Merge branch 'davem-next.r8169' of git://violet.fr.zoreil.com/romieu/linux
David S. Miller
1
-500
/
+476
2012-03-11
batman-adv: Remove spaces after a cast
Sven Eckelmann
2
-3
/
+3
2012-03-11
batman-adv: Use {} braces consistent on the arms of a statement
Sven Eckelmann
1
-1
/
+2
2012-03-11
batman-adv: Don't begin block comments with only a /* line
Sven Eckelmann
2
-13
/
+3
2012-03-11
batman-adv: Ignore 80-chars per line limits for strings
Sven Eckelmann
12
-177
/
+137
2012-03-11
r8169: stop using net_device.{base_addr, irq}.
Francois Romieu
1
-7
/
+5
2012-03-11
r8169: move rtl_cfg_info closer to its caller.
Francois Romieu
1
-61
/
+57
2012-03-11
r8169: move the netpoll handler after the irq handler.
Francois Romieu
1
-11
/
+9
2012-03-11
r8169: move rtl8169_open after rtl_task it depends on.
Francois Romieu
1
-87
/
+81
2012-03-11
r8169: move rtl_set_rx_mode before its rtl_hw_start callers.
Francois Romieu
1
-51
/
+50
2012-03-11
r8169: move net_device_ops beyond the methods it references.
Francois Romieu
1
-29
/
+20
2012-03-11
r8169: move the driver probe method to the end of the driver file.
Francois Romieu
1
-246
/
+246
2012-03-11
r8169: move the driver removal method to the end of the driver file.
Francois Romieu
1
-29
/
+29
2012-03-10
net: powerpc: remove the legacy iSeries ethernet driver
Stephen Rothwell
3
-1713
/
+0
2012-03-10
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...
David S. Miller
11
-103
/
+222
2012-03-10
ptp_pch: rename pch_pcidev to pci_driver to fix section mismatch warnings.
David S. Miller
1
-3
/
+3
2012-03-10
net: Use bool in netdevice.h helpers.
David S. Miller
1
-26
/
+26
2012-03-10
net: Use bool in skbuff.h helper functions.
David S. Miller
1
-3
/
+3
2012-03-10
ipv4: Make ip_rcv_options() return bool.
David S. Miller
1
-3
/
+3
2012-03-10
ipv4: Make ip_call_ra_chain() return bool.
David S. Miller
2
-5
/
+5
2012-03-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
119
-265
/
+648
2012-03-10
net/pch_gbe: supports eg20t ptp clock
Takahiroi Shimizu
3
-3
/
+240
2012-03-10
supports eg20t ptp clock
Takahiro Shimizu
3
-0
/
+744
2012-03-10
x86: Derandom delay_tsc for 64 bit
Thomas Gleixner
1
-2
/
+2
2012-03-10
Merge tag 'sound-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwa...
Linus Torvalds
3
-2
/
+20
2012-03-10
MAINTAINERS: new git entry for arm/mach-msm
David Brown
1
-1
/
+1
2012-03-09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
166
-4874
/
+6183
2012-03-09
iwlwifi: fix the delta for remove max_txq_num patch
Wey-Yi Guy
10
-28
/
+23
2012-03-09
iwlwifi: fix cmd_queue number merge
Wey-Yi Guy
2
-7
/
+3
2012-03-09
iwlwifi: restore PAN support
Emmanuel Grumbach
2
-30
/
+32
2012-03-09
iwlwifi: move command queue number out of the iwl_shared struct
Meenakshi Venkataraman
7
-33
/
+56
2012-03-09
Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreaming
Linus Torvalds
1
-2
/
+2
2012-03-09
Merge tag 'iommu-fixes-v3.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-4
/
+4
2012-03-09
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
8
-10
/
+41
2012-03-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
15
-37
/
+139
2012-03-09
Merge tag 'fixes-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
5
-2
/
+13
2012-03-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
1
-1
/
+1
2012-03-09
Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
6
-5
/
+14
2012-03-09
Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
1
-1
/
+1
2012-03-09
Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
5
-15
/
+59
2012-03-09
Merge tag 'dm-3.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk...
Linus Torvalds
5
-20
/
+49
[next]