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.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
path:
root
/
drivers
/
net
/
sky2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-07
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
Yang Hongyang
1
-1
/
+1
2009-04-07
dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)
Yang Hongyang
1
-2
/
+2
2009-02-04
sky2: set VPD size
Stephen Hemminger
1
-12
/
+29
2009-02-04
sky2: move VPD display into debug interface
Stephen Hemminger
1
-68
/
+87
2009-02-04
sky2: handle dma mapping errors
Stephen Hemminger
1
-8
/
+56
2009-02-04
sky2: remove unneede workaround
Stephen Hemminger
1
-7
/
+0
2009-01-31
sky2: fix hard hang with netconsoling and iface going up
Alexey Dobriyan
1
-3
/
+3
2008-11-21
netdev: add more functions to netdevice ops
Stephen Hemminger
1
-1
/
+2
2008-11-20
sky2: convert to net_device_ops
Stephen Hemminger
1
-13
/
+35
2008-10-28
net: convert print_mac to %pM
Johannes Berg
1
-3
/
+2
2008-10-13
sky2: Fix WOL regression
Rafael J. Wysocki
1
-14
/
+5
2008-09-03
sky2: display product info on boot.
Stephen Hemminger
1
-4
/
+69
2008-09-03
sky2: EEPROM read/write bug fixes
Stephen Hemminger
1
-42
/
+55
2008-08-14
sky2: Fix suspend/hibernation/shutdown regression with WOL enabled (rev. 2)
Rafael J. Wysocki
1
-1
/
+6
2008-08-14
[netdrvr] remove unnecessary #include
Huang Weiyi
1
-1
/
+0
2008-08-07
sky2: fix PM related regressions
Stephen Hemminger
1
-93
/
+10
2008-07-23
sky2: don't stop queue on shutdown
Stephen Hemminger
1
-5
/
+0
2008-06-20
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+1
2008-06-18
sky2: version 1.22
Stephen Hemminger
1
-1
/
+1
2008-06-18
sky2: 88E8057 chip support
Stephen Hemminger
1
-5
/
+15
2008-06-18
sky2: use DEFINE_PCI_DEVICE_TABLE
Stephen Hemminger
1
-1
/
+1
2008-06-18
sky2: chip version printout
Stephen Hemminger
1
-15
/
+25
2008-06-18
sky2: phy setup changes
Stephen Hemminger
1
-3
/
+3
2008-06-18
sky2: 88E8040T pci device id
Stephen Hemminger
1
-0
/
+1
2008-06-14
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+2
2008-06-11
sky2: Hold RTNL while calling dev_close()
Ben Hutchings
1
-0
/
+2
2008-05-31
sky2: pci power savings
Stephen Hemminger
1
-6
/
+92
2008-05-31
sky2: put PHY in sleep when down
Stephen Hemminger
1
-2
/
+38
2008-05-31
sky2: split phy power into two functions
Stephen Hemminger
1
-15
/
+24
2008-05-26
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-10
/
+19
2008-05-22
sky2: restore vlan acceleration on reset
Stephen Hemminger
1
-10
/
+19
2008-05-13
[netdrvr] Trim trailing whitespace for several drivers
Jeff Garzik
1
-1
/
+1
2008-04-12
sky2: missing chip name for Yukon Supreme
Stephen Hemminger
1
-0
/
+1
2008-04-02
sky2: fix suspend/resume races
Stephen Hemminger
1
-0
/
+6
2008-02-24
sky2: fix LED management
Stephen Hemminger
1
-62
/
+61
2008-02-05
sky2: fix for Yukon FE (regression in 2.6.25)
Stephen Hemminger
1
-10
/
+7
2008-02-03
sky2: fix Wake On Lan interaction with BIOS
Stephen Hemminger
1
-1
/
+8
2008-02-03
sky2: restore multicast addresses after recovery
Stephen Hemminger
1
-4
/
+1
2008-01-29
sky2: version 1.21
Stephen Hemminger
1
-1
/
+1
2008-01-29
sky2: support for Yukon Supreme
Stephen Hemminger
1
-15
/
+39
2008-01-29
sky2: rx allocation threshold change
Stephen Hemminger
1
-19
/
+9
2008-01-29
sky2: align IP header on Rx if possible
Stephen Hemminger
1
-13
/
+20
2008-01-18
Revert "sky2: remove check for PCI wakeup setting from BIOS"
Stephen Hemminger
1
-5
/
+19
2008-01-13
sky2: remove check for PCI wakeup setting from BIOS
Stephen Hemminger
1
-19
/
+5
2008-01-13
sky2: large memory workaround.
Stephen Hemminger
1
-16
/
+8
2008-01-09
[NET]: Fix drivers to handle napi_disable() disabling interrupts.
David S. Miller
1
-0
/
+3
2007-12-14
sky2: RX lockup fix
Stephen Hemminger
1
-2
/
+7
2007-12-04
sky2: recovery deadlock fix
Stephen Hemminger
1
-4
/
+2
2007-12-02
sky2: turn of dynamic Tx watermark workaround (FE+ only)
Stephen Hemminger
1
-0
/
+7
2007-12-02
sky2: don't use AER routines
Stephen Hemminger
1
-30
/
+7
[next]