summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2021-03-07net: sfp: add workaround for Realtek RTL8672 and RTL9601C chipsPali Rohár1-33/+67
2021-03-07net: sfp: VSOL V2801F / CarlitoxxPro CPGOS03-0490 v2.0 workaroundRussell King1-5/+58
2021-03-07xen-netback: respect gnttab_map_refs()'s return valueJan Beulich1-1/+11
2021-03-07brcmfmac: Add DMI nvram filename quirk for Voyo winpad A15 tabletHans de Goede1-0/+18
2021-03-07brcmfmac: Add DMI nvram filename quirk for Predia Basic tabletHans de Goede1-0/+14
2021-03-07net: sfp: add mode quirk for GPON module Ubiquiti U-Fiber InstantPali Rohár2-2/+30
2021-03-07ath10k: fix wmi mgmt tx queue full due to race conditionMiaoqing Pan1-11/+4
2021-03-07mt76: mt7615: reset token when mac_reset happensRyder Lee3-12/+22
2021-03-07wlcore: Fix command execute failure 19 for wl12xxTony Lindgren3-20/+1
2021-03-07rsi: Move card interrupt handling to RX threadMarek Vasut3-51/+15
2021-03-07rsi: Fix TX EAPOL packet handling against iwlwifi APMarek Vasut1-1/+2
2021-03-07net: fix dev_ifsioc_locked() race conditionCong Wang2-7/+5
2021-03-07net: ag71xx: remove unnecessary MTU reservationDENG Qingfang1-3/+1
2021-03-07net: usb: qmi_wwan: support ZTE P685M modemLech Perczak1-0/+1
2021-03-04wireguard: queueing: get rid of per-peer ring buffersJason A. Donenfeld8-93/+144
2021-03-04net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sendingJason A. Donenfeld1-1/+0
2021-03-04r8169: fix jumbo packet handling on RTL8168eHeiner Kallweit1-2/+2
2021-03-04wireguard: kconfig: use arm chacha even with no neonJason A. Donenfeld1-1/+1
2021-03-04wireguard: device: do not generate ICMP for non-IP packetsJason A. Donenfeld1-3/+4
2021-03-04vxlan: move debug check after netdev unregisterTaehee Yoo1-3/+8
2021-03-04net/mlx4_core: Add missed mlx4_free_cmd_mailbox()Chuhong Yuan1-0/+1
2021-03-04net: stmmac: fix CBS idleslope and sendslope calculationSong, Yoong Siang1-4/+26
2021-03-04ice: update the number of available RSS queuesHenry Tieman1-8/+19
2021-03-04ice: Fix state bits on LLDP mode switchDave Ertman3-2/+11
2021-03-04ice: Account for port VLAN in VF max packet size calculationBrett Creeley1-1/+32
2021-03-04ice: report correct max number of TCsDave Ertman1-1/+1
2021-03-04octeontx2-af: Fix an off by one in rvu_dbg_qsize_write()Dan Carpenter1-1/+1
2021-03-04i40e: Fix add TC filter for IPv6Mateusz Palczewski1-2/+3
2021-03-04i40e: Fix VFs not createdSylwester Dziedziuch1-2/+1
2021-03-04i40e: Fix addition of RX filters after enabling FW LLDP agentMateusz Palczewski2-12/+13
2021-03-04i40e: Fix overwriting flow control settings during driver loadingMateusz Palczewski1-27/+0
2021-03-04i40e: Add zero-initialization of AQ command structuresMateusz Palczewski1-0/+6
2021-03-04i40e: Fix flow for IPv6 next header (extension header)Slawomir Laba1-3/+6
2021-03-04tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds2-2/+4
2021-03-04net: enetc: fix destroyed phylink dereference during unbindVladimir Oltean1-2/+3
2021-03-04net: mvneta: Remove per-cpu queue mapping for Armada 3700Maxime Chevallier1-1/+8
2021-03-04net: amd-xgbe: Fix network fluctuations when using 1G BELFUSE SFPShyam Sundar S K1-0/+3
2021-03-04net: amd-xgbe: Reset link when the link never comes backShyam Sundar S K2-1/+9
2021-03-04net: amd-xgbe: Fix NETDEV WATCHDOG transmit queue timeout warningShyam Sundar S K2-1/+1
2021-03-04net: amd-xgbe: Reset the PHY rx data path when mailbox command timeoutShyam Sundar S K2-1/+41
2021-03-04net: phy: mscc: adding LCPLL reset to VSC8514Bjarni Jonasson2-122/+236
2021-03-04net: dsa: felix: don't deinitialize unused portsVladimir Oltean1-1/+5
2021-03-04net: dsa: felix: perform teardown in reverse order of setupVladimir Oltean1-5/+5
2021-03-04ibmvnic: skip send_request_unmap for timeout resetLijun Pan1-1/+6
2021-03-04ibmvnic: add memory barrier to protect long term bufferLijun Pan1-0/+5
2021-03-04b43: N-PHY: Fix the update of coef for the PHY revision >= 3caseColin Ian King1-1/+1
2021-03-04cxgb4/chtls/cxgbit: Keeping the max ofld immediate data size same in cxgb4 an...Ayush Sawal3-6/+11
2021-03-04net: axienet: Handle deferred probe on clock properlyRobert Hancock1-14/+12
2021-03-04net/mlx5e: Check tunnel offload is required before setting SWPMoshe Shemesh1-1/+1
2021-03-04net/mlx5e: CT: manage the lifetime of the ct entry objectOz Shlomo1-67/+192