Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
4e111751cfcb75f26d2725eab934b6eb91a3d115
/
drivers
/
net
/
tulip
/
dmfe.c
0b8f627
tulip: dmfe: Remove old log spamming pr_debugs
by Joe Perches
· 13 years ago
1c3319f
tulip: Use pr_<level> where appropriate
by Joe Perches
· 14 years ago
163ef0b
tulip: Convert printks to netdev_<level>
by Joe Perches
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
e7dfc8d
tulip: fix hang in dmfe driver on sending of big packet
by Alexander V. Lukyanov
· 14 years ago
c061b18
drivers/net: Remove address use from assignments of function pointers
by Joe Perches
· 14 years ago
421f91d
fix typos concerning "initiali[zs]e"
by Uwe Kleine-König
· 14 years ago
a4b7709
drivers/net: Remove unnecessary returns from void function()s
by Joe Perches
· 15 years ago
1ae5dc3
net: trans_start cleanups
by Eric Dumazet
· 15 years ago
871039f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
22bedad
net: convert multicast list to list_head
by Jiri Pirko
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
4302b67
tulip: convert to use netdev_for_each_mc_addr
by Jiri Pirko
· 15 years ago
4cd24ea
net: use netdev_mc_count and netdev_mc_empty when appropriate
by Jiri Pirko
· 15 years ago
dde7c8e
tulip/dmfe.c: Use dev_<level> and pr_<level>
by Joe Perches
· 15 years ago
d4a66e7
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
a3aa188
drivers/net/: use DEFINE_PCI_DEVICE_TABLE()
by Alexey Dobriyan
· 15 years ago
4d90706
dmfe/tulip: Let dmfe handle DM910x except for SPARC on-board chips
by Ben Hutchings
· 15 years ago
a0607fd
drivers/net: request_irq - Remove unnecessary leading & from second arg
by Joe Perches
· 15 years ago
ad09646
tulip: convert drivers to netdev_tx_t
by Stephen Hemminger
· 15 years ago
ec634fe
net: convert remaining non-symbolic return values in ndo_start_xmit() functions
by Patrick McHardy
· 15 years ago
5b54814
net: use symbolic values for ndo_start_xmit() return codes
by Patrick McHardy
· 15 years ago
284901a
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
by Yang Hongyang
· 16 years ago
03f54b3
tulip: get rid of warning for non-const string literal
by Stephen Hemminger
· 16 years ago
2765df5
dmfe: convert to new API
by Stephen Hemminger
· 16 years ago
babcda7
drivers/net: Kill now superfluous ->last_rx stores.
by David S. Miller
· 16 years ago
a1744d3
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
e174961
net: convert print_mac to %pM
by Johannes Berg
· 16 years ago
74d5e8a
dmfe: check pci_alloc_consistent errors
by FUJITA Tomonori
· 16 years ago
113aa83
net: Rationalise email address: Network Specific Parts
by Alan Cox
· 16 years ago
4c93566
[TULIP] DMFE: Fix SROM parsing regression.
by David S. Miller
· 17 years ago
a31e23e
dmfe: checkpatch fix (add whitespace)
by Jeff Garzik
· 17 years ago
65809b5
NET: dmfe: don't access configuration space in D3 state
by Maxim Levitsky
· 17 years ago
0795af5
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
by Joe Perches
· 17 years ago
10d024c
[NET]: Nuke SET_MODULE_OWNER macro.
by Ralf Baechle
· 17 years ago
44c1013
PCI: Change all drivers to use pci_device->revision
by Auke Kok
· 17 years ago
f106904
dmfe: add support for Wake on lan
by Maxim Levitsky
· 18 years ago
bc8a838
dmfe: add support for suspend/resume
by Maxim Levitsky
· 18 years ago
d626f62
[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}
by Arnaldo Carvalho de Melo
· 18 years ago
4c13eb6
[ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
by Arnaldo Carvalho de Melo
· 18 years ago
a31e40f
[PATCH] dmfe trivial endianness annotations
by Al Viro
· 18 years ago
cfa51b9
dmfe: Fix link detection
by Maxim Levitsky
· 18 years ago
4dc68f3
dmfe: fix two bugs
by Maxim Levitsky
· 18 years ago
f67ba79
dmfe: trivial/spelling fixes
by Maxim Levitsky
· 18 years ago
ead9bff
revert "drivers/net/tulip/dmfe: support basic carrier detection"
by Andrew Morton
· 18 years ago
7628b0a
drivers/net/tulip/dmfe: support basic carrier detection
by Samuel Thibault
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
7282d49
drivers/net: const-ify ethtool_ops declarations
by Jeff Garzik
· 18 years ago
2991762
drivers/net: Remove deprecated use of pci_module_init()
by Jeff Garzik
· 18 years ago
1fb9df5
[PATCH] irq-flags: drivers/net: Use the new IRQF_ constants
by Thomas Gleixner
· 18 years ago
f3b197a
[netdrvr] trim trailing whitespace: 8139*.c, epic100, forcedeth, tulip/*
by Jeff Garzik
· 19 years ago
689be43
[NET]: Remove gratuitous use of skb->tail in network drivers.
by David S. Miller
· 19 years ago
16b110c
[PATCH] dmfe warning fix
by Andrew Morton
· 19 years ago
f3f1546
[PATCH] drivers/net/tulip/dmfe.c: remove a check after use
by Adrian Bunk
· 20 years ago
cb199d4
[PATCH] drivers/net/tulip/dmfe: Use the DMA_32BIT_MASK constant
by Tobias Klauser
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago