Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
2572da44a51192ad181482c1989e66e5eb47dcbe
/
drivers
/
net
/
ethernet
/
tundra
/
tsi108_eth.c
14ba66a
ethernet: tundra: don't write directly to netdev->dev_addr
by Jakub Kicinski
· 3 years ago
a760537
dev_ioctl: split out ndo_eth_ioctl
by Arnd Bergmann
· 3 years, 6 months ago
8c25d08
net: tundra: tsi108: use spin_lock_irqsave instead of spin_lock_irq in IRQ context
by Fuqian Huang
· 5 years ago
1a59d1b8
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
by Thomas Gleixner
· 6 years ago
750afb0
cross-tree: phase out dma_zalloc_coherent()
by Luis Chamberlain
· 6 years ago
c08fa16
net: tsi108: Use DMA API properly
by Christoph Hellwig
· 7 years ago
1556770
drivers/net: tundra: Convert timers to use timer_setup()
by Kees Cook
· 7 years ago
82c01a8
net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd return void
by yuval.shaia@oracle.com
· 8 years ago
99bdb40
net: tundra: tsi108: use new api ethtool_{get|set}_link_ksettings
by Philippe Reynes
· 8 years ago
6ad2016
drivers: net: generalize napi_complete_done()
by Eric Dumazet
· 8 years ago
a52ad51
net: deprecate eth_change_mtu, remove usage
by Jarod Wilson
· 8 years ago
66cf350
net/ethernet: tundra: fix dump_eth_one warning in tsi108_eth
by Paul Gortmaker
· 8 years ago
a843311
net: tsi108: use NULL for pointer-typed argument
by Julia Lawall
· 9 years ago
671ebaf
net: ethernet: tundra: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
a81ab36
drivers/net: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
3ae603c
net: tsi108: use dev_get_platdata()
by Jingoo Han
· 11 years ago
ede23fa8
drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherent
by Joe Perches
· 11 years ago
dfd93c9
net: ethernet: remove unnecessary platform_set_drvdata()
by Jingoo Han
· 12 years ago
1f9061d2
drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)
by Joe Perches
· 12 years ago
d0320f7
drivers:net: Remove dma_alloc_coherent OOM messages
by Joe Perches
· 12 years ago
e8c75e2
drivers/net/ethernet/tundra/tsi108_eth.c: delete double assignment
by Julia Lawall
· 12 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
504f9b5
ethernet: unify return value of .ndo_set_mac_address if address is invalid
by Danny Kukawka
· 13 years ago
41de8d4
drivers/net: Remove alloc_etherdev error messages
by Joe Perches
· 13 years ago
20d4369
drivers/net/ethernet/tundra/tsi108_eth.c: add missing iounmap
by Julia Lawall
· 13 years ago
db62f68
net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver()
by Axel Lin
· 13 years ago
9e903e0
net: add skb frag size accessors
by Eric Dumazet
· 13 years ago
ea96877
tsi108: convert to SKB paged frag API.
by Ian Campbell
· 13 years ago
afc4b13
net: remove use of ndo_set_multicast_list in drivers
by Jiri Pirko
· 13 years ago
e75ed60
tsi108*: Move the Tundra driver
by Jeff Kirsher
· 13 years ago
[Renamed from drivers/net/tsi108_eth.c]
a6b7a40
net: remove interrupt.h inclusion from netdevice.h
by Alexey Dobriyan
· 14 years ago
807540b
drivers/net: return operator cleanup
by Eric Dumazet
· 14 years ago
e743d31
drivers: net: use skb_headlen()
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
2381a55
net/various: remove trailing space in messages
by Frans Pop
· 15 years ago
567ec87
net: convert multiple drivers to use netdev_for_each_mc_addr, part6
by Jiri Pirko
· 15 years ago
4cd24ea
net: use netdev_mc_count and netdev_mc_empty when appropriate
by Jiri Pirko
· 15 years ago
89d71a6
net: Use netdev_alloc_skb_ip_align()
by Eric Dumazet
· 15 years ago
ad361c9
Remove multiple KERN_ prefixes from printk formats
by Joe Perches
· 16 years ago
80ef1fc
tsi108_eth: convert to net_device_ops
by Alexander Beregalov
· 16 years ago
b3ff29d
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
46578a69
net: variables reach -1, but 0 tested
by Roel Kluin
· 16 years ago
288379f
net: Remove redundant NAPI functions
by Ben Hutchings
· 16 years ago
908a7a1
net: Remove unused netdev arg from some NAPI interfaces.
by Neil Horman
· 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
b39d66a
drivers/net: replace __FUNCTION__ with __func__
by Harvey Harrison
· 16 years ago
be0976b
[netdrvr] kill sync_irq-before-freq_irq pattern
by Jeff Garzik
· 17 years ago
c7d6b7d
ts108: use netdev_alloc_skb
by Stephen Hemminger
· 17 years ago
7d2e3cb
[netdrvr] Trim trailing whitespace for several drivers
by Jeff Garzik
· 17 years ago
72abb46
net drivers: fix platform driver hotplug/coldplug
by Kay Sievers
· 17 years ago
9dde447
Tsi108_eth: Add ethtool support
by Alex Bounine
· 17 years ago
b1aefe5
Tsi108_eth: fix link recovery after disconnect
by Alex Bounine
· 17 years ago
85bbe21
Tsi108_eth: remove not needed code
by Alex Bounine
· 17 years ago
6a87155
Tsi108_eth: fix detection of 1000Mb mode
by Alex Bounine
· 17 years ago
a235ef2
Tsi108_eth: add missing linking to driver data
by Alex Bounine
· 17 years ago
c9b2ca7
Fix build break in tsi108.c
by Olof Johansson
· 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
bf1e9a0
Clean up duplicate includes in drivers/net/
by Jesper Juhl
· 17 years ago
bea3348
[NET]: Make NAPI polling independent of struct net_device objects.
by Stephen Hemminger
· 17 years ago
c1b78d0
[POWERPC] Generalize tsi108 PHY types
by Josh Boyer
· 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
cd354f1
[PATCH] remove many unneeded #includes of sched.h
by Tim Schmielau
· 18 years ago
5e123b8
[PATCH] Add tsi108/9 On Chip Ethernet device driver support
by Zang Roy-r61911
· 18 years ago