summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti/netcp_core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: netcp: drop kfree for memory allocated with devm_kzallocWei Yongjun2016-10-261-2/+0
* ethernet: use core min/max MTU checkingJarod Wilson2016-10-181-16/+4
* 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-211-17/+55
| * soc: ti: knav_dma: rename pad in struct knav_dma_desc to sw_dataKaricheri, Muralidharan2016-02-211-19/+21
| * net: ti: netcp: restore get/set_pad_info() functionalityKaricheri, Muralidharan2016-02-211-41/+18
* | 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-111-4/+5
* netcp: try to reduce type confusion in descriptorsArnd Bergmann2015-12-111-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/+10
* | net: netcp: allocate buffers to desc before re-enable interruptKaricheri, Muralidharan2015-09-231-1/+1
* | net: netcp: check for interface handle in netcp_module_probe()Karicheri, Muralidharan2015-09-231-0/+5
* | net: netcp: add error check to netcp_allocate_rx_buf()Karicheri, Muralidharan2015-09-231-6/+7
* | net: netcp: move netcp_register_interface() to after attach moduleKaricheri, Muralidharan2015-09-231-7/+12
* | net: netcp: remove dead code from the driverKaricheri, Muralidharan2015-09-231-9/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-131-22/+13
|\ \
| * | net: netcp: fix unused interface rx buffer size configurationWingMan Kwok2015-08-071-22/+13
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-311-3/+11
|\ \ | |/
| * net: netcp: ethss: cleanup gbe_probe() and gbe_remove() functionsKaricheri, Muralidharan2015-07-291-1/+0
| * net: netcp: fix cleanup interface list in netcp_remove()Karicheri, Muralidharan2015-07-291-2/+11
* | net: netcp: Fixes efuse mac addr swap on k2e and k2lWingMan Kwok2015-07-291-2/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-231-1/+1
|\ \ | |/
| * net: netcp: fix improper initialization in netcp_ndo_open()Karicheri, Muralidharan2015-07-201-1/+1
* | net: Drop owner assignment from platform_driverKrzysztof Kozlowski2015-07-101-1/+0
|/
* net: batch of last_rx update avoidance in ethernet drivers.françois romieu2015-05-141-1/+0
* netcp: Replace put_page(virt_to_head_page(ptr)) w/ skb_free_fragAlexander Duyck2015-05-121-1/+1
* net: netcp: fix forward port number usage for 10G ethssKaricheri, Muralidharan2015-03-201-8/+15
* net: netcp: constify of_device_id arrayFabian Frederick2015-03-171-1/+1
* ethernet: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-031-1/+1
* drivers: net: cpsw: make cpsw_ale.c a module to allow re-use on KeystoneKaricheri, Muralidharan2015-01-311-0/+8
* net: netcp: Add Keystone NetCP core ethernet driverKaricheri, Muralidharan2015-01-191-0/+2141
OpenPOWER on IntegriCloud