index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
socket.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-20
Merge tag 'bpf-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Linus Torvalds
1
-14
/
+18
2026-08-15
net: Add connect_socket() helper
Mahe Tardy
1
-14
/
+18
2026-06-29
fs: Add bpf_sock_read_xattr() kfunc to read socket xattrs
Christian Brauner
1
-0
/
+25
2026-06-17
Merge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-1
/
+1
2026-06-16
Merge tag 'v7.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
1
-5
/
+2
2026-06-15
Merge tag 'vfs-7.2-rc1.xattr' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-21
/
+9
2026-06-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+6
2026-06-09
net: guard timestamp cmsgs to real error queue skbs
Kyle Zeng
1
-5
/
+6
2026-06-06
simpe_xattr: use per-sb cache
Miklos Szeredi
1
-5
/
+7
2026-06-06
simple_xattr: change interface to pass struct simple_xattrs **
Miklos Szeredi
1
-19
/
+5
2026-05-29
net: Remove support for AIO on sockets
Demi Marie Obenour
1
-5
/
+2
2026-05-19
net: socket: clean up __sys_accept4 comment
Avinash Duduskar
1
-1
/
+1
2026-04-14
Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-32
/
+73
2026-04-13
net: call getsockopt_iter if available
Breno Leitao
1
-3
/
+51
2026-04-13
Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2026-04-13
Merge tag 'vfs-7.1-rc1.xattr' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-27
/
+92
2026-03-11
net: Convert move_addr_to_user() to scoped user access
Christophe Leroy (CS GROUP)
1
-17
/
+11
2026-03-06
treewide: change inode->i_ino from unsigned long to u64
Jeff Layton
1
-1
/
+1
2026-03-04
net: use ktime_t in struct scm_timestamping_internal
Eric Dumazet
1
-12
/
+11
2026-03-02
xattr,net: support limited amount of extended attributes on sockfs sockets
Christian Brauner
1
-27
/
+92
2026-02-24
net: Drop the lock in skb_may_tx_timestamp()
Sebastian Andrzej Siewior
1
-1
/
+1
2025-12-05
Merge tag 'vfs-6.19-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-5
/
+14
2025-12-05
Revert "net/socket: convert sock_map_fd() to FD_ADD()"
Christian Brauner
1
-5
/
+14
2025-12-03
Merge tag 'for-6.19/io_uring-20251201' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-46
/
+21
2025-12-03
Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-7
/
+7
2025-11-28
net/socket: convert __sys_accept4_file() to FD_ADD()
Christian Brauner
1
-14
/
+1
2025-11-28
net/socket: convert sock_map_fd() to FD_ADD()
Christian Brauner
1
-14
/
+5
2025-11-26
socket: Split out a getsockname helper for io_uring
Gabriel Krisman Bertazi
1
-16
/
+20
2025-11-26
socket: Unify getsockname and getpeername implementation
Gabriel Krisman Bertazi
1
-42
/
+13
2025-11-04
net: Convert proto_ops connect() callbacks to use sockaddr_unsized
Kees Cook
1
-4
/
+4
2025-11-04
net: Convert proto_ops bind() callbacks to use sockaddr_unsized
Kees Cook
1
-3
/
+3
2025-10-02
Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-11
/
+24
2025-09-29
net: remove one stac/clac pair from move_addr_to_user()
Eric Dumazet
1
-11
/
+24
2025-08-29
Add RWF_NOSIGNAL flag for pwritev2
Lauri Vasama
1
-0
/
+3
2025-06-23
net: annotate races around sk->sk_uid
Eric Dumazet
1
-3
/
+5
2025-06-17
net: timestamp: add helper returning skb's tx tstamp
Pavel Begunkov
1
-0
/
+46
2025-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-10
/
+9
2025-03-25
net-timestamp: COMPLETION timestamp on packet tx completion
Pauli Virtanen
1
-0
/
+3
2025-03-21
net: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF.
Kuniyuki Iwashima
1
-10
/
+9
2025-02-26
net: skb: free up one bit in tx_flags
Willem de Bruijn
1
-10
/
+1
2025-02-20
bpf: Add BPF_SOCK_OPS_TSTAMP_SND_HW_CB callback
Jason Xing
1
-1
/
+1
2025-02-07
fsnotify: disable notification by default for all pseudo files
Amir Goldstein
1
-0
/
+5
2025-01-14
socket: Remove unused kernel_sendmsg_locked
Dr. David Alan Gilbert
1
-28
/
+0
2025-01-10
net: hide the definition of dev_get_by_napi_id()
Jakub Kicinski
1
-0
/
+2
2024-12-16
sock: Introduce SO_RCVPRIORITY socket option
Anna Emese Nyiri
1
-0
/
+11
2024-11-21
Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-3
/
+5
2024-11-18
Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-165
/
+136
2024-11-03
net/socket.c: switch to CLASS(fd)
Al Viro
1
-165
/
+136
2024-10-29
socket: Print pf->create() when it does not clear sock->sk on failure.
Kuniyuki Iwashima
1
-1
/
+3
2024-10-15
net: warn, if pf->create does not clear sock->sk on error
Ignat Korchagin
1
-2
/
+2
[next]