summaryrefslogtreecommitdiff
path: root/net/socket.c
AgeCommit message (Expand)Author
2018-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-04-02Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-04-02net: socket: replace call to sys_recv() with __sys_recvfrom()Dominik Brodowski
2018-04-02net: socket: replace calls to sys_send() with __sys_sendto()Dominik Brodowski
2018-04-02net: socket: move check for forbid_cmsg_compat to __sys_...msg()Dominik Brodowski
2018-04-02net: socket: add do_sys_recvmmsg() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_getsockopt() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_setsockopt() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_shutdown() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_socketpair() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_getpeername() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_getsockname() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_listen() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_connect() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_bind() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_socket() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_accept4() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_sendto() helper; remove in-kernel call to syscallDominik Brodowski
2018-04-02net: socket: add __sys_recvfrom() helper; remove in-kernel call to syscallDominik Brodowski
2018-03-27net: Spelling s/stucture/structure/Geert Uytterhoeven
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-12sock_diag: request _diag module only when the family or proto has been regist...Xin Long
2018-03-01socket: skip checking sk_err for recvmmsg(MSG_ERRQUEUE)Soheil Hassas Yeganeh
2018-02-26net: make kmem caches as __ro_after_initAlexey Dobriyan
2018-02-15net: Make extern and export get_net_ns()Kirill Tkhai
2018-02-14net: Remove atalk header from socket.cDavid Ahern
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-24kill kernel_sock_ioctl()Al Viro
2018-01-24dev_ioctl(): move copyin/copyout to callersAl Viro
2018-01-24lift handling of SIOCIW... out of dev_ioctl()Al Viro
2018-01-24kill dev_ifname32()Al Viro
2018-01-24kill bond_ioctl()Al Viro
2018-01-24kill dev_ifsioc()Al Viro
2018-01-24net: separate SIOCGIFCONF handling from dev_ioctl()Al Viro
2018-01-19bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann
2018-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-10Fix a leak in socket(2) when we fail to allocate a file descriptor.Al Viro
2018-01-09bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov
2017-12-19sock: Move the socket inuse to namespace.Tonghao Zhang
2017-12-05make sock_alloc_file() do sock_release() on failuresAl Viro
2017-12-05socketpair(): allocate descriptors firstAl Viro
2017-11-27net: annotate ->poll() instancesAl Viro
2017-11-27anntotate the places where ->poll() return values goAl Viro
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)
2017-08-16net: fixes for skb_send_sockJohn Fastabend
2017-08-01proto_ops: Add locked held versions of sendmsg and sendpageTom Herbert