summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2022-04-08Merge tag 'mmc-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds
2022-04-08mmc: core: improve API to make clear mmc_hw_reset is for cardsWolfram Sang
2022-04-07Merge tag 'net-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-04-06drivers: net: slip: fix NPD bug in sl_tx_timeout()Duoming Zhou
2022-04-06myri10ge: fix an incorrect free for skb in myri10ge_sw_tsoXiaomeng Tong
2022-04-06net: usb: aqc111: Fix out-of-bounds accesses in RX fixupMarcin Kozlowski
2022-04-06qede: confirm skb is allocated before usingJamie Bainbridge
2022-04-06Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller
2022-04-06net: phy: mscc-miim: reject clause 45 register accessesMichael Walle
2022-04-06net: axiemac: use a phandle to reference pcs_phyAndy Chiu
2022-04-06net: axienet: factor out phy_node in struct axienet_localAndy Chiu
2022-04-06net: axienet: setup mdio unconditionallyAndy Chiu
2022-04-06net: sfc: fix using uninitialized xdp tx_queueTaehee Yoo
2022-04-05net: ethernet: mv643xx: Fix over zealous checking of_get_mac_address()Andrew Lunn
2022-04-05net: micrel: Fix KS8851 KconfigHoratiu Vultur
2022-04-05ice: clear cmd_type_offset_bsz for TX ringsMaciej Fijalkowski
2022-04-05ice: xsk: fix VSI state check in ice_xsk_wakeup()Maciej Fijalkowski
2022-04-05ice: synchronize_rcu() when terminating ringsMaciej Fijalkowski
2022-04-05ice: Do not skip not enabled queues in ice_vc_dis_qs_msgAnatolii Gerasymenko
2022-04-05ice: Set txq_teid to ICE_INVAL_TEID on ring creationAnatolii Gerasymenko
2022-04-05dpaa2-ptp: Fix refcount leak in dpaa2_ptp_probeMiaoqian Lin
2022-04-04sfc: Do not free an empty page_ringMartin Habets
2022-04-04stmmac: dwmac-loongson: change loongson_dwmac_driver from global to staticTom Rix
2022-04-04bnxt_en: Prevent XDP redirect from running when stopping TX queueRay Jui
2022-04-04bnxt_en: reserve space inside receive page for skb_shared_infoAndy Gospodarek
2022-04-04bnxt_en: Synchronize tx when xdp redirects happen on same ringPavan Chebbi
2022-04-04qed: fix ethtool register dumpManish Chopra
2022-04-04net: phy: micrel: Remove DT option lan8814,ignore-tsHoratiu Vultur
2022-04-04net: phy: micrel: Remove latency from driverHoratiu Vultur
2022-04-01net: stmmac: Fix unset max_speed difference between DT and non-DT platformsChen-Yu Tsai
2022-04-01net/fungible: Fix reference to __udivdi3 on 32b buildsDimitris Michailidis
2022-04-01net: micrel: fix KS8851_MLL KconfigRandy Dunlap
2022-04-01mctp i2c: correct mctp_i2c_header_create resultMatt Johnston
2022-04-01ice: Fix broken IFF_ALLMULTI handlingIvan Vecera
2022-04-01ice: Fix MAC address settingIvan Vecera
2022-04-01ice: Clear default forwarding VSI during VSI releaseIvan Vecera
2022-04-01vrf: fix packet sniffing for traffic originating from ip tunnelsEyal Birger
2022-04-01net: sfc: add missing xdp queue reinitializationTaehee Yoo
2022-03-31Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2022-03-31vxlan: do not feed vxlan_vnifilter_dump_dev with non vxlan devicesEric Dumazet
2022-03-31Merge tag 'linux-can-fixes-for-5.18-20220331' of git://git.kernel.org/pub/scm...Jakub Kicinski
2022-03-31net: hns3: fix software vlan talbe of vlan 0 inconsistent with hardwareGuangbin Huang
2022-03-31net: hns3: fix the concurrency between functions reading debugfsYufeng Mo
2022-03-31can: gs_usb: gs_make_candev(): fix memory leak for devices with extended bit ...Marc Kleine-Budde
2022-03-31can: mcba_usb: properly check endpoint typePavel Skripkin
2022-03-31can: mcba_usb: mcba_usb_start_xmit(): fix double dev_kfree_skb in error pathHangyu Hua
2022-03-31can: usb_8dev: usb_8dev_start_xmit(): fix double dev_kfree_skb() in error pathHangyu Hua
2022-03-31can: ems_usb: ems_usb_start_xmit(): fix double dev_kfree_skb() in error pathHangyu Hua
2022-03-31can: m_can: m_can_tx_handler(): fix use after free of skbMarc Kleine-Budde
2022-03-31can: mcp251xfd: mcp251xfd_register_get_dev_id(): fix return of error valueTom Rix