Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
9711f52806655bcfa28fe5594b91fed430beb72e
/
drivers
/
net
b1f6be5
qbman_portal.c: Update BUG_ON() call in qbman_swp_mc_submit
by Tom Rini
· 9 years ago
b8de29f
net: gem: Enable CTRL+C in wait_for_bit
by Michal Simek
· 9 years ago
596e578
net: gem: Move gem to Kconfig
by Michal Simek
· 9 years ago
3cdb145
net: gem: Read information about interface from DT
by Michal Simek
· 9 years ago
6889ca7
net: gem: Move driver to DM
by Michal Simek
· 9 years ago
5a9284f
net: gem: Fix miiphy_read name
by Michal Simek
· 9 years ago
687d731
net: gem: Remove zynq_gem_of_init()
by Michal Simek
· 9 years ago
c8e2927
net: gem: Enable MDIO bus earlier
by Michal Simek
· 9 years ago
90c6f2e
net: gem: Check if priv->phydev is valid
by Michal Simek
· 9 years ago
68cc3bd
net: gem: Extract phy init code
by Michal Simek
· 9 years ago
64a7ead
net: gem: Remove phydev variable
by Michal Simek
· 9 years ago
f2fc276
net: gem: Change mii function not to use eth_device structure
by Michal Simek
· 9 years ago
3fac272
net: gem: Change mdio_wait prototype to pass regs
by Michal Simek
· 9 years ago
b904725
net: gem: Do not continue if phy is not found
by Michal Simek
· 9 years ago
78536bc
sparc: Use microseconds instead of ticks for timeout
by Francois Retief
· 10 years ago
f8642ba
net: phy: added aquantia PHY AQR405 support
by Shaohui Xie
· 9 years ago
06b5301
armv8: ls2085a: Add support of LS2085A SoC
by Prabhakar Kushwaha
· 9 years ago
4493721
armv8: LS2080A: Rename LS2085A to reflect LS2080A
by Prabhakar Kushwaha
· 9 years ago
1448045
driver: net: ldpaa: Fix Rx buffer alignment
by Prabhakar Kushwaha
· 9 years ago
5038d3e
driver: net: ldpaa: Add debug information
by Prabhakar Kushwaha
· 9 years ago
c919ab9
driver: net: ldpaa: Use DPMAC as net device
by Prabhakar Kushwaha
· 9 years ago
1730a17
driver: net: fsl-mc: Create DPAA2 object at run-time
by Prabhakar Kushwaha
· 9 years ago
fb4a87a
driver: net: fsl-mc: Add DPAA2 commands to manage MC
by Prabhakar Kushwaha
· 9 years ago
553d275
driver: net: fsl-mc: Increase MC command timeout
by Prabhakar Kushwaha
· 9 years ago
f9127a0
driver: ldpaa: Add api to return linked PHY ID of DPMAC
by Prabhakar Kushwaha
· 9 years ago
872d48a
driver: net: fsl-mc: Add APIs for DPMAC objects in FLIB
by Prabhakar Kushwaha
· 9 years ago
1ebbe4f
driver: net: fsl-mc: Add create, destroy APIs in flibs
by Prabhakar Kushwaha
· 9 years ago
99e904c
armv8: lsch3: Fix lane protocol parsing logic
by Prabhakar Kushwaha
· 9 years ago
24b852a
Move console definitions into a new console.h file
by Simon Glass
· 9 years ago
6777f38
net: zynq: Fix MDC setting for zynq
by Michal Simek
· 9 years ago
2889659
net: zynq: Remove unused MDCCLKDIV2 macro
by Michal Simek
· 9 years ago
242b154
net: zynq: Fix mdc clock division setting for 100Mbit/s
by Michal Simek
· 9 years ago
e4d2318
net: zynq: Wait till packet is sent
by Michal Simek
· 9 years ago
603ff00
net: zynq: Disable secondary queues
by Edgar E. Iglesias
· 9 years ago
23a598f
net: zynq: Add dummy packet to fix packet duplication issue
by Michal Simek
· 9 years ago
081dc2f
net: zynq: Do not report TX underrun
by Michal Simek
· 9 years ago
45c0774
net: zynq: Setup BD when structures are filled
by Michal Simek
· 9 years ago
ff47587
net: zynq: Allocate BD_SPACE in connection to RX_BUF
by Michal Simek
· 9 years ago
0ebf404
net: zynq: Fix clearing statistic
by Michal Simek
· 9 years ago
97a51a0
net: zynq: Extend register description with offsets
by Michal Simek
· 9 years ago
16ce6de
net: zynq: Add support for different PHY interface types
by Michal Simek
· 9 years ago
198e9a4
net: zynq: Add debug message to phyread/phywrite
by Michal Simek
· 9 years ago
721aed7
net: phy: Add support for Texas Instruments DP83867
by Edgar E. Iglesias
· 9 years ago
e2b259f
altera_tse: change ioremap to map_physmem
by Thomas Chou
· 9 years ago
f2879f5
sparc: leon3: Moved GRLIB core header files to common include/grlib directory
by Daniel Hellstrom
· 15 years ago
898cc81
sparc: leon3: Reimplemented AMBA Plug&Play scanning routines.
by Daniel Hellstrom
· 15 years ago
5ea667e
pengwyn: nand and ethernet fixes
by Vincent BENOIT
· 9 years ago
5b47d40
driver: net: Fix pointer conversion warnings for xilinx_zynqmp_ep
by Prabhakar Kushwaha
· 9 years ago
e3e8726
net: altera_tse: add mSG-DMA support
by Thomas Chou
· 9 years ago
38fa4ac
net: altera_tse: add priv ops to prepare msgdma support
by Thomas Chou
· 9 years ago
577662f
net: altera_tse: wait sgdma in altera_tse_recv
by Thomas Chou
· 9 years ago
acd71c3
net: altera_tse: factor out stop mac func
by Thomas Chou
· 9 years ago
75199d6
net: altera_tse: get numbers of fdt address and size cells
by Thomas Chou
· 9 years ago
4c8df1d
net: altera_tse: use BIT macro
by Thomas Chou
· 9 years ago
14fb536
net: altera_tse: remove the useless parenthesis
by Thomas Chou
· 9 years ago
13146ec
net: altera_tse: fix packed and aligned attribute
by Thomas Chou
· 9 years ago
2cd0a52
net: altera_tse: use data type u32 for regs and desc
by Thomas Chou
· 9 years ago
fba54a5
net: altera_tse: remove unused macro and regs def
by Thomas Chou
· 9 years ago
1caf934
video: Drop DEV_FLAGS_SYSTEM flag
by Bin Meng
· 9 years ago
588eec2
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 9 years ago
3f616b6
net: pch_gbe: Add driver remove support
by Bin Meng
· 9 years ago
5d2459f
net: designware: Add driver remove support
by Bin Meng
· 9 years ago
17ecfa9
net: phy: Test previous phydev->dev against new mac dev
by Bin Meng
· 9 years ago
3e1949d
net: phy: Change to print all phys that are not found
by Bin Meng
· 9 years ago
0132b9a
net: phy: Don't create phy device when there is no phy
by Bin Meng
· 9 years ago
4f48515
net: phy: micrel: disable NAND-tree for KSZ8051
by Sylvain Rochet
· 9 years ago
f3ba552
net: rtl8169: Build warning fixes for 64-bit
by Stephen Warren
· 9 years ago
6617f87
net: phy: micrel: add support for KSZ8021RNL & KSZ8031RNL
by Sylvain Lemieux
· 9 years ago
e829734
armv8/ls1043a: Add Fman support
by Shaohui Xie
· 9 years ago
9f3183d
armv8/fsl_lsch3: Change arch to fsl-layerscape
by Mingkai Hu
· 9 years ago
bc24611
net/fm: Add QSGMII PCS init
by Shaohui Xie
· 9 years ago
8225b2f
net: Move some header files to include/
by Shaohui Xie
· 9 years ago
29d8c81
net: fm: bug fix when CONFIG_PHYLIB not defined
by Shaohui Xie
· 9 years ago
0f2cb9f
net/fm: Make the return value logic consistent with convention
by Hou Zhiqiang
· 9 years ago
9fc29db
net/fm: Add support for 64-bit platforms
by Hou Zhiqiang
· 9 years ago
648bde6
net/fm: Fix the endian issue to support both endianness platforms
by Hou Zhiqiang
· 9 years ago
7b2edb8
driver: net: ldpaa_eth: Set MAC address during interface open
by Prabhakar Kushwaha
· 9 years ago
96fa1e4
net: convert altera_tse to driver model and phylib
by Thomas Chou
· 9 years ago
997a318
driver: net: keystone_net: removing unused code
by Mugunthan V N
· 9 years ago
4657a2d
driver: net: keystone_net: add support for rgmii phy
by Vitaly Andrianov
· 9 years ago
bf7bd4e
driver: net: keystone_net: fix phy mode configuration
by Mugunthan V N
· 9 years ago
4cc7789
drivers: net: cpsw: convert driver to adopt device driver model
by Mugunthan V N
· 9 years ago
bcd5eed
drivers: net: cpsw: prepare driver for device model migration
by Mugunthan V N
· 9 years ago
c163e43
net: fix netconsole when CONFIG_DM_ETH is set
by Bernhard Nortmann
· 9 years ago
26d3acd
net: phy: on phy device create do not initialize link to 1
by Mugunthan V N
· 9 years ago
a857d5f
drivers/net/vsc9953: Add GPL-2.0+ SPDX-License-Identifier
by Codrin Ciubotariu
· 9 years ago
5ed1bac
drivers/net/vsc9953: Add commands for VLAN ingress filtering
by Codrin Ciubotariu
· 9 years ago
21d214f
drivers/net/vsc9953: Add command for shared/private VLAN learning
by Codrin Ciubotariu
· 9 years ago
a247792
drivers/net/vsc9953: Add VLAN commands for VSC9953
by Codrin Ciubotariu
· 9 years ago
2244985
drivers/net/vsc9953: Add commands to manipulate the FDB for VSC9953
by Codrin Ciubotariu
· 9 years ago
68c929d
drivers/net/vsc9953: Add commands to enable/disable HW learning
by Codrin Ciubotariu
· 9 years ago
86719f0
drivers/net/vsc9953: Add command to show/clear port counters
by Codrin Ciubotariu
· 9 years ago
24a23de
drivers/net/vsc9953: Use the generic Ethernet Switch parser
by Codrin Ciubotariu
· 9 years ago
9de0598
drivers/net/vsc9953: Add default configuration for VSC9953 L2 Switch
by Codrin Ciubotariu
· 9 years ago
fe91095
drivers/net/vsc9953: Fix bug when enabling a port
by Codrin Ciubotariu
· 9 years ago
3cc8cff
drivers/net/vsc9953: Cleanup patch
by Codrin Ciubotariu
· 9 years ago
c439048
drivers/net/vsc9953: Remove 'CONFIG_' from macros' name
by Codrin Ciubotariu
· 9 years ago
8b7ee66
net: designware: Add support to PCI designware devices
by Bin Meng
· 9 years ago
cf92e05
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
by Simon Glass
· 9 years ago
1c87dd7
arm: Remove xaeniax board
by Simon Glass
· 9 years ago
Next »