summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-311-1/+1
|\
| * kbuild: make -Woverride-init warnings more consistentArnd Bergmann2024-03-311-1/+1
* | Merge tag 'net-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-03-2833-136/+243
|\ \ | |/ |/|
| * Octeontx2-af: fix pause frame configuration in GMP modeHariprasad Kelam2024-03-281-0/+5
| * net: lan743x: Add set RFE read fifo threshold for PCI1x1x chipsRaju Lakkaraju2024-03-282-0/+22
| * net: bcmasp: Remove phy_{suspend/resume}Justin Chen2024-03-281-14/+1
| * net: bcmasp: Bring up unimac after PHY link upJustin Chen2024-03-281-9/+19
| * net: phy: qcom: at803x: fix kernel panic with at8031_probeChristian Marangi2024-03-281-1/+3
| * Merge tag 'wireless-2024-03-27' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2024-03-2712-53/+105
| |\
| | * wifi: iwlwifi: mvm: include link ID when releasing framesBenjamin Berg2024-03-251-12/+8
| | * wifi: iwlwifi: mvm: handle debugfs names more carefullyJohannes Berg2024-03-251-4/+7
| | * wifi: iwlwifi: mvm: guard against invalid STA ID on removalBenjamin Berg2024-03-251-1/+6
| | * wifi: iwlwifi: read txq->read_ptr under lockJohannes Berg2024-03-251-1/+1
| | * wifi: iwlwifi: fw: don't always use FW dump trigJohannes Berg2024-03-251-7/+8
| | * wifi: iwlwifi: mvm: rfi: fix potential response leaksJohannes Berg2024-03-251-2/+6
| | * wifi: iwlwifi: mvm: Configure the link mapping for non-MLD FWIlan Peer2024-03-253-14/+56
| | * wifi: iwlwifi: mvm: consider having one active linkShaul Triebitz2024-03-251-7/+9
| | * wifi: iwlwifi: mvm: pick the version of SESSION_PROTECTION_NOTIFEmmanuel Grumbach2024-03-251-3/+2
| | * wifi: iwlwifi: mvm: disable MLO for the time beingJohannes Berg2024-03-251-1/+1
| | * wifi: rtw89: coex: fix configuration for shared antenna for 8922APing-Ke Shih2024-03-141-1/+1
| * | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2024-03-267-36/+37
| |\ \
| | * | igc: Remove stale comment about Tx timestampingKurt Kanzenbach2024-03-251-4/+0
| | * | ixgbe: avoid sleeping allocation in ixgbe_ipsec_vf_add_sa()Przemek Kitszel2024-03-251-8/+8
| | * | ice: fix memory corruption bug with suspend and rebuildJesse Brandeburg2024-03-251-9/+9
| | * | ice: Refactor FW data type and fix bitmap casting issueSteven Zou2024-03-254-15/+20
| * | | mlxbf_gige: call request_irq() after NAPI initializedDavid Thompson2024-03-261-7/+11
| * | | net: hns3: mark unexcuted loopback test result as UNEXECUTEDJian Shen2024-03-261-2/+17
| * | | net: hns3: fix kernel crash when devlink reload during pf initializationYonglong Liu2024-03-261-0/+4
| * | | net: hns3: fix index limit to support all queue statsJie Wang2024-03-261-1/+1
| * | | net: dsa: mt7530: fix improper frames on all 25MHz and 40MHz XTAL MT7530Arınç ÜNAL2024-03-261-2/+3
| * | | net: wwan: t7xx: Split 64bit accesses to fix alignment issuesBjørn Mork2024-03-253-10/+11
| * | | net: ll_temac: platform_get_resource replaced by wrong functionClaus Hansen Ries2024-03-251-1/+1
| |/ /
| * | mlxbf_gige: stop PHY during open() error pathsDavid Thompson2024-03-251-1/+4
* | | Merge tag 'hardening-v6.9-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-03-236-18/+18
|\ \ \ | |/ / |/| |
| * | overflow: Change DEFINE_FLEX to take __counted_by memberKees Cook2024-03-226-18/+18
* | | Merge tag 'net-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-03-2125-166/+331
|\ \ \
| * \ \ Merge tag 'linux-can-fixes-for-6.9-20240319' of git://git.kernel.org/pub/scm/...Paolo Abeni2024-03-211-2/+2
| |\ \ \
| | * | | can: kvaser_pciefd: Add additional Xilinx interruptsMartin Jocić2024-03-191-2/+2
| * | | | net: dsa: mt7530: fix handling of all link-local framesArınç ÜNAL2024-03-212-4/+46
| * | | | net: dsa: mt7530: fix link-local frames that ingress vlan filtering portsArınç ÜNAL2024-03-212-9/+23
| * | | | octeontx2-af: Use separate handlers for interruptsSubbaraya Sundeep2024-03-201-3/+14
| * | | | octeontx2-pf: Send UP messages to VF only when VF is up.Subbaraya Sundeep2024-03-201-0/+3
| * | | | octeontx2-pf: Use default max_active works instead of oneSubbaraya Sundeep2024-03-201-3/+4
| * | | | octeontx2-pf: Wait till detach_resources msg is completeSubbaraya Sundeep2024-03-202-2/+2
| * | | | octeontx2: Detect the mbox up or down message via registerSubbaraya Sundeep2024-03-209-83/+205
| * | | | net/bnx2x: Prevent access to a freed page in page_poolThinh Tran2024-03-191-3/+3
| * | | | net: phy: fix phy_read_poll_timeout argument type in genphy_loopbackNikita Kiryushin2024-03-191-2/+2
| * | | | wireguard: netlink: access device through ctx instead of peerJason A. Donenfeld2024-03-191-2/+2
| * | | | wireguard: netlink: check for dangling peer via is_dead instead of empty listJason A. Donenfeld2024-03-191-3/+3
| * | | | wireguard: device: remove generic .ndo_get_stats64Breno Leitao2024-03-191-1/+0