index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
ti
/
cpsw.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drivers: net: cpsw: Add support for new CPSW IP version
Mugunthan V N
2013-08-05
1
-0
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-08-04
1
-1
/
+1
|
\
|
*
net: ethernet: cpsw: drop IRQF_DISABLED
Felipe Balbi
2013-08-02
1
-1
/
+1
*
|
drivers: net: cpsw: Add support for set MAC address
Mugunthan V N
2013-07-31
1
-0
/
+28
*
|
drivers: net: cpsw: add support to show hw stats via ethtool
Mugunthan V N
2013-07-25
1
-2
/
+200
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2013-07-10
1
-3
/
+4
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-07-03
1
-0
/
+3
|
|
\
|
*
|
drivers: net: cpsw: add newline after MACID log
Daniel Mack
2013-06-29
1
-2
/
+2
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-06-20
1
-1
/
+1
|
|
\
\
|
*
|
|
drivers: net: ethernet: cpsw: add phy-mode support to cpsw driver
Mugunthan V N
2013-06-04
1
-0
/
+2
|
*
|
|
net: ethernet: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-05-28
1
-1
/
+0
*
|
|
|
Merge tag 'pinctrl-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2013-07-03
1
-0
/
+11
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
drivers: net: cpsw: use pinctrl PM helpers
Mugunthan V N
2013-06-16
1
-0
/
+11
|
|
/
/
*
|
|
drivers: net: cpsw: fix compilation error with cpsw driver
Mugunthan V N
2013-06-24
1
-0
/
+1
*
|
|
drivers: net: cpsw: fix cpsw clock gating issue across suspend/resume
Mugunthan V N
2013-06-20
1
-0
/
+2
|
|
/
|
/
|
*
|
net: cpsw: check for cpts pointer after its allocation
Sebastian Siewior
2013-06-18
1
-1
/
+1
|
/
*
drivers: net: cpsw: irq not disabled in cpsw isr in particular sequence
Mugunthan V N
2013-05-02
1
-1
/
+1
*
drivers: net: cpsw: fix kernel warn on cpsw irq enable
Mugunthan V N
2013-04-30
1
-1
/
+1
*
net/cpsw: fix irq_disable() with threaded interrupts
Sebastian Siewior
2013-04-25
1
-3
/
+22
*
net/cpsw: optimize the for_each_slave_macro()
Sebastian Siewior
2013-04-25
1
-3
/
+6
*
net/cpsw: make sure modules remove does not leak any ressources
Sebastian Siewior
2013-04-25
1
-7
/
+16
*
net/ti: add MODULE_DEVICE_TABLE + MODULE_LICENSE
Sebastian Siewior
2013-04-25
1
-0
/
+1
*
net/cpsw: redo rx skb allocation in rx path
Sebastian Siewior
2013-04-25
1
-20
/
+13
*
net/davinci_cpdma: remove unused argument in cpdma_chan_submit()
Sebastian Siewior
2013-04-25
1
-5
/
+5
*
net/cpsw: don't rely only on netif_running() to check which device is active
Sebastian Siewior
2013-04-25
1
-11
/
+22
*
net/cpsw: don't continue if we miss to allocate rx skbs
Sebastian Siewior
2013-04-25
1
-13
/
+22
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-04-23
1
-1
/
+1
|
\
|
*
drivers: net: ethernet: cpsw: get slave VLAN id from slave node instead of cp...
Mugunthan V N
2013-04-15
1
-1
/
+1
*
|
net: vlan: prepare for 802.1ad VLAN filtering offload
Patrick McHardy
2013-04-19
1
-2
/
+2
*
|
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
Patrick McHardy
2013-04-19
1
-2
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-04-01
1
-1
/
+1
|
\
|
|
*
drivers: net: ethernet: cpsw: use netif_wake_queue() while restarting tx queue
Mugunthan V N
2013-03-27
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-03-22
1
-1
/
+1
|
\
|
|
*
net: ethernet: cpsw: fix erroneous condition in error check
Lothar Waßmann
2013-03-21
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-03-20
1
-1
/
+1
|
\
|
|
*
net: ethernet: cpsw: fix usage of cpdma_check_free_tx_desc()
Daniel Mack
2013-03-13
1
-1
/
+1
*
|
drivers: net: ethernet: cpsw: implement get phy_id via ioctl
Mugunthan V N
2013-03-13
1
-2
/
+14
*
|
driver: net: ethernet: cpsw: implement interrupt pacing via ethtool
Mugunthan V N
2013-03-13
1
-0
/
+104
*
|
driver: net: ethernet: cpsw: implement ethtool get/set phy setting
Mugunthan V N
2013-03-13
1
-0
/
+29
*
|
drivers: net: ethernet: cpsw: change cpts_active_slave to active_slave
Mugunthan V N
2013-03-13
1
-5
/
+5
|
/
*
drivers: net: ethernet: cpsw: consider number of slaves in interation
Daniel Mack
2013-02-26
1
-1
/
+1
*
drivers: net: davinci_cpdma: acknowledge interrupt properly
Mugunthan V N
2013-02-18
1
-9
/
+16
*
driver: net: ethernet: cpsw: dual emac interface implementation
Mugunthan V N
2013-02-12
1
-52
/
+283
*
driver: net: ethernet: cpsw: make cpts as pointer
Mugunthan V N
2013-02-12
1
-15
/
+21
*
driver: net: ethernet: davinci_cpdma: add support for directed packet and sou...
Mugunthan V N
2013-02-12
1
-3
/
+3
*
drivers: net:ethernet: cpsw: add support for VLAN
Mugunthan V N
2013-02-06
1
-2
/
+104
*
drivers: net: cpsw: Add helper functions for VLAN ALE implementation
Mugunthan V N
2013-02-06
1
-4
/
+4
*
ethernet: Remove unnecessary alloc/OOM messages, alloc cleanups
Joe Perches
2013-02-04
1
-5
/
+3
*
net: ethernet: davinci_cpdma: Add boundary for rx and tx descriptors
Mugunthan V N
2013-01-18
1
-0
/
+9
*
net: phy: remove flags argument from phy_{attach, connect, connect_direct}
Florian Fainelli
2013-01-14
1
-1
/
+1
[next]