summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2021-05-2713-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-271-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-261-0/+15
* net: wan: add spaces required around that ':' and '+'Peng Li2021-05-261-2/+4
* net: wan: replace comparison to NULL with "!card"Peng Li2021-05-261-2/+2
* net: wan: add some required spacesPeng Li2021-05-261-7/+7
* net: wan: fix an code style issue about "foo* barPeng Li2021-05-261-2/+2
* net: wan: add blank line after declarationsPeng Li2021-05-261-0/+3
* net: wan: remove redundant blank linesPeng Li2021-05-261-25/+0
* net/hamradio/6pack: Fix inconsistent indentingJiapeng Chong2021-05-261-6/+4
* net: hns3: switch to dim algorithm for adaptive interrupt moderationHuazhong Tan2021-05-263-125/+73
* 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
* 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
* net: dsa: sja1105: dimension the data structures for a larger port countVladimir Oltean2021-05-245-24/+25
* net: dsa: sja1105: avoid some work for unused portsVladimir Oltean2021-05-241-5/+22
* net: dsa: sja1105: parameterize the number of portsVladimir Oltean2021-05-245-38/+53
* net: hns3: use HCLGE_VPORT_STATE_PROMISC_CHANGE to replace HCLGE_STATE_PROMIS...Jian Shen2021-05-242-7/+6
* net: hns3: configure promisc mode for VF asynchronouslyJian Shen2021-05-243-46/+42
* nfc: st-nci: remove unnecessary assignment and labelwengjianfeng2021-05-241-6/+2
* ethernet: ucc_geth: Use kmemdup() rather than kmalloc+memcpyYueHaibing2021-05-241-2/+1
* net: r6040: Allow restarting auto-negotiationFlorian Fainelli2021-05-241-0/+1
* net: r6040: Use ETH_FCS_LENFlorian Fainelli2021-05-241-2/+2
* net: r6040: Use logical or for MDIO operationsFlorian Fainelli2021-05-241-2/+2