summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-01-05r8169: work around power-saving bug on some chip versionsHeiner Kallweit1-2/+4
2021-01-05net: usb: qmi_wwan: add Quectel EM160R-GLBjørn Mork1-0/+1
2021-01-05net: macb: Correct usage of MACB_CAPS_CLK_HW_CHG flagCharles Keepax1-1/+1
2021-01-05ibmvnic: fix: NULL pointer dereference.YANG LI1-3/+1
2021-01-05vhost_net: fix ubuf refcount incorrectly when sendmsg failsYunjian Wang1-3/+3
2021-01-05bareudp: Fix use of incorrect min_headroom sizeTaehee Yoo1-1/+1
2021-01-05bareudp: set NETIF_F_LLTX flagTaehee Yoo1-0/+1
2020-12-29net: hdlc_ppp: Fix issues when mod_timer is called while timer is runningXie He1-0/+7
2020-12-29atlantic: remove architecture dependsLéo Le Bouter1-1/+0
2020-12-29net: hns: fix return value check in __lb_other_process()Yunjian Wang1-0/+4
2020-12-29net: mvpp2: fix pkt coalescing int-threshold configurationStefan Chulski1-5/+6
2020-12-29net: ipa: don't return a value from evt_ring_command()Alex Elder1-11/+6
2020-12-29net: ipa: don't return a value from gsi_channel_command()Alex Elder1-14/+7
2020-12-29bnxt_en: Check TQM rings for maximum supported value.Michael Chan2-3/+11
2020-12-29bnxt_en: Fix AER recovery.Vasundhara Volam1-17/+14
2020-12-29Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski4-52/+71
2020-12-29tun: fix return value when the number of iovs exceeds MAX_SKB_FRAGSYunjian Wang1-1/+1
2020-12-29net: ethernet: ti: cpts: fix ethtool output when no ptp_clock registeredGrygorii Strashko1-0/+2
2020-12-29CDC-NCM: remove "connected" log messageRoland Dreier1-3/+0
2020-12-24e1000e: Export S0ix flags to ethtoolMario Limonciello3-4/+52
2020-12-24Revert "e1000e: disable s0ix entry and exit flows for ME systems"Mario Limonciello1-43/+2
2020-12-24e1000e: bump up timeout to wait when ME un-configures ULP modeMario Limonciello1-3/+14
2020-12-24e1000e: Only run S0ix flows if shutdown succeededMario Limonciello1-6/+7
2020-12-23ibmvnic: continue fatal error reset after passive initLijun Pan1-2/+1
2020-12-23net: ethernet: Fix memleak in ethoc_probeDinghao Liu1-1/+2
2020-12-23net: ipa: use state to determine event ring command successAlex Elder1-12/+22
2020-12-23net: ipa: use state to determine channel command successAlex Elder1-21/+22
2020-12-23net: ipa: clear pending interrupts before enablingAlex Elder1-0/+12
2020-12-23stmmac: intel: Add PCI IDs for TGL-H platformNoor Azura Ahmad Tarmizi1-0/+4
2020-12-23net: ipa: fix interconnect enable bugAlex Elder1-2/+2
2020-12-23virtio_net: Fix recursive call to cpus_read_lock()Jeff Dike1-5/+7
2020-12-23Merge tag 'wireless-drivers-2020-12-22' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski14-36/+117
2020-12-23qede: fix offload for IPIP tunnel packetsManish Chopra1-0/+5
2020-12-23net: ethernet: mvneta: Fix error handling in mvneta_probeDinghao Liu1-1/+1
2020-12-23ibmvnic: fix login buffer memory leakLijun Pan1-0/+3
2020-12-23net: stmmac: dwmac-meson8b: ignore the second clock inputMartin Blumenstingl1-1/+1
2020-12-22net: mvpp2: Fix GoP port 3 Networking Complex Control configurationsStefan Chulski1-1/+1
2020-12-22atm: idt77252: call pci_disable_device() on error pathDan Carpenter1-1/+1
2020-12-22ionic: account for vlan tag len in rx buffer lenShannon Nelson1-1/+1
2020-12-22ethernet: ucc_geth: fix use-after-free in ucc_geth_remove()Rasmus Villemoes1-1/+1
2020-12-22ethernet: ucc_geth: fix definition and size of ucc_geth_tx_global_pramRasmus Villemoes1-1/+8
2020-12-22ethernet: ucc_geth: set dev->max_mtu to 1518Rasmus Villemoes1-0/+1
2020-12-22net: systemport: set dev->max_mtu to UMAC_MAX_MTU_SIZEFlorian Fainelli1-0/+1
2020-12-20mt76: mt7915: fix MESH ifdef blockRandy Dunlap1-2/+2
2020-12-20mt76: mt76s: fix NULL pointer dereference in mt76s_process_tx_queueLorenzo Bianconi1-1/+5
2020-12-20mt76: sdio: remove wake logic in mt76s_process_tx_queueLorenzo Bianconi1-12/+3
2020-12-20mt76: usb: remove wake logic in mt76u_status_workerLorenzo Bianconi1-7/+0
2020-12-20Merge ath-current from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/at...Kalle Valo10-12/+101
2020-12-19net: mvpp2: prs: fix PPPoE with ipv6 packet parseStefan Chulski1-2/+3
2020-12-19net: mvpp2: Add TCAM entry to drop flow control pause framesStefan Chulski2-1/+34