Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
9b14b066796d0e8bd05f200f30cb4222f8c0f9f1
/
drivers
/
net
/
ethernet
/
dec
/
tulip
/
de4x5.c
df561f66
treewide: Use fallthrough pseudo-keyword
by Gustavo A. R. Silva
· 4 years, 5 months ago
27ad2cd
net: tulip: de4x5: make PCI_signature() return void
by Jason Yan
· 4 years, 9 months ago
3e66b7c
net: tulip: de4x5: Drop redundant MODULE_DEVICE_TABLE()
by Kees Cook
· 6 years ago
8fc85c2
net: tulip: de4x5: mark expected switch fall-throughs
by Gustavo A. R. Silva
· 6 years ago
a8c22a2
net: tulip: Convert timers to use timer_setup()
by Kees Cook
· 7 years ago
4f88836
drivers: net: de4x: use setup_timer() helper.
by Allen Pais
· 7 years ago
f98dfa4
net: de4x5: constify eisa_device_id
by Arvind Yadav
· 7 years ago
59ae1d1
networking: introduce and use skb_put_data()
by Johannes Berg
· 8 years ago
df29840
Annotate hardware config module parameters in drivers/net/ethernet/
by David Howells
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
a52ad51
net: deprecate eth_change_mtu, remove usage
by Jarod Wilson
· 8 years ago
6176e89
net: fix up a few missing hashtable.h conflict resolutions
by Jiri Kosina
· 8 years ago
33c77ef
net: tulip: fix spelling mistake: "attemping" -> "attempting"
by Colin Ian King
· 8 years ago
860e953
treewide: replace dev->trans_start update with helper
by Florian Westphal
· 9 years ago
926f273
drivers: net: use NETDEV_TX_OK instead of NETDEV_TX_LOCKED
by Florian Westphal
· 9 years ago
cb4396e
drivers/net: fix eisa_driver probe section mismatch
by Fabian Frederick
· 9 years ago
3349b0b
net: tulip: rearrange order of searching for substrings
by Rasmus Villemoes
· 10 years ago
36c71a7
net: tulip: Remove private "strncmp"
by Rasmus Villemoes
· 10 years ago
9baa3c3
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
by Benoit Taine
· 10 years ago
3217265
net: tulip: remove unnecessary break after return
by Fabian Frederick
· 11 years ago
8ab6a1f
net: tulip: use DEFINE_PCI_DEVICE_TABLE
by Jingoo Han
· 11 years ago
f25672f
net: tulip: remove deprecated IRQF_DISABLED
by Michael Opdenacker
· 11 years ago
1895499
net: tulip: use pci_{get,set}_drvdata()
by Jingoo Han
· 11 years ago
1dd06ae
drivers/net: fix up function prototypes after __dev* removals
by Greg Kroah-Hartman
· 12 years ago
779c1a8
tulip: remove __dev* attributes
by Bill Pemberton
· 12 years ago
6469933
ethernet: Remove casts to same type
by Joe Perches
· 13 years ago
2e42e47
drivers/net: Convert compare_ether_addr to ether_addr_equal
by Joe Perches
· 13 years ago
bbf7bd2
dec/tulip/de4x5: print MAC via printk format specifier
by Danny Kukawka
· 13 years ago
21a4e46
netdev: ethernet dev_alloc_skb to netdev_alloc_skb
by Pradeep A Dalvi
· 13 years ago
3db1cd5
net: fix assignment of 0/1 to bool variables.
by Rusty Russell
· 13 years ago
bf684f6
de4x5/PCI: use list_for_each_entry() for bus->devices traversal
by Bjorn Helgaas
· 13 years ago
afc4b13
net: remove use of ndo_set_multicast_list in drivers
by Jiri Pirko
· 13 years ago
a88394c
ewrk3/tulip: Move the DEC - Tulip drivers
by Jeff Kirsher
· 14 years ago
[Renamed from drivers/net/tulip/de4x5.c]
29a40f0
net: de4x5: Use helpers from linux/etherdevice.h
by Tobias Klauser
· 14 years ago
e77aeb7
net: de4x5: Omit check for multicast bit in netdev_for_each_mc_addr
by Tobias Klauser
· 14 years ago
948252c
Revert "net: fix section mismatches"
by David S. Miller
· 14 years ago
e5cb966
net: fix section mismatches
by Michał Mirosław
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
f009627
drivers-net-tulip-de4x5c-fix-copy-length-in-de4x5_ioctl-checkpatch-fixes
by Andrew Morton
· 14 years ago
807540b
drivers/net: return operator cleanup
by Eric Dumazet
· 14 years ago
0c796f9
drivers/net/tulip/de4x5.c: fix union member name in DE4X5_GET_REG ioctl
by Dan Rosenberg
· 14 years ago
1570475
net/de4x5: remove undefined operations
by Andreas Schwab
· 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
22bedad3
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
c2bb1b9
net/tulip: remove trailing space in messages
by Frans Pop
· 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
ad09646
tulip: convert drivers to netdev_tx_t
by Stephen Hemminger
· 15 years ago
1b994b5a
tulip: Read buffer overflow
by roel kluin
· 15 years ago
5b54814
net: use symbolic values for ndo_start_xmit() return codes
by Patrick McHardy
· 16 years ago
1aec5bd
net: remove driver_data direct access of struct device
by Greg Kroah-Hartman
· 16 years ago
03f54b3
tulip: get rid of warning for non-const string literal
by Stephen Hemminger
· 16 years ago
de2f19d
drivers/net/tulip: fix sparse warning: symbol shadows an earlier one
by Hannes Eder
· 16 years ago
65d9b8b
drivers/net/tulip: fix warning: format not a string literal and no ...
by Hannes Eder
· 16 years ago
0b9a5b0
de4x5: convert to net_device_ops
by Stephen Hemminger
· 16 years ago
fb28ad3
net: struct device - replace bus_id with dev_name(), dev_set_name()
by Kay Sievers
· 16 years ago
babcda7
drivers/net: Kill now superfluous ->last_rx stores.
by David S. Miller
· 16 years ago
e174961
net: convert print_mac to %pM
by Johannes Berg
· 16 years ago
2aad7c8
de4x5: Use skb_queue_head instead of by-hand implementation.
by David S. Miller
· 16 years ago
b57f9ca
de4x5: Remove developer debug feature about set/clear promisc
by Wang Chen
· 17 years ago
6caf52a
net: use get/put_unaligned_* helpers
by Harvey Harrison
· 17 years ago
cba0516
[netdrvr] checkpatch cleanups
by Jeff Garzik
· 17 years ago
c00acf4
netdev: ARRAY_SIZE() cleanups
by Alejandro Martinez Ruiz
· 17 years ago
561b4fbf
de4x5 fixes
by Al Viro
· 17 years ago
e9edda6
netdev: convert non-obvious instances to use ARRAY_SIZE()
by Alejandro Martinez Ruiz
· 17 years ago
c559a5b
tulip: endianness annotations
by Al Viro
· 17 years ago
0795af5
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
by Joe Perches
· 17 years ago
ff8ac60
drivers/net/: all drivers/net/ cleanup with ARRAY_SIZE
by Denis Cheng
· 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
· 18 years ago
eb034a7
tulip: Convert to generic boolean
by Richard Knutsson
· 18 years ago
0278ef8
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
by Linus Torvalds
· 18 years ago
4934510
[TULIP]: Use CONFIG_SPARC consistently in ifdef tests.
by David S. Miller
· 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
bfaadca
[PATCH] Replace CONFIG_PPC_MULTIPLATFORM with CONFIG_PPC_PMAC in tulip driver
by s.hauer@pengutronix.de
· 18 years ago
c31f28e
drivers/net: eliminate irq handler impossible checks, needless casts
by Jeff Garzik
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
07563c7
[PATCH] EISA bus MODALIAS attributes support
by Michael Tokarev
· 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
· 19 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 19 years ago
f3b197a
[netdrvr] trim trailing whitespace: 8139*.c, epic100, forcedeth, tulip/*
by Jeff Garzik
· 19 years ago
bac30d1
Merge ../linux-2.6
by Paul Mackerras
· 19 years ago
7f927fc
[PATCH] Typo fixes
by Alexey Dobriyan
· 19 years ago
e822250
[PATCH] powerpc: Kill _machine and hard-coded platform numbers
by Benjamin Herrenschmidt
· 19 years ago
0c5719c
[PATCH] janitor: tulip/de4x5: list_for_each
by Domen Puncer
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago