summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2021-12-28Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski-1/+20
2021-12-28ionic: Initialize the 'lif->dbid_inuse' bitmapChristophe JAILLET-1/+1
2021-12-28igc: Fix TX timestamp support for non-MSI-X platformsJames McLaughlin-0/+6
2021-12-28igc: Do not enable crosstimestamping for i225-V modelsVinicius Costa Gomes-1/+14
2021-12-28NFC: st21nfca: Fix memory leak in device probe and removeWei Yongjun-9/+20
2021-12-28net: lantiq_xrx200: fix statistics of received bytesAleksander Jan Bajkowski-1/+1
2021-12-28net: ag71xx: Fix a potential double free in error handling pathsChristophe JAILLET-15/+8
2021-12-28mISDN: change function names to avoid conflictswolfgang huang-7/+7
2021-12-27net: usb: pegasus: Do not drop long Ethernet framesMatthias-Christian Ott-2/+2
2021-12-27atlantic: Fix buff_ring OOB in aq_ring_rx_cleanZekun Shen-0/+8
2021-12-24net: phy: fixed_phy: Fix NULL vs IS_ERR() checking in __fixed_phy_registerMiaoqian Lin-2/+2
2021-12-23Merge tag 'mlx5-fixes-2021-12-22' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski-46/+121
2021-12-23Merge tag 'drm-fixes-2021-12-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-8/+10
2021-12-23Merge tag 'net-5.16-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-151/+272
2021-12-23net: stmmac: dwmac-visconti: Fix value of ETHER_CLK_SEL_FREQ_SEL_2P5MNobuhiro Iwamatsu-1/+1
2021-12-23r8152: sync ocp baseHayes Wang-4/+22
2021-12-23r8152: fix the force speed doesn't work for RTL8156Hayes Wang-0/+17
2021-12-23net: stmmac: ptp: fix potentially overflowing expressionXiaoliang Yang-1/+1
2021-12-23Merge tag 'gpio-fixes-for-v5.16-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-15/+10
2021-12-23veth: ensure skb entering GRO are not cloned.Paolo Abeni-2/+6
2021-12-23Merge tag 'mmc-v5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds-18/+60
2021-12-23Merge tag 'arm-fixes-5.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-116/+74
2021-12-22net/mlx5: Fix some error handling paths in 'mlx5e_tc_add_fdb_flow()'Christophe JAILLET-5/+9
2021-12-22net/mlx5e: Delete forward rule for ct or sample actionChris Mi-11/+6
2021-12-22net/mlx5e: Fix ICOSQ recovery flow for XSKMaxim Mikityanskiy-11/+22
2021-12-22net/mlx5e: Fix interoperability between XSK and ICOSQ recovery flowMaxim Mikityanskiy-4/+58
2021-12-22net/mlx5e: Fix skb memory leak when TC classifier action offloads are disabledGal Pressman-1/+1
2021-12-22net/mlx5e: Wrap the tx reporter dump callback to extract the sqAmir Tzin-1/+9
2021-12-22net/mlx5: Fix tc max supported prio for nic modeChris Mi-0/+3
2021-12-22net/mlx5: Fix SF health recovery flowMoshe Shemesh-5/+6
2021-12-22net/mlx5: Fix error print in case of IRQ request failedShay Drory-2/+2
2021-12-22net/mlx5: Use first online CPU instead of hard coded CPUShay Drory-1/+1
2021-12-22net/mlx5: DR, Fix querying eswitch manager vport for ECPFYevgeny Kliteynik-3/+1
2021-12-22net/mlx5: DR, Fix NULL vs IS_ERR checking in dr_domain_init_resourcesMiaoqian Lin-2/+3
2021-12-23Merge tag 'drm-intel-fixes-2021-12-22' of git://anongit.freedesktop.org/drm/d...Dave Airlie-3/+3
2021-12-23Merge tag 'mediatek-drm-fixes-5.16' of https://git.kernel.org/pub/scm/linux/k...Dave Airlie-5/+7
2021-12-22asix: fix wrong return value in asix_check_host_enable()Pavel Skripkin-2/+4
2021-12-22asix: fix uninit-value in asix_mdio_read()Pavel Skripkin-1/+1
2021-12-22sfc: falcon: Check null pointer of rx_queue->page_ringJiasheng Jiang-1/+4
2021-12-22sfc: Check null pointer of rx_queue->page_ringJiasheng Jiang-1/+4
2021-12-22Merge tag 'for-linus-5.16-3' of git://github.com/cminyard/linux-ipmiLinus Torvalds-11/+17
2021-12-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-0/+7
2021-12-22net: ks8851: Check for error irqJiasheng Jiang-0/+2
2021-12-22drivers: net: smc911x: Check for error irqJiasheng Jiang-0/+5
2021-12-22fjes: Check for error irqJiasheng Jiang-0/+5
2021-12-21bonding: fix ad_actor_system option setting to defaultFernando Fernandez Mancera-1/+1
2021-12-21Merge tag 'pm-5.16-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-1/+1
2021-12-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds-0/+18
2021-12-21gpio: virtio: remove timeoutVincent Whitchurch-5/+1
2021-12-21ipmi: Fix UAF when uninstall ipmi_si and ipmi_msghandler moduleWu Bo-1/+1