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
2013-04-20
net: rate-limit warn-bad-offload splats.
Ben Greear
1
-0
/
+3
2013-04-20
net: ax88796: avoid 64 bit arithmetic
Arnd Bergmann
1
-1
/
+1
2013-04-20
qlge: Update version to 1.00.00.32.
Jitendra Kalsaria
1
-1
/
+1
2013-04-20
qlge: Fix ethtool autoneg advertising.
Jitendra Kalsaria
1
-1
/
+1
2013-04-20
qlge: Fix receive path to drop error frames
Sritej Velaga
1
-7
/
+29
2013-04-20
Merge branch 'qmi_wwan'
David S. Miller
1
-0
/
+104
2013-04-20
net: qmi_wwan: prevent duplicate mac address on link (firmware bug workaround)
Bjørn Mork
1
-0
/
+9
2013-04-20
net: qmi_wwan: fixup destination address (firmware bug workaround)
Bjørn Mork
1
-0
/
+11
2013-04-20
net: qmi_wwan: fixup missing ethernet header (firmware bug workaround)
Bjørn Mork
1
-0
/
+84
2013-04-20
Merge branch 'bonding'
David S. Miller
1
-0
/
+21
2013-04-20
bonding: in bond_mc_swap() bond's mc addr list is walked without lock
nikolay@redhat.com
1
-0
/
+4
2013-04-20
bonding: disable netpoll on enslave failure
nikolay@redhat.com
1
-0
/
+1
2013-04-20
bonding: primary_slave & curr_active_slave are not cleaned on enslave failure
nikolay@redhat.com
1
-0
/
+10
2013-04-20
bonding: vlans don't get deleted on enslave failure
nikolay@redhat.com
1
-0
/
+1
2013-04-20
bonding: mc addresses don't get deleted on enslave failure
nikolay@redhat.com
1
-0
/
+5
2013-04-20
pkt_sched: fix error return code in fw_change_attrs()
Wei Yongjun
1
-1
/
+1
2013-04-20
irda: small read past the end of array in debug code
Dan Carpenter
3
-3
/
+13
2013-04-20
sparc64: Fix race in TLB batch processing.
David S. Miller
7
-55
/
+241
2013-04-20
ARM: 7699/1: sched_clock: Add more notrace to prevent recursion
Stephen Boyd
1
-2
/
+2
2013-04-19
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-6
/
+4
2013-04-19
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
3
-3
/
+19
2013-04-19
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
11
-157
/
+211
2013-04-19
tcp: call tcp_replace_ts_recent() from tcp_ack()
Eric Dumazet
1
-33
/
+31
2013-04-19
mtdchar: remove no-longer-used vma helpers
Linus Torvalds
1
-27
/
+0
2013-04-19
vm: convert snd_pcm_lib_mmap_iomem() to vm_iomap_memory() helper
Linus Torvalds
1
-10
/
+2
2013-04-19
vm: convert fb_mmap to vm_iomap_memory() helper
Linus Torvalds
1
-25
/
+14
2013-04-19
vm: convert mtdchar mmap to vm_iomap_memory() helper
Linus Torvalds
1
-30
/
+2
2013-04-19
vm: convert HPET mmap to vm_iomap_memory() helper
Linus Torvalds
1
-13
/
+1
2013-04-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-2
/
+2
2013-04-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
1
-220
/
+216
2013-04-19
Input: wacom - fix "can not retrieve extra class descriptor" for DTH2242
Ping Cheng
1
-1
/
+1
2013-04-19
Input: wacom - DTH2242 Grip Pen id was off by one bit
Ping Cheng
1
-1
/
+1
2013-04-19
Merge branch 'userns-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-9
/
+13
2013-04-19
Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86
Linus Torvalds
1
-4
/
+0
2013-04-19
netfilter: xt_rpfilter: skip locally generated broadcast/multicast, too
Florian Westphal
2
-2
/
+14
2013-04-19
Revert "hp-wmi: Add support for SMBus hotkeys"
Matthew Garrett
1
-4
/
+0
2013-04-19
netfilter: ipset: bitmap:ip,mac: fix listing with timeout
Jozsef Kadlecsik
1
-1
/
+5
2013-04-18
bonding: fix l23 and l34 load balancing in forwarding path
Eric Dumazet
1
-25
/
+30
2013-04-18
bnx2x: Fix status blocks configuration
Ariel Elior
1
-2
/
+5
2013-04-18
bnx2x: Prevent UNDI FW illegal host access
Dmitry Kravkov
1
-0
/
+4
2013-04-18
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
11
-157
/
+211
2013-04-18
Merge branch 'qlogic'
David S. Miller
2
-7
/
+11
2013-04-18
qlcnic: Fix typo in logs
Shahed Shaikh
1
-5
/
+4
2013-04-18
qlcnic: fix TSO race condition
Sritej Velaga
1
-2
/
+1
2013-04-18
qlcnic: Stop traffic before performing loopback test
Jitendra Kalsaria
1
-0
/
+6
2013-04-18
ixgbe: Fix a bug in setting VF VLAN via PF
Greg Rose
1
-0
/
+6
2013-04-18
igb: Revert support for build_skb in igb
Alexander Duyck
2
-114
/
+4
2013-04-18
Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge
David S. Miller
5
-23
/
+28
2013-04-18
ARM: highbank: fix cache flush ordering for cpu hotplug
Rob Herring
1
-6
/
+4
2013-04-18
Revert "block: add missing block_bio_complete() tracepoint"
Linus Torvalds
7
-31
/
+19
[prev]
[next]