summaryrefslogtreecommitdiffstats
path: root/drivers/staging/octeon
AgeCommit message (Expand)AuthorFilesLines
2022-11-02staging: octeon: cvmx_ptr_to_phys() should return physaddr_tGeert Uytterhoeven1-1/+1
2022-10-20staging: octeon: remove redundant variable total_freedColin Ian King1-2/+0
2022-09-24staging: octeon: Fix return type of cvm_oct_xmit and cvm_oct_xmit_powNathan Huckleberry2-4/+4
2022-07-08staging: switch to netif_napi_add_weight()Jakub Kicinski1-2/+2
2021-11-04Merge tag 'staging-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2021-10-27staging: use of_get_ethdev_address()Jakub Kicinski1-1/+1
2021-10-20staging: use eth_hw_addr_set() in orphan driversJakub Kicinski1-1/+1
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-6/+6
2021-05-10staging: octeon: ethernet-tx: Fix formatting issue in function headerLee Jones1-1/+0
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-7/+3
2021-04-22staging: octeon: Use 'for_each_child_of_node'Christophe JAILLET1-6/+3
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-7/+3
2021-03-10staging: octeon: cleanup unnecessary parentheses in ethernet-spmi.cShreesh Adiga1-1/+1
2021-02-07staging: octeon: remove braces from single-line blockPhillip Potter1-2/+1
2021-02-04staging: octeon: Switch from strlcpy to strscpyKumar Kartikeya Dwivedi1-3/+3
2020-10-27staging: octeon: Drop on uncorrectable alignment or FCS errorAlexander Sverdlin1-15/+19
2020-10-27staging: octeon: repair "fixed-link" supportAlexander Sverdlin2-6/+9
2020-08-06Merge tag 'staging-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-5/+6
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds3-5/+2
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook1-1/+1
2020-07-23staging: octeon: Indent with tabs instead of spacesMuhammad Usama Anjum1-5/+5
2020-07-23staging: octeon: Add the license identifierMuhammad Usama Anjum1-0/+1
2020-07-07net: phy: mdio-octeon: Cleanup module loading dependenciesAndrew Lunn3-5/+2
2020-03-30staging/octeon: fix up merge errorRandy Dunlap1-1/+1
2020-02-23staging: octeon: match parentheses alignmentKaaira Gupta1-1/+1
2020-02-23staging: octeon: add blank line after unionKaaira Gupta1-0/+1
2020-02-23staging: octeon: add space around '+' and parenthesesKaaira Gupta1-17/+17
2020-02-12Revert "staging/octeon: Mark Ethernet driver as BROKEN"Chris Packham1-1/+0
2020-02-12Revert "staging: octeon: delete driver"Chris Packham19-0/+4746
2019-12-17staging: octeon: delete driverGreg Kroah-Hartman19-4746/+0
2019-12-10staging/octeon: Mark Ethernet driver as BROKENGuenter Roeck1-0/+1
2019-11-22staging: octeon: indent with tabs instead of spacesGiovanni Gherdovich1-16/+16
2019-11-11staging: octeon: fix missing a blank line after declarationValery Ivanov1-0/+1
2019-10-27staging: octeon: Remove unneeded variableCristiane Naves1-3/+1
2019-10-15staging: octeon: fix restricted __be16 degrades to integerWambui Karuga1-1/+1
2019-10-14staging: octeon: remove typedef declaration for cvmx_fau_op_sizeWambui Karuga1-2/+2
2019-10-14staging: octeon: remove typedef declartion for cvmx_pko_command_word0Wambui Karuga2-4/+4
2019-10-14staging: octeon: remove typedef declaration for cvmx_fau_reg_32Wambui Karuga1-6/+8
2019-10-14staging: octeon: remove typedef declaration for cvmx_helper_link_infoWambui Karuga5-13/+13
2019-10-14staging: octeon: remove typedef declaration for cvmx_wqeWambui Karuga4-16/+16
2019-10-14Merge 5.4-rc3 into staging-nextGreg Kroah-Hartman2-9/+8
2019-10-12Merge tag 'staging-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-5/+6
2019-10-10staging: octeon: Fix incorrect type in assignmentWambui Karuga1-1/+1
2019-10-08staging/octeon: Use stubs for MIPS && !CAVIUM_OCTEON_SOCPaul Burton2-2/+5
2019-10-08staging: octeon: Remove typedef declarationWambui Karuga1-3/+3
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal1-4/+2
2019-10-01staging: octeon: Use "(uintptr_t)" to cast from pointer to intGeert Uytterhoeven2-5/+6
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds14-82/+1470
2019-09-12Staging: octeon: Avoid several usecases of strcpySandro Volery1-8/+8
2019-07-31staging/octeon: Fix build error without CONFIG_NETDEVICESYueHaibing1-1/+2