index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
rndis.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-18
usb: gadget: rndis: merge u_rndis.ko with usb_f_rndis.ko
Andrzej Pietrasiewicz
1
-5
/
+2
2014-11-18
usb: gadget: rndis: Staticize rndis_init()/rndis_exit()
Jingoo Han
1
-2
/
+2
2014-11-18
usb: gadget: rndis: init & exit rndis at module load/unload
Andrzej Pietrasiewicz
1
-2
/
+2
2014-11-18
usb: gadget: rndis: convert into module
Andrzej Pietrasiewicz
1
-0
/
+18
2013-04-09
procfs: new helper - PDE_DATA(inode)
Al Viro
1
-2
/
+2
2013-02-22
new helper: file_inode(file)
Al Viro
1
-1
/
+1
2012-08-23
usb: gadget: use native print_hex_dump_bytes()
Andy Shevchenko
1
-20
/
+2
2012-05-12
usb/net: rndis: fixup a few name prefixes
Linus Walleij
1
-2
/
+2
2012-05-12
usb/net: rndis: merge command codes
Linus Walleij
1
-19
/
+18
2012-05-12
usb/net: rndis: merge media type definitions
Linus Walleij
1
-4
/
+4
2012-05-12
usb/net: rndis: merge duplicate 802_* OIDs
Linus Walleij
1
-31
/
+31
2012-05-12
usb/net: rndis: eliminate first set of duplicate OIDs
Linus Walleij
1
-80
/
+80
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
1
-1
/
+0
2010-10-24
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
1
-2
/
+0
2010-10-22
USB: gadget: rndis: fix up coding style issues in the file
Mihai Donțu
1
-248
/
+244
2010-09-03
USB: Fix kernel oops with g_ether and Windows
Maxim Osipov
1
-3
/
+7
2010-09-03
USB: rndis: section mismatch fix
Henrik Kretzschmar
1
-1
/
+1
2010-08-10
drivers/usb: Remove unnecessary return's from void functions
Joe Perches
1
-2
/
+0
2010-07-07
net: fix 64 bit counters on 32 bit arches
Eric Dumazet
1
-1
/
+2
2010-06-15
gadget/rndis: dev_get_stats() now returns rtnl_link_stats64.
David S. Miller
1
-1
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-09-23
USB: gadget: Add EEM gadget driver
Brian Niebuhr
1
-3
/
+10
2009-07-12
USB: gadget: rndis conformance tweak
Qiuping Chen
1
-0
/
+2
2009-03-21
usbnet: convert rndis driver to use dev_get_stats
Stephen Hemminger
1
-5
/
+2
2009-02-14
rndis: remove private wrapper of __constant_cpu_to_le32
Harvey Harrison
1
-46
/
+46
2008-10-16
usb gadget: link fixes for network gadget
David Brownell
1
-60
/
+55
2008-07-21
usb gadget: RNDIS cleanups
David Brownell
1
-306
/
+60
2008-07-21
USB: rndis: switch to seq_files
Alexey Dobriyan
1
-28
/
+25
2008-07-21
USB: remove CVS keywords
Adrian Bunk
1
-2
/
+0
2008-04-29
usb: use get/put_unaligned_* helpers
Harvey Harrison
1
-25
/
+15
2008-04-24
USB: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-73
/
+73
2008-04-24
USB: gadget section fixes
David Brownell
1
-1
/
+1
2008-02-01
USB: gadget code switches to pr_err() and friends
David Brownell
1
-12
/
+8
2007-07-12
USB: usb gadget stack can now -DDEBUG with Kconfig
David Brownell
1
-82
/
+82
2007-06-08
USB: usb gadgets avoid le{16,32}_to_cpup()
David Brownell
1
-13
/
+22
2007-02-11
[PATCH] proc: remove useless (and buggy) ->nlink settings
Alexey Dobriyan
1
-1
/
+0
2006-07-12
[PATCH] USB: gadget section fixups
David Brownell
1
-1
/
+1
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-21
[PATCH] USB: whitespace removal from usb/gadget/ether
David Brownell
1
-194
/
+195
2006-02-28
[PATCH] USB: Gadget RNDIS fix alloc bug. (buffer overflow)
Shaun Tancheff
1
-4
/
+7
2005-11-09
[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason
Olaf Hering
1
-1
/
+0
2005-06-27
[PATCH] USB gadget: drain rndis response queue on disconnect
David Brownell
1
-1
/
+7
2005-06-27
[PATCH] USB: rndis updates (mostly cleanup)
David Brownell
1
-246
/
+263
2005-04-18
[PATCH] usb gadget: ethernet/rndis updates
David Brownell
1
-21
/
+19
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+1428