summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2022-04-13bnxt_en: Prevent XDP redirect from running when stopping TX queueRay Jui1-2/+4
2022-04-13bnxt_en: reserve space inside receive page for skb_shared_infoAndy Gospodarek1-1/+2
2022-04-13bnxt_en: Synchronize tx when xdp redirects happen on same ringPavan Chebbi4-0/+19
2022-04-13net: stmmac: Fix unset max_speed difference between DT and non-DT platformsChen-Yu Tsai1-2/+1
2022-04-13ice: Clear default forwarding VSI during VSI releaseIvan Vecera1-0/+2
2022-04-13vrf: fix packet sniffing for traffic originating from ip tunnelsEyal Birger1-4/+11
2022-04-13net: sfc: add missing xdp queue reinitializationTaehee Yoo1-65/+81
2022-04-13mt76: fix monitor mode crash with sdio driverDeren Wu1-1/+1
2022-04-13net: sfp: add 2500base-X quirk for Lantech SFP moduleMichael Walle1-0/+6
2022-04-13net/mlx5e: Remove overzealous validations in netlink EEPROM queryGal Pressman1-23/+0
2022-04-13can: etas_es58x: es58x_fd_rx_event_msg(): initialize rx_event_msg before call...Vincent Mailhol1-2/+1
2022-04-13bnxt_en: Eliminate unintended link toggle during FW resetMichael Chan1-3/+1
2022-04-13tuntap: add sanity checks about msg_controllen in sendmsgHarold Huang2-2/+4
2022-04-13macvtap: advertise link netns via netlinkSven Eckelmann1-0/+6
2022-04-13mt76: mt7615: Fix assigning negative values to unsigned variableYang Li1-1/+1
2022-04-13mt76: mt7915: fix injected MPDU transmission to not use HW A-MSDUJohan Almbladh1-0/+1
2022-04-13iwlwifi: mvm: move only to an enabled channelMiri Korenblit1-9/+22
2022-04-13iwlwifi: mvm: Correctly set fragmented EBSIlan Peer1-1/+4
2022-04-13net/mlx5e: Disable TX queues before registering the netdevMaxim Mikityanskiy1-0/+1
2022-04-13mt76: dma: initialize skip_unmap in mt76_dma_rx_fillLorenzo Bianconi1-0/+1
2022-04-13mt76: mt7921: fix crash when startup fails.Ben Greear1-0/+1
2022-04-13ath11k: mhi: use mhi_sync_power_up()Kalle Valo1-1/+1
2022-04-13ath11k: pci: fix crash on suspend if board file is not foundKalle Valo1-0/+10
2022-04-13ath11k: fix kernel panic during unload/load ath11k modulesVenkateswara Naralasetty1-0/+2
2022-04-13ath5k: fix OOB in ath5k_eeprom_read_pcal_info_5111Zekun Shen1-0/+3
2022-04-08net: sparx5: uses, depends on BRIDGE or !BRIDGERandy Dunlap1-0/+1
2022-04-08net: hns3: fix software vlan talbe of vlan 0 inconsistent with hardwareGuangbin Huang1-3/+3
2022-04-08net: hns3: fix the concurrency between functions reading debugfsYufeng Mo3-5/+12
2022-04-08can: mcp251xfd: mcp251xfd_register_get_dev_id(): fix return of error valueTom Rix1-1/+1
2022-04-08can: mcba_usb: properly check endpoint typePavel Skripkin1-10/+16
2022-04-08can: mcba_usb: mcba_usb_start_xmit(): fix double dev_kfree_skb in error pathHangyu Hua1-1/+0
2022-04-08wireguard: socket: ignore v6 endpoints when ipv6 is disabledJason A. Donenfeld1-2/+2
2022-04-08wireguard: socket: free skb in send6 when ipv6 is disabledWang Hai1-0/+1
2022-04-08wireguard: queueing: use CFI-safe ptr_ring cleanup functionJason A. Donenfeld1-1/+2
2022-04-08net: dsa: bcm_sf2_cfp: fix an incorrect NULL check on list iteratorXiaomeng Tong1-3/+3
2022-04-08octeontx2-af: initialize action variableTom Rix1-8/+7
2022-04-08net: sparx5: switchdev: fix possible NULL pointer dereferenceZheng Yongjun1-0/+2
2022-04-08qlcnic: dcb: default to returning -EOPNOTSUPPTom Rix1-5/+5
2022-04-08net: sparx5: depends on PTP_1588_CLOCK_OPTIONALRandy Dunlap1-0/+1
2022-04-08net: hns3: clean residual vf config after disable sriovPeng Li3-0/+71
2022-04-08net: phy: broadcom: Fix brcm_fet_config_init()Florian Fainelli1-0/+21
2022-04-08net: hns3: refine the process when PF set VF VLANJian Shen2-5/+18
2022-04-08net: hns3: format the output of the MAC addressYufeng Mo4-31/+74
2022-04-08net: hns3: add vlan list lock to protect vlan listJian Shen2-4/+35
2022-04-08net: hns3: fix port base vlan add fail when concurrent with resetJian Shen2-19/+46
2022-04-08net: hns3: fix bug when PF set the duplicate MAC address for VFsJian Shen1-3/+2
2022-04-08net: enetc: report software timestamping via SO_TIMESTAMPINGVladimir Oltean1-1/+4
2022-04-08drivers: ethernet: cpsw: fix panic when interrupt coaleceing is set via ethtoolSondhauß, Jan1-4/+2
2022-04-08ice: don't allow to run ice_send_event_to_aux() in atomic ctxAlexander Lobakin1-0/+3
2022-04-08ice: fix 'scheduling while atomic' on aux critical err interruptAlexander Lobakin2-10/+17