summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net: fec: check the return value of build_skb()Wei Fang2022-12-201-0/+8
* Merge tag 'linux-can-fixes-for-6.2-20221219' of git://git.kernel.org/pub/scm/...Jakub Kicinski2022-12-192-12/+33
|\
| * can: kvaser_usb: hydra: help gcc-13 to figure out cmd_lenMarc Kleine-Budde2022-12-191-9/+24
| * can: flexcan: avoid unbalanced pm_runtime_enable warningHaibo Chen2022-12-191-3/+9
* | net: dsa: microchip: remove IRQF_TRIGGER_FALLING in request_threaded_irqArun Ramadoss2022-12-191-2/+1
|/
* mctp: serial: Fix starting value for frame check sequenceJeremy Kerr2022-12-191-2/+4
* nfp: fix unaligned io read of capabilities wordHuanhuan Wang2022-12-191-1/+1
* myri10ge: Fix an error handling path in myri10ge_probe()Christophe JAILLET2022-12-191-0/+1
* net: microchip: vcap: Fix initialization of value and maskHoratiu Vultur2022-12-191-0/+2
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller2022-12-184-40/+188
|\
| * igc: Set Qbv start_time and end_time to end_time if not being configured in GCLTan Tee Min2022-12-151-1/+13
| * igc: recalculate Qbv end_time by considering cycle timeTan Tee Min2022-12-151-0/+15
| * igc: allow BaseTime 0 enrollment for QbvTan Tee Min2022-12-153-1/+4
| * igc: Add checking for basetime less than zeroMuhammad Husaini Zulkifli2022-12-151-0/+3
| * igc: Use strict cycles for Qbv schedulingVinicius Costa Gomes2022-12-151-9/+2
| * igc: Enhance Qbv scheduling by using first flag bitVinicius Costa Gomes2022-12-153-29/+151
* | net: ethernet: ti: am65-cpsw: fix CONFIG_PM #ifdefArnd Bergmann2022-12-161-3/+1
* | net: dsa: mt7530: remove redundant assignmentDaniel Golle2022-12-151-3/+0
|/
* net: dsa: mv88e6xxx: avoid reg_lock deadlock in mv88e6xxx_setup_port()Vladimir Oltean2022-12-151-5/+4
* ravb: Fix "failed to switch device to config mode" message during unbindBiju Das2022-12-151-1/+1
* net: stmmac: fix errno when create_singlethread_workqueue() failsGaosheng Cui2022-12-151-0/+1
* r6040: Fix kmemleak in probe and removeLi Zetao2022-12-151-1/+4
* net: enetc: avoid buffer leaks on xdp_do_redirect() failureVladimir Oltean2022-12-141-27/+8
* wireguard: timers: cast enum limits members to int in printsJiri Slaby (SUSE)2022-12-131-4/+4
* igb: Initialize mailbox message for VF resetTony Nguyen2022-12-131-1/+1
* bonding: do failover when high prio link upHangbin Liu2022-12-131-9/+15
* bonding: add missed __rcu annotation for curr_active_slaveHangbin Liu2022-12-131-1/+1
* net: macsec: fix net device access prior to holding a lockEmeel Hakim2022-12-131-13/+21
* Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-131034-19479/+115712
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-12-1320-51/+86
| |\
| | * i40e: Fix the inability to attach XDP program on downed interfaceBartosz Staszewski2022-12-121-12/+24
| | * stmmac: fix potential division by 0Piergiorgio Beruto2022-12-122-2/+3
| | * octeontx2-af: cn10k: mcs: Fix a resource leak in the probe and remove functionsChristophe JAILLET2022-12-121-1/+5
| | * ntb_netdev: Use dev_kfree_skb_any() in interrupt contextEric Pilmore2022-12-121-2/+2
| | * net: lan9303: Fix read error execution pathJerry Ray2022-12-121-1/+3
| | * net: amd-xgbe: Check only the minimum speed for active/passive cablesTom Lendacky2022-12-121-12/+2
| | * net: amd-xgbe: Fix logic around active and passive cablesTom Lendacky2022-12-121-3/+6
| | * net: amd: lance: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-122-2/+2
| | * hamradio: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-3/+3
| | * net: ethernet: dnet: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-2/+2
| | * net: emaclite: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-1/+1
| | * net: apple: bmac: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-1/+1
| | * net: apple: mace: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-1/+1
| | * net: farsync: Fix kmemleak when rmmods farsyncLi Zetao2022-12-121-0/+2
| | * ethernet: s2io: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-1/+1
| | * drivers: net: qlcnic: Fix potential memory leak in qlcnic_sriov_init()Yuan Can2022-12-091-0/+2
| | * net: stmmac: fix possible memory leak in stmmac_dvr_probe()Gaosheng Cui2022-12-091-1/+2
| | * net: stmmac: selftests: fix potential memleak in stmmac_test_arpoffload()Zhang Changzhong2022-12-091-2/+6
| | * net: defxx: Fix missing err handling in dfx_init()Yongqiang Liu2022-12-091-4/+18
| * | net: lan966x: Remove a useless test in lan966x_ptp_add_trap()Christophe JAILLET2022-12-121-2/+0