index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
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
*
[PATCH] forcedeth: add support for new mcp67 device
Ayaz Abdulla
2006-12-02
1
-0
/
+16
*
[PATCH] forcedeth: add recoverable error support
Ayaz Abdulla
2006-12-02
1
-4
/
+74
*
[PATCH] forcedeth: add mgmt unit support
Ayaz Abdulla
2006-12-02
1
-17
/
+134
*
[PATCH] forcedeth: power management support
Francois Romieu
2006-12-02
1
-1
/
+46
*
Merge branch 'master' into upstream-fixes
Jeff Garzik
2006-10-11
1
-10
/
+10
|
\
|
*
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
2006-10-05
1
-10
/
+10
*
|
[PATCH] forcedeth: hardirq lockdep warning
Peter Zijlstra
2006-10-05
1
-14
/
+17
|
/
*
[PATCH] fix possible NULL ptr deref in forcedeth
Jesper Juhl
2006-09-25
1
-1
/
+7
*
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...
Linus Torvalds
2006-09-24
1
-201
/
+361
|
\
|
*
drivers/net: const-ify ethtool_ops declarations
Jeff Garzik
2006-09-13
1
-1
/
+1
|
*
[PATCH] cleanup unnecessary forcedeth printk
Andy Gospodarek
2006-09-11
1
-1
/
+0
|
*
[PATCH] forcedeth: decouple vlan and rx checksum dependency
Ayaz Abdulla
2006-09-06
1
-14
/
+9
|
*
[PATCH] forcedeth: errata for marvell phys
Ayaz Abdulla
2006-09-06
1
-17
/
+56
|
*
drivers/net: Remove deprecated use of pci_module_init()
Jeff Garzik
2006-08-19
1
-1
/
+1
|
*
[PATCH] forcdeth: revised NAPI support
Stephen Hemminger
2006-08-08
1
-16
/
+124
|
*
[PATCH] forcedeth: mac address corrected
Ayaz Abdulla
2006-08-08
1
-11
/
+31
|
*
[PATCH] forcedeth: move mac address setup/teardown
Ayaz Abdulla
2006-08-08
1
-15
/
+14
|
*
[PATCH] forcedeth: le32 annotation
Stephen Hemminger
2006-07-29
1
-8
/
+8
|
*
[PATCH] forcedeth: coding style cleanups
Stephen Hemminger
2006-07-29
1
-123
/
+123
*
|
[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE
Patrick McHardy
2006-09-22
1
-1
/
+2
|
/
*
[PATCH] forcedeth: watermark fixup
Ayaz Abdulla
2006-07-12
1
-4
/
+19
*
[PATCH] forcedeth: deferral fixup
Ayaz Abdulla
2006-07-12
1
-7
/
+19
*
[NET] gso: Add skb_is_gso
Herbert Xu
2006-07-08
1
-1
/
+1
*
[PATCH] lockdep: annotate forcedeth.c disable_irq()
Ingo Molnar
2006-07-03
1
-10
/
+10
*
[PATCH] forcedeth: typecast cleanup
Andrew Morton
2006-07-03
1
-4
/
+4
*
[PATCH] irq-flags: drivers/net: Use the new IRQF_ constants
Thomas Gleixner
2006-07-02
1
-9
/
+9
*
[NET]: Merge TSO/UFO fields in sk_buff
Herbert Xu
2006-06-23
1
-2
/
+2
*
[PATCH] make drivers/net/forcedeth.c:nv_update_pause() static
Adrian Bunk
2006-06-22
1
-1
/
+1
*
[FORCEDETH] Fix xmit_lock/netif_tx_lock after merge
Herbert Xu
2006-06-20
1
-10
/
+10
*
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2006-06-19
1
-9
/
+9
|
\
|
*
[NET]: Add netif_tx_lock
Herbert Xu
2006-06-17
1
-9
/
+9
*
|
[PATCH] forcedeth: new device ids
Ayaz Abdulla
2006-06-11
1
-0
/
+32
*
|
[PATCH] forcedeth config: version
Ayaz Abdulla
2006-06-11
1
-1
/
+2
*
|
[PATCH] forcedeth config: module parameters
Ayaz Abdulla
2006-06-11
1
-22
/
+45
*
|
[PATCH] forcedeth config: diagnostics
Ayaz Abdulla
2006-06-11
1
-8
/
+398
*
|
[PATCH] forcedeth config: move functions
Ayaz Abdulla
2006-06-11
1
-133
/
+133
*
|
[PATCH] forcedeth config: statistics
Ayaz Abdulla
2006-06-11
1
-3
/
+194
*
|
[PATCH] forcedeth config: csum
Ayaz Abdulla
2006-06-11
1
-8
/
+77
*
|
[PATCH] forcedeth config: wol
Ayaz Abdulla
2006-06-11
1
-7
/
+10
*
|
[PATCH] forcedeth config: phy
Ayaz Abdulla
2006-06-11
1
-30
/
+78
*
|
[PATCH] forcedeth config: flow control
Ayaz Abdulla
2006-06-11
1
-59
/
+176
*
|
[PATCH] forcedeth config: ring sizes
Ayaz Abdulla
2006-06-11
1
-58
/
+240
*
|
[PATCH] forcedeth config: tso cleanup
Ayaz Abdulla
2006-06-11
1
-6
/
+2
*
|
Merge branch 'master' into upstream
Jeff Garzik
2006-06-08
1
-0
/
+16
|
\
\
|
|
/
|
*
[PATCH] Implement get / set tso for forcedeth driver
Zachary Amsden
2006-06-05
1
-0
/
+16
*
|
[netdrvr] trim trailing whitespace: 8139*.c, epic100, forcedeth, tulip/*
Jeff Garzik
2006-05-26
1
-20
/
+20
*
|
[PATCH] forcedeth: add support for flow control
Ayaz Abdulla
2006-05-26
1
-35
/
+104
|
/
*
[PATCH] forcedeth: fix multi irq issues
Ayaz Abdulla
2006-05-21
1
-154
/
+226
*
[PATCH] revert "forcedeth: fix multi irq issues"
Andrew Morton
2006-05-20
1
-228
/
+84
*
forcedeth: fix multi irq issues
Ayaz Abdulla
2006-05-02
1
-84
/
+228
[next]