summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ti/netcp_core.c
AgeCommit message (Expand)Author
2021-10-14ethernet: make use of eth_hw_addr_random() where appropriateJakub Kicinski
2021-10-07ethernet: use of_get_ethdev_address()Jakub Kicinski
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-05-10net: netcp: Fix an error messageChristophe JAILLET
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar
2019-04-27net: ethernet: ti: convert to SPDX license identifiersGrygorii Strashko
2019-02-18net: netcp: Fix ethss driver probe issueMurali Karicheri
2018-08-29net: ethernet: Convert to using %pOFn instead of device_node.nameRob Herring
2018-07-09net: Add generic ndo_select_queue functionsAlexander Duyck
2018-06-23net: drivers/net: Convert random_ether_addr to eth_random_addrJoe Perches
2018-04-18net: netcp: add api to support set rx mode in netcp modulesWingMan Kwok
2018-04-18net: netcp: support probe deferralMurali Karicheri
2018-04-18Revert "net: netcp: remove dead code from the driver"Murali Karicheri
2018-01-17Net: ethernet: ti: netcp: Fix inbound ping crash if MTU size is greater than ...Rex Chang
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-15mm: remove __GFP_COLDMel Gorman
2017-11-08net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel
2017-09-08net: ethernet: ti: netcp_core: no need in netif_napi_delIvan Khoronzhuk
2017-08-07net: sched: get rid of struct tc_to_netdevJiri Pirko
2017-08-07net: sched: change return value of ndo_setup_tc for driver supporting mqprio ...Jiri Pirko
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko
2017-08-07net: sched: make type an argument for ndo_setup_tcJiri Pirko
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko
2017-05-11net: ethernet: ti: netcp_core: return error while dma channel open issueIvan Khoronzhuk
2017-04-25net: ethernet: ti: netcp_core: remove unused compl queue mappingIvan Khoronzhuk
2017-03-15mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar
2017-02-10net: ethernet: ti: netcp_core: remove netif_trans_updateIvan Khoronzhuk
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2017-01-11net: netcp: correct netcp_get_stats function signatureKeerthy
2017-01-07net: netcp: use hw capability to remove FCS word from rx packetsKaricheri, Muralidharan
2017-01-07net: netcp: store network statistics in 64 bitsMichael Scherban
2017-01-07net: netcp: remove the redundant memmov()Karicheri, Muralidharan
2017-01-07net: netcp: extract eflag from desc for rx_hook handlingKaricheri, Muralidharan
2016-12-10net: ethernet: ti: netcp: add support of cptsWingMan Kwok
2016-11-16net: netcp: replace IS_ERR_OR_NULL by IS_ERRJulia Lawall
2016-10-26net: netcp: add missing of_node_put() in netcp_probe()Wei Yongjun
2016-10-26net: netcp: drop kfree for memory allocated with devm_kzallocWei Yongjun
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2016-03-03net: relax setup_tc ndo op handle restrictionJohn Fastabend
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-02-22netcp: use pointer to fix build failSudip Mukherjee
2016-02-21net: netcp: rework the code for get/set sw_data in dma descKaricheri, Muralidharan
2016-02-21soc: ti: knav_dma: rename pad in struct knav_dma_desc to sw_dataKaricheri, Muralidharan