index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
usb
/
asix.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-15
net-next:asix: V2 Update VERSION
Grant Grundler
1
-1
/
+1
2011-11-15
net-next:asix: V2 more fixes for ax88178 phy init sequence
Grant Grundler
1
-7
/
+15
2011-11-15
net-next:asix: reduce AX88772 init time by about 2 seconds
Grant Grundler
1
-5
/
+25
2011-11-15
net-next:asix:poll in asix_get_phyid in case phy not ready
Grant Grundler
1
-2
/
+10
2011-11-15
net-next:asix:PHY_MODE_RTL8211CL should be 0xC
Grant Grundler
1
-1
/
+1
2011-10-19
NET: asix: fix ethtool -e for AX88178 USB dongle
Grant Grundler
1
-0
/
+3
2011-10-04
NET: white space/coding style cleanup of asix driver
Grant Grundler
1
-71
/
+82
2011-10-04
NET: fix phy init for Asix AX88178 USB (GigE)
Grant Grundler
1
-62
/
+101
2011-10-04
NET: fix phy init for AX88772 USB ethernet
Grant Grundler
1
-54
/
+61
2011-08-17
net: remove use of ndo_set_multicast_list in drivers
Jiri Pirko
1
-3
/
+3
2011-07-27
ASIX: Use only 11 bits of header for data size
Marek Vasut
1
-2
/
+2
2011-07-27
ASIX: Simplify condition in rx_fixup()
Marek Vasut
1
-3
/
+2
2011-07-21
ASIX: Add AX88772B USB ID
Marek Vasut
1
-0
/
+4
2011-04-29
ethtool: Call ethtool's get/set_settings callbacks with cleaned data
David Decotigny
1
-13
/
+15
2010-12-17
asix: add USB ID for Logitec LAN-GTJ U2A
Arnaud Ebalard
1
-0
/
+4
2010-06-11
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+1
2010-06-07
asix: check packet size against mtu+ETH_HLEN instead of ETH_FRAME_LEN
Jussi Kivilinna
1
-1
/
+1
2010-06-03
drivers/net: use __packed annotation
Eric Dumazet
1
-1
/
+1
2010-05-25
drivers/net/usb/asix.c: Fix pointer cast.
David S. Miller
1
-2
/
+2
2010-05-17
drivers/net/usb: Use kmemdup
Julia Lawall
1
-2
/
+1
2010-05-17
drivers/net/usb/asix.c: Fix unaligned accesses
Neil Jones
1
-1
/
+33
2010-04-11
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+1
2010-04-03
net: convert multicast list to list_head
Jiri Pirko
1
-10
/
+6
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-10
asix: fix setting mac address for AX88772
Jussi Kivilinna
1
-2
/
+28
2010-02-18
net/usb: convert to use netdev_for_each_mc_addr
Jiri Pirko
1
-8
/
+4
2010-02-17
usbnet: Convert dev(dbg|err|warn|info) macros to netdev_<level>
Joe Perches
1
-44
/
+53
2010-02-12
net: use netdev_mc_count and netdev_mc_empty when appropriate
Jiri Pirko
1
-6
/
+6
2009-12-03
drivers/net: Move && and || to end of previous line
Joe Perches
1
-6
/
+6
2009-11-10
usbnet: Set link down initially for drivers that update link state
Ben Hutchings
1
-6
/
+6
2009-09-02
netdev: drivers should make ethtool_ops const
Stephen Hemminger
1
-2
/
+2
2009-03-21
usbnet: convert asix driver to net_device_ops
Stephen Hemminger
1
-7
/
+40
2009-02-24
asix: new device ids
Greg Kroah-Hartman
1
-0
/
+8
2008-12-18
net: prepare usb net drivers for addition of status as a parameter
Oliver Neukum
1
-2
/
+3
2008-11-20
asix: Fix asix-based cards connecting to 10/100Mbs LAN.
Pantelis Koukousoulas
1
-1
/
+3
2008-11-13
USB: net: asix: add support for Cables-to-Go USB Ethernet adapter
Jason Cooper
1
-0
/
+4
2008-05-22
net/usb: add support for Apple USB Ethernet Adapter
Aurelien Nephtali
1
-0
/
+4
2008-05-08
usb/asix: add Buffalo LUA-U2-GT 10/100/1000
Mattia Dongili
1
-0
/
+4
2008-01-31
Move usbnet.h and rndis_host.h to include/linux/usb
Jussi Kivilinna
1
-2
/
+1
2008-01-12
[usb netdev] asix: fix regression
Russ Dill
1
-3
/
+3
2007-12-22
asix fixes
Al Viro
1
-130
/
+105
2007-10-10
support for USB autosuspend in the asix driver
Oliver Neukum
1
-0
/
+1
2007-05-24
asix.c - Add Belkin F5D5055 ids
David Hollis
1
-0
/
+4
2007-05-09
Move USB network drivers to drivers/net/usb.
Jeff Garzik
1
-0
/
+1490