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