summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti/netcp_core.c
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: ti: Convert to platform remove callback returning voidUwe Kleine-König2023-09-201-3/+2
* net: ethernet: ti: Fix format specifier in netcp_create_interface()Nathan Chancellor2023-03-301-2/+2
* net: ethernet: ti: Fix return type of netcp_ndo_start_xmit()Nathan Chancellor2022-11-031-1/+1
* net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2022-10-281-4/+4
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-1/+1
* net: switch to netif_napi_add_tx()Jakub Kicinski2022-05-051-1/+1
* eth: remove copies of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-291-3/+2
* net: ethernet: ti: Fix spelling mistake and clean up messageColin Ian King2022-03-171-1/+1
* ethernet: make use of eth_hw_addr_random() where appropriateJakub Kicinski2021-10-141-2/+2
* ethernet: use of_get_ethdev_address()Jakub Kicinski2021-10-071-1/+1
* ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-021-1/+1
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* net: netcp: Fix an error messageChristophe JAILLET2021-05-101-2/+2
* of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-131-5/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-281-1/+1
|\
| * netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
|/
* net: Use skb_frag_off accessorsJonathan Lemon2019-07-301-1/+1
* net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-071-1/+1
* net: ethernet: ti: convert to SPDX license identifiersGrygorii Strashko2019-04-271-9/+1
* net: netcp: Fix ethss driver probe issueMurali Karicheri2019-02-181-1/+1
* net: ethernet: Convert to using %pOFn instead of device_node.nameRob Herring2018-08-291-14/+8
* net: Add generic ndo_select_queue functionsAlexander Duyck2018-07-091-8/+1
* net: drivers/net: Convert random_ether_addr to eth_random_addrJoe Perches2018-06-231-2/+2
* net: netcp: add api to support set rx mode in netcp modulesWingMan Kwok2018-04-181-0/+19
* net: netcp: support probe deferralMurali Karicheri2018-04-181-0/+4
* Revert "net: netcp: remove dead code from the driver"Murali Karicheri2018-04-181-0/+9
* Net: ethernet: ti: netcp: Fix inbound ping crash if MTU size is greater than ...Rex Chang2018-01-171-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-151-1/+1
|\
| * mm: remove __GFP_COLDMel Gorman2017-11-151-1/+1
* | net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel2017-11-081-1/+1
|/
* net: ethernet: ti: netcp_core: no need in netif_napi_delIvan Khoronzhuk2017-09-081-1/+0
* net: sched: get rid of struct tc_to_netdevJiri Pirko2017-08-071-3/+4
* net: sched: change return value of ndo_setup_tc for driver supporting mqprio ...Jiri Pirko2017-08-071-1/+1
* net: sched: push cls related args into cls_common structureJiri Pirko2017-08-071-1/+0
* net: sched: make type an argument for ndo_setup_tcJiri Pirko2017-08-071-3/+4
* net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko2017-06-081-2/+2
* net: ethernet: ti: netcp_core: return error while dma channel open issueIvan Khoronzhuk2017-05-111-2/+4
* net: ethernet: ti: netcp_core: remove unused compl queue mappingIvan Khoronzhuk2017-04-251-4/+0
* mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar2017-03-151-4/+8
* net: ethernet: ti: netcp_core: remove netif_trans_updateIvan Khoronzhuk2017-02-101-2/+0
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* net: netcp: correct netcp_get_stats function signatureKeerthy2017-01-111-3/+1
* net: netcp: use hw capability to remove FCS word from rx packetsKaricheri, Muralidharan2017-01-071-2/+6
* net: netcp: store network statistics in 64 bitsMichael Scherban2017-01-071-12/+56
* net: netcp: remove the redundant memmov()Karicheri, Muralidharan2017-01-071-3/+3
* net: netcp: extract eflag from desc for rx_hook handlingKaricheri, Muralidharan2017-01-071-3/+17
* net: ethernet: ti: netcp: add support of cptsWingMan Kwok2016-12-101-1/+19
* net: netcp: replace IS_ERR_OR_NULL by IS_ERRJulia Lawall2016-11-161-3/+3
* net: netcp: add missing of_node_put() in netcp_probe()Wei Yongjun2016-10-261-0/+4