summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: rfcomm: Fix null-ptr-deref in rfcomm_check_securityYuxuan Hu2024-02-281-1/+1
* Bluetooth: hci_sync: Fix accept_list when attempting to suspendLuiz Augusto von Dentz2024-02-281-1/+4
* Bluetooth: Avoid potential use-after-free in hci_error_resetYing Hsu2024-02-281-3/+4
* Bluetooth: hci_sync: Check the correct flag before starting a scanJonas Dreßler2024-02-281-1/+1
* Bluetooth: hci_bcm4377: do not mark valid bd_addr as invalidJohan Hovold2024-02-281-2/+1
* Documentations: correct net_cachelines title for struct inet_sockHaiyue Wang2024-02-281-3/+3
* stmmac: Clear variable when destroying workqueueJakub Raczynski2024-02-281-1/+3
* net: hsr: Fix typo in the hsr_forward_do() function commentLukasz Majewski2024-02-281-1/+1
* net: ethernet: adi: move PHYLIB from vendor to driver symbolRandy Dunlap2024-02-281-1/+1
* Merge tag 'wireless-2024-02-27' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2024-02-289-11/+76
|\
| * wifi: mac80211: only call drv_sta_rc_update for uploaded stationsFelix Fietkau2024-02-231-1/+2
| * MAINTAINERS: wifi: Add N: ath1*k entries to match .yaml filesJeff Johnson2024-02-211-2/+3
| * MAINTAINERS: wifi: update Jeff Johnson e-mail addressJeff Johnson2024-02-211-3/+3
| * wifi: iwlwifi: mvm: fix the TXF mapping for BZ devicesEmmanuel Grumbach2024-02-213-3/+28
| * wifi: iwlwifi: mvm: ensure offloading TID queue existsBenjamin Berg2024-02-213-2/+38
| * wifi: nl80211: reject iftype change with mesh ID changeJohannes Berg2024-02-151-0/+2
* | uapi: in6: replace temporary label with rfc9486Justin Iurman2024-02-281-1/+1
* | net: lan78xx: fix "softirq work is pending" errorOleksij Rempel2024-02-281-0/+2
* | net: stmmac: Complete meta data only when enabledKurt Kanzenbach2024-02-281-1/+2
* | net: usb: dm9601: fix wrong return value in dm9601_mdio_readJavier Carrasco2024-02-281-1/+1
* | veth: try harder when allocating queue memoryJakub Kicinski2024-02-271-2/+3
* | Merge branch 'ionic-pci-error-handling-fixes'Paolo Abeni2024-02-276-9/+38
|\ \
| * | ionic: restore netdev feature bits after resetShannon Nelson2024-02-271-1/+4
| * | ionic: check cmd_regs before copying in or outShannon Nelson2024-02-274-1/+24
| * | ionic: check before releasing pci regionsShannon Nelson2024-02-271-7/+10
|/ /
* | Merge branch 'mptcp-more-misc-fixes-for-v6-8'Jakub Kicinski2024-02-278-27/+128
|\ \
| * | selftests: mptcp: explicitly trigger the listener diag code-pathPaolo Abeni2024-02-271-1/+29
| * | mptcp: fix possible deadlock in subflow diagPaolo Abeni2024-02-271-0/+3
| * | mptcp: fix double-free on socket dismantleDavide Caratti2024-02-271-0/+49
| * | selftests: mptcp: join: add ss mptcp support checkGeliang Tang2024-02-271-0/+5
| * | mptcp: fix potential wake-up event lossPaolo Abeni2024-02-271-10/+11
| * | mptcp: fix snd_wnd initialization for passive socketPaolo Abeni2024-02-271-1/+1
| * | mptcp: push at DSS boundariesPaolo Abeni2024-02-271-0/+1
| * | mptcp: avoid printing warning once on client sideMatthieu Baerts (NGI0)2024-02-271-1/+1
| * | selftests: mptcp: rm subflow with v4/v4mapped addrGeliang Tang2024-02-272-14/+18
| * | mptcp: map v4 address to v6 when destroying subflowGeliang Tang2024-02-271-0/+10
|/ /
* | dpll: rely on rcu for netdev_dpll_pin()Eric Dumazet2024-02-275-12/+16
* | lan78xx: enable auto speed configuration for LAN7850 if no EEPROM is detectedOleksij Rempel2024-02-271-1/+2
* | ipv6: fix potential "struct net" leak in inet6_rtm_getaddr()Eric Dumazet2024-02-261-3/+4
* | selftests: net: veth: test syncing GRO and XDP state while device is downJakub Kicinski2024-02-261-0/+14
* | net: veth: clear GRO when clearing XDP even when downJakub Kicinski2024-02-261-18/+17
* | tun: Fix xdp_rxq_info's queue_index when detachingYunjian Wang2024-02-241-0/+1
* | ps3/gelic: Fix SKB allocationGeoff Levand2024-02-231-6/+6
* | net: dpaa: fman_memac: accept phy-interface-type = "10gbase-r" in the device ...Vladimir Oltean2024-02-231-9/+9
* | net: mctp: take ownership of skb in mctp_local_outputJeremy Kerr2024-02-232-2/+9
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2024-02-235-39/+161
|\ \
| * | ice: Fix ASSERT_RTNL() warning during certain scenariosAmritha Nambiar2024-02-204-26/+83
| * | ice: fix pin phase adjust updates on PF resetArkadiusz Kubalewski2024-02-201-0/+3
| * | ice: fix dpll periodic work data updates on PF resetArkadiusz Kubalewski2024-02-201-1/+4
| * | ice: fix dpll and dpll_pin data access on PF resetArkadiusz Kubalewski2024-02-201-0/+38