index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-15
net: mctp: Add test for conflicting bind()s
Matt Johnston
3
-0
/
+162
2025-07-15
net: mctp: Treat MCTP_NET_ANY specially in bind()
Matt Johnston
1
-1
/
+15
2025-07-15
net: mctp: Prevent duplicate binds
Matt Johnston
1
-3
/
+23
2025-07-15
net: mctp: mctp_test_route_extaddr_input cleanup
Matt Johnston
1
-4
/
+2
2025-07-15
wifi: cfg80211: fix double free for link_sinfo in nl80211_station_dump()
Sarika Sharma
1
-1
/
+9
2025-07-15
wifi: cfg80211: fix off channel operation allowed check for MLO
Aditya Kumar Singh
1
-6
/
+17
2025-07-15
wifi: mac80211: use RCU-safe iteration in ieee80211_csa_finish
Maharaja Kennadyrajan
2
-1
/
+16
2025-07-15
ipv6: mcast: Avoid a duplicate pointer check in mld_del_delrec()
Yue Haibing
1
-27
/
+25
2025-07-15
wifi: mac80211: parse unsolicited broadcast probe response data
Yuvarani V
1
-0
/
+12
2025-07-15
wifi: cfg80211: parse attribute to update unsolicited probe response template
Yuvarani V
1
-0
/
+18
2025-07-15
wifi: mac80211: don't use TPE data from assoc response
Johannes Berg
1
-5
/
+28
2025-07-15
wifi: mac80211: handle WLAN_HT_ACTION_NOTIFY_CHANWIDTH async
Miri Korenblit
4
-30
/
+80
2025-07-15
wifi: mac80211: simplify __ieee80211_rx_h_amsdu() loop
Johannes Berg
1
-15
/
+8
2025-07-15
wifi: mac80211: don't mark keys for inactive links as uploaded
Miri Korenblit
1
-1
/
+2
2025-07-15
wifi: mac80211: only assign chanctx in reconfig
Miri Korenblit
1
-4
/
+6
2025-07-15
wifi: mac80211: clean up cipher suite handling
Johannes Berg
2
-54
/
+17
2025-07-15
wifi: mac80211: don't send keys to driver when fips_enabled
Johannes Berg
2
-1
/
+8
2025-07-15
wifi: mac80211: remove ieee80211_link_unreserve_chanctx() return value
Johannes Berg
2
-6
/
+4
2025-07-15
wifi: mac80211: don't unreserve never reserved chanctx
Johannes Berg
1
-1
/
+2
2025-07-15
wifi: mac80211: make VHT opmode NSS ignore a debug message
Johannes Berg
1
-2
/
+3
2025-07-14
tcp: stronger sk_rcvbuf checks
Eric Dumazet
1
-6
/
+16
2025-07-14
tcp: add const to tcp_try_rmem_schedule() and sk_rmem_schedule() skb
Eric Dumazet
1
-1
/
+1
2025-07-14
tcp: call tcp_measure_rcv_mss() for ooo packets
Eric Dumazet
1
-0
/
+1
2025-07-14
tcp: add LINUX_MIB_BEYOND_WINDOW
Eric Dumazet
2
-0
/
+2
2025-07-14
tcp: do not accept packets beyond window
Eric Dumazet
1
-5
/
+17
2025-07-14
Add support to set NAPI threaded for individual NAPI
Samiullah Khawaja
4
-5
/
+51
2025-07-14
net: ipv4: fix incorrect MTU in broadcast routes
Oscar Maes
1
-1
/
+0
2025-07-14
net/x25: Remove unused x25_terminate_link()
Dr. David Alan Gilbert
1
-22
/
+0
2025-07-14
smc: Fix various oops due to inet_sock type confusion.
Kuniyuki Iwashima
2
-4
/
+18
2025-07-14
dev: Pass netdevice_tracker to dev_get_by_flags_rcu().
Kuniyuki Iwashima
2
-10
/
+12
2025-07-14
SUNRPC: Remove unused xdr functions
Dr. David Alan Gilbert
1
-110
/
+0
2025-07-14
bpf: tcp: Avoid socket skips and repeats during iteration
Jordan Rife
1
-32
/
+115
2025-07-14
bpf: tcp: Use bpf_tcp_iter_batch_item for bpf_tcp_iter_state batch items
Jordan Rife
1
-10
/
+14
2025-07-14
bpf: tcp: Get rid of st_bucket_done
Jordan Rife
1
-8
/
+6
2025-07-14
bpf: tcp: Make sure iter->batch always contains a full bucket snapshot
Jordan Rife
1
-32
/
+77
2025-07-14
bpf: tcp: Make mem flags configurable through bpf_iter_tcp_realloc_batch
Jordan Rife
1
-4
/
+5
2025-07-14
sunrpc: make svc_tcp_sendmsg() take a signed sentp pointer
Jeff Layton
1
-3
/
+2
2025-07-14
sunrpc: return better error in svcauth_gss_accept() on alloc failure
Jeff Layton
1
-1
/
+2
2025-07-14
sunrpc: reset rq_accept_statp when starting a new RPC
Jeff Layton
1
-0
/
+3
2025-07-14
sunrpc: remove SVC_SYSERR
Jeff Layton
1
-8
/
+0
2025-07-14
sunrpc: fix handling of unknown auth status codes
Jeff Layton
1
-1
/
+2
2025-07-14
sunrpc: new tracepoints around svc thread wakeups
Jeff Layton
1
-2
/
+4
2025-07-14
sunrpc: unexport csum_partial_copy_to_xdr
Christoph Hellwig
1
-1
/
+0
2025-07-14
sunrpc: simplify xdr_partial_copy_from_skb
Christoph Hellwig
1
-104
/
+59
2025-07-14
sunrpc: simplify xdr_init_encode_pages
Christoph Hellwig
1
-7
/
+4
2025-07-14
lib/crypto: sha1: Rename sha1_init() to sha1_init_raw()
Eric Biggers
1
-1
/
+1
2025-07-14
Revert "netfilter: nf_tables: Add notifications for hook changes"
Phil Sutter
3
-62
/
+0
2025-07-14
netfilter: nf_tables: hide clash bit from userspace
Florian Westphal
1
-0
/
+3
2025-07-14
don't bother with path_get()/path_put() in unix_open_file()
Al Viro
1
-12
/
+4
2025-07-13
rpl: Fix use-after-free in rpl_do_srh_inline().
Kuniyuki Iwashima
1
-4
/
+4
[prev]
[next]