Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
4143179218960a70d821a425e3c23ce44aa93dee
/
drivers
/
net
/
usb
/
asix.c
f4680d3
asix: add USB ID for Logitec LAN-GTJ U2A
by Arnaud Ebalard
· 14 years ago
62522d3
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
9227a46
asix: check packet size against mtu+ETH_HLEN instead of ETH_FRAME_LEN
by Jussi Kivilinna
· 15 years ago
ba2d358
drivers/net: use __packed annotation
by Eric Dumazet
· 15 years ago
f925b13
drivers/net/usb/asix.c: Fix pointer cast.
by David S. Miller
· 15 years ago
99bf236
drivers/net/usb: Use kmemdup
by Julia Lawall
· 15 years ago
3f78d1f
drivers/net/usb/asix.c: Fix unaligned accesses
by Neil Jones
· 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
7f29a3b
asix: fix setting mac address for AX88772
by Jussi Kivilinna
· 15 years ago
a92635d
net/usb: convert to use netdev_for_each_mc_addr
by Jiri Pirko
· 15 years ago
60b8675
usbnet: Convert dev(dbg|err|warn|info) macros to netdev_<level>
by Joe Perches
· 15 years ago
4cd24ea
net: use netdev_mc_count and netdev_mc_empty when appropriate
by Jiri Pirko
· 15 years ago
8e95a20
drivers/net: Move && and || to end of previous line
by Joe Perches
· 15 years ago
37e8273
usbnet: Set link down initially for drivers that update link state
by Ben Hutchings
· 15 years ago
0fc0b73
netdev: drivers should make ethtool_ops const
by Stephen Hemminger
· 15 years ago
1703338
usbnet: convert asix driver to net_device_ops
by Stephen Hemminger
· 16 years ago
fef7cc0
asix: new device ids
by Greg Kroah-Hartman
· 16 years ago
c94cb31
net: prepare usb net drivers for addition of status as a parameter
by Oliver Neukum
· 16 years ago
a7f75c0
asix: Fix asix-based cards connecting to 10/100Mbs LAN.
by Pantelis Koukousoulas
· 16 years ago
ccf9540
USB: net: asix: add support for Cables-to-Go USB Ethernet adapter
by Jason Cooper
· 16 years ago
3d60efb5
net/usb: add support for Apple USB Ethernet Adapter
by Aurelien Nephtali
· 17 years ago
ac7b77f
usb/asix: add Buffalo LUA-U2-GT 10/100/1000
by Mattia Dongili
· 17 years ago
3692e94
Move usbnet.h and rndis_host.h to include/linux/usb
by Jussi Kivilinna
· 17 years ago
94d4336
[usb netdev] asix: fix regression
by Russ Dill
· 17 years ago
51bf297
asix fixes
by Al Viro
· 17 years ago
a11a654
support for USB autosuspend in the asix driver
by Oliver Neukum
· 17 years ago
2ed22bc
asix.c - Add Belkin F5D5055 ids
by David Hollis
· 18 years ago
5b2fc49
Move USB network drivers to drivers/net/usb.
by Jeff Garzik
· 18 years ago
[Renamed from drivers/usb/net/asix.c]
27d7ff4
[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}
by Arnaldo Carvalho de Melo
· 18 years ago
27a884d
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
by Arnaldo Carvalho de Melo
· 18 years ago
39c4b38
USB: asix.c - Add JVC-PRX1 ids
by David Hollis
· 18 years ago
57e4f04
USB: asix - Fix endian issues in asix_tx_fixup()
by David Hollis
· 18 years ago
cd354f1
[PATCH] remove many unneeded #includes of sched.h
by Tim Schmielau
· 18 years ago
b29cf31
ASIX: Add IO-DATA ETG-US2 Support.
by YOSHIFUJI Hideaki / 吉藤英明
· 18 years ago
d0ffff8
USB: asix: Detect internal PHY and enable/use accordingly
by Andres Salomon
· 18 years ago
14e51f2
USB: asix: Fix AX88772 device PHY selection
by David Hollis
· 18 years ago
9aa742e
USB: endianness fix for asix.c
by Oliver Neukum
· 18 years ago
a9fc633
usbnet: add a mutex around phy register access
by Arnd Bergmann
· 18 years ago
c41286f
usbnet: improve generic ethtool support
by Arnd Bergmann
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
b923e7f
USB: asix - Add alternate device IDs for Dlink DUB-E100 Rev B1
by David Hollis
· 18 years ago
933a27d
USB: asix - Add AX88178 support and many other changes
by David Hollis
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
7327413
[PATCH] USB: added support for ASIX 88178 chipset USB Gigabit Ethernet adaptor
by Eduard Warkentin
· 19 years ago
48b1be6
[PATCH] USB: Rename ax8817x_func() to asix_func() and add utility functions to reduce bloat
by David Hollis
· 19 years ago
5732ce8
[PATCH] USB: asix - Add device IDs for 0G0 Cable Ethernet
by David Hollis
· 19 years ago
5e0f76c
[PATCH] USB: asix.c - Add Linksys USB200M Rev 2 ids
by David Hollis
· 19 years ago
75318d2
[PATCH] USB: remove .owner field from struct usb_driver
by Greg Kroah-Hartman
· 19 years ago
654f311
[PATCH] USB: move CONFIG_USB_DEBUG checks into the Makefile
by Greg Kroah-Hartman
· 19 years ago
55016f1
[PATCH] gfp_t: drivers/usb
by Al Viro
· 19 years ago
2e55cc7
[PATCH] USB: usbnet (3/9) module for ASIX Ethernet adapters
by David Brownell
· 19 years ago