summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-05-21Bluetooth: add support for SIOCETHTOOL ETHTOOL_GET_TS_INFOPauli Virtanen
2025-05-21Bluetooth: ISO: Fix getpeername not returning sockaddr_iso_bc fieldsLuiz Augusto von Dentz
2025-05-21Bluetooth: ISO: Fix not using SID from adv reportLuiz Augusto von Dentz
2025-05-21Bluetooth: Introduce HCI Driver protocolHsin-chen Chuang
2025-05-21netfs: Fix the request's work item to not require a refDavid Howells
2025-05-21coredump: add coredump socketChristian Brauner
2025-05-21xsk: Bring back busy polling support in XDP_COPYSamiullah Khawaja
2025-05-21wifi: mac80211: accept probe response on link address as wellAditya Kumar Singh
2025-05-21wifi: mac80211: validate SCAN_FLAG_AP in scan request during MLOAditya Kumar Singh
2025-05-21wifi: check if socket flags are validBert Karwatzki
2025-05-20ipv6: Revert two per-cpu var allocation for RTM_NEWROUTE.Kuniyuki Iwashima
2025-05-20ipv6: Pass gfp_flags down to ip6_route_info_create_nh().Kuniyuki Iwashima
2025-05-20Revert "ipv6: Factorise ip6_route_multipath_add()."Kuniyuki Iwashima
2025-05-20Revert "ipv6: sr: switch to GFP_ATOMIC flag to allocate memory during seg6loc...Kuniyuki Iwashima
2025-05-20ipv6: Narrow down RCU critical section in inet6_rtm_newroute().Kuniyuki Iwashima
2025-05-20inet: Remove rtnl_is_held arg of lwtunnel_valid_encap_type(_attr)?().Kuniyuki Iwashima
2025-05-20ipv6: Remove rcu_read_lock() in fib6_get_table().Kuniyuki Iwashima
2025-05-20selftests: net: validate team flags propagationStanislav Fomichev
2025-05-20sctp: Do not wake readers in __sctp_write_space()Petr Malat
2025-05-20xfrm: use kfree_sensitive() for SA secret zeroizationZilin Guan
2025-05-19can: bcm: add missing rcu read protection for procfs contentOliver Hartkopp
2025-05-19can: bcm: add locking for bcm_op runtime updatesOliver Hartkopp
2025-05-19sunrpc: don't immediately retransmit on seqno missNikhil Jha
2025-05-19sunrpc: implement rfc2203 rpcsec_gss seqnum cacheNikhil Jha
2025-05-19llc: fix data loss when reading from a socket in llc_ui_recvmsg()Ilia Gavrilov
2025-05-16mr: consolidate the ipmr_can_free_table() checks.Paolo Abeni
2025-05-16net: rfs: add sock_rps_delete_flow() helperEric Dumazet
2025-05-16bridge: netfilter: Fix forwarding of fragmented packetsIdo Schimmel
2025-05-16net: dsa: microchip: linearize skb for tail-tagging switchesJakob Unterwurzacher
2025-05-16wifi: mac80211: handle non-MLO mode as well in ieee80211_num_beaconing_links()Aditya Kumar Singh
2025-05-15svcrdma: Adjust the number of entries in svc_rdma_send_ctxt::sc_pagesChuck Lever
2025-05-15svcrdma: Adjust the number of entries in svc_rdma_recv_ctxt::rc_pagesChuck Lever
2025-05-15sunrpc: Adjust size of socket's receive page array dynamicallyChuck Lever
2025-05-15SUNRPC: Remove svc_fill_write_vector()Chuck Lever
2025-05-15SUNRPC: Export xdr_buf_to_bvec()Chuck Lever
2025-05-15NFSD: De-duplicate the svc_fill_write_vector() call sitesChuck Lever
2025-05-15sunrpc: Replace the rq_bvec array with dynamically-allocated memoryChuck Lever
2025-05-15sunrpc: Replace the rq_pages array with dynamically-allocated memoryChuck Lever
2025-05-15sunrpc: Remove backchannel check in svc_init_buffer()Chuck Lever
2025-05-15svcrdma: Reduce the number of rdma_rw contexts per-QPChuck Lever
2025-05-15tcp: increase tcp_rmem[2] to 32 MBEric Dumazet
2025-05-15tcp: always use tcp_limit_output_bytes limitationEric Dumazet
2025-05-15tcp: increase tcp_limit_output_bytes default value to 4MBEric Dumazet
2025-05-15tcp: skip big rtt sample if receive queue is not emptyEric Dumazet
2025-05-15tcp: always seek for minimal rtt in tcp_rcv_rtt_update()Eric Dumazet
2025-05-15tcp: fix initial tp->rcvq_space.space value for passive TS enabled flowsEric Dumazet
2025-05-15tcp: remove zero TCP TS samples for autotuningEric Dumazet
2025-05-15tcp: add receive queue awareness in tcp_rcv_space_adjust()Eric Dumazet
2025-05-15tcp: adjust rcvbuf in presence of reordersEric Dumazet
2025-05-15tcp: fix sk_rcvbuf overshootEric Dumazet