summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-27can: c_can: remove unused variable struct c_can_priv::rxmaskedDario Binacchi2-2/+0
2021-05-27can: kvaser_usb: Add new Kvaser hydra devicesJimmy Assarsson2-1/+7
2021-05-27can: kvaser_usb: Rename define USB_HYBRID_{,PRO_}CANLIN_PRODUCT_IDJimmy Assarsson1-4/+4
2021-05-27can: at91_can: silence clang warningMarc Kleine-Budde1-1/+1
2021-05-27can: mcp251xfd: silence clang warningMarc Kleine-Budde1-1/+1
2021-05-27can: mcp251x: mcp251x_can_probe(): silence clang warningMarc Kleine-Budde1-1/+1
2021-05-27can: hi311x: hi3110_can_probe(): silence clang warningMarc Kleine-Budde1-1/+1
2021-05-27can: softing: Remove redundant variable ptrJiapeng Chong1-2/+0
2021-05-27can: isotp: Add error message if txqueuelen is too smallPatrick Menschel1-2/+4
2021-05-27can: isotp: add symbolic error message to isotp_module_init()Patrick Menschel1-1/+1
2021-05-27can: isotp: change error format from decimal to symbolic error namesPatrick Menschel1-6/+6
2021-05-27can: proc: remove unnecessary variableszuoqilin1-5/+1
2021-05-27can: uapi: introduce CANFD_FDF flag for mixed content in struct canfd_frameOliver Hartkopp1-0/+9
2021-05-27can: uapi: update CAN-FD frame descriptionMarc Kleine-Budde1-2/+2
2021-05-27dt-bindings: can: rcar_canfd: Convert to json-schemaGeert Uytterhoeven2-107/+122
2021-05-27dt-bindings: can: rcar_can: Convert to json-schemaGeert Uytterhoeven2-80/+139
2021-05-27Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski13-56/+56
2021-05-27net/appletalk: Fix inconsistent indentingJiapeng Chong1-4/+6
2021-05-26nfc: st-nci: remove unnecessary labelswengjianfeng1-10/+5
2021-05-26nfc: st95hf: remove unnecessary assignment and labelwengjianfeng1-5/+2
2021-05-26ixgbe: reduce checker warningsJesse Brandeburg1-4/+4
2021-05-26ixgbe: use checker safe conversionsJesse Brandeburg1-5/+4
2021-05-26igbvf: convert to strongly typed descriptorsJesse Brandeburg1-21/+21
2021-05-26intel: call csum functions with well formatted argumentsJesse Brandeburg2-2/+2
2021-05-26igb: override two checker warningsJesse Brandeburg1-2/+2
2021-05-26igb: fix assignment on big endian machinesJesse Brandeburg1-2/+2
2021-05-26igb: handle vlan types with checker enabledJesse Brandeburg2-4/+5
2021-05-26igb/igc: use strongly typed pointerJesse Brandeburg2-2/+2
2021-05-26fm10k: move error checkJesse Brandeburg1-5/+5
2021-05-26intel: remove checker warningJesse Brandeburg3-3/+3
2021-05-26e100: handle eeprom as little endianJesse Brandeburg1-6/+6
2021-05-26net: wwan: core: Add WWAN device index sysfs attributeLoic Poulain1-0/+15
2021-05-26Merge branch 'wan-cleanups'David S. Miller1-38/+18
2021-05-26net: wan: add spaces required around that ':' and '+'Peng Li1-2/+4
2021-05-26net: wan: replace comparison to NULL with "!card"Peng Li1-2/+2
2021-05-26net: wan: add some required spacesPeng Li1-7/+7
2021-05-26net: wan: fix an code style issue about "foo* barPeng Li1-2/+2
2021-05-26net: wan: add blank line after declarationsPeng Li1-0/+3
2021-05-26net: wan: remove redundant blank linesPeng Li1-25/+0
2021-05-26net/hamradio/6pack: Fix inconsistent indentingJiapeng Chong1-6/+4
2021-05-26net: hns3: switch to dim algorithm for adaptive interrupt moderationHuazhong Tan3-125/+73
2021-05-26net: bridge: remove redundant assignmentNigel Christian1-1/+0
2021-05-25Merge branch 'wan-cleanups'David S. Miller1-92/+94
2021-05-25net: wan: add braces {} to all arms of the statementPeng Li1-4/+4
2021-05-25net: wan: fix the comments style issuePeng Li1-6/+9
2021-05-25net: wan: replace comparison to NULL with "!card"Peng Li1-2/+2
2021-05-25net: wan: move out assignment in if conditionPeng Li1-2/+5
2021-05-25net: wan: add some required spacesPeng Li1-5/+5
2021-05-25net: wan: fix the code style issue about trailing statementsPeng Li1-15/+44
2021-05-25net: wan: code indent use tabs where possiblePeng Li1-17/+17