aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2023-06-16s390/net: lcs: use IS_ENABLED() for kconfig detectionRandy Dunlap
2023-06-15net: ethernet: litex: add support for 64 bit statsJisheng Zhang
2023-06-15ice: remove unnecessary check for old MAC == new MACPiotr Gardocki
2023-06-15i40e: remove unnecessary check for old MAC == new MACPiotr Gardocki
2023-06-15eth: fs_enet: fix print format for resource sizeJakub Kicinski
2023-06-15sunvnet: fix sparc64 build error after gso code splitStephen Rothwell
2023-06-15net: ena: Add dynamic recycling mechanism for rx buffersDavid Arinzon
2023-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-15Merge tag 'net-6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-06-15Merge tag 'for-6.4/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-06-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2023-06-15Merge tag 'spi-fix-v6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-06-15Merge tag 'regulator-fix-v6.4-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-06-15Merge tag 'regmap-fix-v6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-06-15Merge tag 'media/v6.4-6' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2023-06-15octeon_ep: Add missing check for ioremapJiasheng Jiang
2023-06-15net: ethernet: stmicro: stmmac: fix possible memory leak in __stmmac_openChristian Marangi
2023-06-15dm: use op specific max_sectors when splitting abnormal ioMike Snitzer
2023-06-15dm thin: fix issue_discard to pass GFP_NOIO to __blkdev_issue_discardMike Snitzer
2023-06-15dm thin metadata: check fail_io before using data_smLi Lingfeng
2023-06-15dm: don't lock fs when the map is NULL during suspend or resumeLi Lingfeng
2023-06-15leds: trigger: netdev: uninitialized variable in netdev_trig_activate()Dan Carpenter
2023-06-15sfc: fix XDP queues mode with legacy IRQÍñigo Huguet
2023-06-15net: macsec: fix double free of percpu statsFedor Pchelkin
2023-06-15net: tls: make the offload check helper take skb not socketJakub Kicinski
2023-06-15net: lapbether: only support ethernet devicesEric Dumazet
2023-06-15s390/ism: Fix trying to free already-freed IRQ by repeated ism_dev_exit()Julian Ruess
2023-06-15net: macb: Add support for partial store and forwardMaulik Jodhani
2023-06-14net: dsa: felix: fix taprio guard band overflow at 10Mbps with jumbo framesVladimir Oltean
2023-06-14ice: Fix ice module unloadJakub Buchocki
2023-06-14Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski
2023-06-14Merge tag 'wireless-2023-06-14' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2023-06-14Revert "media: dvb-core: Fix use-after-free on race condition at dvb_frontend"Mauro Carvalho Chehab
2023-06-14RDMA/rxe: Fix rxe_cq_postBob Pearson
2023-06-14mlxsw: spectrum_router: Move IPIP init upPetr Machata
2023-06-14mlxsw: spectrum_router: Extract a helper for RIF migrationPetr Machata
2023-06-14mlxsw: spectrum_router: Add a helper to check if netdev has addressesPetr Machata
2023-06-14mlxsw: spectrum_router: Extract a helper to free a RIFPetr Machata
2023-06-14mlxsw: spectrum_router: Access nhgi->rif through a helperPetr Machata
2023-06-14mlxsw: spectrum_router: Access nh->rif->dev through a helperPetr Machata
2023-06-14mlxsw: spectrum_router: Access rif->dev from params in mlxsw_sp_rif_create()Petr Machata
2023-06-14mlxsw: spectrum_router: Access rif->dev through a helperPetr Machata
2023-06-14mlxsw: spectrum_router: Add a helper specifically for joining a LAGPetr Machata
2023-06-14mlxsw: spectrum_router: Extract a helper from mlxsw_sp_port_vlan_router_join()Petr Machata
2023-06-14wifi: iwlwifi: mvm: spin_lock_bh() to fix lockdep regressionHugh Dickins
2023-06-13net: ethernet: ti: am65-cpsw: Call of_node_put() on error pathDan Carpenter
2023-06-13mctp i2c: Switch back to use struct i2c_driver's .probe()Uwe Kleine-König
2023-06-13spi: dw: Replace incorrect spi_get_chipselect with setAbe Kohandel
2023-06-13Merge tag 'devicetree-fixes-for-6.4-3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-13regmap: regcache: Don't sync read-only registersTakashi Iwai