summaryrefslogtreecommitdiffstats
path: root/net/socket.c
Commit message (Expand)AuthorAgeFilesLines
* socket: fix unused-function warningArnd Bergmann2020-01-081-11/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-221-2/+2
|\
| * Merge tag 'io_uring-5.5-20191212' of git://git.kernel.dk/linux-blockLinus Torvalds2019-12-131-2/+2
| |\
| | * net: make socket read/write_iter() honor IOCB_NOWAITJens Axboe2019-12-101-2/+2
* | | net: Allow to show socket-specific information in /proc/[pid]/fdinfo/[fd]Kirill Tkhai2019-12-121-0/+12
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-081-1/+6
|\ \ | |/ |/|
| * net: avoid an indirect call in ____sys_recvmsg()Eric Dumazet2019-12-061-1/+6
* | io_uring: ensure async punted connect requests copy dataJens Axboe2019-12-031-8/+8
* | io_uring: ensure async punted sendmsg/recvmsg requests copy dataJens Axboe2019-12-031-43/+17
|/
* Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds2019-12-011-2/+2
|\
| * y2038: socket: use __kernel_old_timespec instead of timespecArnd Bergmann2019-11-151-1/+1
| * y2038: remove CONFIG_64BIT_TIMEArnd Bergmann2019-11-151-1/+1
* | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-0/+3
|\ \
| * | compat_ioctl: move SIOCOUTQ out of compat_ioctl.cArnd Bergmann2019-10-231-0/+2
| * | compat_ioctl: handle SIOCOUTQNSDArnd Bergmann2019-10-231-0/+1
| |/
* | net: disallow ancillary data for __sys_{send,recv}msg_file()Jens Axboe2019-11-261-6/+37
* | net: separate out the msghdr copy from ___sys_{send,recv}msg()Jens Axboe2019-11-261-46/+95
* | net: add __sys_connect_file() helperJens Axboe2019-11-251-8/+22
* | Merge tag 'for-5.5/io_uring-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds2019-11-251-24/+41
|\ \
| * | net: add __sys_accept4_file() helperJens Axboe2019-10-291-24/+41
| |/
* | vfs: mark pipes and sockets as stream-like file descriptorsLinus Torvalds2019-11-251-0/+1
|/
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-6/+10
|\
| * vfs: Convert sockfs to use the new mount APIDavid Howells2019-05-251-6/+10
| * mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro2019-05-251-1/+1
* | Merge tag 'for-5.3/io_uring-20190711' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-131-1/+17
|\ \
| * | io_uring: add support for recvmsg()Jens Axboe2019-07-091-0/+8
| * | io_uring: add support for sendmsg()Jens Axboe2019-07-091-0/+7
| * | uio: make import_iovec()/compat_import_iovec() return bytes on successJens Axboe2019-05-311-1/+2
* | | coallocate socket_wq with socket itselfAl Viro2019-07-081-14/+5
* | | sockfs: switch to ->free_inode()Al Viro2019-07-081-3/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-07-041-0/+30
|\ \ \
| * | | bpf: implement getsockopt and setsockopt hooksStanislav Fomichev2019-06-271-0/+30
* | | | net: adjust socket level ICW to cope with ipv6 variant of {recv, send}msgPaolo Abeni2019-07-031-12/+11
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-7/+1
|\ \ \
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-7/+1
| |/ /
* | | net: socket: drop unneeded likely() call around IS_ERR()Enrico Weigelt2019-06-051-1/+1
|/ /
* | net: fix kernel-doc warnings for socket.cRandy Dunlap2019-05-191-17/+17
|/
* net: use indirect calls helpers at the socket layerPaolo Abeni2019-05-051-4/+16
* net: socket: Fix missing break in switch statementGustavo A. R. Silva2019-04-261-0/+1
* net: socket: implement 64-bit timestampsArnd Bergmann2019-04-191-6/+18
* net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-191-34/+14
* net: add documentation to socket.cPedro Tammela2019-03-151-18/+259
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-021-0/+1
|\
| * net: socket: set sock->sk to NULL after calling proto_ops::release()Eric Biggers2019-02-251-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-081-19/+63
|\ \ | |/
| * net: socket: make bond ioctls go through compat_ifreq_ioctl()Johannes Berg2019-01-301-4/+4
| * net: socket: fix SIOCGIFNAME in compatJohannes Berg2019-01-301-1/+2
| * Revert "kill dev_ifsioc()"Johannes Berg2019-01-301-0/+49
| * Revert "socket: fix struct ifreq size in compat ioctl"Johannes Berg2019-01-301-14/+8
* | socket: Add SO_TIMESTAMPING_NEWDeepa Dinamani2019-02-031-5/+8
OpenPOWER on IntegriCloud