summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-28Bluetooth: Avoid potential use-after-free in hci_error_resetYing Hsu
2024-02-28Bluetooth: hci_sync: Check the correct flag before starting a scanJonas Dreßler
2024-02-28Bluetooth: hci_bcm4377: do not mark valid bd_addr as invalidJohan Hovold
2024-02-28Documentations: correct net_cachelines title for struct inet_sockHaiyue Wang
2024-02-28stmmac: Clear variable when destroying workqueueJakub Raczynski
2024-02-28net: hsr: Fix typo in the hsr_forward_do() function commentLukasz Majewski
2024-02-28net: ethernet: adi: move PHYLIB from vendor to driver symbolRandy Dunlap
2024-02-27Merge tag 'wireless-2024-02-27' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2024-02-27uapi: in6: replace temporary label with rfc9486Justin Iurman
2024-02-27net: lan78xx: fix "softirq work is pending" errorOleksij Rempel
2024-02-27net: stmmac: Complete meta data only when enabledKurt Kanzenbach
2024-02-27net: usb: dm9601: fix wrong return value in dm9601_mdio_readJavier Carrasco
2024-02-27veth: try harder when allocating queue memoryJakub Kicinski
2024-02-27Merge branch 'ionic-pci-error-handling-fixes'Paolo Abeni
2024-02-27ionic: restore netdev feature bits after resetShannon Nelson
2024-02-27ionic: check cmd_regs before copying in or outShannon Nelson
2024-02-27ionic: check before releasing pci regionsShannon Nelson
2024-02-26Merge branch 'mptcp-more-misc-fixes-for-v6-8'Jakub Kicinski
2024-02-26selftests: mptcp: explicitly trigger the listener diag code-pathPaolo Abeni
2024-02-26mptcp: fix possible deadlock in subflow diagPaolo Abeni
2024-02-26mptcp: fix double-free on socket dismantleDavide Caratti
2024-02-26selftests: mptcp: join: add ss mptcp support checkGeliang Tang
2024-02-26mptcp: fix potential wake-up event lossPaolo Abeni
2024-02-26mptcp: fix snd_wnd initialization for passive socketPaolo Abeni
2024-02-26mptcp: push at DSS boundariesPaolo Abeni
2024-02-26mptcp: avoid printing warning once on client sideMatthieu Baerts (NGI0)
2024-02-26selftests: mptcp: rm subflow with v4/v4mapped addrGeliang Tang
2024-02-26mptcp: map v4 address to v6 when destroying subflowGeliang Tang
2024-02-26dpll: rely on rcu for netdev_dpll_pin()Eric Dumazet
2024-02-26lan78xx: enable auto speed configuration for LAN7850 if no EEPROM is detectedOleksij Rempel
2024-02-26ipv6: fix potential "struct net" leak in inet6_rtm_getaddr()Eric Dumazet
2024-02-26selftests: net: veth: test syncing GRO and XDP state while device is downJakub Kicinski
2024-02-26net: veth: clear GRO when clearing XDP even when downJakub Kicinski
2024-02-23tun: Fix xdp_rxq_info's queue_index when detachingYunjian Wang
2024-02-23ps3/gelic: Fix SKB allocationGeoff Levand
2024-02-23net: dpaa: fman_memac: accept phy-interface-type = "10gbase-r" in the device ...Vladimir Oltean
2024-02-23wifi: mac80211: only call drv_sta_rc_update for uploaded stationsFelix Fietkau
2024-02-22net: mctp: take ownership of skb in mctp_local_outputJeremy Kerr
2024-02-22Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2024-02-22net: ip_tunnel: prevent perpetual headroom growthFlorian Westphal
2024-02-22net: smsc95xx: add support for SYS TEC USB-SPEmodule1Andre Werner
2024-02-22netlink: add nla be16/32 types to minlen arrayFlorian Westphal
2024-02-22netlink: Fix kernel-infoleak-after-free in __skb_datagram_iterRyosuke Yasuoka
2024-02-22Merge tag 'net-6.8.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2024-02-22Merge tag 'trace-v6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2024-02-22l2tp: pass correct message length to ip6_append_dataTom Parkin
2024-02-22Merge tag 'nf-24-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-02-22Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni
2024-02-22net: phy: realtek: Fix rtl8211f_config_init() for RTL8211F(D)(I)-VD-CG PHYSiddharth Vadapalli
2024-02-22Merge branch 'ioam6-fix-write-to-cloned-skb-s'Paolo Abeni