aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti/netcp_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-26net: netcp: drop kfree for memory allocated with devm_kzallocWei Yongjun1-2/+0
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson1-16/+4
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-2/+2
2016-03-03net: relax setup_tc ndo op handle restrictionJohn Fastabend1-1/+1
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-44/+61
2016-02-22netcp: use pointer to fix build failSudip Mukherjee1-1/+1
2016-02-21net: netcp: rework the code for get/set sw_data in dma descKaricheri, Muralidharan1-17/+55
2016-02-21soc: ti: knav_dma: rename pad in struct knav_dma_desc to sw_dataKaricheri, Muralidharan1-19/+21
2016-02-21net: ti: netcp: restore get/set_pad_info() functionalityKaricheri, Muralidharan1-41/+18
2016-02-17net: rework setup_tc ndo op to consume general tc operandJohn Fastabend1-6/+7
2016-02-17net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend1-1/+4
2015-12-19netcp: fix regression in receive processingArnd Bergmann1-3/+7
2015-12-11netcp: add more __le32 annotationsArnd Bergmann1-4/+5
2015-12-11netcp: try to reduce type confusion in descriptorsArnd Bergmann1-52/+71
2015-11-18net: add netif_tx_napi_add()Eric Dumazet1-1/+1
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2015-09-29drivers: net: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar1-2/+2
2015-09-23net: netcp: fix deadlock reported by lockup detectorKaricheri, Muralidharan1-16/+10
2015-09-23net: netcp: allocate buffers to desc before re-enable interruptKaricheri, Muralidharan1-1/+1
2015-09-23net: netcp: check for interface handle in netcp_module_probe()Karicheri, Muralidharan1-0/+5
2015-09-23net: netcp: add error check to netcp_allocate_rx_buf()Karicheri, Muralidharan1-6/+7
2015-09-23net: netcp: move netcp_register_interface() to after attach moduleKaricheri, Muralidharan1-7/+12
2015-09-23net: netcp: remove dead code from the driverKaricheri, Muralidharan1-9/+0
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-22/+13
2015-08-07net: netcp: fix unused interface rx buffer size configurationWingMan Kwok1-22/+13
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+11
2015-07-29net: netcp: ethss: cleanup gbe_probe() and gbe_remove() functionsKaricheri, Muralidharan1-1/+0
2015-07-29net: netcp: fix cleanup interface list in netcp_remove()Karicheri, Muralidharan1-2/+11
2015-07-29net: netcp: Fixes efuse mac addr swap on k2e and k2lWingMan Kwok1-2/+13
2015-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-07-20net: netcp: fix improper initialization in netcp_ndo_open()Karicheri, Muralidharan1-1/+1
2015-07-10net: Drop owner assignment from platform_driverKrzysztof Kozlowski1-1/+0
2015-05-14net: batch of last_rx update avoidance in ethernet drivers.françois romieu1-1/+0
2015-05-12netcp: Replace put_page(virt_to_head_page(ptr)) w/ skb_free_fragAlexander Duyck1-1/+1
2015-03-20net: netcp: fix forward port number usage for 10G ethssKaricheri, Muralidharan1-8/+15
2015-03-17net: netcp: constify of_device_id arrayFabian Frederick1-1/+1
2015-03-03ethernet: Use eth_<foo>_addr instead of memsetJoe Perches1-1/+1
2015-01-31drivers: net: cpsw: make cpsw_ale.c a module to allow re-use on KeystoneKaricheri, Muralidharan1-0/+8
2015-01-19net: netcp: Add Keystone NetCP core ethernet driverKaricheri, Muralidharan1-0/+2141