summaryrefslogtreecommitdiffstats
path: root/drivers/staging/octeon
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'staging-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-041-1/+1
|\
| * staging: use eth_hw_addr_set() in orphan driversJakub Kicinski2021-10-201-1/+1
* | staging: use of_get_ethdev_address()Jakub Kicinski2021-10-271-1/+1
|/
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-6/+6
* staging: octeon: ethernet-tx: Fix formatting issue in function headerLee Jones2021-05-101-1/+0
* Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-291-7/+3
|\
| * of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-131-7/+3
* | staging: octeon: Use 'for_each_child_of_node'Christophe JAILLET2021-04-221-6/+3
* | staging: octeon: cleanup unnecessary parentheses in ethernet-spmi.cShreesh Adiga2021-03-101-1/+1
|/
* staging: octeon: remove braces from single-line blockPhillip Potter2021-02-071-2/+1
* staging: octeon: Switch from strlcpy to strscpyKumar Kartikeya Dwivedi2021-02-041-3/+3
* staging: octeon: Drop on uncorrectable alignment or FCS errorAlexander Sverdlin2020-10-271-15/+19
* staging: octeon: repair "fixed-link" supportAlexander Sverdlin2020-10-272-6/+9
* Merge tag 'staging-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-08-062-5/+6
|\
| * staging: octeon: Indent with tabs instead of spacesMuhammad Usama Anjum2020-07-231-5/+5
| * staging: octeon: Add the license identifierMuhammad Usama Anjum2020-07-231-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-053-5/+2
|\ \
| * | net: phy: mdio-octeon: Cleanup module loading dependenciesAndrew Lunn2020-07-073-5/+2
| |/
* / treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook2020-07-301-1/+1
|/
* staging/octeon: fix up merge errorRandy Dunlap2020-03-301-1/+1
* staging: octeon: match parentheses alignmentKaaira Gupta2020-02-231-1/+1
* staging: octeon: add blank line after unionKaaira Gupta2020-02-231-0/+1
* staging: octeon: add space around '+' and parenthesesKaaira Gupta2020-02-231-17/+17
* Revert "staging/octeon: Mark Ethernet driver as BROKEN"Chris Packham2020-02-121-1/+0
* Revert "staging: octeon: delete driver"Chris Packham2020-02-1219-0/+4746
* staging: octeon: delete driverGreg Kroah-Hartman2019-12-1719-4746/+0
* staging/octeon: Mark Ethernet driver as BROKENGuenter Roeck2019-12-101-0/+1
* staging: octeon: indent with tabs instead of spacesGiovanni Gherdovich2019-11-221-16/+16
* staging: octeon: fix missing a blank line after declarationValery Ivanov2019-11-111-0/+1
* staging: octeon: Remove unneeded variableCristiane Naves2019-10-271-3/+1
* staging: octeon: fix restricted __be16 degrades to integerWambui Karuga2019-10-151-1/+1
* staging: octeon: remove typedef declaration for cvmx_fau_op_sizeWambui Karuga2019-10-141-2/+2
* staging: octeon: remove typedef declartion for cvmx_pko_command_word0Wambui Karuga2019-10-142-4/+4
* staging: octeon: remove typedef declaration for cvmx_fau_reg_32Wambui Karuga2019-10-141-6/+8
* staging: octeon: remove typedef declaration for cvmx_helper_link_infoWambui Karuga2019-10-145-13/+13
* staging: octeon: remove typedef declaration for cvmx_wqeWambui Karuga2019-10-144-16/+16
* Merge 5.4-rc3 into staging-nextGreg Kroah-Hartman2019-10-142-9/+8
|\
| * Merge tag 'staging-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-10-122-5/+6
| |\
| | * staging: octeon: Use "(uintptr_t)" to cast from pointer to intGeert Uytterhoeven2019-10-012-5/+6
| * | netfilter: drop bridge nf reset from nf_resetFlorian Westphal2019-10-011-4/+2
| |/
* | staging: octeon: Fix incorrect type in assignmentWambui Karuga2019-10-101-1/+1
* | staging/octeon: Use stubs for MIPS && !CAVIUM_OCTEON_SOCPaul Burton2019-10-082-2/+5
* | staging: octeon: Remove typedef declarationWambui Karuga2019-10-081-3/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-09-1814-82/+1470
|\
| * staging/octeon: Fix build error without CONFIG_NETDEVICESYueHaibing2019-07-311-1/+2
| * staging/octeon: Allow test build on !MIPSMatthew Wilcox (Oracle)2019-07-2914-78/+1466
| * staging: octeon: Fix build failure due to typo.David S. Miller2019-07-261-1/+1
| * Build fixes for skb_frag_size conversionMatthew Wilcox (Oracle)2019-07-241-1/+1
| * net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-3/+2
* | Staging: octeon: Avoid several usecases of strcpySandro Volery2019-09-121-8/+8
|/