summaryrefslogtreecommitdiffstats
path: root/net/socket.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | net: socket: add __sys_connect() helper; remove in-kernel call to syscallDominik Brodowski2018-04-021-3/+8
| * | net: socket: add __sys_bind() helper; remove in-kernel call to syscallDominik Brodowski2018-04-021-2/+7
| * | net: socket: add __sys_socket() helper; remove in-kernel call to syscallDominik Brodowski2018-04-021-2/+7
| * | net: socket: add __sys_accept4() helper; remove in-kernel call to syscallDominik Brodowski2018-04-021-7/+13
| * | net: socket: add __sys_sendto() helper; remove in-kernel call to syscallDominik Brodowski2018-04-021-7/+12
| * | net: socket: add __sys_recvfrom() helper; remove in-kernel call to syscallDominik Brodowski2018-04-021-8/+13
| |/
* / sock_diag: request _diag module only when the family or proto has been regist...Xin Long2018-03-121-0/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-230/+71Star
|\
| * kill kernel_sock_ioctl()Al Viro2018-01-251-13/+0Star
| * dev_ioctl(): move copyin/copyout to callersAl Viro2018-01-251-46/+45Star
| * lift handling of SIOCIW... out of dev_ioctl()Al Viro2018-01-251-1/+1
| * kill dev_ifname32()Al Viro2018-01-251-21/+1Star
| * kill bond_ioctl()Al Viro2018-01-251-32/+4Star
| * kill dev_ifsioc()Al Viro2018-01-251-38/+0Star
| * net: separate SIOCGIFCONF handling from dev_ioctl()Al Viro2018-01-251-56/+23Star
| * bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann2018-01-201-9/+0Star
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-121-1/+12
| |\
| * | sock: Move the socket inuse to namespace.Tonghao Zhang2017-12-191-19/+2Star
* | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-311-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-111-1/+3
|\ \ \
| * | | Fix a leak in socket(2) when we fail to allocate a file descriptor.Al Viro2018-01-111-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-061-17/+8Star
* | socketpair(): allocate descriptors firstAl Viro2017-12-061-51/+38Star
|/
* kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-161-1/+0Star
* net: fixes for skb_send_sockJohn Fastabend2017-08-161-1/+1
* proto_ops: Add locked held versions of sendmsg and sendpageTom Herbert2017-08-021-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/+2Star
|/
* Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-07-151-17/+14Star
|\
| * copy_msghdr_from_user(): get rid of field-by-field copyinAl Viro2017-07-041-17/+14Star
* | Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-051-2/+1Star
|\ \
| * | fs/fcntl: f_setown, allow returning errorJiri Slaby2017-06-141-2/+1Star
| |/
* | 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-221-1/+1
* tcp: fix SCM_TIMESTAMPING_OPT_STATS for normal skbsSoheil Hassas Yeganeh2017-03-221-1/+12
* net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-101-2/+2
* net: initialize msg.msg_flags in recvfromAlexander Potapenko2017-03-101-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/+2Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-051-1/+1
|\|