summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-2316-45/+88
|\
| * net: dsa: b53: check for timeoutTom Rix2020-08-211-0/+2
| * hv_netvsc: Fix the queue_mapping in netvsc_vf_xmit()Haiyang Zhang2020-08-201-1/+1
| * hv_netvsc: Remove "unlikely" from netvsc_select_queueHaiyang Zhang2020-08-201-1/+1
| * sfc: fix build warnings on 32-bitEdward Cree2020-08-201-4/+4
| * net: phy: mscc: Fix a couple of spelling mistakes "spcified" -> "specified"Kaige Li2020-08-201-2/+2
| * net: gemini: Fix missing free_netdev() in error path of gemini_ethernet_port_...Wang Hai2020-08-191-3/+1
| * net: atlantic: Use readx_poll_timeout() for large timeoutSebastian Andrzej Siewior2020-08-191-2/+2
| * net: ena: Make missed_tx stat incrementalShay Agroskin2020-08-191-1/+4
| * net: ena: Change WARN_ON expression in ena_del_napi_in_range()Shay Agroskin2020-08-191-7/+4
| * net: ena: Prevent reset after device destructionShay Agroskin2020-08-191-9/+10
| * net: mscc: ocelot: remove duplicate "the the" phrase in Kconfig textColin Ian King2020-08-181-1/+1
| * bonding: fix active-backup failover for current ARP slaveJiri Wiesner2020-08-181-2/+16
| * net: gianfar: Add of_node_put() before goto statementSumera Priyadarsini2020-08-181-1/+3
| * cxgb4: Fix race between loopback and normal Tx pathGanji Aravind2020-08-181-1/+5
| * cxgb4: Fix work request size calculation for loopback testGanji Aravind2020-08-181-2/+2
| * sfc: don't free_irq()s if they were never requestedEdward Cree2020-08-182-0/+6
| * sfc: null out channel->rps_flow_id after freeing itEdward Cree2020-08-181-0/+1
| * sfc: take correct lock in ef100_reset()Edward Cree2020-08-181-4/+4
| * sfc: really check hash is valid before using itEdward Cree2020-08-181-0/+2
| * macvlan: validate setting of multiple remote source MAC addressesAlvin Šipraga2020-08-181-4/+17
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-08-221-1/+1
|\ \ | |/ |/|
| * scsi: fcoe: Fix I/O path allocationMike Christie2020-08-171-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-1725-72/+136
|\ \ | |/ |/|
| * otx2_common: Use devm_kcalloc() in otx2_config_npa()Xu Wang2020-08-171-2/+2
| * ipvlan: fix device featuresMahesh Bandewar2020-08-161-5/+22
| * bonding: fix a potential double-unregisterCong Wang2020-08-161-1/+2
| * net: fddi: skfp: cfm: Remove seemingly unused variable 'ID_sccs'Lee Jones2020-08-141-4/+0
| * net: fddi: skfp: cfm: Remove set but unused variable 'oldstate'Lee Jones2020-08-141-11/+2
| * net: fddi: skfp: smt: Remove seemingly unused variable 'ID_sccs'Lee Jones2020-08-141-4/+0
| * net: fddi: skfp: smt: Place definition of 'smt_pdef' under same stipulations ...Lee Jones2020-08-141-1/+2
| * net: fddi: skfp: fplustm: Remove seemingly unused variable 'ID_sccs'Lee Jones2020-08-141-4/+0
| * net: fddi: skfp: hwmtm: Remove seemingly unused variable 'ID_sccs'Lee Jones2020-08-141-4/+0
| * net: wan: dlci: Remove set but not used variable 'err'Lee Jones2020-08-141-2/+1
| * net: ethernet: 8390: axnet_cs: Document unused parameter 'txqueue'Lee Jones2020-08-141-0/+1
| * net: bonding: bond_alb: Describe alb_handle_addr_collision_on_attach()'s 'bon...Lee Jones2020-08-141-2/+2
| * net: ethernet: 3com: 3c574_cs: Remove set but unused variables 'tx' and 'rx'Lee Jones2020-08-141-3/+3
| * net: bonding: bond_main: Document 'proto' and rename 'new_active' parametersLee Jones2020-08-141-1/+3
| * net: bonding: bond_3ad: Fix a bunch of kerneldoc parameter issuesLee Jones2020-08-141-7/+8
| * drivers/net/wan/hdlc_x25: Added needed_headroom and a skb->len checkXie He2020-08-142-1/+17
| * bonding: show saner speed for broadcast modeJarod Wilson2020-08-141-3/+18
| * net: fec: correct the error path for regulator disable in probeFugang Duan2020-08-141-2/+2
| * Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2020-08-145-14/+33
| |\
| | * i40e: Fix crash during removing i40e driverGrzegorz Szczurek2020-08-141-0/+3
| | * i40e: Set RX_ONLY mode for unicast promiscuous on VLANPrzemyslaw Patynowski2020-08-142-9/+28
| | * igc: Fix PTP initializationVinicius Costa Gomes2020-08-142-5/+2
| * | sfc: check hash is valid before using itEdward Cree2020-08-145-1/+18
| |/
* / rtl818x: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski2020-08-141-3/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-1314-47/+72
|\
| * net: ethernet: stmmac: Disable hardware multicast filterJonathan McDowell2020-08-121-0/+1