summaryrefslogtreecommitdiffstats
path: root/net/socket.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-230/+71
|\
| * kill kernel_sock_ioctl()Al Viro2018-01-241-13/+0
| * dev_ioctl(): move copyin/copyout to callersAl Viro2018-01-241-46/+45
| * lift handling of SIOCIW... out of dev_ioctl()Al Viro2018-01-241-1/+1
| * kill dev_ifname32()Al Viro2018-01-241-21/+1
| * kill bond_ioctl()Al Viro2018-01-241-32/+4
| * kill dev_ifsioc()Al Viro2018-01-241-38/+0
| * net: separate SIOCGIFCONF handling from dev_ioctl()Al Viro2018-01-241-56/+23
| * bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann2018-01-191-9/+0
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-111-1/+12
| |\
| * | sock: Move the socket inuse to namespace.Tonghao Zhang2017-12-191-19/+2
* | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-3/+3
|\ \ \ | |_|/ |/| |
| * | net: annotate ->poll() instancesAl Viro2017-11-271-2/+2
| * | anntotate the places where ->poll() return values goAl Viro2017-11-271-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-101-1/+3
|\ \ \
| * | | Fix a leak in socket(2) when we fail to allocate a file descriptor.Al Viro2018-01-101-1/+3
| |/ /
* | | bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov2018-01-091-0/+9
| |/ |/|
* | make sock_alloc_file() do sock_release() on failuresAl Viro2017-12-051-17/+8
* | socketpair(): allocate descriptors firstAl Viro2017-12-051-51/+38
|/
* kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-151-1/+0
* net: fixes for skb_send_sockJohn Fastabend2017-08-161-1/+1
* proto_ops: Add locked held versions of sendmsg and sendpageTom Herbert2017-08-011-0/+27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-011-2/+3
|\
| * net/socket: fix type in assignment and trim long linePaolo Abeni2017-07-241-2/+3
* | socket: fix set not used warningstephen hemminger2017-07-251-4/+2
|/
* Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-07-151-17/+14
|\
| * copy_msghdr_from_user(): get rid of field-by-field copyinAl Viro2017-07-041-17/+14
* | Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-051-2/+1
|\ \
| * | fs/fcntl: f_setown, allow returning errorJiri Slaby2017-06-141-2/+1
| |/
* | net: socket: fix a typo in sockfd_lookup().Rosen, Rami2017-05-221-1/+1
* | net: allow simultaneous SW and HW transmit timestampingMiroslav Lichvar2017-05-211-2/+18
* | net: add new control message for incoming HW-timestamped packetsMiroslav Lichvar2017-05-211-1/+26
|/
* l2tp: device MTU setup, tunnel socket needs a lockR. Parameswaran2017-04-171-1/+1
* New kernel function to get IP overhead on a socket.R. Parameswaran2017-04-061-0/+46
* tcp: mark skbs with SCM_TIMESTAMPING_OPT_STATSSoheil Hassas Yeganeh2017-03-211-1/+1
* tcp: fix SCM_TIMESTAMPING_OPT_STATS for normal skbsSoheil Hassas Yeganeh2017-03-211-1/+12
* net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-091-2/+2
* net: initialize msg.msg_flags in recvfromAlexander Potapenko2017-03-091-0/+1
* net: socket: fix recvmmsg not returning error from sock_errorMaxime Jayat2017-02-211-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-111-1/+1
|\
| * net: socket: Make unnecessarily global sockfs_setattr() staticTobias Klauser2017-01-101-1/+1
* | net: change init_inodecache() return voidyuan linyu2017-01-091-4/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-051-1/+1
|\ \ | |/
| * net: socket: don't set sk_uid to garbage value in ->setattr()Eric Biggers2017-01-011-1/+1
* | net: Assert at build time the assumptions we make about the CMSG header.David S. Miller2017-01-041-0/+2
|/
* ktime: Get rid of the unionThomas Gleixner2016-12-251-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* net: socket: removed an unnecessary newlineAmit Kushwaha2016-12-101-1/+0
* net: socket: preferred __aligned(size) for control bufferAmit Kushwaha2016-12-081-1/+2
* tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGFrancis Yan2016-11-301-1/+6
OpenPOWER on IntegriCloud