summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-04-1433-122/+177
|\
| * net: bcmgenet: Revert "Use stronger register read/writes to assure ordering"Jeremy Linton2022-04-141-2/+2
| * net: dsa: felix: fix tagging protocol changes with multiple CPU portsVladimir Oltean2022-04-141-0/+23
| * tun: annotate access to queue->trans_startAntoine Tenart2022-04-141-1/+1
| * net: dsa: realtek: don't parse compatible string for RTL8366SAlvin Šipraga2022-04-131-5/+0
| * net: dsa: realtek: fix Kconfig to assure consistent driver linkageAlvin Šipraga2022-04-131-9/+21
| * Merge tag 'wireless-2022-04-13' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2022-04-135-23/+38
| |\
| | * ath9k: Fix usage of driver-private space in tx_infoToke Høiland-Jørgensen2022-04-102-11/+21
| | * brcmfmac: sdio: Fix undefined behavior due to shift overflowing the constantBorislav Petkov2022-04-101-1/+1
| | * mt76: Fix undefined behavior due to shift overflowing the constantBorislav Petkov2022-04-101-1/+1
| | * Revert "ath11k: mesh: add support for 256 bitmap in blockack frames in 11ax"Anilkumar Kolli2022-04-041-8/+14
| | * ath9k: Properly clear TX status area before reporting to mac80211Toke Høiland-Jørgensen2022-04-011-3/+2
| * | net: ftgmac100: access hardware register after clock readyDylan Hung2022-04-131-5/+5
| * | macvlan: Fix leaking skb in source mode with nodst optionMartin Willi2022-04-131-2/+6
| * | net: lan966x: Stop processing the MAC entry is port is wrong.Horatiu Vultur2022-04-121-2/+4
| * | net: lan966x: Fix when a port's upper is changed.Horatiu Vultur2022-04-121-2/+1
| * | net: lan966x: Fix IGMP snooping when frames have vlan tagHoratiu Vultur2022-04-121-0/+6
| * | net: lan966x: Update lan966x_ptp_get_nominal_valueHoratiu Vultur2022-04-121-4/+4
| * | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2022-04-124-23/+16
| |\ \
| | * | Revert "iavf: Fix deadlock occurrence during resetting VF interface"Mateusz Palczewski2022-04-081-5/+2
| | * | ice: arfs: fix use-after-free when freeing @rx_cpu_rmapAlexander Lobakin2022-04-083-18/+14
| * | | net: macb: Restart tx only if queue pointer is laggingTomas Melin2022-04-121-0/+8
| * | | dpaa_eth: Fix missing of_node_put in dpaa_get_ts_info()Lv Ruyi2022-04-111-2/+6
| * | | net: ethernet: stmmac: fix altr_tse_pcs function when using a fixed-linkDinh Nguyen2022-04-113-16/+9
| * | | net: phy: LAN87xx: remove genphy_softreset in config_anegArun Ramadoss2022-04-111-6/+1
| * | | net: atlantic: Avoid out-of-bounds indexingKai-Heng Feng2022-04-092-16/+16
| * | | net: dsa: felix: suppress -EPROBE_DEFER errorsMichael Walle2022-04-091-1/+1
| * | | mlxsw: i2c: Fix initialization error flowVadim Pasternak2022-04-081-0/+1
| * | | net: mdio: don't defer probe forever if PHY IRQ provider is missingVladimir Oltean2022-04-081-0/+5
| |/ /
| * | vxlan: fix error return code in vxlan_fdb_appendHongbin Wang2022-04-081-2/+2
| * | veth: Ensure eth header is in skb's linear partGuillaume Nault2022-04-081-1/+1
* | | Merge tag 'mmc-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds2022-04-084-4/+4
|\ \ \ | |/ / |/| |
| * | mmc: core: improve API to make clear mmc_hw_reset is for cardsWolfram Sang2022-04-084-4/+4
* | | Merge tag 'net-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-04-0831-257/+317
|\ \ \ | |/ / |/| |
| * | drivers: net: slip: fix NPD bug in sl_tx_timeout()Duoming Zhou2022-04-071-1/+1
| * | myri10ge: fix an incorrect free for skb in myri10ge_sw_tsoXiaomeng Tong2022-04-061-4/+2
| * | net: usb: aqc111: Fix out-of-bounds accesses in RX fixupMarcin Kozlowski2022-04-061-2/+7
| * | qede: confirm skb is allocated before usingJamie Bainbridge2022-04-061-0/+3
| * | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2022-04-063-5/+9
| |\ \
| | * | ice: clear cmd_type_offset_bsz for TX ringsMaciej Fijalkowski2022-04-051-1/+1
| | * | ice: xsk: fix VSI state check in ice_xsk_wakeup()Maciej Fijalkowski2022-04-051-1/+1
| | * | ice: synchronize_rcu() when terminating ringsMaciej Fijalkowski2022-04-053-3/+7
| * | | net: phy: mscc-miim: reject clause 45 register accessesMichael Walle2022-04-061-0/+6
| * | | net: axiemac: use a phandle to reference pcs_phyAndy Chiu2022-04-061-2/+9
| * | | net: axienet: factor out phy_node in struct axienet_localAndy Chiu2022-04-062-10/+5
| * | | net: axienet: setup mdio unconditionallyAndy Chiu2022-04-061-7/+6
| * | | net: sfc: fix using uninitialized xdp tx_queueTaehee Yoo2022-04-063-1/+6
| * | | net: ethernet: mv643xx: Fix over zealous checking of_get_mac_address()Andrew Lunn2022-04-061-1/+1
| * | | net: micrel: Fix KS8851 KconfigHoratiu Vultur2022-04-061-0/+1
| |/ /
| * | ice: Do not skip not enabled queues in ice_vc_dis_qs_msgAnatolii Gerasymenko2022-04-051-2/+2