index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
old/tizen_20241126
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
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.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
eth
/
smsc95xx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-13
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
1
-3
/
+3
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
1
-1
/
+1
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
1
-2
/
+2
2020-07-17
treewide: convert bd_t to struct bd_info by coccinelle
Masahiro Yamada
1
-1
/
+1
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop log.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop net.h from common header
Simon Glass
1
-0
/
+1
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2017-05-09
net: smsc95xx: Correct free_pkt() implementation
Simon Glass
1
-2
/
+2
2016-10-13
net: smsc95xx: fix DM MAC address reading
Stephen Warren
1
-0
/
+16
2016-08-15
net: smsc95xx: Use correct get_unaligned functions
Chris Packham
1
-2
/
+2
2016-04-01
smsc95xx: fix operation on 64-bit systems
Stephen Warren
1
-2
/
+2
2015-11-12
driver: usb: Fix pointer conversion warnings for hikey
Prabhakar Kushwaha
1
-4
/
+5
2015-10-29
Merge branch 'master' of git://git.denx.de/u-boot-net
Tom Rini
1
-19
/
+4
2015-10-29
smsc95xx: Use zero length packets when RX fifo is empty
Stefan Brüns
1
-16
/
+0
2015-10-28
smsc95xx: Fetch whole burst with 1 URB, avoid framing errors
Stefan Brüns
1
-3
/
+4
2015-10-23
dm: Rename dev_get_parentdata() to dev_get_parent_priv()
Simon Glass
1
-2
/
+2
2015-09-11
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
Simon Glass
1
-0
/
+1
2015-08-06
net: smsc95xx: Add driver-model support
Simon Glass
1
-0
/
+142
2015-08-06
net: smsc95xx: Prepare for conversion to driver model
Simon Glass
1
-122
/
+150
2015-08-06
net: smsc95xx: Correct the error numbers
Simon Glass
1
-22
/
+26
2015-08-06
net: smsc95xx: Rename AX_RX_URB_SIZE to RX_URB_SIZE
Simon Glass
1
-5
/
+5
2015-08-06
net: smsc95xx: Sort the include files
Simon Glass
1
-2
/
+3
2015-04-18
net: cosmetic: Fix var naming net <-> eth drivers
Joe Hershberger
1
-1
/
+2
2015-04-18
net: cosmetic: Name ethaddr variables consistently
Joe Hershberger
1
-1
/
+1
2014-09-16
net: usb: Add SMSC copyright to smsc95xx driver
Simon Glass
1
-0
/
+1
2014-06-25
usb: eth: smsc95xx: add LAN9500A device ID
Ilya Ledvich
1
-0
/
+1
2013-10-20
usb:smsx95xx LED activity for USB net driver
Suriyan Ramasami
1
-0
/
+14
2013-08-19
net: smsc95xx: Add support for another SMSC95xx variant
Stefan Roese
1
-0
/
+1
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
1
-16
/
+1
2013-05-14
OMAP5: Enable USB Ethernet support with LAN9730
Lubomir Popov
1
-0
/
+1
2013-03-18
usb: usbeth: smsc95xx: remove EEPROM loaded check
Michael Spang
1
-4
/
+0
2012-09-26
net: introduce transparent driver private in ueth_data
Lucas Stach
1
-14
/
+35
2012-07-18
smsc95xx: align buffers to cache line size
Ilya Yanok
1
-4
/
+9
2012-05-22
drivers/usb/eth/smsc95xx.c: Fix GCC 4.6 warning
Anatolij Gustschin
1
-2
/
+1
2011-11-22
smsc95xx: Debug message cleanup
Wolfgang Grandegger
1
-7
/
+3
2011-11-22
smsc95xx: Fix MAC address programming
Wolfgang Grandegger
1
-3
/
+3
2011-10-27
GCC4.6: Squash warnings in smsc95xx.c
Marek Vasut
1
-1
/
+1
2011-08-08
Add support for SMSC95XX USB 2.0 10/100MBit Ethernet Adapter
Simon Glass
1
-0
/
+879