summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: mana: Add rmb after checking owner bitsHaiyang Zhang2022-09-191-0/+10
* netdevsim: Fix hwstats debugfs file permissionsIdo Schimmel2022-09-191-3/+3
* mlxbf_gige: clear MDIO gateway lock after readDavid Thompson2022-09-191-0/+6
* net: team: Unsync device addresses on ndo_stopBenjamin Poirier2022-09-161-6/+18
* net: bonding: Unsync device addresses on ndo_stopBenjamin Poirier2022-09-161-12/+35
* net: bonding: Share lacpdu_mcast_addr definitionBenjamin Poirier2022-09-162-14/+7
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2022-09-164-25/+33
|\
| * iavf: Fix cached head and tail value for iavf_get_tx_pendingBrett Creeley2022-09-081-1/+4
| * iavf: Fix change VF's mac addressSylwester Dziedziuch2022-09-081-6/+3
| * ice: Fix crash by keep old cfg when update TCs more than queuesDing Hui2022-09-081-16/+26
| * ice: Don't double unplug aux on peer initiated resetDave Ertman2022-09-081-2/+0
* | net: marvell: prestera: add support for for Aldrin2Oleksandr Mazur2022-09-161-0/+1
* | net: phy: aquantia: wait for the suspend/resume operations to finishIoana Ciornei2022-09-131-4/+49
* | ipvlan: Fix out-of-bound bugs caused by unset skb->mac_headerLu Wei2022-09-091-2/+4
|/
* Merge tag 'net-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-09-0829-143/+402
|\
| * net: phy: lan87xx: change interrupt src of link_up to comm_readyArun Ramadoss2022-09-081-4/+54
| * net: ethernet: mtk_eth_soc: check max allowed hash in mtk_ppe_check_skbLorenzo Bianconi2022-09-071-0/+3
| * net: ethernet: mtk_eth_soc: fix typo in __mtk_foe_entry_clearLorenzo Bianconi2022-09-071-1/+1
| * net: dsa: felix: access QSYS_TAG_CONFIG under tas_lock in vsc9959_sched_speed...Vladimir Oltean2022-09-071-2/+2
| * net: dsa: felix: disable cut-through forwarding for frames oversized for tc-t...Vladimir Oltean2022-09-071-43/+79
| * net: dsa: felix: tc-taprio intervals smaller than MTU should send at least on...Vladimir Oltean2022-09-071-4/+31
| * net: usb: qmi_wwan: add Quectel RM520Njerry.meng2022-09-061-0/+1
| * net: dsa: qca8k: fix NULL pointer dereference for of_device_get_match_dataChristian Marangi2022-09-061-1/+1
| * stmmac: intel: Simplify intel_eth_pci_remove()Christophe JAILLET2022-09-051-2/+0
| * net: mvpp2: debugfs: fix memory leak when using debugfs_lookup()Greg Kroah-Hartman2022-09-051-2/+2
| * bonding: accept unsolicited NA messageHangbin Liu2022-09-051-5/+12
| * bonding: use unspecified address if no available link local addressHangbin Liu2022-09-051-0/+3
| * Merge tag 'wireless-2022-09-03' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2022-09-046-14/+55
| |\
| | * wifi: mac80211_hwsim: check length for virtio packetsSoenke Huster2022-09-031-1/+6
| | * wifi: iwlegacy: 4965: corrected fix for potential off-by-one overflow in il49...Stanislaw Gruszka2022-08-301-4/+1
| | * wifi: wilc1000: fix DMA on stack objectsAjay.Kathat@microchip.com2022-08-303-8/+47
| | * wifi: mt76: mt7921e: fix crash in chip reset failDeren Wu2022-08-261-1/+1
| * | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2022-09-034-5/+20
| |\ \
| | * | iavf: Detach device during reset taskIvan Vecera2022-09-021-3/+11
| | * | i40e: Fix kernel crash during module removalIvan Vecera2022-09-021-1/+4
| | * | i40e: Fix ADQ rate limiting for PFPrzemyslaw Patynowski2022-09-022-1/+5
| * | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2022-09-034-18/+80
| |\ \ \
| | * | | ice: use bitmap_free instead of devm_kfreeMichal Swiatkowski2022-09-021-1/+1
| | * | | ice: Fix DMA mappings leakPrzemyslaw Patynowski2022-09-024-17/+79
| | |/ /
| * | | net: dsa: microchip: fix kernel oops on ksz8 switchesOleksij Rempel2022-09-031-6/+24
| * | | xen-netback: only remove 'hotplug-status' when the vif is actually destroyedPaul Durrant2022-09-031-1/+1
| * | | net: fec: Use a spinlock to guard `fep->ptp_clk_on`Csókás Bence2022-09-023-27/+19
| * | | net: fec: add pm_qos support on imx6q platformWei Fang2022-09-022-1/+13
| |/ /
| * | Revert "net: phy: meson-gxl: improve link-up behavior"Heiner Kallweit2022-09-011-7/+1
* | | Merge tag 'efi-urgent-for-v6.0-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-09-083-25/+14
|\ \ \
| * | | efi: capsule-loader: Fix use-after-free in efi_capsule_writeHyunwoo Kim2022-09-071-24/+7
| * | | efi/x86: libstub: remove unused variablechen zhang2022-09-071-1/+0
| * | | efi: libstub: Disable struct randomizationArd Biesheuvel2022-08-251-0/+7
* | | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-09-061-1/+7
|\ \ \ \
| * | | | ARM: 9229/1: amba: Fix use-after-free in amba_read_periphid()Isaac Manjarres2022-08-301-1/+7