index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
userfaultfd.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-07-31
dt-bindings: net: dsa: vsc73xx: add {rx,tx}-internal-delay-ps
Pawel Dembicki
1
-0
/
+32
2024-07-31
net: dsa: vsc73xx: make RGMII delays configurable
Pawel Dembicki
1
-4
/
+66
2024-07-31
l2tp: use pre_exit pernet hook to avoid rcu_barrier
James Chapman
1
-2
/
+7
2024-07-31
l2tp: cleanup eth/ppp pseudowire setup code
James Chapman
2
-4
/
+6
2024-07-31
l2tp: add idr consistency check in session_register
James Chapman
1
-2
/
+9
2024-07-31
l2tp: use rcu list add/del when updating lists
James Chapman
1
-6
/
+6
2024-07-31
l2tp: prevent possible tunnel refcount underflow
James Chapman
4
-10
/
+24
2024-07-31
l2tp: refactor ppp socket/session relationship
James Chapman
1
-55
/
+39
2024-07-31
l2tp: free sessions using rcu
James Chapman
2
-3
/
+2
2024-07-31
l2tp: delete sessions using work queue
James Chapman
2
-16
/
+21
2024-07-31
l2tp: simplify tunnel and socket cleanup
James Chapman
2
-62
/
+21
2024-07-31
l2tp: remove unused tunnel magic field
James Chapman
2
-4
/
+0
2024-07-31
l2tp: don't set sk_user_data in tunnel socket
James Chapman
1
-4
/
+6
2024-07-31
l2tp: don't use tunnel socket sk_user_data in ppp procfs output
James Chapman
1
-1
/
+1
2024-07-31
l2tp: have l2tp_ip_destroy_sock use ip_flush_pending_frames
James Chapman
1
-3
/
+3
2024-07-31
ipv4: export ip_flush_pending_frames
James Chapman
1
-0
/
+1
2024-07-31
l2tp: lookup tunnel from socket without using sk_user_data
James Chapman
4
-17
/
+54
2024-07-31
net/tcp: Expand goo.gl link
Dr. David Alan Gilbert
1
-1
/
+2
2024-07-31
net: wangxun: use net_prefetch to simplify logic
Joe Damato
1
-4
/
+1
2024-07-25
tun: add missing verification for short frame
Dongli Zhang
1
-0
/
+3
2024-07-25
tap: add missing verification for short frame
Si-Wei Liu
1
-0
/
+5
2024-07-25
mISDN: Fix a use after free in hfcmulti_tx()
Dan Carpenter
1
-3
/
+4
2024-07-25
gve: Fix an edge case for TSO skb validity check
Bailey Forrest
1
-1
/
+21
2024-07-25
bnxt_en: update xdp_rxq_info in queue restart logic
Taehee Yoo
1
-0
/
+17
2024-07-25
tcp: process the 3rd ACK with sk_socket for TFO/MPTCP
Matthieu Baerts (NGI0)
1
-3
/
+0
2024-07-25
selftests/bpf: Add XDP_UMEM_TX_METADATA_LEN to XSK TX metadata test
Stanislav Fomichev
2
-1
/
+6
2024-07-25
xsk: Require XDP_UMEM_TX_METADATA_LEN to actuate tx_metadata_len
Stanislav Fomichev
3
-9
/
+20
2024-07-25
bpf: Fix a segment issue when downgrading gso_size
Fred Li
1
-4
/
+11
2024-07-25
net: mediatek: Fix potential NULL pointer dereference in dummy net_device han...
Breno Leitao
1
-2
/
+1
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
93
-258
/
+258
2024-07-24
hostfs: fix folio conversion
Linus Torvalds
1
-1
/
+1
2024-07-24
MAINTAINERS: make Breno the netconsole maintainer
Jakub Kicinski
1
-0
/
+6
2024-07-24
MAINTAINERS: Update bonding entry
Jay Vosburgh
1
-3
/
+2
2024-07-24
net: nexthop: Initialize all fields in dumped nexthops
Petr Machata
1
-3
/
+4
2024-07-24
net: stmmac: Correct byte order of perfect_match
Simon Horman
4
-5
/
+5
2024-07-24
selftests: forwarding: skip if kernel not support setting bridge fdb learning...
Hangbin Liu
1
-0
/
+18
2024-07-24
tipc: Return non-zero value from tipc_udp_addr2str() on error
Shigeru Yoshida
1
-1
/
+4
2024-07-24
inode: clarify what's locked
Christian Brauner
1
-11
/
+11
2024-07-24
vfs: Fix potential circular locking through setxattr() and removexattr()
David Howells
1
-43
/
+48
2024-07-24
filelock: Fix fcntl/close race recovery compat path
Jann Horn
1
-5
/
+4
2024-07-24
fs: use all available ids
Christian Brauner
1
-1
/
+1
2024-07-24
cachefiles: Set the max subreq size for cache writes to MAX_RW_COUNT
David Howells
1
-1
/
+1
2024-07-24
netfs: Fix writeback that needs to go to both server and cache
David Howells
1
-0
/
+1
2024-07-24
pidfs: add selftests for new namespace ioctls
Christian Brauner
1
-31
/
+227
2024-07-24
pidfs: handle kernels without namespaces cleanly
Christian Brauner
1
-23
/
+42
2024-07-24
pidfs: when time ns disabled add check for ioctl
Edward Adam Davis
1
-0
/
+2
2024-07-24
vfs: correct the comments of vfs_*() helpers
Congjie Zhou
1
-13
/
+13
2024-07-24
vfs: handle __wait_on_freeing_inode() and evict() race
Mateusz Guzik
1
-0
/
+20
2024-07-24
netfs: Rename CONFIG_FSCACHE_DEBUG to CONFIG_NETFS_DEBUG
David Howells
1
-10
/
+8
2024-07-24
netfs: Revert "netfs: Switch debug logging to pr_debug()"
David Howells
15
-78
/
+113
[next]