index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
forcedeth.c
Age
Commit message (
Expand
)
Author
2010-11-29
forcedeth: Use netdev_dbg for printk(KERN_DEBUG
Joe Perches
2010-11-29
forcedeth: Remove netdev_dbg uses
Joe Perches
2010-11-29
forcedeth: Convert dev_printk(<level> to dev_<level>(
Joe Perches
2010-11-29
forcedeth: Separate vendor specific initializations into functions
Joe Perches
2010-11-29
forcedeth: Add function init_realtek_8211b
Joe Perches
2010-11-29
forcedeth: Convert pr_<level> to netdev_<level>
Joe Perches
2010-11-29
forcedeth: Use pr_fmt and pr_<level>
Joe Perches
2010-11-29
forcedeth: Convert remaining dprintk to netdev_dbg
Joe Perches
2010-11-29
forcedeth: Use print_hex_dump
Joe Perches
2010-11-29
forcedeth: convert dprintk(KERN_DEBUG to netdev_dbg
Joe Perches
2010-11-29
forcedeth: Change reg_delay arguments and use
Joe Perches
2010-11-28
forcedeth: use usleep_range not msleep for small sleeps
Szymon Janc
2010-11-28
forcedeth: do not use assignment in if conditions
Szymon Janc
2010-11-28
forcedeth: include <linux/io.h> and <linux/uaccess.h> instead of <asm/io.h> a...
Szymon Janc
2010-11-28
forcedeth: remove unnecessary checks before kfree
Szymon Janc
2010-11-28
forcedeth: fix multiple code style issues
Szymon Janc
2010-10-21
vlan: Don't check for vlan group before vlan_tx_tag_present.
Jesse Gross
2010-09-26
drivers/net: return operator cleanup
Eric Dumazet
2010-08-25
drivers/net: Remove address use from assignments of function pointers
Joe Perches
2010-07-25
forcedeth: Fix different hardware statistics versions.
Mike Ditto
2010-07-05
forcedeth: correct valid flag
Julia Lawall
2010-05-10
net: trans_start cleanups
Eric Dumazet
2010-05-05
forcedeth: Account for consumed budget in napi poll
Tom Herbert
2010-05-03
forcedeth: Kill NAPI config options.
David S. Miller
2010-05-03
forcedeth: GRO support
Tom Herbert
2010-04-30
forcedeth: Stay in NAPI as long as there's work
stephen hemminger
2010-04-14
drivers: net: use skb_headlen()
Eric Dumazet
2010-04-14
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-04-13
forcedeth: fix tx limit2 flag check
Ayaz Abdulla
2010-04-11
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-04-03
net: convert multicast list to list_head
Jiri Pirko
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-02-22
net: convert multiple drivers to use netdev_for_each_mc_addr, part4
Jiri Pirko
2010-01-07
drivers/net/: use DEFINE_PCI_DEVICE_TABLE()
Alexey Dobriyan
2009-11-18
drivers/net: request_irq - Remove unnecessary leading & from second arg
Joe Perches
2009-11-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2009-11-15
forcedeth: mac address fix
Stanislav O. Bezzubtsev
2009-10-11
headers: remove sched.h from interrupt.h
Alexey Dobriyan
2009-09-01
netdev: convert bulk of drivers to netdev_tx_t
Stephen Hemminger
2009-07-05
forcedeth: Fix NAPI race.
Eric Dumazet
2009-06-18
forcedeth: fix dma api mismatches
Eric Dumazet
2009-06-07
forcedeth: addition of new mcp89 device id
Ayaz Abdulla
2009-06-07
forcedeth: remove device id macros
Ayaz Abdulla
2009-06-03
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-06-02
forcedeth: add phy_power_down parameter, leave phy powered up by default (v2)
Ed Swierk
2009-05-01
forcedeth: add clock gating feature <resend>
Ayaz Abdulla
2009-04-27
forcedeth: tx timeout fix
Ayaz Abdulla
2009-04-09
forcedeth: Use napi_complete() not __napi_complete().
David S. Miller
2009-04-07
dma-mapping: replace all DMA_39BIT_MASK macro with DMA_BIT_MASK(39)
Yang Hongyang
2009-04-06
forcedeth: Fix resume from hibernation regression.
Ed Swierk
[next]