aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti/netcp_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-09-20net: ethernet: ti: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-03-30net: ethernet: ti: Fix format specifier in netcp_create_interface()Nathan Chancellor1-2/+2
2022-11-03net: ethernet: ti: Fix return type of netcp_ndo_start_xmit()Nathan Chancellor1-1/+1
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner1-4/+4
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-1/+1
2022-05-05net: switch to netif_napi_add_tx()Jakub Kicinski1-1/+1
2022-04-29eth: remove copies of the NAPI_POLL_WEIGHT defineJakub Kicinski1-3/+2
2022-03-17net: ethernet: ti: Fix spelling mistake and clean up messageColin Ian King1-1/+1
2021-10-14ethernet: make use of eth_hw_addr_random() where appropriateJakub Kicinski1-2/+2
2021-10-07ethernet: use of_get_ethdev_address()Jakub Kicinski1-1/+1
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-1/+1
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-05-10net: netcp: Fix an error messageChristophe JAILLET1-2/+2
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-5/+2
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon1-1/+1
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-1/+1
2019-04-27net: ethernet: ti: convert to SPDX license identifiersGrygorii Strashko1-9/+1
2019-02-18net: netcp: Fix ethss driver probe issueMurali Karicheri1-1/+1
2018-08-29net: ethernet: Convert to using %pOFn instead of device_node.nameRob Herring1-14/+8
2018-07-09net: Add generic ndo_select_queue functionsAlexander Duyck1-8/+1
2018-06-23net: drivers/net: Convert random_ether_addr to eth_random_addrJoe Perches1-2/+2
2018-04-18net: netcp: add api to support set rx mode in netcp modulesWingMan Kwok1-0/+19
2018-04-18net: netcp: support probe deferralMurali Karicheri1-0/+4
2018-04-18Revert "net: netcp: remove dead code from the driver"Murali Karicheri1-0/+9
2018-01-17Net: ethernet: ti: netcp: Fix inbound ping crash if MTU size is greater than 1500Rex Chang1-1/+1
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2017-11-15mm: remove __GFP_COLDMel Gorman1-1/+1
2017-11-08net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel1-1/+1
2017-09-08net: ethernet: ti: netcp_core: no need in netif_napi_delIvan Khoronzhuk1-1/+0
2017-08-07net: sched: get rid of struct tc_to_netdevJiri Pirko1-3/+4
2017-08-07net: sched: change return value of ndo_setup_tc for driver supporting mqprio onlyJiri Pirko1-1/+1
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko1-1/+0
2017-08-07net: sched: make type an argument for ndo_setup_tcJiri Pirko1-3/+4
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko1-2/+2
2017-05-11net: ethernet: ti: netcp_core: return error while dma channel open issueIvan Khoronzhuk1-2/+4
2017-04-25net: ethernet: ti: netcp_core: remove unused compl queue mappingIvan Khoronzhuk1-4/+0
2017-03-15mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar1-4/+8
2017-02-10net: ethernet: ti: netcp_core: remove netif_trans_updateIvan Khoronzhuk1-2/+0
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2017-01-11net: netcp: correct netcp_get_stats function signatureKeerthy1-3/+1
2017-01-07net: netcp: use hw capability to remove FCS word from rx packetsKaricheri, Muralidharan1-2/+6
2017-01-07net: netcp: store network statistics in 64 bitsMichael Scherban1-12/+56
2017-01-07net: netcp: remove the redundant memmov()Karicheri, Muralidharan1-3/+3
2017-01-07net: netcp: extract eflag from desc for rx_hook handlingKaricheri, Muralidharan1-3/+17
2016-12-10net: ethernet: ti: netcp: add support of cptsWingMan Kwok1-1/+19
2016-11-16net: netcp: replace IS_ERR_OR_NULL by IS_ERRJulia Lawall1-3/+3
2016-10-26net: netcp: add missing of_node_put() in netcp_probe()Wei Yongjun1-0/+4