summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-02-28wifi: cfg80211: reorg sinfo structure elements for meshSarika Sharma
2025-02-27net: sched: Remove newline at the end of a netlink error messageGal Pressman
2025-02-27net-sysfs: remove unused initial ret valuesAntoine 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 git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
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-27xdp: remove xdp_alloc_skb_bulk()Alexander Lobakin
2025-02-27net: skbuff: introduce napi_skb_cache_get_bulk()Alexander Lobakin
2025-02-27net: gro: expose GRO init/cleanup to use outside of NAPIAlexander Lobakin
2025-02-27net: gro: decouple GRO from the NAPI layerAlexander Lobakin
2025-02-27pktgen: avoid unused-const-variable warningArnd Bergmann
2025-02-26net: move aRFS rmap management and CPU affinity to coreAhmed Zaki
2025-02-26af_unix: Fix memory leak in unix_dgram_sendmsg()Adrian Huang
2025-02-26net: skb: free up one bit in tx_flagsWillem de Bruijn
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-26tcp: be less liberal in TSEcr received while in SYN_RECV stateEric Dumazet
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-26bpf: add get_netns_cookie helper to cgroup_skb programsMahe Tardy
2025-02-26wifi: cfg80211: expose update timestamp to driversBenjamin Berg
2025-02-26wifi: mac80211: add ieee80211_iter_chan_contexts_mtxMiri Korenblit
2025-02-26wifi: mac80211: fix integer overflow in hwmp_route_info_get()Gavrilov Ilia
2025-02-26wifi: mac80211: Fix possible integer promotion issueIlan Peer
2025-02-26wifi: cfg80211: convert timeouts to secs_to_jiffies()Easwar Hariharan
2025-02-26wifi: mac80211: Add counter for all monitor interfacesAlexander Wetzel
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-25ethtool: Symmetric OR-XOR RSS hashGal Pressman
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-24mptcp: blackhole: avoid checking the state twiceMatthieu Baerts (NGI0)
2025-02-24mptcp: sched: reduce size for unused dataMatthieu Baerts (NGI0)
2025-02-24mptcp: sched: split get_subflow interface into twoGeliang Tang
2025-02-24mptcp: pm: use ipv6_addr_equal in addresses_equalGeliang Tang
2025-02-24mptcp: pm: drop inet6_sk after inet_skGeliang Tang
2025-02-24mptcp: pm: drop match in userspace_pm_append_new_local_addrGeliang Tang
2025-02-24mptcp: pm: add mptcp_pm_genl_fill_addr helperGeliang Tang
2025-02-24mptcp: pm: add a build check for userspace_pm_dump_addrGeliang Tang
2025-02-24mptcp: pm: change to fullmesh only for 'subflow'Matthieu Baerts (NGI0)
2025-02-24mptcp: pm: remove unused ret value to set flagsMatthieu Baerts (NGI0)