aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-12-06Merge tag 'for-linus-20191205' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-51/+25
2019-12-05Merge tag 'ceph-for-5.5-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 3-234/+190
2019-12-04kernel/notifier.c: remove blocking_notifier_chain_cond_register()Gravatar Xiaoming Ni 1-1/+1
2019-12-03io_uring: ensure async punted connect requests copy dataGravatar Jens Axboe 1-8/+8
2019-12-03io_uring: ensure async punted sendmsg/recvmsg requests copy dataGravatar Jens Axboe 1-43/+17
2019-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 11-46/+57
2019-12-01Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Gravatar Linus Torvalds 4-17/+23
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 5-4/+55
2019-12-01openvswitch: remove another BUG_ON()Gravatar Paolo Abeni 1-1/+5
2019-12-01openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()Gravatar Paolo Abeni 1-1/+4
2019-11-30Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+20
2019-11-30net: sched: fix `tc -s class show` no bstats on class with nolock subqueuesGravatar Dust Li 4-5/+6
2019-11-28tipc: fix duplicate SYN messages under link congestionGravatar Tung Nguyen 1-7/+10
2019-11-28tipc: fix wrong timeout input for tipc_wait_for_cond()Gravatar Tung Nguyen 1-1/+1
2019-11-28tipc: fix wrong socket reference counter after tipc_sk_timeout() returnsGravatar Tung Nguyen 1-0/+1
2019-11-28tipc: fix potential memory leak in __tipc_sendmsg()Gravatar Tung Nguyen 1-1/+3
2019-11-28net/tls: use sg_next() to walk sg entriesGravatar Jakub Kicinski 2-12/+4
2019-11-28net/tls: remove the dead inplace_crypto codeGravatar Jakub Kicinski 1-5/+1
2019-11-28net: skmsg: fix TLS 1.3 crash with full sk_msgGravatar Jakub Kicinski 3-6/+6
2019-11-28net/tls: free the record on encryption errorGravatar Jakub Kicinski 1-2/+8
2019-11-28net/tls: take into account that bpf_exec_tx_verdict() may free the recordGravatar Jakub Kicinski 1-5/+8
2019-11-28Merge tag 'for-5.5/io_uring-post-20191128' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-60/+154
2019-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 7-15/+19
2019-11-27libceph, rbd, ceph: convert to use the new mount APIGravatar David Howells 2-231/+190
2019-11-27Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-14/+3
2019-11-27Merge tag 'char-misc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+7
2019-11-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 1-0/+14
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2019-11-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 15-26/+28
2019-11-26openvswitch: fix flow command message sizeGravatar Paolo Abeni 1-1/+5
2019-11-26net: psample: fix skb_over_panicGravatar Nikolay Aleksandrov 1-1/+1
2019-11-26net: disallow ancillary data for __sys_{send,recv}msg_file()Gravatar Jens Axboe 1-6/+37
2019-11-26net: separate out the msghdr copy from ___sys_{send,recv}msg()Gravatar Jens Axboe 1-46/+95
2019-11-26net: port < inet_prot_sock(net) --> inet_port_requires_bind_service(net, port)Gravatar Maciej Żenczykowski 4-5/+5
2019-11-26net-sctp: replace some sock_net(sk) with just 'net'Gravatar Maciej Żenczykowski 1-6/+6
2019-11-26tipc: fix link name length checkGravatar John Rutherford 1-2/+2
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 297-3695/+13224
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 4-5/+5
2019-11-25Merge branch 'for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Gravatar Linus Torvalds 2-6/+6
2019-11-25net: add __sys_connect_file() helperGravatar Jens Axboe 1-8/+22
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 4-3/+7
2019-11-25Merge tag 'for-5.5/io_uring-20191121' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-24/+41
2019-11-25vfs: mark pipes and sockets as stream-like file descriptorsGravatar Linus Torvalds 1-0/+1
2019-11-25Merge branch 'ib-guids' into rdma.git for-nextGravatar Jason Gunthorpe 2-0/+19
2019-11-25libceph: drop unnecessary check from dispatch() in mon_client.cGravatar Ilya Dryomov 1-3/+0
2019-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-4/+4
2019-11-24Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Jakub Kicinski 3-6/+28
2019-11-24xsk: Fix xsk_poll()'s return typeGravatar Luc Van Oostenryck 1-4/+4
2019-11-23sctp: cache netns in sctp_ep_commonGravatar Xin Long 3-2/+4
2019-11-23sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcookGravatar Navid Emamdoost 1-1/+3