summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2022-08-03mt7601u: add USB device ID for some versions of XiaoDu WiFi Dongle.Wei Mingzhi1-0/+1
2022-08-03sfc: disable softirqs for ptp TXAlejandro Lucero1-0/+22
2022-08-03virtio-net: fix the race between refill work and closeJason Wang1-3/+34
2022-08-03i40e: Fix interface init with MSI interrupts (no MSI-X)Michal Maloszewski1-0/+4
2022-08-03net: macsec: fix potential resource leak in macsec_add_rxsa() and macsec_add_...Jianglei Nie1-2/+2
2022-08-03macsec: always read MACSEC_SA_ATTR_PN as a u64Sabrina Dubroca1-3/+3
2022-08-03macsec: limit replay window size with XPNSabrina Dubroca1-4/+12
2022-08-03macsec: fix error message in macsec_add_rxsa and _txsaSabrina Dubroca1-2/+2
2022-08-03macsec: fix NULL deref in macsec_add_rxsaSabrina Dubroca1-1/+2
2022-08-03net: sungem_phy: Add of_node_put() for reference returned by of_get_parent()Liang He1-0/+1
2022-08-03ice: do not setup vlan for loopback VSIMaciej Fijalkowski1-3/+5
2022-08-03ice: check (DD | EOF) bits on Rx descriptor rather than (EOP | RS)Maciej Fijalkowski1-1/+2
2022-07-29net: usb: ax88179_178a needs FLAG_SEND_ZLPJose Alonso1-10/+10
2022-07-29tcp: Fix data-races around sysctl knobs related to SYN option.Kuniyuki Iwashima1-3/+3
2022-07-29be2net: Fix buffer overflow in be_get_module_eepromHristo Venev3-18/+25
2022-07-29ixgbe: Add locking to prevent panic when setting sriov_numvfs to zeroPiotr Skajewski3-0/+10
2022-07-29i40e: Fix erroneous adapter reinitialization during recovery processDawid Lukwinski1-8/+5
2022-07-29iavf: Fix handling of dummy receive descriptorsPrzemyslaw Patynowski1-3/+2
2022-07-29net: stmmac: fix dma queue left shift overflow issueJunxiao Chang1-0/+3
2022-07-29net: stmmac: fix unbalanced ptp clock issue in suspend/resume flowBiao Huang2-10/+15
2022-07-29ip: Fix data-races around sysctl_ip_fwd_update_priority.Kuniyuki Iwashima1-1/+2
2022-07-29igc: Reinstate IGC_REMOVED logic and implement it properlyLennert Buytenhek2-1/+7
2022-07-29mlxsw: spectrum_router: Fix IPv4 nexthop gateway indicationIdo Schimmel1-1/+1
2022-07-21Revert "can: xilinx_can: Limit CANFD brp to 2"Srinivas Neeli1-2/+2
2022-07-21net: sfp: fix memory leak in sfp_probe()Jianglei Nie1-1/+1
2022-07-21net: atlantic: remove aq_nic_deinit() when resumeChia-Lin Kao (AceLan)1-3/+0
2022-07-21net: atlantic: remove deep parameter on suspend/resume functionsChia-Lin Kao (AceLan)1-14/+10
2022-07-21sfc: fix kernel panic when creating VFÍñigo Huguet1-0/+3
2022-07-21sfc: fix use after free when disabling sriovÍñigo Huguet1-3/+7
2022-07-21net: ftgmac100: Hold reference returned by of_get_child_by_name()Liang He1-1/+14
2022-07-21net: stmmac: dwc-qos: Disable split header for Tegra194Jon Hunter1-0/+1
2022-07-21net/mlx5e: Fix capability check for updating vnic env countersGal Pressman1-1/+1
2022-07-21net/mlx5e: kTLS, Fix build time constant test in RXTariq Toukan1-2/+1
2022-07-21net/mlx5e: kTLS, Fix build time constant test in TXTariq Toukan1-2/+1
2022-07-21xen/netback: avoid entering xenvif_rx_next_skb() with an empty rx queueJuergen Gross1-0/+1
2022-07-12r8169: fix accessing unset transport headerHeiner Kallweit1-6/+4
2022-07-12ibmvnic: Properly dispose of all skbs during a failover.Rick Lindsley1-0/+9
2022-07-12i40e: Fix dropped jumbo frames statisticsLukasz Cieplicki4-0/+103
2022-07-12can: kvaser_usb: kvaser_usb_leaf: fix bittiming limitsJimmy Assarsson3-35/+47
2022-07-12can: kvaser_usb: kvaser_usb_leaf: fix CAN clock frequency regressionJimmy Assarsson3-19/+36
2022-07-12can: kvaser_usb: replace run-time checks with struct kvaser_usb_driver_infoJimmy Assarsson3-135/+155
2022-07-12usbnet: fix memory leak in error caseOliver Neukum1-5/+12
2022-07-12can: gs_usb: gs_usb_open/close(): fix memory leakRhett Aultman1-2/+21
2022-07-12can: grcan: grcan_probe(): remove extra of_node_get()Liang He1-1/+0
2022-07-07net: usb: qmi_wwan: add Telit 0x1070 compositionDaniele Palmas1-0/+1
2022-07-07net: usb: qmi_wwan: add Telit 0x1060 compositionCarlo Lobrano1-0/+1
2022-07-07xen-netfront: restore __skb_queue_tail() positioning in xennet_get_responses()Jan Beulich1-1/+3
2022-07-07xen/netfront: force data bouncing when backend is untrustedRoger Pau Monne1-2/+47
2022-07-07xen/netfront: fix leaking data in shared pagesRoger Pau Monne1-1/+2
2022-07-07net: tun: avoid disabling NAPI twiceJakub Kicinski1-1/+2