summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * tg3: Remove redundant assignmentsluo penghao2021-11-051-1/+0
| * bonding: Fix a use-after-free problem when bond_sysfs_slave_add() failedHuang Guobin2021-11-051-25/+11
| * Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2021-11-054-71/+82
| |\
| | * ice: Fix race conditions between virtchnl handling and VF ndo opsBrett Creeley2021-11-032-0/+30
| | * ice: Fix not stopping Tx queues for VFsBrett Creeley2021-11-032-5/+3
| | * ice: Fix replacing VF hardware MAC to existing MAC filterSylwester Dziedziuch2021-11-031-5/+9
| | * ice: Remove toggling of antispoof for VF trusted promiscuous modeBrett Creeley2021-11-031-18/+0
| | * ice: Fix VF true promiscuous modeBrett Creeley2021-11-032-43/+40
| * | net: phy: fix duplex out of sync problem while changing settingsHeiner Kallweit2021-11-051-1/+6
| |/
| * net: dsa: felix: fix broken VLAN-tagged PTP under VLAN-aware bridgeVladimir Oltean2021-11-031-6/+3
| * net: dsa: qca8k: make sure PAD0 MAC06 exchange is disabledAnsuel Smith2021-11-032-0/+9
| * amt: Remove duplicate includeJiapeng Chong2021-11-031-1/+0
| * amt: fix error return code in amt_init()Yang Yingliang2021-11-031-1/+3
| * net: marvell: prestera: Add explicit paddingGeert Uytterhoeven2021-11-031-0/+12
| * bnxt_en: avoid newline at end of message in NL_SET_ERR_MSG_MODWan Jiabing2021-11-031-1/+1
| * net: davinci_emac: Fix interrupt pacing disableMaxim Kiselev2021-11-031-2/+14
| * net: phy: microchip_t1: add lan87xx_config_rgmii_delay for lan87xx phyYuiko Oshino2021-11-031-1/+43
* | Merge tag 'gpio-updates-for-v5.16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-084-238/+9
|\ \
| * | net: mellanox: mlxbf_gige: Replace non-standard interrupt handlingAsmaa Mnebhi2021-10-294-238/+9
* | | Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-067-113/+34
|\ \ \
| * \ \ Merge branch 'pci/vpd'Bjorn Helgaas2021-11-053-109/+29
| |\ \ \
| | * | | cxgb3: Remove seeprom_write and use VPD APIHeiner Kallweit2021-10-263-44/+3
| | * | | cxgb3: Use VPD API in t3_seeprom_wp()Heiner Kallweit2021-10-261-1/+8
| | * | | cxgb3: Remove t3_seeprom_read and use VPD APIHeiner Kallweit2021-10-263-64/+18
| * | | | nfp: use dev_driver_string() instead of pci_dev->driver->nameUwe Kleine-König2021-10-131-1/+2
| * | | | mlxsw: pci: Use dev_driver_string() instead of pci_dev->driver->nameUwe Kleine-König2021-10-131-1/+1
| * | | | net: marvell: prestera: use dev_driver_string() instead of pci_dev->driver->nameUwe Kleine-König2021-10-131-1/+1
| * | | | net: hns3: use dev_driver_string() instead of pci_dev->driver->nameUwe Kleine-König2021-10-131-1/+1
| |/ / /
* | | | Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-11-045-15/+11
|\ \ \ \
| * \ \ \ Merge 5.15-rc6 into tty-nextGreg Kroah-Hartman2021-10-18100-527/+1149
| |\ \ \ \
| * \ \ \ \ Merge 5.15-rc3 into tty-nextGreg Kroah-Hartman2021-09-27118-363/+1089
| |\ \ \ \ \
| * | | | | | tty: remove file from n_tty_ioctl_helperJiri Slaby2021-09-222-2/+2
| * | | | | | tty: remove file from tty_mode_ioctlJiri Slaby2021-09-225-5/+5
| * | | | | | tty: make tty_ldisc_ops::hangup return voidJiri Slaby2021-09-224-8/+4
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-11-031-1/+3
|\ \ \ \ \ \
| * | | | | | virtio-net: don't let virtio core to validate used lengthJason Wang2021-11-011-0/+1
| * | | | | | virtio_net: clarify tailroom logicMichael S. Tsirkin2021-11-011-1/+2
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-11-032-16/+9
|\ \ \ \ \ \ \
| * | | | | | | Merge tag 'v5.15' into rdma.git for-nextJason Gunthorpe2021-11-0174-354/+662
| |\| | | | | |
| * | | | | | | RDMA/qed: Use helper function to set GUIDsKamal Heib2021-11-011-13/+4
| * | | | | | | RDMA/mlx5: Use dev_addr_mod()Jakub Kicinski2021-10-251-3/+5
| * | | | | | | Merge brank 'mlx5_mkey' into rdma.git for-nextJason Gunthorpe2021-10-1983-448/+899
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jason Gunthorpe2021-10-121-8/+46
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'v5.15-rc4' into rdma.get for-nextJason Gunthorpe2021-10-04107-352/+1025
| |\ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ Merge tag 'hyperv-next-signed-20211102' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-11-022-10/+10
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| * | | | | | | | | | Drivers: hv: vmbus: Mark vmbus ring buffer visible to host in Isolation VMTianyu Lan2021-10-282-10/+10
* | | | | | | | | | | Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-021269-27244/+163746
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-025-17/+42
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | ibmvnic: delay complete()Sukadev Bhattiprolu2021-11-011-7/+9
| | * | | | | | | | | | | ibmvnic: Process crqs after enabling interruptsSukadev Bhattiprolu2021-11-011-0/+3