summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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-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
2025-02-20net: allow small head cache usage with large MAX_SKB_FRAGS valuesPaolo Abeni
2025-02-20tcp: drop secpath at the same time as we currently drop dstSabrina Dubroca
2025-02-19arp: switch to dev_getbyhwaddr() in arp_req_set_public()Breno Leitao
2025-02-19net: Add non-RCU dev_getbyhwaddr() helperBreno Leitao
2025-02-19sctp: Fix undefined behavior in left shift operationYu-Chun Lin
2025-02-19flow_dissector: Fix port range key handling in BPF conversionCong Wang
2025-02-19flow_dissector: Fix handling of mixed port and port-range keysCong Wang
2025-02-19SUNRPC: Handle -ETIMEDOUT return from tlshdBenjamin Coddington
2025-02-19SUNRPC: Prevent looping due to rpc_signal_task() racesTrond Myklebust
2025-02-18dev: Use rtnl_net_dev_lock() in unregister_netdev().Kuniyuki Iwashima
2025-02-18net: Fix dev_net(dev) race in unregister_netdevice_notifier_dev_net().Kuniyuki Iwashima
2025-02-18net: Add net_passive_inc() and net_passive_dec().Kuniyuki Iwashima
2025-02-18tcp: adjust rcvq_space after updating scaling ratioJakub Kicinski
2025-02-18vsock/bpf: Warn on socket without transportMichal Luczaj
2025-02-18sockmap, vsock: For connectible sockets allow only connectedMichal Luczaj
2025-02-17drop_monitor: fix incorrect initialization orderGavrilov Ilia
2025-02-15net/sched: cls_api: fix error handling causing NULL dereferencePierre Riteau
2025-02-14vsock/virtio: fix variables initialization during resumingJunnan Wu
2025-02-13Merge tag 'net-6.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-02-13rxrpc: Fix ipv6 path MTU discoveryDavid Howells
2025-02-13Merge tag 'for-net-2025-02-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2025-02-13Merge tag 'nf-25-02-13' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2025-02-13Reapply "net: skb: introduce and use a single page frag cache"Jakub Kicinski
2025-02-13ipv6: mcast: add RCU protection to mld_newpack()Eric Dumazet
2025-02-13Bluetooth: L2CAP: Fix corrupted list in hci_chan_delLuiz Augusto von Dentz