summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * selftests: router_scale: Do not count failed routesAmit Cohen2021-06-081-1/+1
| * mlxsw: spectrum_router: Remove abort mechanismAmit Cohen2021-06-082-125/+5
|/
* Merge branch 'dsa-sja1110'David S. Miller2021-06-0811-13/+1771
|\
| * net: dsa: sja1105: register the MDIO buses for 100base-T1 and 100base-TXVladimir Oltean2021-06-085-1/+358
| * net: dsa: sja1105: make sure the retagging port is enabled for SJA1110Vladimir Oltean2021-06-083-0/+58
| * net: dsa: sja1105: add support for the SJA1110 switch familyVladimir Oltean2021-06-088-12/+1312
| * dt-bindings: net: dsa: sja1105: add SJA1110 bindingsVladimir Oltean2021-06-081-0/+43
|/
* Merge branch 'wwan-improvements'David S. Miller2021-06-085-24/+738
|\
| * net: wwan: core: purge rx queue on port closeSergey Ryazanov2021-06-081-3/+5
| * net: wwan: core: implement terminal ioctls for AT portSergey Ryazanov2021-06-081-0/+91
| * net: wwan: core: implement TIOCINQ ioctlSergey Ryazanov2021-06-081-0/+29
| * net: wwan: core: expand ports number limitSergey Ryazanov2021-06-081-3/+5
| * net: wwan: core: make port names more user-friendlySergey Ryazanov2021-06-081-6/+61
| * net: wwan: core: spell port device name in lowercaseSergey Ryazanov2021-06-081-8/+26
| * net: wwan: core: init port type string array using enum valuesSergey Ryazanov2021-06-081-7/+6
| * net: wwan: make WWAN_PORT_MAX meaning less surprisedSergey Ryazanov2021-06-082-4/+10
| * wwan_hwsim: add debugfs management interfaceSergey Ryazanov2021-06-081-2/+184
| * wwan_hwsim: WWAN device simulatorSergey Ryazanov2021-06-083-0/+330
|/
* Merge branch 'stmmac-25gbps'David S. Miller2021-06-089-30/+171
|\
| * net: stmmac: enable Intel mGbE 2.5Gbps link speedVoon Weifeng2021-06-085-1/+69
| * net: pcs: add 2500BASEX support for Intel mGbE controllerVoon Weifeng2021-06-082-0/+57
| * net: stmmac: split xPCS setup from mdio registerVoon Weifeng2021-06-083-29/+45
|/
* Merge tag 'batadv-next-pullrequest-20210608' of git://git.open-mesh.org/linux...David S. Miller2021-06-0815-279/+310
|\
| * batman-adv: Drop reduntant batadv interface checkSven Eckelmann2021-06-021-9/+0
| * batman-adv: Don't manually reattach hard-interfaceSven Eckelmann2021-06-021-34/+0
| * batman-adv: Avoid name based attaching of hard interfacesSven Eckelmann2021-06-023-14/+6
| * batman-adv: Drop implicit creation of batadv net_devicesSven Eckelmann2021-06-023-45/+3
| * batman-adv: Fix spelling mistakesZheng Yongjun2021-06-023-4/+4
| * batman-adv: Remove the repeated declarationShaokun Zhang2021-05-301-1/+0
| * batman-adv: mcast: add MRD + routable IPv4 multicast with bridges supportLinus Lüssing2021-05-301-36/+5
| * batman-adv: bcast: avoid skb-copy for (re)queued broadcastsLinus Lüssing2021-05-171-1/+1
| * batman-adv: bcast: queue per interface, if neededLinus Lüssing2021-05-175-138/+270
| * batman-adv: Always send iface index+name in genlmsgSven Eckelmann2021-05-173-0/+24
| * batman-adv: Start new development cycleSimon Wunderlich2021-05-171-1/+1
* | nvme: NVME_TCP_OFFLOAD should not default to mGeert Uytterhoeven2021-06-081-1/+0
* | Merge branch 'farsync-cleanups'David S. Miller2021-06-081-283/+204
|\ \
| * | net: farsync: replace comparison to NULL with "fst_card_array[i]"Peng Li2021-06-081-2/+2
| * | net: farsync: remove redundant returnPeng Li2021-06-081-1/+0
| * | net: farsync: fix the alignment issuePeng Li2021-06-081-1/+1
| * | net: farsync: remove redundant parenthesesPeng Li2021-06-081-8/+8
| * | net: farsync: remove redundant spacesPeng Li2021-06-081-9/+9
| * | net: farsync: remove redundant braces {}Peng Li2021-06-081-51/+35
| * | net: farsync: add some required spacesPeng Li2021-06-081-6/+6
| * | net: farsync: fix the code style issue about macrosPeng Li2021-06-081-6/+6
| * | net: farsync: code indent use tabs where possiblePeng Li2021-06-081-18/+18
| * | net: farsync: remove trailing whitespacesPeng Li2021-06-081-15/+15
| * | net: farsync: fix the comments style issuePeng Li2021-06-081-152/+83
| * | net: farsync: remove redundant initialization for staticsPeng Li2021-06-081-2/+2
| * | net: farsync: move out assignment in if conditionPeng Li2021-06-081-8/+16
| * | net: farsync: fix the code style issue about "foo* bar"Peng Li2021-06-081-1/+1