summaryrefslogtreecommitdiffstats
path: root/net/socket.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | socket: Add SO_TIMESTAMP[NS]_NEWDeepa Dinamani2019-02-031-8/+27
* | socket: Use old_timeval types for socket timestampsDeepa Dinamani2019-02-031-1/+1
* | sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLDDeepa Dinamani2019-02-031-4/+4
|/
* Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel...Linus Torvalds2018-12-281-16/+46
|\
| * y2038: socket: Add compat_sys_recvmmsg_time64Arnd Bergmann2018-12-181-16/+46
* | socket: do a generic_file_splice_read when proto_ops has no splice_readSlavomir Kaslev2018-11-171-1/+1
|/
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-011-3/+3
|\
| * iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-3/+3
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-251-10/+8
|\ \ | |/ |/|
| * y2038: socket: Change recvmmsg to use __kernel_timespecArnd Bergmann2018-08-291-10/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-191-3/+8
|\ \
| * | net: socket: fix a missing-check bugWenwen Wang2018-10-181-3/+8
* | | socket: Tighten no-error check in bind()Jakub Sitnicki2018-10-051-1/+1
|/ /
* / socket: fix struct ifreq size in compat ioctlJohannes Berg2018-09-131-8/+14
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-151-11/+17
|\
| * net: sock_diag: Fix spectre v1 gadget in __sock_diag_cmd()Jeremy Cline2018-08-141-2/+1
| * Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-021-1/+4
| |\
| * | net: remove bogus RCU annotations on socket.wqChristoph Hellwig2018-07-311-6/+4
| * | net: remove sock_poll_busy_flagChristoph Hellwig2018-07-301-5/+11
| * | net: remove sock_poll_busy_loopChristoph Hellwig2018-07-301-1/+4
* | | Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-08-131-24/+5
|\ \ \ | |_|/ |/| |
| * | new wrapper: alloc_file_pseudo()Al Viro2018-07-121-23/+5
| * | alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro2018-07-121-2/+1
* | | net: socket: Fix potential spectre v1 gadget in sock_is_registeredJeremy Cline2018-07-281-1/+2
* | | net: socket: fix potential spectre v1 gadget in socketcallJeremy Cline2018-07-281-0/+2
| |/ |/|
* | net: handle NULL ->poll gracefullyChristoph Hellwig2018-06-291-0/+2
* | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-43/+5
|/
* socket: close race condition between sock_close() and sockfs_setattr()Cong Wang2018-06-101-3/+15
* Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-061-0/+7
|\
| * net: hook socketpair() into LSMDavid Herrmann2018-05-041-0/+7
* | net: add support for ->poll_mask in proto_opsChristoph Hellwig2018-05-261-5/+43
* | net: refactor socket_pollChristoph Hellwig2018-05-261-17/+4
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2018-04-051-1/+1
|\
| * net: Spelling s/stucture/structure/Geert Uytterhoeven2018-03-271-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-04-031-25/+26
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-0/+5
| |\ \
| * | | socket: skip checking sk_err for recvmmsg(MSG_ERRQUEUE)Soheil Hassas Yeganeh2018-03-011-4/+6
| * | | net: make kmem caches as __ro_after_initAlexey Dobriyan2018-02-261-1/+1
| * | | net: Make extern and export get_net_ns()Kirill Tkhai2018-02-151-1/+2
| * | | net: Remove atalk header from socket.cDavid Ahern2018-02-141-1/+0
| * | | net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-18/+17
| | |/ | |/|
* | | Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-021-73/+161
|\ \ \ | |_|/ |/| |