summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | xprtrdma: Manage MRs in context of a single connectionChuck Lever2019-10-244-57/+40
| | * | | xprtrdma: Fix MR list handlingChuck Lever2019-10-241-20/+21
| | * | | xprtrdma: Close window between waking RPC senders and posting ReceivesChuck Lever2019-10-243-4/+9
| | * | | xprtrdma: Initialize rb_credits in one placeChuck Lever2019-10-244-16/+38
| | * | | xprtrdma: Connection becomes unstable after a reconnectChuck Lever2019-10-242-0/+25
| | * | | xprtrdma: Add unique trace points for posting Local Invalidate WRsChuck Lever2019-10-241-2/+2
| | * | | SUNRPC: Add trace points to observe transport congestion controlChuck Lever2019-10-241-9/+13
| | * | | SUNRPC: Eliminate log noise in call_reserveresultChuck Lever2019-10-241-12/+2
| * | | | SUNRPC: Avoid RPC delays when exiting suspendTrond Myklebust2019-11-061-1/+1
| * | | | NFSv4.1: Don't rebind to the same source port when reconnecting to the serverTrond Myklebust2019-11-032-2/+7
* | | | | Merge tag 'for-linus-20191205' of git://git.kernel.dk/linux-blockLinus Torvalds2019-12-061-51/+25
|\ \ \ \ \
| * | | | | io_uring: ensure async punted connect requests copy dataJens Axboe2019-12-031-8/+8
| * | | | | io_uring: ensure async punted sendmsg/recvmsg requests copy dataJens Axboe2019-12-031-43/+17
* | | | | | Merge tag 'ceph-for-5.5-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-12-053-234/+190
|\ \ \ \ \ \
| * | | | | | libceph, rbd, ceph: convert to use the new mount APIDavid Howells2019-11-272-231/+190
| * | | | | | libceph: drop unnecessary check from dispatch() in mon_client.cIlya Dryomov2019-11-251-3/+0
* | | | | | | kernel/notifier.c: remove blocking_notifier_chain_cond_register()Xiaoming Ni2019-12-041-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-0111-46/+57
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | openvswitch: remove another BUG_ON()Paolo Abeni2019-12-011-1/+5
| * | | | | openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()Paolo Abeni2019-12-011-1/+4
| * | | | | net: sched: fix `tc -s class show` no bstats on class with nolock subqueuesDust Li2019-11-304-5/+6
| * | | | | tipc: fix duplicate SYN messages under link congestionTung Nguyen2019-11-281-7/+10
| * | | | | tipc: fix wrong timeout input for tipc_wait_for_cond()Tung Nguyen2019-11-281-1/+1
| * | | | | tipc: fix wrong socket reference counter after tipc_sk_timeout() returnsTung Nguyen2019-11-281-0/+1
| * | | | | tipc: fix potential memory leak in __tipc_sendmsg()Tung Nguyen2019-11-281-1/+3
| * | | | | net/tls: use sg_next() to walk sg entriesJakub Kicinski2019-11-282-12/+4
| * | | | | net/tls: remove the dead inplace_crypto codeJakub Kicinski2019-11-281-5/+1
| * | | | | net: skmsg: fix TLS 1.3 crash with full sk_msgJakub Kicinski2019-11-283-6/+6
| * | | | | net/tls: free the record on encryption errorJakub Kicinski2019-11-281-2/+8
| * | | | | net/tls: take into account that bpf_exec_tx_verdict() may free the recordJakub Kicinski2019-11-281-5/+8
* | | | | | Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds2019-12-014-17/+23
|\ \ \ \ \ \
| * | | | | | y2038: socket: use __kernel_old_timespec instead of timespecArnd Bergmann2019-11-153-14/+18
| * | | | | | y2038: socket: remove timespec reference in timestampingArnd Bergmann2019-11-151-2/+4
| * | | | | | y2038: remove CONFIG_64BIT_TIMEArnd Bergmann2019-11-151-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-015-4/+55
|\ \ \ \ \ \
| * | | | | | compat_ioctl: move SIOCOUTQ out of compat_ioctl.cArnd Bergmann2019-10-231-0/+2
| * | | | | | compat_ioctl: handle SIOCOUTQNSDArnd Bergmann2019-10-231-0/+1
| * | | | | | af_unix: add compat_ioctl supportArnd Bergmann2019-10-231-0/+19
| * | | | | | compat_ioctl: move hci_sock handlers into driverArnd Bergmann2019-10-231-1/+20
| * | | | | | compat_ioctl: move rfcomm handlers into driverArnd Bergmann2019-10-231-2/+12
| * | | | | | compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-11-301-0/+20
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | hv_sock: Add the support of hibernationDexuan Cui2019-11-211-0/+20
| | |/ / / | |/| | |
* | | | | Merge tag 'for-5.5/io_uring-post-20191128' of git://git.kernel.dk/linux-blockLinus Torvalds2019-11-281-60/+154
|\ \ \ \ \
| * | | | | net: disallow ancillary data for __sys_{send,recv}msg_file()Jens Axboe2019-11-261-6/+37
| * | | | | net: separate out the msghdr copy from ___sys_{send,recv}msg()Jens Axboe2019-11-261-46/+95
| * | | | | net: add __sys_connect_file() helperJens Axboe2019-11-251-8/+22
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-11-277-15/+19
|\ \ \ \ \ \
| * | | | | | openvswitch: fix flow command message sizePaolo Abeni2019-11-261-1/+5
| * | | | | | net: psample: fix skb_over_panicNikolay Aleksandrov2019-11-261-1/+1