summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-04-08net: hso: fix null-ptr-deref during tty device unregistrationAnirudh Rayabharam1-21/+12
2021-04-08Merge tag 'wireless-drivers-2021-04-07' of git://git.kernel.org/pub/scm/linux...David S. Miller13-55/+97
2021-04-08ethtool: Remove link_mode param and derive link params from driverDanielle Ratson1-5/+14
2021-04-07net/mlx5: fix kfree mismatch in indir_table.cXiaoming Ni1-5/+5
2021-04-07net/mlx5: Fix HW spec violation configuring uplinkEli Cohen1-2/+3
2021-04-07net: tun: set tun->dev->addr_len during TUNSETLINK processingPhillip Potter1-0/+48
2021-04-07net: hns3: clear VF down state bit before request link statusGuangbin Huang1-2/+2
2021-04-07Merge tag 'linux-can-fixes-for-5.12-20210406' of git://git.kernel.org/pub/scm...David S. Miller1-6/+18
2021-04-07pcnet32: Use pci_resource_len to validate PCI resourceGuenter Roeck1-2/+3
2021-04-07virtio_net: Do not pull payload in skb->headEric Dumazet1-3/+7
2021-04-07net: broadcom: bcm4908enet: Fix a double free in bcm4908_enet_dma_allocLv Yunlong1-0/+1
2021-04-06can: mcp251x: fix support for half duplex SPI host controllersMarc Kleine-Budde1-6/+18
2021-04-06iwlwifi: mvm: fix beacon protection checksJohannes Berg1-5/+12
2021-04-06iwlwifi: mvm: rfi: don't lock mvm->mutex when sending config commandGregory Greenman2-5/+8
2021-04-06iwlwifi: pcie: add support for So-F devicesLuca Coelho2-1/+26
2021-04-06iwlwifi: fw: fix notification wait lockingJohannes Berg1-5/+5
2021-04-06iwlwifi: add support for Qu with AX201 deviceMatt Chen1-0/+1
2021-04-06iwlwifi: pcie: properly set LTR workarounds on 22000 devicesJohannes Berg3-32/+37
2021-04-06iwlwifi: fix 11ax disabled bit in the regulatory capability flagsLuca Coelho1-1/+1
2021-04-06net: hns3: Remove un-necessary 'else-if' in the hclge_reset_event()Salil Mehta1-1/+3
2021-04-06net: hns3: Remove the left over redundant check & assignmentSalil Mehta1-3/+0
2021-04-03net: macb: restore cmp registers on resume pathClaudiu Beznea1-0/+7
2021-04-02Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller3-12/+52
2021-04-02drivers: net: fix memory leak in peak_usb_create_devPavel Skripkin1-1/+5
2021-04-02drivers: net: fix memory leak in atusb_probePavel Skripkin1-0/+1
2021-04-01i40e: Fix display statistics for veb_tcEryk Rybak1-6/+46
2021-04-01i40e: fix receiving of single packets in xsk zero-copy modeMagnus Karlsson1-2/+2
2021-04-01i40e: Fix inconsistent indentingArkadiusz Kubalewski1-4/+4
2021-03-31net/mlx5e: Guarantee room for XSK wakeup NOP on async ICOSQTariq Toukan4-12/+34
2021-03-31net/mlx5e: Consider geneve_opts for encap contextsDima Chumak6-14/+51
2021-03-31net/mlx5: Don't request more than supported EQsDaniel Jurgens1-1/+12
2021-03-31net/mlx5e: kTLS, Fix RX counters atomicityTariq Toukan5-20/+16
2021-03-31net/mlx5e: kTLS, Fix TX counters atomicityTariq Toukan5-26/+33
2021-03-31net/mlx5: E-switch, Create vport miss group only if src rewrite is supportedMaor Dickman1-29/+39
2021-03-31net/mlx5e: Fix ethtool indication of connector typeAya Levin1-11/+11
2021-03-31net/mlx5: Delete auxiliary bus driver eth-rep firstMaor Dickman1-2/+2
2021-03-31net/mlx5e: Fix mapping of ct_label zeroAriel Levkovich1-7/+29
2021-03-31net: phy: broadcom: Only advertise EEE for supported modesFlorian Fainelli1-3/+10
2021-03-31nfp: flower: ignore duplicate merge hints from FWYinjun Zhang3-3/+69
2021-03-30ethernet/netronome/nfp: Fix a use after free in nfp_bpf_ctrl_msg_rxLv Yunlong1-0/+1
2021-03-30Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller10-41/+86
2021-03-30cxgb4: avoid collecting SGE_QBASE regs during trafficRahul Lakkireddy2-5/+21
2021-03-29gianfar: Handle error code at MAC address changeClaudiu Manoil1-1/+5
2021-03-29ethernet: myri10ge: Fix a use after free in myri10ge_sw_tsoLv Yunlong1-1/+1
2021-03-29mlxsw: spectrum: Fix ECN marking in tunnel decapsulationIdo Schimmel3-8/+21
2021-03-29ice: Cleanup fltr list in case of allocation issuesRobert Malz1-1/+2
2021-03-29ice: Use port number instead of PF ID for WoLAnirudh Venkataramanan3-8/+7
2021-03-29ice: Fix for dereference of NULL pointerJacek BuĊ‚atek1-5/+7
2021-03-29ice: remove DCBNL_DEVRESET bit from PF stateDave Ertman3-4/+0
2021-03-29ice: fix memory allocation callBruce Allan1-1/+1