summaryrefslogtreecommitdiff
path: root/net/socket.c
AgeCommit message (Expand)Author
2020-01-09net: make socket read/write_iter() honor IOCB_NOWAITJens Axboe
2019-08-25bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann
2019-03-13net: socket: set sock->sk to NULL after calling proto_ops::release()Eric Biggers
2018-11-04net: socket: fix a missing-check bugWenwen Wang
2018-08-06net: socket: fix potential spectre v1 gadget in socketcallJeremy Cline
2018-06-26socket: close race condition between sock_close() and sockfs_setattr()Cong Wang
2018-02-22kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)
2018-01-31bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov
2017-08-16net: fixes for skb_send_sockJohn Fastabend
2017-08-01proto_ops: Add locked held versions of sendmsg and sendpageTom Herbert
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-07-25socket: fix set not used warningstephen hemminger
2017-07-24net/socket: fix type in assignment and trim long linePaolo Abeni
2017-07-15Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-07-05Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-07-04copy_msghdr_from_user(): get rid of field-by-field copyinAl Viro
2017-06-14fs/fcntl: f_setown, allow returning errorJiri Slaby
2017-05-22net: socket: fix a typo in sockfd_lookup().Rosen, Rami
2017-05-21net: allow simultaneous SW and HW transmit timestampingMiroslav Lichvar
2017-05-21net: add new control message for incoming HW-timestamped packetsMiroslav Lichvar
2017-04-17l2tp: device MTU setup, tunnel socket needs a lockR. Parameswaran
2017-04-06New kernel function to get IP overhead on a socket.R. Parameswaran
2017-03-21tcp: mark skbs with SCM_TIMESTAMPING_OPT_STATSSoheil Hassas Yeganeh
2017-03-21tcp: fix SCM_TIMESTAMPING_OPT_STATS for normal skbsSoheil Hassas Yeganeh
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells
2017-03-09net: initialize msg.msg_flags in recvfromAlexander Potapenko
2017-02-21net: socket: fix recvmmsg not returning error from sock_errorMaxime Jayat
2017-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-10net: socket: Make unnecessarily global sockfs_setattr() staticTobias Klauser
2017-01-09net: change init_inodecache() return voidyuan linyu
2017-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-04net: Assert at build time the assumptions we make about the CMSG header.David S. Miller
2017-01-01net: socket: don't set sk_uid to garbage value in ->setattr()Eric Biggers
2016-12-25ktime: Get rid of the unionThomas Gleixner
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-10net: socket: removed an unnecessary newlineAmit Kushwaha
2016-12-08net: socket: preferred __aligned(size) for control bufferAmit Kushwaha
2016-11-30tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGFrancis Yan
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-17xattr: Fix setting security xattrs on sockfsAndreas Gruenbacher
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-09sock: fix sendmmsg for partial sendmsgSoheil Hassas Yeganeh
2016-11-04net: core: Add a UID field to struct sock.Lorenzo Colitti
2016-10-31net: add an ioctl to get a socket network namespaceAndrey Vagin
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-10-06sockfs: Get rid of getxattr iopAndreas Gruenbacher
2016-10-06sockfs: getxattr: Fail with -EOPNOTSUPP for invalid attribute namesAndreas Gruenbacher
2016-05-19fs: poll/select/recvmmsg: use timespec64 for timeout eventsDeepa Dinamani
2016-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-04-28tcp: remove SKBTX_ACK_TSTAMP since it is redundantSoheil Hassas Yeganeh