index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-10
mptcp: pm: remove '_nl' from mptcp_pm_nl_work
Matthieu Baerts (NGI0)
3
-3
/
+3
2025-03-10
mptcp: pm: remove '_nl' from mptcp_pm_nl_mp_prio_send_ack
Matthieu Baerts (NGI0)
3
-11
/
+11
2025-03-10
mptcp: pm: remove '_nl' from mptcp_pm_nl_addr_send_ack
Matthieu Baerts (NGI0)
4
-7
/
+7
2025-03-10
mptcp: pm: use addr entry for get_local_id
Geliang Tang
4
-23
/
+20
2025-03-10
net: devmem: do not WARN conditionally after netdev_rx_queue_restart()
Taehee Yoo
1
-1
/
+3
2025-03-10
net: ethtool: tsinfo: Fix dump command
Kory Maincent
1
-1
/
+2
2025-03-10
ipv6: save dontfrag in cork
Willem de Bruijn
1
-4
/
+5
2025-03-10
ipv6: remove leftover ip6 cookie initializer
Willem de Bruijn
1
-2
/
+0
2025-03-10
svcrdma: do not unregister device for listeners
Olga Kornievskaia
1
-1
/
+2
2025-03-10
SUNRPC: Remove unused make_checksum
Dr. David Alan Gilbert
2
-94
/
+0
2025-03-10
SUNRPC: Remove unused krb5_decrypt
Dr. David Alan Gilbert
2
-57
/
+0
2025-03-10
sunrpc: clean cache_detail immediately when flush is written frequently
Li Lingfeng
1
-1
/
+5
2025-03-10
afs: Use the per-peer app data provided by rxrpc
David Howells
1
-2
/
+2
2025-03-10
rxrpc: Allow the app to store private data on peer structs
David Howells
2
-0
/
+27
2025-03-08
net: move misc netdev_lock flavors to a separate header
Jakub Kicinski
29
-0
/
+33
2025-03-08
udp: expand SKB_DROP_REASON_UDP_CSUM use
Eric Dumazet
2
-4
/
+4
2025-03-07
netpoll: hold rcu read lock in __netpoll_send_skb()
Breno Leitao
1
-2
/
+7
2025-03-07
netpoll: Optimize skb refilling on critical path
Breno Leitao
1
-2
/
+13
2025-03-07
tcp: ulp: diag: more info without CAP_NET_ADMIN
Matthieu Baerts (NGI0)
3
-22
/
+32
2025-03-07
tcp: ulp: diag: always print the name if any
Matthieu Baerts (NGI0)
1
-11
/
+10
2025-03-07
netmem: prevent TX of unreadable skbs
Mina Almasry
1
-0
/
+3
2025-03-07
net: ethtool: use correct device pointer in ethnl_default_dump_one()
Eric Dumazet
1
-2
/
+2
2025-03-07
Revert "Bluetooth: hci_core: Fix sleeping function called from invalid context"
Luiz Augusto von Dentz
5
-27
/
+19
2025-03-07
Bluetooth: hci_event: Fix enabling passive scanning
Luiz Augusto von Dentz
1
-15
/
+22
2025-03-07
Bluetooth: SCO: fix sco_conn refcounting on sco_conn_ready
Pauli Virtanen
1
-1
/
+12
2025-03-07
wifi: cfg80211: cancel wiphy_work before freeing wiphy
Miri Korenblit
1
-0
/
+7
2025-03-07
wifi: mac80211: fix SA Query processing in MLO
Johannes Berg
1
-5
/
+5
2025-03-07
wifi: nl80211: fix assoc link handling
Johannes Berg
1
-4
/
+8
2025-03-07
wifi: mac80211: don't queue sdata::work for a non-running sdata
Miri Korenblit
1
-3
/
+5
2025-03-07
wifi: mac80211: flush the station before moving it to UN-AUTHORIZED state
Emmanuel Grumbach
1
-3
/
+17
2025-03-06
Merge tag 'nf-25-03-06' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Jakub Kicinski
4
-18
/
+24
2025-03-06
sched: address a potential NULL pointer dereference in the GRED scheduler.
Jun Yang
1
-1
/
+2
2025-03-06
tcp: clamp window like before the cleanup
Matthieu Baerts (NGI0)
1
-6
/
+6
2025-03-06
inet: call inet6_ehashfn() once from inet6_hash_connect()
Eric Dumazet
2
-12
/
+29
2025-03-06
inet: change lport contribution to inet_ehashfn() and inet6_ehashfn()
Eric Dumazet
2
-4
/
+4
2025-03-06
tcp: bring back NUMA dispersion in inet_ehash_locks_alloc()
Eric Dumazet
1
-11
/
+26
2025-03-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
23
-107
/
+200
2025-03-06
net: replace dev_addr_sem with netdev instance lock
Stanislav Fomichev
6
-49
/
+38
2025-03-06
net: ethtool: try to protect all callback with netdev instance lock
Jakub Kicinski
10
-24
/
+82
2025-03-06
net: hold netdev instance lock during ndo_bpf
Stanislav Fomichev
4
-2
/
+28
2025-03-06
net: hold netdev instance lock during sysfs operations
Stanislav Fomichev
3
-46
/
+79
2025-03-06
net: hold netdev instance lock during ioctl operations
Stanislav Fomichev
4
-32
/
+73
2025-03-06
net: hold netdev instance lock during rtnetlink operations
Stanislav Fomichev
5
-144
/
+295
2025-03-06
net: hold netdev instance lock during queue operations
Stanislav Fomichev
1
-0
/
+5
2025-03-06
net: hold netdev instance lock during qdisc ndo_setup_tc
Stanislav Fomichev
1
-4
/
+24
2025-03-06
net: sched: wrap doit/dumpit methods
Stanislav Fomichev
1
-68
/
+123
2025-03-06
net: hold netdev instance lock during nft ndo_setup_tc
Stanislav Fomichev
3
-2
/
+20
2025-03-06
net: hold netdev instance lock during ndo_open/ndo_stop
Stanislav Fomichev
2
-2
/
+16
2025-03-06
netfilter: nf_tables: make destruction work queue pernet
Florian Westphal
2
-14
/
+18
2025-03-06
net: ipv6: fix missing dst ref drop in ila lwtunnel
Justin Iurman
1
-0
/
+1
[prev]
[next]