aboutsummaryrefslogtreecommitdiffstats
path: root/net/socket.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2025-03-261-10/+9
|\
| * net: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF.Kuniyuki Iwashima2025-03-211-10/+9
* | net-timestamp: COMPLETION timestamp on packet tx completionPauli Virtanen2025-03-251-0/+3
* | net: skb: free up one bit in tx_flagsWillem de Bruijn2025-02-271-10/+1
* | bpf: Add BPF_SOCK_OPS_TSTAMP_SND_HW_CB callbackJason Xing2025-02-201-1/+1
|/
* fsnotify: disable notification by default for all pseudo filesAmir Goldstein2025-02-071-0/+5
* socket: Remove unused kernel_sendmsg_lockedDr. David Alan Gilbert2025-01-151-28/+0
* net: hide the definition of dev_get_by_napi_id()Jakub Kicinski2025-01-111-0/+2
* sock: Introduce SO_RCVPRIORITY socket optionAnna Emese Nyiri2024-12-171-0/+11
* Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2024-11-211-3/+5
|\
| * socket: Print pf->create() when it does not clear sock->sk on failure.Kuniyuki Iwashima2024-10-291-1/+3
| * net: warn, if pf->create does not clear sock->sk on errorIgnat Korchagin2024-10-161-2/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-10-101-1/+6
| |\
| * | net_tstamp: add SCM_TS_OPT_ID for RAW socketsVadim Fedorenko2024-10-041-1/+1
* | | Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-11-181-165/+136
|\ \ \ | |_|/ |/| |
| * | net/socket.c: switch to CLASS(fd)Al Viro2024-11-031-165/+136
| |/
* / net: explicitly clear the sk pointer, when pf->create failsIgnat Korchagin2024-10-071-1/+6
|/
* [tree-wide] finally take no_llseek outAl Viro2024-09-271-1/+0
* Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-09-231-7/+7
|\
| * struct fd: representation changeAl Viro2024-08-131-1/+1
| * introduce fd_file(), convert all accessors to it.Al Viro2024-08-131-6/+6
* | net-timestamp: introduce SOF_TIMESTAMPING_OPT_RX_FILTER flagJason Xing2024-09-101-2/+8
* | bpf, net: Fix a potential race in do_sock_getsockopt()Tze-nan Wu2024-09-031-2/+2
|/
* net: Split a __sys_listen helper for io_uringGabriel Krisman Bertazi2024-06-191-9/+14
* net: Split a __sys_bind helper for io_uringGabriel Krisman Bertazi2024-06-191-9/+16
* net: have do_accept() take a struct proto_accept_arg argumentJens Axboe2024-05-141-7/+5
* net: change proto and proto_ops accept typeJens Axboe2024-05-141-3/+10
* io_uring: separate header for exported net bitsPavel Begunkov2024-04-151-1/+1
* net: remove {revc,send}msg_copy_msghdr() from exportsJens Axboe2024-03-141-7/+7
* net: remove SLAB_MEM_SPREAD flag usageChengming Zhou2024-02-291-1/+1
* Merge tag 'vfs-6.8.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-081-4/+2
|\
| * iov_iter: replace import_single_range() with import_ubuf()Jens Axboe2023-12-051-2/+2
| * iov_iter: remove unused 'iov' argument from import_single_range()Jens Axboe2023-12-051-4/+2
* | net: Save and restore msg_namelen in sock_sendmsgMarc Dionne2024-01-031-0/+2
|/
* bpf: Add __bpf_hook_{start,end} macrosDave Marchevsky2023-11-021-6/+2
* Merge tag 'for-6.7/io_uring-sockopt-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds2023-11-011-37/+67
|\
| * net/socket: Break down __sys_getsockoptBreno Leitao2023-10-191-23/+41
| * net/socket: Break down __sys_setsockoptBreno Leitao2023-10-191-14/+25
| * bpf: Add sockptr support for setsockoptBreno Leitao2023-10-191-1/+1
| * bpf: Add sockptr support for getsockoptBreno Leitao2023-10-191-2/+3
* | Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-301-1/+1
|\ \
| * | net: move sockfs_xattr_handlers to .rodataWedson Almeida Filho2023-10-101-1/+1
| |/
* | net: prevent address rewrite in kernel_bind()Jordan Rife2023-10-011-1/+6
* | net: prevent rewrite of msg_name in sock_sendmsg()Jordan Rife2023-10-011-6/+23
|/
* Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-09-081-7/+8
|\
| * net: annotate data-races around sk->sk_bind_phcEric Dumazet2023-09-011-1/+1
| * net: annotate data-races around sk->sk_tsflagsEric Dumazet2023-09-011-6/+7
* | Merge tag 'for-6.6/io_uring-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds2023-08-301-0/+2
|\ \ | |/ |/|
| * io_uring: Add io_uring command support for socketsBreno Leitao2023-08-091-0/+2
* | net: Avoid address overwrite in kernel_connectJordan Rife2023-08-231-1/+6