summaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-06net: ipv6: fix missing dst ref drop in ila lwtunnelJustin Iurman1-0/+1
2025-03-06net: ipv6: fix dst ref loop in ila lwtunnelJustin Iurman1-1/+2
2025-03-05net-timestamp: support TCP GSO case for a few missing flagsJason Xing1-4/+7
2025-03-04vlan: enforce underlying device typeOscar Maes1-1/+2
2025-03-04mptcp: fix 'scheduling while atomic' in mptcp_pm_nl_append_new_local_addrKrister Johansen1-3/+15
2025-03-04net: ethtool: netlink: Allow NULL nlattrs when getting a phy_deviceMaxime Chevallier9-18/+19
2025-03-04Merge tag 'wireless-2025-03-04' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski7-56/+116
2025-03-04wifi: nl80211: disable multi-link reconfigurationJohannes Berg1-1/+1
2025-03-03llc: do not use skb_get() before dev_queue_xmit()Eric Dumazet1-22/+27
2025-03-03wifi: cfg80211: regulatory: improve invalid hints checkingNikita Zhandarovich1-1/+2
2025-02-28net: gso: fix ownership in __udp_gso_segmentAntoine Tenart1-2/+6
2025-02-27Bluetooth: Add check for mgmt_alloc_skb() in mgmt_device_connected()Haoxiang Li1-0/+3
2025-02-27Bluetooth: Add check for mgmt_alloc_skb() in mgmt_remote_name()Haoxiang Li1-0/+2
2025-02-27Merge tag 'net-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds29-119/+139
2025-02-27net: ipv6: fix dst ref loop on input in rpl lwtJustin Iurman1-2/+12
2025-02-27net: ipv6: fix dst ref loop on input in seg6 lwtJustin Iurman1-2/+12
2025-02-26af_unix: Fix memory leak in unix_dgram_sendmsg()Adrian Huang1-0/+1
2025-02-26net: Handle napi_schedule() calls from non-interruptFrederic Weisbecker1-1/+1
2025-02-26net: Clear old fragment checksum value in napi_reuse_skbMohammad Heib1-0/+1
2025-02-26net: Use rtnl_net_dev_lock() in register_netdevice_notifier_dev_net().Kuniyuki Iwashima1-9/+3
2025-02-26Merge tag 'nfs-for-6.14-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds3-10/+12
2025-02-26wifi: mac80211: Fix sparse warning for monitor_sdataAlexander Wetzel1-1/+1
2025-02-26wifi: mac80211: fix vendor-specific inheritanceJohannes Berg1-0/+8
2025-02-26wifi: mac80211: fix MLE non-inheritance parsingJohannes Berg2-45/+83
2025-02-26tcp: Defer ts_recent changes until req is ownedWang Hai1-6/+4
2025-02-25mptcp: safety check before fallbackMatthieu Baerts (NGI0)1-0/+2
2025-02-25mptcp: reset when MPTCP opts are dropped after joinMatthieu Baerts (NGI0)1-14/+1
2025-02-25mptcp: always handle address removal under msk socket lockPaolo Abeni1-5/+0
2025-02-25tcp: devmem: don't write truncated dmabuf CMSGs to userspaceStanislav Fomichev2-16/+20
2025-02-25sunrpc: suppress warnings for unused procfs functionsArnd Bergmann1-7/+3
2025-02-25ipvs: Always clear ipvs_property flag in skb_scrub_packet()Philo Lu1-1/+1
2025-02-24net: ethtool: fix ioctl confusing drivers about desired HDS user configJakub Kicinski4-7/+28
2025-02-21net: set the minimum for net_hotdata.netdev_budget_usecsJiri Slaby (SUSE)1-1/+2
2025-02-21net: better track kernel sockets lifetimeEric Dumazet7-39/+29
2025-02-21Merge tag 'for-net-2025-02-21' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski1-2/+7
2025-02-21rxrpc: Fix locking issues with the peer record hashDavid Howells1-2/+2
2025-02-21rxrpc: peer->mtu_lock is redundantDavid Howells4-12/+1
2025-02-21rxrpc: rxperf: Fix missing decoding of terminal magic cookieDavid Howells1-0/+12
2025-02-20Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds7-24/+82
2025-02-20Bluetooth: L2CAP: Fix L2CAP_ECRED_CONN_RSP responseLuiz Augusto von Dentz1-2/+7
2025-02-20Revert "net: skb: introduce and use a single page frag cache"Paolo Abeni2-99/+22
2025-02-20net: allow small head cache usage with large MAX_SKB_FRAGS valuesPaolo Abeni2-6/+7
2025-02-20tcp: drop secpath at the same time as we currently drop dstSabrina Dubroca3-7/+7
2025-02-19arp: switch to dev_getbyhwaddr() in arp_req_set_public()Breno Leitao1-1/+1
2025-02-19net: Add non-RCU dev_getbyhwaddr() helperBreno Leitao1-3/+34
2025-02-19sctp: Fix undefined behavior in left shift operationYu-Chun Lin1-1/+1
2025-02-19flow_dissector: Fix port range key handling in BPF conversionCong Wang1-8/+10
2025-02-19flow_dissector: Fix handling of mixed port and port-range keysCong Wang1-12/+19
2025-02-19SUNRPC: Handle -ETIMEDOUT return from tlshdBenjamin Coddington1-1/+9
2025-02-19SUNRPC: Prevent looping due to rpc_signal_task() racesTrond Myklebust1-2/+0