aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/netlogic (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-03staging: add missing SPDX lines to Makefile filesGreg Kroah-Hartman1-0/+1
2019-04-03staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman1-0/+1
2019-03-21staging: netlogic: Remove unnecessary error printHimadri Pandya1-3/+1
2019-03-21staging: netlogic: replace skb_put/pull pair with skb_reserveIvan Safonov1-2/+1
2019-03-18staging: netlogic: Remove unnecessary 'out of memory' messageWentao Cai1-3/+1
2019-02-26staging: netlogic: Remove boilerplate license textBhagyashri Dighole4-117/+2
2019-02-26staging: netlogic: Add SPDX-License-Identifier tag at the topBhagyashri Dighole4-2/+6
2019-02-26staging: netlogic: Modify coding style alignmentsBhagyashri Dighole1-8/+12
2019-01-22staging: netlogic: replace ---help--- with help in KconfigBharath Vedartham1-1/+1
2018-07-09net: Add generic ndo_select_queue functionsAlexander Duyck1-8/+1
2018-02-22staging: net: netlogic: Remove unneeded castChristopher Diaz Riveros1-2/+1
2017-10-18staging: net: netlogic: Fix alignment issueFrank A. Cancio Bello1-44/+38
2017-06-13net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com1-1/+4
2017-01-18net: Remove usage of net_device last_rx memberTobias Klauser1-1/+0
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-9/+1
2016-10-16Staging: netlogic: Compress return logic into one lineMihaela Muraru1-4/+2
2016-10-16staging: net: netlogic: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-6/+8
2016-09-16Staging: netlogic: Remove unused functionBhumika Goyal1-10/+0
2016-09-13staging: netlogic: Make net_device_ops constMike Kofron1-1/+1
2016-09-01staging: netlogic: constify ethtool_ops structuresJulia Lawall1-1/+1
2016-03-28Staging: netlogic: Remove & from function name.Sandhya Bankar1-1/+1
2016-03-11staging: netlogic: Replacing pr_err with dev_err after the call to devm_kzallocG Pooja Shamili1-5/+9
2016-03-11staging: netlogic: Replace pr_* with netdev_*Amitoj Kaur Chawla1-3/+3
2016-03-11staging: netlogic: Drop unneeded void pointer castJanani Ravichandran1-1/+1
2016-03-11staging: netlogic: Simplify use of devm_ioremap_resourceAmitoj Kaur Chawla1-7/+0
2016-02-20staging: netlogic: Return zero pointer after failed kmallocLaura Garcia Liebana1-1/+3
2016-02-20staging: netlogic: Fix indent for conditional statementLaura Garcia Liebana1-1/+1
2016-02-20staging: netlogic: Insert spaces around operatorLaura Garcia Liebana1-2/+2
2016-02-20staging: netlogic: Fix comparison to NULLLaura Garcia Liebana1-2/+2
2016-02-20staging: netlogic: Fix CamelCase for constantsLaura Garcia Liebana2-504/+504
2016-02-20staging: netlogic: Fix multiple assignmentsLaura Garcia Liebana1-1/+2
2016-02-20staging: netlogic: Remove blank spaces after a castLaura Garcia Liebana1-5/+5
2016-02-20staging: netlogic: Fix several parentheses alignmentsLaura Garcia Liebana2-79/+82
2016-02-14staging: netlogic: Fix parenthesis alignmentLaura Garcia Liebana1-2/+2
2016-02-14staging: netlogic: Remove multiple blank linesLaura Garcia Liebana1-1/+0
2016-02-14staging: netlogic: Fix multiple irq assignments in a single lineLaura Garcia Liebana1-1/+2
2016-01-10staging: netlogic: Fix build error due to missed API changeAndrew Lunn1-16/+13
2016-01-07phy: Centralise print about attached phyAndrew Lunn1-2/+1
2016-01-07phy: add phydev_name() wrapperAndrew Lunn1-3/+3
2015-10-24staging: netlogic: Do not use multiple blank lines.Burcin Akalin1-1/+0
2015-10-16staging: netlogic: xlr_net.h: fixed coding style warningsSakshi Bansal1-1/+2
2015-08-14staging: netlogic: Remove unnecessary externsJoe Perches1-1/+1
2015-08-05Staging: netlogic: Replace comma with a semicolonShraddha Barke1-1/+1
2015-03-20staging: netlogic: allocate right size in devm_kzallocRavindran, Madhusudhanan (M.)1-1/+1
2015-01-17Staging: NetLogic: Coding style correctiontolga ceylan1-1/+1
2014-10-20staging: netlogic: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-08staging: netlogic: fix checkpatch.pl "LINE_SPACING" issusesSeeChen Ng1-4/+1
2014-09-02staging: netlogic: Fix checkpatch.pl warningRamon Fried1-3/+1
2014-08-30Staging: netlogic: xlr_net.c Fixed code-style warningsChaitanya Hazarey1-0/+1
2014-08-30Staging: Netlogic: Move all the netdev under single parent deviceGanesan Ramalingam5-232/+283