index
:
sugar/linux
mainline
Sugar's Linux Kernel Patch
Asai Neko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
socket.c
Age
Commit message (
Expand
)
Author
3 days
Merge tag 'vfs-6.19-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4 days
Revert "net/socket: convert sock_map_fd() to FD_ADD()"
Christian Brauner
5 days
Merge tag 'for-6.19/io_uring-20251201' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
5 days
Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
11 days
net/socket: convert __sys_accept4_file() to FD_ADD()
Christian Brauner
11 days
net/socket: convert sock_map_fd() to FD_ADD()
Christian Brauner
13 days
socket: Split out a getsockname helper for io_uring
Gabriel Krisman Bertazi
13 days
socket: Unify getsockname and getpeername implementation
Gabriel Krisman Bertazi
2025-11-04
net: Convert proto_ops connect() callbacks to use sockaddr_unsized
Kees Cook
2025-11-04
net: Convert proto_ops bind() callbacks to use sockaddr_unsized
Kees Cook
2025-10-02
Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2025-09-29
net: remove one stac/clac pair from move_addr_to_user()
Eric Dumazet
2025-08-29
Add RWF_NOSIGNAL flag for pwritev2
Lauri Vasama
2025-06-23
net: annotate races around sk->sk_uid
Eric Dumazet
2025-06-17
net: timestamp: add helper returning skb's tx tstamp
Pavel Begunkov
2025-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-03-25
net-timestamp: COMPLETION timestamp on packet tx completion
Pauli Virtanen
2025-03-21
net: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF.
Kuniyuki Iwashima
2025-02-26
net: skb: free up one bit in tx_flags
Willem de Bruijn
2025-02-20
bpf: Add BPF_SOCK_OPS_TSTAMP_SND_HW_CB callback
Jason Xing
2025-02-07
fsnotify: disable notification by default for all pseudo files
Amir Goldstein
2025-01-14
socket: Remove unused kernel_sendmsg_locked
Dr. David Alan Gilbert
2025-01-10
net: hide the definition of dev_get_by_napi_id()
Jakub Kicinski
2024-12-16
sock: Introduce SO_RCVPRIORITY socket option
Anna Emese Nyiri
2024-11-21
Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2024-11-18
Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2024-11-03
net/socket.c: switch to CLASS(fd)
Al Viro
2024-10-29
socket: Print pf->create() when it does not clear sock->sk on failure.
Kuniyuki Iwashima
2024-10-15
net: warn, if pf->create does not clear sock->sk on error
Ignat Korchagin
2024-10-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-10-07
net: explicitly clear the sk pointer, when pf->create fails
Ignat Korchagin
2024-10-04
net_tstamp: add SCM_TS_OPT_ID for RAW sockets
Vadim Fedorenko
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
2024-09-23
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-09-10
net-timestamp: introduce SOF_TIMESTAMPING_OPT_RX_FILTER flag
Jason Xing
2024-09-03
bpf, net: Fix a potential race in do_sock_getsockopt()
Tze-nan Wu
2024-08-12
struct fd: representation change
Al Viro
2024-08-12
introduce fd_file(), convert all accessors to it.
Al Viro
2024-06-19
net: Split a __sys_listen helper for io_uring
Gabriel Krisman Bertazi
2024-06-19
net: Split a __sys_bind helper for io_uring
Gabriel Krisman Bertazi
2024-05-13
net: have do_accept() take a struct proto_accept_arg argument
Jens Axboe
2024-05-13
net: change proto and proto_ops accept type
Jens Axboe
2024-04-15
io_uring: separate header for exported net bits
Pavel Begunkov
2024-03-14
net: remove {revc,send}msg_copy_msghdr() from exports
Jens Axboe
2024-02-28
net: remove SLAB_MEM_SPREAD flag usage
Chengming Zhou
2024-01-08
Merge tag 'vfs-6.8.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-01-03
net: Save and restore msg_namelen in sock_sendmsg
Marc Dionne
2023-12-05
iov_iter: replace import_single_range() with import_ubuf()
Jens Axboe
2023-12-05
iov_iter: remove unused 'iov' argument from import_single_range()
Jens Axboe
2023-11-01
bpf: Add __bpf_hook_{start,end} macros
Dave Marchevsky
[next]