summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-07-15net: mctp: Add bind lookup testMatt Johnston
2025-07-15net: mctp: Test conflicts of connect() with bind()Matt Johnston
2025-07-15net: mctp: Allow limiting binds to a peer addressMatt Johnston
2025-07-15net: mctp: Use hashtable for bindsMatt Johnston
2025-07-15net: mctp: Add test for conflicting bind()sMatt Johnston
2025-07-15net: mctp: Treat MCTP_NET_ANY specially in bind()Matt Johnston
2025-07-15net: mctp: Prevent duplicate bindsMatt Johnston
2025-07-15net: mctp: mctp_test_route_extaddr_input cleanupMatt Johnston
2025-07-15wifi: cfg80211: fix double free for link_sinfo in nl80211_station_dump()Sarika Sharma
2025-07-15wifi: cfg80211: fix off channel operation allowed check for MLOAditya Kumar Singh
2025-07-15wifi: mac80211: use RCU-safe iteration in ieee80211_csa_finishMaharaja Kennadyrajan
2025-07-15ipv6: mcast: Avoid a duplicate pointer check in mld_del_delrec()Yue Haibing
2025-07-15wifi: mac80211: parse unsolicited broadcast probe response dataYuvarani V
2025-07-15wifi: cfg80211: parse attribute to update unsolicited probe response templateYuvarani V
2025-07-15wifi: mac80211: don't use TPE data from assoc responseJohannes Berg
2025-07-15wifi: mac80211: handle WLAN_HT_ACTION_NOTIFY_CHANWIDTH asyncMiri Korenblit
2025-07-15wifi: mac80211: simplify __ieee80211_rx_h_amsdu() loopJohannes Berg
2025-07-15wifi: mac80211: don't mark keys for inactive links as uploadedMiri Korenblit
2025-07-15wifi: mac80211: only assign chanctx in reconfigMiri Korenblit
2025-07-15wifi: mac80211: clean up cipher suite handlingJohannes Berg
2025-07-15wifi: mac80211: don't send keys to driver when fips_enabledJohannes Berg
2025-07-15wifi: mac80211: remove ieee80211_link_unreserve_chanctx() return valueJohannes Berg
2025-07-15wifi: mac80211: don't unreserve never reserved chanctxJohannes Berg
2025-07-15wifi: mac80211: make VHT opmode NSS ignore a debug messageJohannes Berg
2025-07-14tcp: stronger sk_rcvbuf checksEric Dumazet
2025-07-14tcp: add const to tcp_try_rmem_schedule() and sk_rmem_schedule() skbEric Dumazet
2025-07-14tcp: call tcp_measure_rcv_mss() for ooo packetsEric Dumazet
2025-07-14tcp: add LINUX_MIB_BEYOND_WINDOWEric Dumazet
2025-07-14tcp: do not accept packets beyond windowEric Dumazet
2025-07-14Add support to set NAPI threaded for individual NAPISamiullah Khawaja
2025-07-14net: ipv4: fix incorrect MTU in broadcast routesOscar Maes
2025-07-14net/x25: Remove unused x25_terminate_link()Dr. David Alan Gilbert
2025-07-14smc: Fix various oops due to inet_sock type confusion.Kuniyuki Iwashima
2025-07-14dev: Pass netdevice_tracker to dev_get_by_flags_rcu().Kuniyuki Iwashima
2025-07-14SUNRPC: Remove unused xdr functionsDr. David Alan Gilbert
2025-07-14bpf: tcp: Avoid socket skips and repeats during iterationJordan Rife
2025-07-14bpf: tcp: Use bpf_tcp_iter_batch_item for bpf_tcp_iter_state batch itemsJordan Rife
2025-07-14bpf: tcp: Get rid of st_bucket_doneJordan Rife
2025-07-14bpf: tcp: Make sure iter->batch always contains a full bucket snapshotJordan Rife
2025-07-14bpf: tcp: Make mem flags configurable through bpf_iter_tcp_realloc_batchJordan Rife
2025-07-14sunrpc: make svc_tcp_sendmsg() take a signed sentp pointerJeff Layton
2025-07-14sunrpc: return better error in svcauth_gss_accept() on alloc failureJeff Layton
2025-07-14sunrpc: reset rq_accept_statp when starting a new RPCJeff Layton
2025-07-14sunrpc: remove SVC_SYSERRJeff Layton
2025-07-14sunrpc: fix handling of unknown auth status codesJeff Layton
2025-07-14sunrpc: new tracepoints around svc thread wakeupsJeff Layton
2025-07-14sunrpc: unexport csum_partial_copy_to_xdrChristoph Hellwig
2025-07-14sunrpc: simplify xdr_partial_copy_from_skbChristoph Hellwig
2025-07-14sunrpc: simplify xdr_init_encode_pagesChristoph Hellwig
2025-07-14lib/crypto: sha1: Rename sha1_init() to sha1_init_raw()Eric Biggers