summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti/netcp_core.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
* net: netcp: Fix ethss driver probe issueMurali Karicheri2019-02-191-1/+1
* net: ethernet: Convert to using %pOFn instead of device_node.nameRob Herring2018-08-301-14/+8Star
* net: Add generic ndo_select_queue functionsAlexander Duyck2018-07-091-8/+1Star
* 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-191-0/+19
* net: netcp: support probe deferralMurali Karicheri2018-04-191-0/+4
* Revert "net: netcp: remove dead code from the driver"Murali Karicheri2018-04-191-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-161-1/+1
|\
| * mm: remove __GFP_COLDMel Gorman2017-11-161-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-091-1/+0Star
* 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/+0Star
* 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/+0Star
* 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/+0Star
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* net: netcp: correct netcp_get_stats function signatureKeerthy2017-01-111-3/+1Star
* net: netcp: use hw capability to remove FCS word from rx packetsKaricheri, Muralidharan2017-01-081-2/+6
* net: netcp: store network statistics in 64 bitsMichael Scherban2017-01-081-12/+56
* net: netcp: remove the redundant memmov()Karicheri, Muralidharan2017-01-081-3/+3
* net: netcp: extract eflag from desc for rx_hook handlingKaricheri, Muralidharan2017-01-081-3/+17
* net: ethernet: ti: netcp: add support of cptsWingMan Kwok2016-12-111-1/+19
* net: netcp: replace IS_ERR_OR_NULL by IS_ERRJulia Lawall2016-11-171-3/+3
* net: netcp: add missing of_node_put() in netcp_probe()Wei Yongjun2016-10-261-0/+4
* net: netcp: drop kfree for memory allocated with devm_kzallocWei Yongjun2016-10-261-2/+0Star
* ethernet: use core min/max MTU checkingJarod Wilson2016-10-181-16/+4Star
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-2/+2
* net: relax setup_tc ndo op handle restrictionJohn Fastabend2016-03-031-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-231-44/+61
|\
| * net: netcp: rework the code for get/set sw_data in dma descKaricheri, Muralidharan2016-02-221-17/+55
| * soc: ti: knav_dma: rename pad in struct knav_dma_desc to sw_dataKaricheri, Muralidharan2016-02-221-19/+21
| * net: ti: netcp: restore get/set_pad_info() functionalityKaricheri, Muralidharan2016-02-221-41/+18Star
* | netcp: use pointer to fix build failSudip Mukherjee2016-02-221-1/+1
* | net: rework setup_tc ndo op to consume general tc operandJohn Fastabend2016-02-171-6/+7
* | net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend2016-02-171-1/+4
|/
* netcp: fix regression in receive processingArnd Bergmann2015-12-191-3/+7
* netcp: add more __le32 annotationsArnd Bergmann2015-12-121-4/+5
* netcp: try to reduce type confusion in descriptorsArnd Bergmann2015-12-121-52/+71
* net: add netif_tx_napi_add()Eric Dumazet2015-11-181-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-11-071-2/+2
|\
| * drivers: net: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-09-291-2/+2
* | net: netcp: fix deadlock reported by lockup detectorKaricheri, Muralidharan2015-09-231-16/+10Star