index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
smsc
/
epic100.c
Age
Commit message (
Expand
)
Author
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
2022-06-27
epic100: fix use after free on rmmod
Tong Zhang
2021-10-14
ethernet: replace netdev->dev_addr 16bit writes
Jakub Kicinski
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2020-09-03
epic100: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2020-07-07
epic100: use generic power management
Vaibhav Gupta
2020-01-06
epic100: allow nesting of ethtool_ops begin() and complete()
Michal Kubecek
2019-12-12
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-02-06
net: smsc: epic100: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop...
Yang Wei
2018-07-04
epic100: remove redundant variable 'irq'
Colin Ian King
2017-10-28
drivers/net: smsc: Convert timers to use timer_setup()
Kees Cook
2017-09-21
drivers: net: smsc: use setup_timer() helper.
Allen Pais
2017-06-05
net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd ...
yuval.shaia@oracle.com
2017-03-06
net: smsc: epic100: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
2017-02-05
epic100: use napi_complete_done()
Eric Dumazet
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-10-13
net: deprecate eth_change_mtu, remove usage
Jarod Wilson
2016-05-04
treewide: replace dev->trans_start update with helper
Florian Westphal
2014-08-12
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
Benoit Taine
2013-11-02
epic100: replace printk with netdev_ calls
Ben Boeckel
2013-10-22
net: epic100: remove unnecessary pci_set_drvdata()
Jingoo Han
2012-12-07
drivers/net: fix up function prototypes after __dev* removals
Greg Kroah-Hartman
2012-12-03
epic100: remove __dev* attributes
Bill Pemberton
2012-04-07
epic100: stop using net_device.{base_addr, irq} and convert to __iomem.
Francois Romieu
2012-02-08
netdev: ethernet dev_alloc_skb to netdev_alloc_skb
Pradeep A. Dalvi
2012-01-31
drivers/net: Remove alloc_etherdev error messages
Joe Perches
2011-11-08
sweep the floors and convert some .get_drvinfo routines to strlcpy
Rick Jones
2011-08-17
net: remove use of ndo_set_multicast_list in drivers
Jiri Pirko
2011-08-10
smsc: Move the SMC (SMSC) drivers
Jeff Kirsher