summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-03-07netmem: prevent TX of unreadable skbsMina Almasry
2025-03-07Revert "Bluetooth: hci_core: Fix sleeping function called from invalid context"Luiz Augusto von Dentz
2025-03-07Bluetooth: hci_event: Fix enabling passive scanningLuiz Augusto von Dentz
2025-03-07Bluetooth: SCO: fix sco_conn refcounting on sco_conn_readyPauli Virtanen
2025-03-06Merge tag 'nf-25-03-06' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2025-03-06sched: address a potential NULL pointer dereference in the GRED scheduler.Jun Yang
2025-03-06netfilter: nf_tables: make destruction work queue pernetFlorian Westphal
2025-03-06net: ipv6: fix missing dst ref drop in ila lwtunnelJustin Iurman
2025-03-06net: ipv6: fix dst ref loop in ila lwtunnelJustin Iurman
2025-03-05netfilter: nf_conncount: garbage collection is not skipped when jiffies wrap ...Nicklas Bo Jensen
2025-03-05net-timestamp: support TCP GSO case for a few missing flagsJason Xing
2025-03-04vlan: enforce underlying device typeOscar Maes
2025-03-04mptcp: fix 'scheduling while atomic' in mptcp_pm_nl_append_new_local_addrKrister Johansen
2025-03-04net: ethtool: netlink: Allow NULL nlattrs when getting a phy_deviceMaxime Chevallier
2025-03-04Merge tag 'wireless-2025-03-04' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2025-03-04wifi: nl80211: disable multi-link reconfigurationJohannes Berg
2025-03-03llc: do not use skb_get() before dev_queue_xmit()Eric Dumazet
2025-03-03netfilter: nft_ct: Use __refcount_inc() for per-CPU nft_ct_pcpu_template.Sebastian Andrzej Siewior
2025-03-03wifi: cfg80211: regulatory: improve invalid hints checkingNikita Zhandarovich
2025-02-28net: gso: fix ownership in __udp_gso_segmentAntoine Tenart
2025-02-27Bluetooth: Add check for mgmt_alloc_skb() in mgmt_device_connected()Haoxiang Li
2025-02-27Bluetooth: Add check for mgmt_alloc_skb() in mgmt_remote_name()Haoxiang Li
2025-02-27Merge tag 'net-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-02-27net: ipv6: fix dst ref loop on input in rpl lwtJustin Iurman
2025-02-27net: ipv6: fix dst ref loop on input in seg6 lwtJustin Iurman
2025-02-26af_unix: Fix memory leak in unix_dgram_sendmsg()Adrian Huang
2025-02-26net: Handle napi_schedule() calls from non-interruptFrederic Weisbecker
2025-02-26net: Clear old fragment checksum value in napi_reuse_skbMohammad Heib
2025-02-26net: Use rtnl_net_dev_lock() in register_netdevice_notifier_dev_net().Kuniyuki Iwashima
2025-02-26Merge tag 'nfs-for-6.14-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2025-02-26wifi: mac80211: Fix sparse warning for monitor_sdataAlexander Wetzel
2025-02-26wifi: mac80211: fix vendor-specific inheritanceJohannes Berg
2025-02-26wifi: mac80211: fix MLE non-inheritance parsingJohannes Berg
2025-02-26tcp: Defer ts_recent changes until req is ownedWang Hai
2025-02-25mptcp: safety check before fallbackMatthieu Baerts (NGI0)
2025-02-25mptcp: reset when MPTCP opts are dropped after joinMatthieu Baerts (NGI0)
2025-02-25mptcp: always handle address removal under msk socket lockPaolo Abeni
2025-02-25tcp: devmem: don't write truncated dmabuf CMSGs to userspaceStanislav Fomichev
2025-02-25sunrpc: suppress warnings for unused procfs functionsArnd Bergmann
2025-02-25ipvs: Always clear ipvs_property flag in skb_scrub_packet()Philo Lu
2025-02-24net: ethtool: fix ioctl confusing drivers about desired HDS user configJakub Kicinski
2025-02-21net: set the minimum for net_hotdata.netdev_budget_usecsJiri Slaby (SUSE)
2025-02-21net: better track kernel sockets lifetimeEric Dumazet
2025-02-21Merge tag 'for-net-2025-02-21' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2025-02-21rxrpc: Fix locking issues with the peer record hashDavid Howells
2025-02-21rxrpc: peer->mtu_lock is redundantDavid Howells
2025-02-21rxrpc: rxperf: Fix missing decoding of terminal magic cookieDavid Howells
2025-02-20Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-02-20Bluetooth: L2CAP: Fix L2CAP_ECRED_CONN_RSP responseLuiz Augusto von Dentz
2025-02-20Revert "net: skb: introduce and use a single page frag cache"Paolo Abeni