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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-28
net: Move common init into a new eth_common.c file
Simon Glass
4
-28
/
+53
2016-01-28
net: Don't call board/cpu_eth_init() with driver model
Simon Glass
1
-2
/
+2
2016-01-28
tegra: Report errors from PCI init
Simon Glass
1
-1
/
+5
2016-01-28
net/designware: add support of max-speed device tree property
Alexey Brodkin
2
-1
/
+14
2016-01-28
net/designware: do explicit port selection for 1Gb mode
Alexey Brodkin
1
-0
/
+2
2016-01-28
include/net.h: add max_speed member in struct eth_pdata
Alexey Brodkin
1
-0
/
+2
2016-01-28
drivers/net/phy: introduce phy_set_supported()
Alexey Brodkin
2
-0
/
+25
2016-01-28
net: phy: breakdown PHY_*_FEATURES defines
Florian Fainelli
1
-7
/
+15
2016-01-28
net: phy: genphy: Allow overwriting features
Sascha Hauer
1
-5
/
+5
2016-01-28
net: phy: ensure Gigabit features are masked off if requested
Florian Fainelli
1
-18
/
+29
2016-01-28
arm: ls102xa: Rewrite the logic of ft_fixup_enet_phy_connect_type()
Bin Meng
1
-10
/
+6
2016-01-28
net: tsec: Use priv->tbiaddr to initialize TBI PHY address
Bin Meng
3
-1
/
+34
2016-01-28
net: tsec: Add driver model ethernet support
Bin Meng
2
-0
/
+196
2016-01-28
doc: dt-bindings: Describe Freescale TSEC ethernet controller
Bin Meng
1
-0
/
+43
2016-01-28
net: tsec: Use tsec_private pointer as the parameter for internal routines
Bin Meng
2
-12
/
+12
2016-01-28
net: tsec: Adjust orders to avoid forward declaration of tsec_send()
Bin Meng
1
-105
/
+103
2016-01-28
net: tsec: Move rxbd and txbd to struct tsec_private
Bin Meng
2
-37
/
+36
2016-01-28
net: tsec: Move rx_idx and tx_idx to struct tsec_private
Bin Meng
2
-28
/
+28
2016-01-28
net: tsec: fsl_mdio: Fix several cosmetic issues
Bin Meng
4
-61
/
+62
2016-01-28
arm: ls1021atwr: Do not wrap pci_eth_init() with CONFIG_TSEC_ENET
Bin Meng
1
-2
/
+2
2016-01-28
powerpc: p1010rdb: Do not wrap pci_eth_init() with CONFIG_TSEC_ENET
Bin Meng
1
-2
/
+2
2016-01-28
powerpc: mpc8548cds: Do not wrap pci_eth_init() with CONFIG_TSEC_ENET
Bin Meng
1
-2
/
+2
2016-01-28
powerpc: mpc8572ds: Do not wrap pci_eth_init() with CONFIG_TSEC_ENET
Bin Meng
1
-2
/
+2
2016-01-28
powerpc: c29xpcie: Do not wrap pci_eth_init() with CONFIG_TSEC_ENET
Bin Meng
1
-2
/
+2
2016-01-28
powerpc: bsc9132qds: Do not wrap pci_eth_init() with CONFIG_TSEC_ENET
Bin Meng
1
-2
/
+2
2016-01-28
net: bootp: Ignore packets whose yiaddr is 0
Peng Fan
1
-0
/
+3
2016-01-28
drivers: net: vsc9953: Add LAG support
Codrin Ciubotariu
5
-1
/
+430
2016-01-28
common: cmd_ethsw: Spelling fixes
Codrin Ciubotariu
1
-2
/
+2
2016-01-28
doc: t1040-l2switch: Update README
Codrin Ciubotariu
1
-7
/
+20
2016-01-28
drivers: net: vsc9953: Fix FDB aging time
Codrin Ciubotariu
2
-0
/
+27
2016-01-28
drivers: net: vsc9953: Fix number of reserved registers
Codrin Ciubotariu
1
-1
/
+1
2016-01-28
net: phy: do not read configuration register on reset
Stefan Agner
1
-9
/
+2
2016-01-12
Merge git://git.denx.de/u-boot-dm
Tom Rini
54
-557
/
+1456
2016-01-12
sandbox: eth-raw-os.c: Ensure that our interface name is not too long
Tom Rini
1
-0
/
+4
2016-01-12
dm: core: Add option to configure an offset for the address translation
Stefan Roese
3
-11
/
+62
2016-01-12
rockchip: Use the debug UART on rk3036
Simon Glass
5
-65
/
+16
2016-01-12
dm: ns16550: Allow the driver to be omitted if requested
Simon Glass
1
-0
/
+2
2016-01-12
dm: serial: Allow the UART driver to be dropped from the image
Simon Glass
2
-1
/
+23
2016-01-12
dm: net: usb: Convert mcs7830 driver to support driver model
Simon Glass
1
-0
/
+105
2016-01-12
dm: net: usb: Refactor mcs7830 driver ready for DM conversion
Simon Glass
1
-121
/
+144
2016-01-12
pci: Tidy up comments in pci_bind_bus_devices()
Simon Glass
1
-3
/
+1
2016-01-12
dm: Convert PCI MMC over to use DM PCI API
Simon Glass
5
-18
/
+15
2016-01-12
dm: usb: Convert echi-pci to use new DM PCI API
Simon Glass
1
-12
/
+39
2016-01-12
dm: ahci: Convert to use new DM PCI API
Simon Glass
2
-7
/
+67
2016-01-12
dm: pci: Switch to DM API for PCI address mapping
Simon Glass
2
-2
/
+2
2016-01-12
dm: net: Convert rtl8169 to use DM PCI API
Simon Glass
1
-19
/
+66
2016-01-12
dm: pci: Add driver model API functions for address mapping
Simon Glass
2
-0
/
+195
2016-01-12
dm: test: Convert PCI tests to use the DM PCI API
Simon Glass
1
-9
/
+6
2016-01-12
dm: tegra: net: Convert tegra boards to driver model for Ethernet
Simon Glass
6
-32
/
+1
2016-01-12
dm: pci: Drop the old version of pci_find_class()
Simon Glass
1
-42
/
+42
[next]