summaryrefslogtreecommitdiff
path: root/net/socket.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-15Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-32/+73
2026-04-14net: call getsockopt_iter if availableBreno Leitao1-3/+51
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2026-04-13Merge tag 'vfs-7.1-rc1.xattr' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-27/+92
2026-03-12net: Convert move_addr_to_user() to scoped user accessChristophe Leroy (CS GROUP)1-17/+11
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton1-1/+1
2026-03-05net: use ktime_t in struct scm_timestamping_internalEric Dumazet1-12/+11
2026-03-02xattr,net: support limited amount of extended attributes on sockfs socketsChristian Brauner1-27/+92
2026-02-24net: Drop the lock in skb_may_tx_timestamp()Sebastian Andrzej Siewior1-1/+1
2025-12-06Merge tag 'vfs-6.19-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+14
2025-12-05Revert "net/socket: convert sock_map_fd() to FD_ADD()"Christian Brauner1-5/+14
2025-12-04Merge tag 'for-6.19/io_uring-20251201' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-46/+21
2025-12-04Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-7/+7
2025-11-28net/socket: convert __sys_accept4_file() to FD_ADD()Christian Brauner1-14/+1
2025-11-28net/socket: convert sock_map_fd() to FD_ADD()Christian Brauner1-14/+5
2025-11-26socket: Split out a getsockname helper for io_uringGabriel Krisman Bertazi1-16/+20
2025-11-26socket: Unify getsockname and getpeername implementationGabriel Krisman Bertazi1-42/+13
2025-11-05net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook1-4/+4
2025-11-05net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook1-3/+3
2025-10-03Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-11/+24
2025-09-30net: remove one stac/clac pair from move_addr_to_user()Eric Dumazet1-11/+24
2025-08-29Add RWF_NOSIGNAL flag for pwritev2Lauri Vasama1-0/+3
2025-06-24net: annotate races around sk->sk_uidEric Dumazet1-3/+5
2025-06-18net: timestamp: add helper returning skb's tx tstampPavel Begunkov1-0/+46
2025-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-10/+9
2025-03-25net-timestamp: COMPLETION timestamp on packet tx completionPauli Virtanen1-0/+3
2025-03-22net: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF.Kuniyuki Iwashima1-10/+9
2025-02-27net: skb: free up one bit in tx_flagsWillem de Bruijn1-10/+1
2025-02-21bpf: Add BPF_SOCK_OPS_TSTAMP_SND_HW_CB callbackJason Xing1-1/+1
2025-02-07fsnotify: disable notification by default for all pseudo filesAmir Goldstein1-0/+5
2025-01-15socket: Remove unused kernel_sendmsg_lockedDr. David Alan Gilbert1-28/+0
2025-01-11net: hide the definition of dev_get_by_napi_id()Jakub Kicinski1-0/+2
2024-12-17sock: Introduce SO_RCVPRIORITY socket optionAnna Emese Nyiri1-0/+11
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-3/+5
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-166/+137
2024-11-03net/socket.c: switch to CLASS(fd)Al Viro1-166/+137
2024-10-30socket: Print pf->create() when it does not clear sock->sk on failure.Kuniyuki Iwashima1-1/+3
2024-10-16net: warn, if pf->create does not clear sock->sk on errorIgnat Korchagin1-2/+2
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+6
2024-10-08net: explicitly clear the sk pointer, when pf->create failsIgnat Korchagin1-1/+6
2024-10-04net_tstamp: add SCM_TS_OPT_ID for RAW socketsVadim Fedorenko1-1/+1
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-1/+0
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-7/+7
2024-09-11net-timestamp: introduce SOF_TIMESTAMPING_OPT_RX_FILTER flagJason Xing1-2/+8
2024-09-03bpf, net: Fix a potential race in do_sock_getsockopt()Tze-nan Wu1-2/+2
2024-08-13struct fd: representation changeAl Viro1-1/+1
2024-08-13introduce fd_file(), convert all accessors to it.Al Viro1-6/+6
2024-06-19net: Split a __sys_listen helper for io_uringGabriel Krisman Bertazi1-9/+14
2024-06-19net: Split a __sys_bind helper for io_uringGabriel Krisman Bertazi1-9/+16
2024-05-14net: have do_accept() take a struct proto_accept_arg argumentJens Axboe1-7/+5