Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-10net: rename reference+tracking helpersJakub Kicinski
2022-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-09Merge tag 'net-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-06-09mellanox: mlx5: avoid uninitialized variable warning with gcc-12Linus Torvalds
2022-06-09drm: imx: fix compiler warning with gcc-12Linus Torvalds
2022-06-09net: macb: change return type for gem_ptp_set_one_step_sync()Claudiu Beznea
2022-06-09vmxnet3: update to version 7Ronak Doshi
2022-06-09vmxnet3: use ext1 field to indicate encapsulated packetRonak Doshi
2022-06-09vmxnet3: limit number of TXDs used for TSO packetRonak Doshi
2022-06-09vmxnet3: add command to set ring buffer sizesRonak Doshi
2022-06-09vmxnet3: add support for out of order rx completionRonak Doshi
2022-06-09vmxnet3: add support for large passthrough BAR registerRonak Doshi
2022-06-09vmxnet3: add support for capability registersRonak Doshi
2022-06-09vmxnet3: prepare for version 7 changesRonak Doshi
2022-06-09net: amd-xgbe: fix clang -Wformat warningJustin Stitt
2022-06-09xen/netback: do some code cleanupJuergen Gross
2022-06-09net: dsa: realtek: rtl8365mb: fix GMII caps for ports with internal PHYAlvin Šipraga
2022-06-09Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2022-06-09Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2022-06-09net: dsa: mv88e6xxx: correctly report serdes link failureRussell King (Oracle)
2022-06-09net: dsa: mv88e6xxx: fix BMSR error to be consistent with othersRussell King (Oracle)
2022-06-09net: dsa: mv88e6xxx: use BMSR_ANEGCOMPLETE bit for filling an_completeMarek Behún
2022-06-09net: altera: Fix refcount leak in altera_tse_mdio_createMiaoqian Lin
2022-06-09net: ethernet: mtk_eth_soc: fix misuse of mem alloc interface netdev[napi]_al...Chen Lin
2022-06-08au1000_eth: stop using virt_to_bus()Arnd Bergmann
2022-06-08nfc: nfcmrvl: Fix memory leak in nfcmrvl_play_deferredXiaohui Zhang
2022-06-08nfc: st21nfca: fix incorrect sizing calculations in EVT_TRANSACTIONMartin Faltesek
2022-06-08nfc: st21nfca: fix memory leaks in EVT_TRANSACTION handlingMartin Faltesek
2022-06-08nfc: st21nfca: fix incorrect validating logic in EVT_TRANSACTIONMartin Faltesek
2022-06-08net: mdio: unexport __init-annotated mdio_bus_init()Masahiro Yamada
2022-06-08nfp: Remove kernel.h when not neededChristophe JAILLET
2022-06-08net: ethernet: mtk_eth_soc: enable rx cksum offload for MTK_NETSYS_V2Lorenzo Bianconi
2022-06-08net/mlx4_en: Fix wrong return value on ioctl EEPROM query failureGal Pressman
2022-06-08net: dsa: lantiq_gswip: Fix refcount leak in gswip_gphy_fw_listMiaoqian Lin
2022-06-08net: dsa: microchip: ksz8xxx: Replace kernel.h with the necessary inclusionsChristophe JAILLET
2022-06-08Merge tag 'input-for-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-06-08Merge tag 'mmc-v5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh...Linus Torvalds
2022-06-07Input: soc_button_array - also add Lenovo Yoga Tablet2 1051F to dmi_use_low_l...Marius Hoch
2022-06-07Input: bcm5974 - set missing URB_NO_TRANSFER_DMA_MAP urb flagMathias Nyman
2022-06-07ixgbe: fix unexpected VLAN Rx in promisc mode on VFOlivier Matz
2022-06-07ixgbe: fix bcast packets Rx on VF after promisc removalOlivier Matz
2022-06-07iavf: Add waiting for response from PF in set macMateusz Palczewski
2022-06-07i40e: Add VF VLAN pruningMateusz Palczewski
2022-06-07stmmac: intel: Fix an error handling path in intel_eth_pci_probe()Christophe JAILLET
2022-06-07net: altera: Replace kernel.h with the necessary inclusionsChristophe JAILLET
2022-06-07WAN: Fix syntax errors in commentsXiang wangx
2022-06-07net: ethernet: bgmac: Fix refcount leak in bcma_mdio_mii_registerMiaoqian Lin
2022-06-07amt: fix wrong type string definitionTaehee Yoo
2022-06-07amt: fix possible null-ptr-deref in amt_rcv()Taehee Yoo
2022-06-07amt: fix wrong usage of pskb_may_pull()Taehee Yoo