Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
4bc21d4162366bb892dc1a4a92110c656e2622ca
/
drivers
/
net
/
ethernet
/
ti
/
cpsw.c
4bc21d4
net/ti: add MODULE_DEVICE_TABLE + MODULE_LICENSE
by Sebastian Siewior
· 12 years ago
b4727e6
net/cpsw: redo rx skb allocation in rx path
by Sebastian Siewior
· 12 years ago
aef614e
net/davinci_cpdma: remove unused argument in cpdma_chan_submit()
by Sebastian Siewior
· 12 years ago
fd51cf1
net/cpsw: don't rely only on netif_running() to check which device is active
by Sebastian Siewior
· 12 years ago
aacebbf
net/cpsw: don't continue if we miss to allocate rx skbs
by Sebastian Siewior
· 12 years ago
6e0895c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
80d5c36
net: vlan: prepare for 802.1ad VLAN filtering offload
by Patrick McHardy
· 12 years ago
f646968
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
by Patrick McHardy
· 12 years ago
91c4166
drivers: net: ethernet: cpsw: get slave VLAN id from slave node instead of cpsw node
by Mugunthan V N
· 12 years ago
a210576
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
b56d6b3f
drivers: net: ethernet: cpsw: use netif_wake_queue() while restarting tx queue
by Mugunthan V N
· 12 years ago
ea3d1cc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
ce16294
net: ethernet: cpsw: fix erroneous condition in error check
by Lothar Waßmann
· 12 years ago
6181659
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
d35162f
net: ethernet: cpsw: fix usage of cpdma_check_free_tx_desc()
by Daniel Mack
· 12 years ago
11f2c98
drivers: net: ethernet: cpsw: implement get phy_id via ioctl
by Mugunthan V N
· 12 years ago
ff5b8ef
driver: net: ethernet: cpsw: implement interrupt pacing via ethtool
by Mugunthan V N
· 12 years ago
d3bb9c5
driver: net: ethernet: cpsw: implement ethtool get/set phy setting
by Mugunthan V N
· 12 years ago
e86ac13
drivers: net: ethernet: cpsw: change cpts_active_slave to active_slave
by Mugunthan V N
· 12 years ago
0237c11
drivers: net: ethernet: cpsw: consider number of slaves in interation
by Daniel Mack
· 12 years ago
510a1e72
drivers: net: davinci_cpdma: acknowledge interrupt properly
by Mugunthan V N
· 12 years ago
d9ba8f9
driver: net: ethernet: cpsw: dual emac interface implementation
by Mugunthan V N
· 12 years ago
9232b16
driver: net: ethernet: cpsw: make cpts as pointer
by Mugunthan V N
· 12 years ago
f6e135c
driver: net: ethernet: davinci_cpdma: add support for directed packet and source port detection
by Mugunthan V N
· 12 years ago
3b72c2f
drivers: net:ethernet: cpsw: add support for VLAN
by Mugunthan V N
· 12 years ago
e11b220
drivers: net: cpsw: Add helper functions for VLAN ALE implementation
by Mugunthan V N
· 12 years ago
b2adaca
ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups
by Joe Perches
· 12 years ago
fae5082
net: ethernet: davinci_cpdma: Add boundary for rx and tx descriptors
by Mugunthan V N
· 12 years ago
f9a8f83
net: phy: remove flags argument from phy_{attach, connect, connect_direct}
by Florian Fainelli
· 12 years ago
7826d43
ethtool: fix drvinfo strings set in drivers
by Jiri Pirko
· 12 years ago
663e12e
cpsw: remove __dev* attributes
by Bill Pemberton
· 12 years ago
3177bf6
net: ethernet: cpsw: fix build warnings for CPSW when CPTS not selected
by Mugunthan V N
· 12 years ago
71380f9b
net: cpsw: halt network stack before halting the device during suspend
by Mugunthan V N
· 12 years ago
549985e
cpsw: simplify the setup of the register pointers
by Richard Cochran
· 12 years ago
1fb19aa
net: cpsw: Add parent<->child relation support between cpsw and mdio
by Vaibhav Hiremath
· 12 years ago
5250c96
cpsw: fix leaking IO mappings
by Richard Cochran
· 12 years ago
a65dd5b
cpsw: rename register banks to match the reference manual, part 2
by Richard Cochran
· 12 years ago
2e5b38a
cpsw: support the HWTSTAMP ioctl and the CPTS
by Richard Cochran
· 12 years ago
00ab94e
cpts: specify the input clock frequency via DT
by Richard Cochran
· 12 years ago
78ca0b2
cpsw: add a DT field for the active time stamping port
by Richard Cochran
· 12 years ago
6b60393
cpsw: add a DT field for the cpts offset
by Richard Cochran
· 12 years ago
9750a3a
cpsw: support both silicon versions
by Richard Cochran
· 12 years ago
e90cfac
cpsw: remember the silicon version
by Richard Cochran
· 12 years ago
bd357af
cpsw: add missing fields to the CPSW_SS register bank.
by Richard Cochran
· 12 years ago
996a5c2
cpsw: rename register banks to match the reference manual
by Richard Cochran
· 12 years ago
5c50a85
drivers: net: ethernet: cpsw: add multicast address to ALE table
by Mugunthan V N
· 12 years ago
d4e6264
Revert "net: ti cpsw ethernet: allow reading phy interface mode from DT"
by David S. Miller
· 12 years ago
d755998
net: ti cpsw ethernet: allow reading phy interface mode from DT
by Daniel Mack
· 12 years ago
342b7b7
net: ti cpsw ethernet: set IFCTL_A bit in MACCONTROL
by Daniel Mack
· 12 years ago
2eb32b0
drivers: net: ethernet: cpsw: Add device tree support to CPSW
by Mugunthan V N
· 12 years ago
f150bd7
driver: net: ethernet: cpsw: runtime PM support
by Mugunthan V N
· 12 years ago
7efd26d
ethernet: Use eth_random_addr
by Joe Perches
· 12 years ago
5c473ed
cpsw: Hook up default ndo_change_mtu.
by David S. Miller
· 13 years ago
df82859
netdev: driver: ethernet: Add TI CPSW driver
by Mugunthan V N
· 13 years ago