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
2010-04-28
sky2: use the DMA state API instead of the pci equivalents
FUJITA Tomonori
1
-11
/
+11
2010-04-25
sky2: add support for receive hashing
Stephen Hemminger
1
-2
/
+77
2010-04-23
sky2: size status ring based on Tx/Rx ring
stephen hemminger
1
-16
/
+19
2010-04-12
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+1
2010-04-04
net: convert multicast list to list_head
Jiri Pirko
1
-3
/
+3
2010-03-31
sky2: avoid duplicate link up on Optima chip
stephen hemminger
1
-1
/
+2
2010-03-31
sky2: add XL revisions
stephen hemminger
1
-4
/
+6
2010-03-31
sky2: support Yukon EC_U rev B1 and later
stephen hemminger
1
-2
/
+5
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-13
sky2: Avoid rtnl_unlock without rtnl_lock
Mike McCormack
1
-1
/
+1
2010-02-19
net: convert multiple drivers to use netdev_for_each_mc_addr, part2
Jiri Pirko
1
-3
/
+2
2010-02-18
drivers/net/sky2.c: Use (pr|netdev)_<level> macro helpers
Joe Perches
1
-36
/
+27
2010-02-17
drivers/net/sky2: Convert to use netif_printk macros
Joe Perches
1
-38
/
+27
2010-02-13
sky2: version 1.27
stephen hemminger
1
-1
/
+1
2010-02-13
sky2: Avoid down and up during sky2_reset
Mike McCormack
1
-21
/
+47
2010-02-13
sky2: Refactor sky2_down into two functions
Mike McCormack
1
-11
/
+17
2010-02-13
sky2: Refactor sky2_up into two functions
Mike McCormack
1
-16
/
+25
2010-02-13
sky2: Allocate initial skbs in sky2_alloc_buffers
Mike McCormack
1
-30
/
+36
2010-02-13
sky2: Factor out code to calculate packet sizes
Mike McCormack
1
-20
/
+37
2010-02-13
sky2: jumbo packet changes
stephen hemminger
1
-22
/
+14
2010-02-13
sky2: dont enable PME legacy mode
stephen hemminger
1
-6
/
+0
2010-02-13
sky2: WoL changes
stephen hemminger
1
-56
/
+9
2010-02-13
sky2: fix sparse warning
stephen hemminger
1
-1
/
+1
2010-02-12
net: use netdev_mc_count and netdev_mc_empty when appropriate
Jiri Pirko
1
-2
/
+2
2010-02-11
sky2: receive checksum refactoring
stephen hemminger
1
-31
/
+28
2010-02-11
sky2: disable ASF on Yukon Supreme
stephen hemminger
1
-1
/
+10
2010-02-11
sky2: resume clocks
stephen hemminger
1
-4
/
+5
2010-02-04
sky2: Flow control frames recorded as dropped packets
Stephen Hemminger
1
-3
/
+5
2010-02-04
sky2: hand receive DMA mapping failures
stephen hemminger
1
-19
/
+42
2010-02-04
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-5
/
+3
2010-02-04
sky2: fix transmit DMA map leakage
stephen hemminger
1
-5
/
+3
2010-01-28
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-7
/
+35
2010-01-25
sky2: revert config space change
stephen hemminger
1
-0
/
+13
2010-01-23
sky2: Enable/disable WOL per hardware device
Mike McCormack
1
-7
/
+22
2010-01-23
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+3
2010-01-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-1
/
+2
2010-01-12
sky2: Fix oops in sky2_xmit_frame() after TX timeout
Jarek Poplawski
1
-1
/
+2
2010-01-07
sky2: Lock transmit queue while disabling device
Mike McCormack
1
-0
/
+2
2010-01-07
sky2: Refactor sky2_get_regs into two functions
Mike McCormack
1
-46
/
+48
2010-01-05
PCI/PM: Use per-device D3 delays
Rafael J. Wysocki
1
-0
/
+1
2009-12-15
sky2: leave PCI config space writeable
stephen hemminger
1
-13
/
+0
2009-12-15
sky2: print Optima chip name
stephen hemminger
1
-1
/
+1
2009-12-12
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
1
-1
/
+1
2009-12-12
net: Add missing TST_CFG_WRITE bits around sky2_pci_write
Takashi Iwai
1
-0
/
+4
2009-12-12
net: Fix Yukon-2 Optima TCP offload setup
Takashi Iwai
1
-0
/
+5
2009-12-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2009-12-04
sky2: fix sky2_link_down copy/paste comment error
Brandon Philips
1
-1
/
+1
2009-12-04
drivers/net: Move && and || to end of previous line
Joe Perches
1
-16
/
+16
2009-11-06
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+2
2009-10-30
sky2: set carrier off in probe
Brandon Philips
1
-0
/
+2
[next]