summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2022-11-03can: rcar_canfd: rcar_canfd_handle_global_receive(): fix IRQ storm on global ...Biju Das1-2/+4
2022-11-03net: ehea: fix possible memory leak in ehea_register_port()Yang Yingliang1-0/+1
2022-11-03net: ksz884x: fix missing pci_disable_device() on error in pcidev_init()Yang Yingliang1-1/+1
2022-11-03i40e: Fix flow-type by setting GL_HASH_INSET registersSlawomir Laba1-33/+38
2022-11-03i40e: Fix ethtool rx-flow-hash setting for X722Slawomir Laba2-8/+27
2022-11-03can: mscan: mpc5xxx: mpc5xxx_can_probe(): add missing put_clock() in error pathDongliang Mu1-3/+5
2022-11-03net: lantiq_etop: don't free skb when returning NETDEV_TX_BUSYZhang Changzhong1-1/+0
2022-11-03amd-xgbe: add the bit rate quirk for Molex cablesRaju Rangoju1-1/+8
2022-11-03amd-xgbe: fix the SFP compliance codes check for DAC cablesRaju Rangoju1-4/+4
2022-11-03net: hns: fix possible memory leak in hnae_ae_register()Yang Yingliang1-1/+3
2022-11-03r8152: add PID for the Lenovo OneLink+ DockJean-Francois Le Fillatre2-0/+8
2022-10-26r8152: Rate limit overflow messagesAndrew Gaul1-1/+3
2022-10-26wifi: rt2x00: correctly set BBP register 86 for MT7620Daniel Golle1-1/+4
2022-10-26wifi: rt2x00: set SoC wmac clock registerDaniel Golle1-0/+21
2022-10-26wifi: rt2x00: set correct TX_SW_CFG1 MAC register for MT7620Daniel Golle1-1/+1
2022-10-26wifi: rt2x00: don't run Rt5592 IQ calibration on MT7620Daniel Golle1-1/+2
2022-10-26wifi: brcmfmac: fix use-after-free bug in brcmf_netdev_start_xmit()Alexander Coffin1-1/+2
2022-10-26wifi: ath9k: avoid uninit memory read in ath9k_htc_rx_msg()Tetsuo Handa1-15/+28
2022-10-26wifi: brcmfmac: fix invalid address access when enabling SCAN log levelWright Feng1-6/+6
2022-10-26bnx2x: fix potential memory leak in bnx2x_tpa_stop()Jianglei Nie1-0/+1
2022-10-26net: fs_enet: Fix wrong check in do_pd_setupZheng Yongjun1-1/+1
2022-10-26wifi: rtl8xxxu: gen2: Fix mistake in path B IQ calibrationBitterblue Smith1-2/+2
2022-10-26wifi: rtl8xxxu: Fix skb misuse in TX queue selectionBitterblue Smith1-1/+2
2022-10-26wifi: rtl8xxxu: tighten bounds checking in rtl8xxxu_read_efuse()Dan Carpenter1-7/+7
2022-10-26wifi: ath10k: add peer map clean up for peer delete in ath10k_sta_state()Wen Gong1-25/+29
2022-10-26wifi: mac80211_hwsim: avoid mac80211 warning on bad rateJohannes Berg1-0/+2
2022-10-26usbnet: Fix memory leak in usbnet_disconnect()Peilin Ye1-1/+6
2022-10-26net: usb: qmi_wwan: Add new usb-id for Dell branded EM7455Frank Wunderlich1-0/+1
2022-09-28net: sunhme: Fix packet reception for len < RX_COPY_THRESHOLDSean Anderson1-2/+2
2022-09-28can: gs_usb: gs_can_open(): fix race dev->can.state conditionMarc Kleine-Budde1-2/+2
2022-09-28net: team: Unsync device addresses on ndo_stopBenjamin Poirier1-6/+18
2022-09-28ipvlan: Fix out-of-bound bugs caused by unset skb->mac_headerLu Wei1-2/+4
2022-09-28iavf: Fix cached head and tail value for iavf_get_tx_pendingBrett Creeley1-1/+4
2022-09-28net: usb: qmi_wwan: add Quectel RM520Njerry.meng1-0/+1
2022-09-20ieee802154: cc2520: add rc code in cc2520_tx()Li Qiong1-0/+1
2022-09-20tg3: Disable tg3 device on system reboot to avoid triggering AERKai-Heng Feng1-2/+6
2022-09-15wifi: iwlegacy: 4965: corrected fix for potential off-by-one overflow in il49...Stanislaw Gruszka1-4/+1
2022-09-15ethernet: rocker: fix sleep in atomic context bug in neigh_timer_handlerDuoming Zhou1-1/+1
2022-09-05ixgbe: stop resetting SYSTIME in ixgbe_ptp_start_cyclecounterJacob Keller1-13/+46
2022-09-05net: ipvtap - add __init/__exit annotations to module init/exit funcsMaciej Żenczykowski1-2/+2
2022-09-05bonding: 802.3ad: fix no transmission of LACPDUsJonathan Toppins1-22/+16
2022-08-25igb: Add lock to avoid data raceLin Ma2-1/+13
2022-08-25fec: Fix timer capture timing in `fec_ptp_enable_pps()`Csókás Bence1-5/+1
2022-08-25i40e: Fix to stop tx_timeout recovery if GLOBR failsAlan Brady1-1/+3
2022-08-25geneve: do not use RT_TOS for IPv6 flowlabelMatthias May1-2/+1
2022-08-25can: ems_usb: fix clang's -Wunaligned-access warningMarc Kleine-Budde1-1/+1
2022-08-25Revert "net: usb: ax88179_178a needs FLAG_SEND_ZLP"Jose Alonso1-8/+8
2022-08-25wifi: libertas: Fix possible refcount leak in if_usb_probe()Hangyu Hua1-0/+1
2022-08-25wifi: wil6210: debugfs: fix uninitialized variable use in `wil_write_file_wmi()`Ammar Faizi1-2/+2
2022-08-25can: pch_can: pch_can_error(): initialize errc before using itVincent Mailhol1-1/+1