index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
forcedeth.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drivers/net: fix build warnings with CONFIG_PM_SLEEP disabled
Michel Lespinasse
2011-03-14
1
-2
/
+6
*
drivers/net: Call netif_carrier_off at the end of the probe
Ivan Vecera
2011-02-17
1
-0
/
+2
*
forcedeth: Do not use legacy PCI power management
Rafael J. Wysocki
2011-01-09
1
-22
/
+12
*
forcedeth: Use netdev_dbg for printk(KERN_DEBUG
Joe Perches
2010-11-29
1
-7
/
+12
*
forcedeth: Remove netdev_dbg uses
Joe Perches
2010-11-29
1
-133
/
+0
*
forcedeth: Convert dev_printk(<level> to dev_<level>(
Joe Perches
2010-11-29
1
-38
/
+26
*
forcedeth: Separate vendor specific initializations into functions
Joe Perches
2010-11-29
1
-179
/
+188
*
forcedeth: Add function init_realtek_8211b
Joe Perches
2010-11-29
1
-73
/
+32
*
forcedeth: Convert pr_<level> to netdev_<level>
Joe Perches
2010-11-29
1
-132
/
+161
*
forcedeth: Use pr_fmt and pr_<level>
Joe Perches
2010-11-29
1
-114
/
+142
*
forcedeth: Convert remaining dprintk to netdev_dbg
Joe Perches
2010-11-29
1
-19
/
+12
*
forcedeth: Use print_hex_dump
Joe Perches
2010-11-29
1
-37
/
+17
*
forcedeth: convert dprintk(KERN_DEBUG to netdev_dbg
Joe Perches
2010-11-29
1
-89
/
+87
*
forcedeth: Change reg_delay arguments and use
Joe Perches
2010-11-29
1
-16
/
+14
*
forcedeth: use usleep_range not msleep for small sleeps
Szymon Janc
2010-11-28
1
-1
/
+1
*
forcedeth: do not use assignment in if conditions
Szymon Janc
2010-11-28
1
-2
/
+4
*
forcedeth: include <linux/io.h> and <linux/uaccess.h> instead of <asm/io.h> a...
Szymon Janc
2010-11-28
1
-2
/
+2
*
forcedeth: remove unnecessary checks before kfree
Szymon Janc
2010-11-28
1
-8
/
+5
*
forcedeth: fix multiple code style issues
Szymon Janc
2010-11-28
1
-166
/
+135
*
vlan: Don't check for vlan group before vlan_tx_tag_present.
Jesse Gross
2010-10-21
1
-7
/
+4
*
drivers/net: return operator cleanup
Eric Dumazet
2010-09-26
1
-1
/
+1
*
drivers/net: Remove address use from assignments of function pointers
Joe Perches
2010-08-25
1
-3
/
+3
*
forcedeth: Fix different hardware statistics versions.
Mike Ditto
2010-07-25
1
-29
/
+31
*
forcedeth: correct valid flag
Julia Lawall
2010-07-05
1
-1
/
+1
*
net: trans_start cleanups
Eric Dumazet
2010-05-10
1
-2
/
+0
*
forcedeth: Account for consumed budget in napi poll
Tom Herbert
2010-05-05
1
-2
/
+3
*
forcedeth: Kill NAPI config options.
David S. Miller
2010-05-03
1
-193
/
+1
*
forcedeth: GRO support
Tom Herbert
2010-05-03
1
-5
/
+8
*
forcedeth: Stay in NAPI as long as there's work
stephen hemminger
2010-04-30
1
-14
/
+17
*
drivers: net: use skb_headlen()
Eric Dumazet
2010-04-14
1
-2
/
+2
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-04-14
1
-1
/
+1
|
\
|
*
forcedeth: fix tx limit2 flag check
Ayaz Abdulla
2010-04-13
1
-1
/
+1
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-04-11
1
-0
/
+1
|
\
|
|
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
|
net: convert multicast list to list_head
Jiri Pirko
2010-04-03
1
-4
/
+6
|
/
*
net: convert multiple drivers to use netdev_for_each_mc_addr, part4
Jiri Pirko
2010-02-22
1
-4
/
+2
*
drivers/net/: use DEFINE_PCI_DEVICE_TABLE()
Alexey Dobriyan
2010-01-07
1
-1
/
+1
*
drivers/net: request_irq - Remove unnecessary leading & from second arg
Joe Perches
2009-11-18
1
-3
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2009-11-18
1
-4
/
+1
|
\
|
*
forcedeth: mac address fix
Stanislav O. Bezzubtsev
2009-11-15
1
-4
/
+1
*
|
headers: remove sched.h from interrupt.h
Alexey Dobriyan
2009-10-11
1
-0
/
+1
|
/
*
netdev: convert bulk of drivers to netdev_tx_t
Stephen Hemminger
2009-09-01
1
-2
/
+3
*
forcedeth: Fix NAPI race.
Eric Dumazet
2009-07-05
1
-11
/
+14
*
forcedeth: fix dma api mismatches
Eric Dumazet
2009-06-18
1
-19
/
+27
*
forcedeth: addition of new mcp89 device id
Ayaz Abdulla
2009-06-07
1
-0
/
+4
*
forcedeth: remove device id macros
Ayaz Abdulla
2009-06-07
1
-115
/
+98
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-06-03
1
-2
/
+13
|
\
|
*
forcedeth: add phy_power_down parameter, leave phy powered up by default (v2)
Ed Swierk
2009-06-02
1
-2
/
+13
*
|
forcedeth: add clock gating feature <resend>
Ayaz Abdulla
2009-05-01
1
-0
/
+23
|
/
*
forcedeth: tx timeout fix
Ayaz Abdulla
2009-04-27
1
-10
/
+21
[next]