index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
ti
/
cpmac.c
Age
Commit message (
Expand
)
Author
2022-09-29
net: cpmac: Add __init/__exit annotations to module init/exit funcs
ruanjinjie
2022-09-28
net: drop the weight argument from netif_napi_add
Jakub Kicinski
2022-08-31
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
2021-11-22
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
2021-10-14
ethernet: manually convert memcpy(dev_addr,..., sizeof(addr))
Jakub Kicinski
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2020-05-06
net: cpmac: Fix use correct return type for ndo_start_xmit()
Yunjian Wang
2020-01-23
net: convert suitable drivers to use phy_do_ioctl_running
Heiner Kallweit
2019-12-12
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-04-27
net: ethernet: ti: convert to SPDX license identifiers
Grygorii Strashko
2019-01-28
net: ti: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
Yang Wei
2018-12-18
net: ethernet: don't set phylib state CHANGELINK in drivers
Heiner Kallweit
2017-01-16
cpmac: remove hopeless #warning
Arnd Bergmann
2016-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-12-08
net: ethernet: cpmac: Call SET_NETDEV_DEV()
Florian Fainelli
2016-10-13
net: deprecate eth_change_mtu, remove usage
Jarod Wilson
2016-09-04
net: ti: cpmac: Fix compiler warning due to type confusion
Paul Burton
2016-07-20
net: cpmac: fix error handling of cpmac_probe()
Wei Yongjun
2016-07-19
net: ti: cpmac: Use the correct function to free some resources.
Christophe Jaillet
2016-07-15
net: ethernet: ti: cpmac: use phy_ethtool_{get|set}_link_ksettings
Philippe Reynes
2016-07-15
net: ethernet: ti: cpmac: use phydev from struct net_device
Philippe Reynes
2016-01-10
net: ti: cpmac: Fix build error due to missed API change
Guenter Roeck
2016-01-07
mdio: Move allocation of interrupts into core
Andrew Lunn
2015-10-16
drivers/net: get rid of unnecessary initializations in .get_drvinfo()
Ivan Vecera
2015-09-03
MIPS: Remove all the uses of custom gpio.h
Alban Bedel
2014-09-09
ethernet: ti: remove unwanted THIS_MODULE macro
Varka Bhadram
2014-08-11
net: ethernet: ti: cpmac.c: Cleaning up missing null-terminate after strncpy ...
Rickard Strandqvist
2014-07-10
net: cpmac: fix in debug messages
Varka Bhadram
2014-07-10
net: cpmac: fix in releasing resources
Varka Bhadram
2014-07-10
net: cpmac: fix proper spacing before return statement
Varka Bhadram
2014-07-10
net: cpmac: fix missing a blank line after declarations
Varka Bhadram
2014-07-10
net: cpmac: fix cpmac driver structure
Varka Bhadram
2014-07-10
net: cpmac: dynamic debug fixes
Varka Bhadram
2014-07-10
net: cpmac: fix comments
Varka Bhadram
2014-07-10
net: cpmac: remove space in macro defination
Varka Bhadram
2014-04-21
net: cpmac: remove cpmac_config
Florian Fainelli
2014-01-16
drivers/net: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2013-08-30
net: cpmac: use dev_get_platdata()
Jingoo Han
2013-01-14
net: phy: remove flags argument from phy_{attach, connect, connect_direct}
Florian Fainelli
2013-01-06
ethtool: fix drvinfo strings set in drivers
Jiri Pirko
2012-12-03
cpmac: remove __dev* attributes
Bill Pemberton
2012-02-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-02-13
cpmac: fix PHY name to match MDIO bus name
Florian Fainelli
2012-01-31
drivers/net: Remove alloc_etherdev error messages
Joe Perches
2012-01-10
cpmac: use an unique MDIO bus name.
Florian Fainelli
2011-08-17
net: remove use of ndo_set_multicast_list in drivers
Jiri Pirko
2011-08-12
davinci*/tlan/cpmac: Move the Texas Instruments (TI) drivers
Jeff Kirsher