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-05-28
MPLS: Add limited GSO support
Simon Horman
15
-3
/
+143
2013-05-28
net: Use 16bits for *_headers fields of struct skbuff
Simon Horman
1
-113
/
+6
2013-05-28
phy: bcm63xx: report Broadcom BCM63xx PHYs as internal
Florian Fainelli
1
-2
/
+2
2013-05-28
phy: allow drivers to flag a PHY device as internal
Florian Fainelli
3
-1
/
+17
2013-05-28
net: ethtool: disambiguate XCVR_* meaning
Florian Fainelli
1
-2
/
+2
2013-05-28
net: wan: remove unnecessary platform_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-05-28
net: wireless: remove unnecessary platform_set_drvdata()
Jingoo Han
2
-4
/
+0
2013-05-28
net: irda: remove unnecessary platform_set_drvdata()
Jingoo Han
3
-3
/
+0
2013-05-28
net: ethernet: remove unnecessary platform_set_drvdata()
Jingoo Han
37
-61
/
+0
2013-05-28
Merge branch 'fec_regulator_suspend_resume'
David S. Miller
2
-11
/
+27
2013-05-28
fec: Handle the regulator in suspend/resume
Fabio Estevam
1
-0
/
+10
2013-05-28
fec: Remove irqs first
Fabio Estevam
1
-5
/
+5
2013-05-28
fec: Disable the PHY regulator on error and removal
Fabio Estevam
1
-0
/
+6
2013-05-28
fec: Invert the order of error path sequence
Fabio Estevam
1
-2
/
+2
2013-05-28
fec: Place the phy regulator in the private structure
Fabio Estevam
2
-4
/
+4
2013-05-28
be2net: Trim padded packets for Lancer
Somnath Kotur
1
-1
/
+3
2013-05-28
be2net: Pad skb to meet min Tx pkt size in lancer
Somnath Kotur
1
-0
/
+10
2013-05-28
be2net: cleanup be_get_drvinfo()
Somnath Kotur
3
-7
/
+8
2013-05-28
bnx2x: Change to D3hot only on removal
Yuval Mintz
2
-10
/
+24
2013-05-28
bnx2x: Implement PCI shutdown
Yuval Mintz
1
-12
/
+59
2013-05-28
bnx2x: Count number of possible FCoE interfaces
Dmitry Kravkov
1
-3
/
+48
2013-05-28
bnx2x: Ack unknown VF messages
Ariel Elior
1
-1
/
+4
2013-05-28
bnx2x: Add and correct PCI link speed prints
Dmitry Kravkov
2
-14
/
+31
2013-05-28
bnx2x: Zero VFs starting MACs
Ariel Elior
1
-1
/
+5
2013-05-26
tcp: Remove 2 indentation levels in tcp_rcv_state_process
Joe Perches
1
-37
/
+39
2013-05-26
tcp: Remove another indentation level in tcp_rcv_state_process
Joe Perches
1
-59
/
+51
2013-05-26
tcp: remove one indentation level in tcp_rcv_state_process()
Eric Dumazet
1
-136
/
+133
2013-05-26
net: add netnotifier event for upper device change
Jiri Pirko
2
-1
/
+3
2013-05-26
net: ethernet: use platform_{get,set}_drvdata()
Jingoo Han
23
-95
/
+66
2013-05-26
net: ipv6: Add IPv6 support to the ping socket.
Lorenzo Colitti
9
-171
/
+698
2013-05-25
Merge branch 'qlcnic'
David S. Miller
13
-168
/
+324
2013-05-25
qlcnic: Update version to 5.2.43
Shahed Shaikh
1
-2
/
+2
2013-05-25
qlcnic: Enhance virtual NIC logging
Manish Chopra
3
-40
/
+41
2013-05-25
qlcnic: qlcnic_get_board_name() function cleanup
Manish Chopra
1
-9
/
+28
2013-05-25
qlcnic: Implement GET_LED_STATUS command for 82xx adapter.
Himanshu Madhani
5
-46
/
+98
2013-05-25
qlcnic: modify reset recovery path in diag mode
Sony Chacko
3
-8
/
+34
2013-05-25
qlcnic: diagnostics routine changes
Sony Chacko
2
-9
/
+31
2013-05-25
qlcnic: Convert nested if-else to switch-case
Jitendra Kalsaria
1
-7
/
+11
2013-05-25
qlcnic: Initialize trans_work and idc_aen_work at VF probe.
Sucheta Chakraborty
1
-1
/
+5
2013-05-25
qlcnic: Remove qlcnic_config_npars module parameter
Shahed Shaikh
3
-35
/
+11
2013-05-25
qlcnic: Update IRQ name for 8200 and 8300 Series adapter.
Himanshu Madhani
2
-12
/
+16
2013-05-25
qlcnic: Disable INT-x interrupt for 83xx on driver unload
Himanshu Madhani
1
-0
/
+8
2013-05-25
qlcnic: Support spoof check config.
Rajesh Borundia
4
-0
/
+40
2013-05-25
tg3: Remove unnecessary lock around tg3_flag_set
Nithin Sujir
1
-2
/
+0
2013-05-25
tg3: Fix misplaced empty line
Nithin Sujir
1
-1
/
+1
2013-05-25
tg3: Use descriptive label names in tg3_start
Nithin Sujir
1
-7
/
+7
2013-05-25
tg3: Make tg3_rings_reset() more concise
Nithin Sujir
1
-33
/
+48
2013-05-25
tg3: Simplify ring control block setup
Nithin Sujir
1
-33
/
+46
2013-05-25
tg3: Split APE driver state change out of boot reset signature update
Nithin Sujir
1
-15
/
+15
2013-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
630
-4142
/
+6550
[next]