Age | Commit message (Expand) | Author | Files | Lines |
2020-08-10 | net: Revert "net: optimize the sockptr_t for unified kernel/user address spaces" | Christoph Hellwig | 1 | -5/+1 |
2020-08-09 | net: Convert to use the fallthrough macro | Miaohe Lin | 1 | -3/+3 |
2020-08-09 | net: Remove meaningless jump label out_fs | Miaohe Lin | 1 | -2/+1 |
2020-08-09 | net: Set fput_needed iff FDPUT_FPUT is set | Miaohe Lin | 1 | -1/+1 |
2020-08-09 | net: Use helper function fdput() | Miaohe Lin | 1 | -4/+2 |
2020-07-28 | net: improve the user pointer check in init_user_sockptr | Christoph Hellwig | 1 | -1/+1 |
2020-07-25 | net: optimize the sockptr_t for unified kernel/user address spaces | Christoph Hellwig | 1 | -1/+5 |
2020-07-25 | net: pass a sockptr_t into ->setsockopt | Christoph Hellwig | 1 | -16/+7 |
2020-07-25 | net: switch sock_set_timeout to sockptr_t | Christoph Hellwig | 1 | -1/+2 |
2020-07-20 | net: make ->{get,set}sockopt in proto_ops optional | Christoph Hellwig | 1 | -0/+4 |
2020-07-20 | net: remove compat_sys_{get,set}sockopt | Christoph Hellwig | 1 | -11/+14 |
2020-07-20 | net: streamline __sys_getsockopt | Christoph Hellwig | 1 | -17/+14 |
2020-07-20 | net: streamline __sys_setsockopt | Christoph Hellwig | 1 | -30/+27 |
2020-07-14 | net: socket: Move kerneldoc next to function it documents | Andrew Lunn | 1 | -9/+8 |
2020-07-05 | net: use mptcp setsockopt function for SOL_SOCKET on mptcp sockets | Florian Westphal | 1 | -1/+12 |
2020-05-29 | net: remove kernel_setsockopt | Christoph Hellwig | 1 | -31/+0 |
2020-05-28 | net: remove kernel_getsockopt | Christoph Hellwig | 1 | -34/+0 |
2020-05-19 | ipv4,appletalk: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctl | Christoph Hellwig | 1 | -62/+0 |
2020-05-19 | ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctl | Christoph Hellwig | 1 | -46/+17 |
2020-05-12 | net: cleanly handle kernel vs user buffers for ->msg_control | Christoph Hellwig | 1 | -16/+6 |
2020-03-30 | Merge tag 'for-5.7/io_uring-2020-03-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -4/+21 |
2020-03-20 | io_uring: make sure accept honor rlimit nofile | Jens Axboe | 1 | -3/+5 |
2020-03-10 | net: abstract out normal and compat msghdr import | Jens Axboe | 1 | -4/+21 |
2020-01-09 | socket: fix unused-function warning | Arnd Bergmann | 1 | -11/+12 |
2019-12-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -2/+2 |
2019-12-14 | Merge tag 'io_uring-5.5-20191212' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -2/+2 |
2019-12-13 | net: Allow to show socket-specific information in /proc/[pid]/fdinfo/[fd] | Kirill Tkhai | 1 | -0/+12 |
2019-12-11 | net: make socket read/write_iter() honor IOCB_NOWAIT | Jens Axboe | 1 | -2/+2 |
2019-12-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 1 | -1/+6 |
2019-12-06 | net: avoid an indirect call in ____sys_recvmsg() | Eric Dumazet | 1 | -1/+6 |
2019-12-03 | io_uring: ensure async punted connect requests copy data | Jens Axboe | 1 | -8/+8 |
2019-12-03 | io_uring: ensure async punted sendmsg/recvmsg requests copy data | Jens Axboe | 1 | -43/+17 |
2019-12-02 | Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+2 |
2019-12-02 | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+3 |
2019-11-27 | net: disallow ancillary data for __sys_{send,recv}msg_file() | Jens Axboe | 1 | -6/+37 |
2019-11-27 | net: separate out the msghdr copy from ___sys_{send,recv}msg() | Jens Axboe | 1 | -46/+95 |
2019-11-26 | net: add __sys_connect_file() helper | Jens Axboe | 1 | -8/+22 |
2019-11-25 | Merge tag 'for-5.5/io_uring-20191121' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -24/+41 |
2019-11-25 | vfs: mark pipes and sockets as stream-like file descriptors | Linus Torvalds | 1 | -0/+1 |
2019-11-15 | y2038: socket: use __kernel_old_timespec instead of timespec | Arnd Bergmann | 1 | -1/+1 |
2019-11-15 | y2038: remove CONFIG_64BIT_TIME | Arnd Bergmann | 1 | -1/+1 |
2019-10-29 | net: add __sys_accept4_file() helper | Jens Axboe | 1 | -24/+41 |
2019-10-23 | compat_ioctl: move SIOCOUTQ out of compat_ioctl.c | Arnd Bergmann | 1 | -0/+2 |
2019-10-23 | compat_ioctl: handle SIOCOUTQNSD | Arnd Bergmann | 1 | -0/+1 |
2019-07-19 | Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -6/+10 |
2019-07-13 | Merge tag 'for-5.3/io_uring-20190711' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+17 |
2019-07-09 | io_uring: add support for recvmsg() | Jens Axboe | 1 | -0/+8 |
2019-07-09 | io_uring: add support for sendmsg() | Jens Axboe | 1 | -0/+7 |
2019-07-09 | coallocate socket_wq with socket itself | Al Viro | 1 | -14/+5 |
2019-07-09 | sockfs: switch to ->free_inode() | Al Viro | 1 | -3/+3 |