summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* can: isotp: change error format from decimal to symbolic error namesPatrick Menschel2021-05-271-6/+6
* can: proc: remove unnecessary variableszuoqilin2021-05-271-5/+1
* can: uapi: introduce CANFD_FDF flag for mixed content in struct canfd_frameOliver Hartkopp2021-05-271-0/+9
* can: uapi: update CAN-FD frame descriptionMarc Kleine-Budde2021-05-271-2/+2
* dt-bindings: can: rcar_canfd: Convert to json-schemaGeert Uytterhoeven2021-05-272-107/+122
* dt-bindings: can: rcar_can: Convert to json-schemaGeert Uytterhoeven2021-05-272-80/+139
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2021-05-2613-56/+56
|\
| * ixgbe: reduce checker warningsJesse Brandeburg2021-05-261-4/+4
| * ixgbe: use checker safe conversionsJesse Brandeburg2021-05-261-5/+4
| * igbvf: convert to strongly typed descriptorsJesse Brandeburg2021-05-261-21/+21
| * intel: call csum functions with well formatted argumentsJesse Brandeburg2021-05-262-2/+2
| * igb: override two checker warningsJesse Brandeburg2021-05-261-2/+2
| * igb: fix assignment on big endian machinesJesse Brandeburg2021-05-261-2/+2
| * igb: handle vlan types with checker enabledJesse Brandeburg2021-05-262-4/+5
| * igb/igc: use strongly typed pointerJesse Brandeburg2021-05-262-2/+2
| * fm10k: move error checkJesse Brandeburg2021-05-261-5/+5
| * intel: remove checker warningJesse Brandeburg2021-05-263-3/+3
| * e100: handle eeprom as little endianJesse Brandeburg2021-05-261-6/+6
* | net/appletalk: Fix inconsistent indentingJiapeng Chong2021-05-261-4/+6
* | nfc: st-nci: remove unnecessary labelswengjianfeng2021-05-261-10/+5
* | nfc: st95hf: remove unnecessary assignment and labelwengjianfeng2021-05-261-5/+2
|/
* net: wwan: core: Add WWAN device index sysfs attributeLoic Poulain2021-05-251-0/+15
* Merge branch 'wan-cleanups'David S. Miller2021-05-251-38/+18
|\
| * net: wan: add spaces required around that ':' and '+'Peng Li2021-05-251-2/+4
| * net: wan: replace comparison to NULL with "!card"Peng Li2021-05-251-2/+2
| * net: wan: add some required spacesPeng Li2021-05-251-7/+7
| * net: wan: fix an code style issue about "foo* barPeng Li2021-05-251-2/+2
| * net: wan: add blank line after declarationsPeng Li2021-05-251-0/+3
| * net: wan: remove redundant blank linesPeng Li2021-05-251-25/+0
|/
* net/hamradio/6pack: Fix inconsistent indentingJiapeng Chong2021-05-251-6/+4
* net: hns3: switch to dim algorithm for adaptive interrupt moderationHuazhong Tan2021-05-253-125/+73
* net: bridge: remove redundant assignmentNigel Christian2021-05-251-1/+0
* Merge branch 'wan-cleanups'David S. Miller2021-05-241-92/+94
|\
| * net: wan: add braces {} to all arms of the statementPeng Li2021-05-241-4/+4
| * net: wan: fix the comments style issuePeng Li2021-05-241-6/+9
| * net: wan: replace comparison to NULL with "!card"Peng Li2021-05-241-2/+2
| * net: wan: move out assignment in if conditionPeng Li2021-05-241-2/+5
| * net: wan: add some required spacesPeng Li2021-05-241-5/+5
| * net: wan: fix the code style issue about trailing statementsPeng Li2021-05-241-15/+44
| * net: wan: code indent use tabs where possiblePeng Li2021-05-241-17/+17
| * net: wan: add blank line after declarationsPeng Li2021-05-241-0/+5
| * net: wan: fix an code style issue about "foo* bar"Peng Li2021-05-241-3/+3
| * net: wan: remove redundant blank linesPeng Li2021-05-241-38/+0
|/
* Merge branch 'sja1105-sja1110-prep'David S. Miller2021-05-2410-118/+201
|\
| * net: dsa: sja1105: allow the frame buffer size to be customizedVladimir Oltean2021-05-245-22/+27
| * net: dsa: sja1105: configure the multicast policers, if presentVladimir Oltean2021-05-241-0/+4
| * net: dsa: sja1105: use sja1105_xfer_u32 for the reset procedureVladimir Oltean2021-05-241-16/+6
| * net: dsa: sja1105: dynamically choose the number of static config table entriesVladimir Oltean2021-05-241-16/+16
| * net: dsa: sja1105: skip CGU configuration if it's unnecessaryVladimir Oltean2021-05-245-2/+44
| * net: dsa: sja1105: don't assign the host port using dsa_upstream_port()Vladimir Oltean2021-05-241-1/+10