Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a5344876065e047d507800d0801a637d68d3b129
/
drivers
/
net
/
usb
/
usbnet.c
83bfba5
usbnet: Use skb_queue_walk_safe() instead of by-hand implementation.
by David S. Miller
· 16 years ago
3692e94
Move usbnet.h and rndis_host.h to include/linux/usb
by Jussi Kivilinna
· 17 years ago
6e3bbcc
usbnet: Use wlan device name for RNDIS wireless devices
by Jussi Kivilinna
· 17 years ago
4aa92cd
[NET]: Let USB_USBNET always select MII.
by Adrian Bunk
· 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
a11a654
support for USB autosuspend in the asix driver
by Oliver Neukum
· 17 years ago
9514bfe
Cleanup usbnet_probe() return value handling
by Peter Korsgaard
· 17 years ago
18ab458
usbnet whitespace fixes
by David Brownell
· 18 years ago
3e323f3
usbnet: Zero padding byte if there is tail room in skb
by Peter Korsgaard
· 18 years ago
3643312
USB: address FIXME in usbnet w.r.t drivers claiming multiple interfaces
by Oliver Neukum
· 18 years ago
5b2fc49
Move USB network drivers to drivers/net/usb.
by Jeff Garzik
· 18 years ago
[Renamed from drivers/usb/net/usbnet.c]
296c024
USB: usbnet reports minidriver name through ethtool
by David Brownell
· 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
cb1cebb
usbnet: init fault (oops) cleanup, whitespace fixes
by David Brownell
· 18 years ago
cd354f1
[PATCH] remove many unneeded #includes of sched.h
by Tim Schmielau
· 18 years ago
e94b176
[PATCH] slab: remove SLAB_KERNEL
by Christoph Lameter
· 18 years ago
4c1ac1b
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David Howells
· 18 years ago
fc6e254
USB: usbnet: Use usb_endpoint_* functions
by Luiz Fernando N. Capitulino
· 18 years ago
c402895
WorkStruct: make allyesconfig
by David Howells
· 18 years ago
18ee91fa
USB: use MII hooks only if CONFIG_MII is enabled
by David Brownell
· 18 years ago
7259f0d
[PATCH] lockdep: annotate DECLARE_WAIT_QUEUE_HEAD
by Peter Zijlstra
· 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
f8ac232
USB: drivers/usb/net/*: use BUILD_BUG_ON
by Alexey Dobriyan
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
38e2bfc
USB: Dealias -110 code (more complete)
by Pete Zaitcev
· 18 years ago
25d94e6
usbnet: printk format warning
by Randy Dunlap
· 18 years ago
a99c194
USB: usbnet - Add unlink_rx_urbs() call to allow for Jumbo Frames
by Jamie Painter
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
654f311
[PATCH] USB: move CONFIG_USB_DEBUG checks into the Makefile
by Greg Kroah-Hartman
· 19 years ago
db69087
[PATCH] usb_interface power state
by David Brownell
· 19 years ago
55016f1
[PATCH] gfp_t: drivers/usb
by Al Viro
· 19 years ago
090ffa9
[PATCH] USB: usbnet (9/9) module for pl2301/2302 cables
by David Brownell
· 19 years ago
64e0491
[PATCH] USB: usbnet (8/9) module for RNDIS devices
by David Brownell
· 19 years ago
4324fd4
[PATCH] USB: usbnet (7/9) module for CDC Ethernet
by David Brownell
· 19 years ago
0aa599c
[PATCH] USB: usbnet (6/9) module for Zaurii and compatibles
by David Brownell
· 19 years ago
47ee305
[PATCH] USB: usbnet (5/9) module for genesys gl620a cables
by David Brownell
· 19 years ago
904813c
[PATCH] USB: usbnet (4/9) module for net1080 cables
by David Brownell
· 19 years ago
2e55cc7
[PATCH] USB: usbnet (3/9) module for ASIX Ethernet adapters
by David Brownell
· 19 years ago
38bde1d
[PATCH] USB: usbnet (2/9) module for simple network links
by David Brownell
· 19 years ago
f29fc25
[PATCH] USB: usbnet (1/9) clean up framing
by David Brownell
· 19 years ago
b375a04
[PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernel
by Alan Stern
· 19 years ago
0d9899f
[PATCH] USB: usbnet and unsigned gfp_flags
by david-b@pacbell.net
· 19 years ago
8728b83
[NET]: Kill skb->list
by David S. Miller
· 19 years ago
2bbfb16
[PATCH] usbnet oops fix
by lepton
· 19 years ago
b03efcf
[NET]: Transform skb_queue_len() binary tests into skb_queue_empty()
by David S. Miller
· 19 years ago
e3bc8b4
[PATCH] USB: usbnet debug message fix
by David Brownell
· 20 years ago
f4d340c
[PATCH] USB: resolve Zaurus problem
by David Brownell
· 20 years ago
80615f8
[PATCH] USB: usbnet driver fixes
by David Brownell
· 20 years ago
b9ab074
[PATCH] USB: new usbnet device id
by Andrea Arcangeli
· 20 years ago
5330e92
[PATCH] size_t portability fixes - drivers/usb
by Al Viro
· 20 years ago
f3fae6e
[PATCH] USB: better usbnet zaurus/mdlm/... fix
by David Brownell
· 20 years ago
7ea13c9
[PATCH] usbnet: Convert ASIX code to use new status infrastructure
by David Hollis
· 20 years ago
a2fe201
[PATCH] USB: usbnet and zaurus zl-5600
by David Brownell
· 20 years ago
403a981
[PATCH] USB: usbnet printk warning fix
by akpm@osdl.org
· 20 years ago
27d72e8
[PATCH] usb suspend updates (interface suspend)
by David Brownell
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago