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