aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-08-1141-266/+312
|\
| * dpaa2-eth: trace the allocated address instead of page structChen Lin2022-08-111-2/+2
| * nfp: fix use-after-free in area_cache_get()Jialiang Wang2022-08-111-1/+2
| * mlxsw: minimal: Fix deadlock in ports creationVadim Pasternak2022-08-111-7/+0
| * bonding: fix reference count leak in balance-alb modeJay Vosburgh2022-08-111-1/+4
| * net: usb: qmi_wwan: Add support for Cinterion MV32Slark Xiao2022-08-111-0/+2
| * net/tls: Use RCU API to access tls_ctx->netdevMaxim Mikityanskiy2022-08-103-4/+22
| * net:bonding:support balance-alb interface with vlan to bridgeSun Shouxin2022-08-101-0/+7
| * macsec: Fix traffic counters/statisticsClayton Yager2022-08-101-9/+49
| * Revert "net: usb: ax88179_178a needs FLAG_SEND_ZLP"Jose Alonso2022-08-101-13/+13
| * Merge tag 'linux-can-fixes-for-6.0-20220810' of git://git.kernel.org/pub/scm/...David S. Miller2022-08-102-4/+16
| |\
| | * can: mcp251x: Fix race condition on receive interruptSebastian Würl2022-08-091-3/+15
| | * can: ems_usb: fix clang's -Wunaligned-access warningMarc Kleine-Budde2022-08-091-1/+1
| * | mlx5: do not use RT_TOS for IPv6 flowlabelMatthias May2022-08-091-2/+2
| * | vxlan: do not use RT_TOS for IPv6 flowlabelMatthias May2022-08-091-1/+1
| * | geneve: do not use RT_TOS for IPv6 flowlabelMatthias May2022-08-091-2/+1
| * | geneve: fix TOS inheriting for ipv4Matthias May2022-08-091-4/+8
| * | net: atlantic: fix aq_vec index out of range errorChia-Lin Kao (AceLan)2022-08-091-13/+8
| * | plip: avoid rcu debug splatFlorian Westphal2022-08-091-1/+1
| * | net: bgmac: Fix a BUG triggered by wrong bytes_complSandor Bodo-Merle2022-08-091-1/+1
| * | net: dsa: felix: suppress non-changes to the tagging protocolVladimir Oltean2022-08-091-0/+3
| * | Merge tag 'wireless-2022-08-09' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2022-08-092-2/+3
| |\ \ | | |/ | |/|
| | * wifi: wilc1000: fix spurious inline in wilc_handle_disconnect()Kalle Valo2022-08-082-2/+3
| * | s390/qeth: cache link_info for ethtoolAlexandra Winter2022-08-082-132/+48
| * | net: phy: dp83867: fix get nvmem cell failNikita Shubin2022-08-081-1/+1
| * | net: phy: c45 baset1: do not skip aneg configuration if clock role is not spe...Oleksij Rempel2022-08-081-18/+16
| * | atm: idt77252: fix use-after-free bugs caused by tst_timerDuoming Zhou2022-08-081-0/+1
| * | net: dsa: felix: fix min gate len calculation for tc when its first gate is c...Vladimir Oltean2022-08-081-1/+14
| * | tsnep: Fix tsnep_tx_unmap() error path usageGerhard Engleder2022-08-081-4/+4
| * | tsnep: Fix unused warning for 'tsnep_of_match'Gerhard Engleder2022-08-081-1/+1
| * | virtio_net: fix memory leak inside XPD_TX with mergeableXuan Zhuo2022-08-081-1/+4
| |/
| * net: bcmgenet: Indicate MAC is in charge of PHY PMFlorian Fainelli2022-08-051-0/+3
| * eth: fix the help in Wangxun's KconfigJakub Kicinski2022-08-051-3/+3
| * octeontx2-pf: Fix NIX_AF_TL3_TL2X_LINKX_CFG register configurationNaveen Mamindlapalli2022-08-052-5/+15
| * octeontx2-af: Fix key checking for source macSubbaraya Sundeep2022-08-051-1/+2
| * octeontx2-af: Fix mcam entry resource leakSubbaraya Sundeep2022-08-052-0/+12
| * octeontx2-af: suppress external profile loading warningHarman Kalra2022-08-051-1/+1
| * octeontx2-af: Apply tx nibble fixup alwaysStanislaw Kardach2022-08-051-3/+4
| * bnxt_en: Remove duplicated include bnxt_devlink.cYang Li2022-08-051-1/+0
| * net: tap: NULL pointer derefence in dev_parse_header_protocol when skb->dev i...Cezar Bulinaru2022-08-051-9/+11
| * nfp: ethtool: fix the display error of `ethtool -m DEVNAME`Yu Xiao2022-08-031-0/+2
| * net: phy: Warn about incorrect mdio_bus_phy_resume() stateFlorian Fainelli2022-08-031-0/+6
| * Revert "veth: Add updating of trans_start"Vladimir Oltean2022-08-031-4/+0
| * net: bonding: replace dev_trans_start() with the jiffies of the last ARP/NSVladimir Oltean2022-08-031-15/+20
* | Merge tag 'acpi-5.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-112-152/+318
|\ \
| * \ Merge branch 'acpi-properties'Rafael J. Wysocki2022-08-111-149/+315
| |\ \
| | * | ACPI: property: Fix error handling in acpi_init_properties()Sakari Ailus2022-08-091-3/+4
| | * | ACPI: property: Read buffer properties as integersSakari Ailus2022-07-271-4/+31
| | * | ACPI: property: Add support for parsing buffer property UUIDSakari Ailus2022-07-271-13/+129
| | * | ACPI: property: Unify integer value reading functionsSakari Ailus2022-07-271-65/+31