Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
3238a9be4d7ad95c741bcfe6c147406eeef62d95
/
drivers
/
net
/
ethernet
/
amd
/
au1000_eth.c
41de8d4
drivers/net: Remove alloc_etherdev error messages
by Joe Perches
· 13 years ago
f74299b
au1000-eth: use an unique MDIO bus name.
by Florian Fainelli
· 13 years ago
db62f68
net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver()
by Axel Lin
· 13 years ago
d674806
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
by Linus Torvalds
· 13 years ago
afc4b13
net: remove use of ndo_set_multicast_list in drivers
by Jiri Pirko
· 13 years ago
b955f6c
amd: Move AMD (Lance) chipset drivers
by Jeff Kirsher
· 14 years ago
[Renamed from drivers/net/au1000_eth.c]
ad1184c
net: au1000_eth: remove unused global variable.
by Manuel Lauss
· 14 years ago
462ca99
au1000_eth: fix invalid address accessing the MAC enable register
by Wolfgang Grandegger
· 14 years ago
dc99839
au1000-eth: change multi-line comments style
by Florian Fainelli
· 14 years ago
d0e7cb5
au1000-eth: remove volatiles, switch to I/O accessors
by Florian Fainelli
· 14 years ago
49a42c0
au1000-eth: fix asm -> linux headers inclusion
by Florian Fainelli
· 14 years ago
215e17b
au1000-eth: fix bad printk usages
by Florian Fainelli
· 14 years ago
18b8e15
au1000-eth: fix all but one "line over 80 characters warnings"
by Florian Fainelli
· 14 years ago
ec7eabdd
au1000-eth: stylistic fixes
by Florian Fainelli
· 14 years ago
3441592
au1000-eth: typedefs removal
by Florian Fainelli
· 14 years ago
c3d1f17
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus
by Linus Torvalds
· 14 years ago
f667365
MIPS: au1000_eth: Get ethernet address from platform_data
by Manuel Lauss
· 14 years ago
28b0411
net: preserve ifreq parameter when calling generic phy_mii_ioctl().
by Richard Cochran
· 14 years ago
1ae5dc3
net: trans_start cleanups
by Eric Dumazet
· 15 years ago
8020eb8
au1000-eth: bump to 1.7
by Florian Fainelli
· 15 years ago
5368c72
au1000-eth: Use (dev|netdev|netif)_<level> macro helpers
by Florian Fainelli
· 15 years ago
7cd2e6e
au1000-eth: implement set/get_msglevel
by Florian Fainelli
· 15 years ago
2cc3c6b
au1000-eth: fix checkpatch errors.
by Florian Fainelli
· 15 years ago
eb04963
au1000-eth: prefix all functions with au1000_
by Florian Fainelli
· 15 years ago
13130c7
au1000-eth: set MODULE_VERSION
by Florian Fainelli
· 15 years ago
22bedad3
net: convert multicast list to list_head
by Jiri Pirko
· 15 years ago
4787188
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 15 years ago
bd2302c
NET: au1000-eth: Convert to platform_driver model
by Florian Fainelli
· 15 years ago
0ddf477
net: convert multiple drivers to use netdev_for_each_mc_addr, part3
by Jiri Pirko
· 15 years ago
4cd24ea
net: use netdev_mc_count and netdev_mc_empty when appropriate
by Jiri Pirko
· 15 years ago
9b963e5
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
63edaf6
Au1x00: fix crash when trying register_netdev()
by Alexander Beregalov
· 15 years ago
a0607fd
drivers/net: request_irq - Remove unnecessary leading & from second arg
by Joe Perches
· 15 years ago
bc36b42
net: au1000_eth: add missing capability.h
by Manuel Lauss
· 15 years ago
4989ccb
au1000_eth: Duplicate test of RX_OVERLEN bit in update_rx_stats()
by roel kluin
· 15 years ago
dcbfef8
au1000_eth: possible NULL dereference of aup->mii_bus->irq in au1000_probe()
by roel kluin
· 15 years ago
61357325
netdev: convert bulk of drivers to netdev_tx_t
by Stephen Hemminger
· 15 years ago
6ed1065
net: use NETDEV_TX_OK instead of 0 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
d9a92ce
au1000: convert to net_device_ops
by Alexander Beregalov
· 16 years ago
db1d7bf
net: struct device - replace bus_id with dev_name(), dev_set_name()
by Kay Sievers
· 16 years ago
5ef3041
au1000: reorder functions
by Florian Fainelli
· 16 years ago
b0fd0d2
drivers/net/au1000_eth.c: Remove redundant test
by Julia Lawall
· 16 years ago
454d7c9
netdevice: safe convert to netdev_priv() #part-1
by Wang Chen
· 16 years ago
babcda7
drivers/net: Kill now superfluous ->last_rx stores.
by David S. Miller
· 16 years ago
1210dde
net/au1000_eth.c MDIO namespace fixes
by Adrian Bunk
· 16 years ago
298cf9b
phylib: move to dynamic allocation of struct mii_bus
by Lennert Buytenhek
· 16 years ago
533763d
[netdrvr] au1000_eth: Spinlock initialisation fix
by Martin Gebert
· 16 years ago
2726fcf
au1000_eth: use 'unsigned long' for irqflags
by Vegard Nossum
· 16 years ago
c8f1568
netdev: bunch of drivers: avoid WARN at net/core/dev.c:1328
by Anton Vorontsov
· 16 years ago
263ba32
netdev: Convert all drivers away from netif_schedule().
by David S. Miller
· 16 years ago
d04455f
au1000_eth: remove useless check
by Francois Romieu
· 17 years ago
9d9326d
phy: Change mii_bus id field to a string
by Andy Fleming
· 17 years ago
3a4fa0a
Fix misspellings of "system", "controller", "interrupt" and "necessary".
by Robert P. J. Day
· 17 years ago
25b31cb
add new prom.h for AU1x00
by Yoichi Yuasa
· 17 years ago
2de8892
update AU1000 get_ethernet_addr()
by Yoichi Yuasa
· 17 years ago
09f75cd
[NET] drivers/net: statistics cleanup #1 -- save memory and shrink code
by Jeff Garzik
· 17 years ago
8c7b7fa
[NET]: Kill eth_copy_and_sum().
by David S. Miller
· 17 years ago
d791c2b
au1000_eth: Fix warnings.
by Ralf Baechle
· 17 years ago
6473d16
PCI: Cleanup the includes of <linux/pci.h>
by Jean Delvare
· 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
cd354f1
[PATCH] remove many unneeded #includes of sched.h
by Tim Schmielau
· 18 years ago
e8a2b6a
[PATCH] PHY: Add support for configuring the PHY connection interface
by Andy Fleming
· 18 years ago
c21e6d6
[MIPS] Sort out missuse of __init for prom_getcmdline()
by Ralf Baechle
· 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
6aa20a2
drivers/net: Trim trailing whitespace
by Jeff Garzik
· 18 years ago
d5b2069
[PATCH] Remove more unnecessary driver printk's
by Andy Gospodarek
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
0638dec
[PATCH] net: au1000_eth: PHY framework conversion
by Herbert Valerio Riedel
· 19 years ago
badc48e
Merge branch 'master' into upstream
by Jeff Garzik
· 19 years ago
8cd35da
au1000_eth.c: use ether_crc() from <linux/crc32.h>
by Herbert Valerio Riedel
· 19 years ago
89be050
[PATCH] au1000_eth.c probe code straightened up
by Sergei Shtylyov
· 19 years ago
c2d3d4b
[PATCH] AMD Au1xx0: fix Ethernet TX stats
by Sergei Shtylylov
· 19 years ago
0c0abbc
[PATCH] au1000_eth: Include <linux/config.h>
by Ralf Baechle
· 19 years ago
b4558ea
drivers/net: Remove pointless checks for NULL prior to calling kfree()
by Jesper Juhl
· 19 years ago
7f553e3
[PATCH] au1000_eth: Misc Au1000 net driver fixes.
by Ralf Baechle
· 19 years ago
7d17c1d
[netdrvrs] Use netif_carrier_* instead of IFF_RUNNING
by
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago