开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
ti
/
netcp_core.c
Age
Commit message (
Expand
)
Author
2024-10-04
net: ethernet: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2023-09-20
net: ethernet: ti: Convert to platform remove callback returning void
Uwe Kleine-König
2023-03-30
net: ethernet: ti: Fix format specifier in netcp_create_interface()
Nathan Chancellor
2022-11-03
net: ethernet: ti: Fix return type of netcp_ndo_start_xmit()
Nathan Chancellor
2022-10-28
net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).
Thomas Gleixner
2022-09-28
net: drop the weight argument from netif_napi_add
Jakub Kicinski
2022-05-05
net: switch to netif_napi_add_tx()
Jakub Kicinski
2022-04-29
eth: remove copies of the NAPI_POLL_WEIGHT define
Jakub Kicinski
2022-03-17
net: ethernet: ti: Fix spelling mistake and clean up message
Colin Ian King
2021-10-14
ethernet: make use of eth_hw_addr_random() where appropriate
Jakub Kicinski
2021-10-07
ethernet: use of_get_ethdev_address()
Jakub Kicinski
2021-10-02
ethernet: use eth_hw_addr_set() instead of ether_addr_copy()
Jakub Kicinski
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2021-05-10
net: netcp: Fix an error message
Christophe JAILLET
2021-04-13
of: net: pass the dst buffer to of_get_mac_address()
Michael Walle
2020-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
2019-12-12
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-07-30
net: Use skb_frag_off accessors
Jonathan Lemon
2019-05-07
net: ethernet: support of_get_mac_address new ERR_PTR error
Petr Štetiar
2019-04-27
net: ethernet: ti: convert to SPDX license identifiers
Grygorii Strashko
2019-02-18
net: netcp: Fix ethss driver probe issue
Murali Karicheri
2018-08-29
net: ethernet: Convert to using %pOFn instead of device_node.name
Rob Herring
2018-07-09
net: Add generic ndo_select_queue functions
Alexander Duyck
2018-06-23
net: drivers/net: Convert random_ether_addr to eth_random_addr
Joe Perches
2018-04-18
net: netcp: add api to support set rx mode in netcp modules
WingMan Kwok
2018-04-18
net: netcp: support probe deferral
Murali Karicheri
2018-04-18
Revert "net: netcp: remove dead code from the driver"
Murali Karicheri
2018-01-17
Net: ethernet: ti: netcp: Fix inbound ping crash if MTU size is greater than ...
Rex Chang
2017-11-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2017-11-15
mm: remove __GFP_COLD
Mel Gorman
2017-11-08
net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIO
Nogah Frankel
2017-09-08
net: ethernet: ti: netcp_core: no need in netif_napi_del
Ivan Khoronzhuk
2017-08-07
net: sched: get rid of struct tc_to_netdev
Jiri Pirko
2017-08-07
net: sched: change return value of ndo_setup_tc for driver supporting mqprio ...
Jiri Pirko
2017-08-07
net: sched: push cls related args into cls_common structure
Jiri Pirko
2017-08-07
net: sched: make type an argument for ndo_setup_tc
Jiri Pirko
2017-06-08
net: propagate tc filter chain index down the ndo_setup_tc call
Jiri Pirko
2017-05-11
net: ethernet: ti: netcp_core: return error while dma channel open issue
Ivan Khoronzhuk
2017-04-25
net: ethernet: ti: netcp_core: remove unused compl queue mapping
Ivan Khoronzhuk
2017-03-15
mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.
Amritha Nambiar
2017-02-10
net: ethernet: ti: netcp_core: remove netif_trans_update
Ivan Khoronzhuk
2017-01-30
drivers: net: generalize napi_complete_done()
Eric Dumazet
2017-01-11
net: netcp: correct netcp_get_stats function signature
Keerthy
2017-01-07
net: netcp: use hw capability to remove FCS word from rx packets
Karicheri, Muralidharan
2017-01-07
net: netcp: store network statistics in 64 bits
Michael Scherban
2017-01-07
net: netcp: remove the redundant memmov()
Karicheri, Muralidharan
2017-01-07
net: netcp: extract eflag from desc for rx_hook handling
Karicheri, Muralidharan
2016-12-10
net: ethernet: ti: netcp: add support of cpts
WingMan Kwok
2016-11-16
net: netcp: replace IS_ERR_OR_NULL by IS_ERR
Julia Lawall
[next]