Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-01-31Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-25kill kernel_sock_ioctl()Al Viro
2018-01-25dev_ioctl(): move copyin/copyout to callersAl Viro
2018-01-25lift handling of SIOCIW... out of dev_ioctl()Al Viro
2018-01-25kill dev_ifname32()Al Viro
2018-01-25kill bond_ioctl()Al Viro
2018-01-25kill dev_ifsioc()Al Viro
2018-01-25net: separate SIOCGIFCONF handling from dev_ioctl()Al Viro
2018-01-20bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann
2018-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-11Fix a leak in socket(2) when we fail to allocate a file descriptor.Al Viro
2018-01-10bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov
2017-12-19sock: Move the socket inuse to namespace.Tonghao Zhang
2017-12-06make sock_alloc_file() do sock_release() on failuresAl Viro
2017-12-06socketpair(): allocate descriptors firstAl Viro
2017-11-28net: annotate ->poll() instancesAl Viro
2017-11-28anntotate the places where ->poll() return values goAl Viro
2017-11-16kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)
2017-08-16net: fixes for skb_send_sockJohn Fastabend
2017-08-02proto_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-25net/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-22tcp: mark skbs with SCM_TIMESTAMPING_OPT_STATSSoheil Hassas Yeganeh
2017-03-22tcp: fix SCM_TIMESTAMPING_OPT_STATS for normal skbsSoheil Hassas Yeganeh
2017-03-10net: Work around lockdep limitation in sockets that use socketsDavid Howells
2017-03-10net: 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-11net: socket: removed an unnecessary newlineAmit Kushwaha
2016-12-09net: socket: preferred __aligned(size) for control bufferAmit Kushwaha
2016-11-30tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGFrancis Yan