summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-1320-146/+198
|\
| * net: openvswitch: introduce common code for flushing flowsTonghao Zhang2020-08-133-21/+27
| * af_packet: TPACKET_V3: fix fill status rwlock imbalanceJohn Ogness2020-08-131-2/+7
| * Revert "ipv4: tunnel: fix compilation on ARCH=um"David S. Miller2020-08-121-1/+0
| * net: accept an empty mask in /sys/class/net/*/queues/rx-*/rps_cpusEric Dumazet2020-08-121-5/+7
| * ipv4: tunnel: fix compilation on ARCH=umJohannes Berg2020-08-121-0/+1
| * vsock: fix potential null pointer dereference in vsock_poll()Stefano Garzarella2020-08-121-1/+1
| * net: initialize fastreuse on inet_inherit_portTim Froidcoeur2020-08-111-0/+1
| * net: refactor bind_bucket fastreuse into helperTim Froidcoeur2020-08-111-44/+53
| * net: Fix potential memory leak in proto_register()Miaohe Lin2020-08-111-10/+15
| * net/nfc/rawsock.c: add CAP_NET_RAW check.Qingyu Li2020-08-111-2/+5
| * net/tls: Fix kmap usageIra Weiny2020-08-111-1/+2
| * tcp: correct read of TFO keys on big endian systemsJason Baron2020-08-103-24/+31
| * net: Revert "net: optimize the sockptr_t for unified kernel/user address spaces"Christoph Hellwig2020-08-102-13/+7
| * net: Convert to use the fallthrough macroMiaohe Lin2020-08-081-3/+3
| * net: Use helper function ip_is_fragment()Miaohe Lin2020-08-081-1/+1
| * net: Remove meaningless jump label out_fsMiaohe Lin2020-08-081-2/+1
| * net: Set fput_needed iff FDPUT_FPUT is setMiaohe Lin2020-08-081-1/+1
| * net: Use helper function fdput()Miaohe Lin2020-08-081-4/+2
| * net/tls: allow MSG_CMSG_COMPAT in sendmsgRouven Czerwinski2020-08-071-1/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-08-071-8/+29
| |\
| | * bpf: Change uapi for bpf iterator map elementsYonghong Song2020-08-061-8/+29
| * | mptcp: fix warn at shutdown time for unaccepted msk socketsPaolo Abeni2020-08-071-3/+3
| |/
* | Merge tag 'ceph-for-5.9-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2020-08-126-30/+24
|\ \
| * | libceph: replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-034-4/+4
| * | libceph: just have osd_req_op_init() return a pointerJeff Layton2020-08-031-23/+16
| * | libceph: dump class and method names on method callsIlya Dryomov2020-08-031-0/+3
| * | libceph: use target_copy() in send_linger()Ilya Dryomov2020-08-031-3/+1
* | | Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-103-9/+10
|\ \ \
| * | | xfrm: policy: Use sequence counters with associated lockAhmed S. Darwish2020-07-291-5/+5
| * | | netfilter: nft_set_rbtree: Use sequence counter with associated rwlockAhmed S. Darwish2020-07-291-2/+2
| * | | netfilter: conntrack: Use sequence counter with associated spinlockAhmed S. Darwish2020-07-291-2/+3
* | | | Merge tag 'nfsd-5.9' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds2020-08-0910-264/+287
|\ \ \ \
| * | | | svcrdma: CM event handler clean upChuck Lever2020-07-281-31/+25
| * | | | svcrdma: Remove transport reference countingChuck Lever2020-07-284-27/+2
| * | | | svcrdma: Fix another Receive buffer leakChuck Lever2020-07-281-0/+2
| * | | | SUNRPC: Fix ("SUNRPC: Add "@len" parameter to gss_unwrap()")Chuck Lever2020-07-242-2/+1
| * | | | svcrdma: Display chunk completion ID when posting a rw_ctxtChuck Lever2020-07-131-2/+12
| * | | | svcrdma: Record send_ctxt completion ID in trace_svcrdma_post_send()Chuck Lever2020-07-132-6/+7
| * | | | svcrdma: Introduce Send completion IDsChuck Lever2020-07-131-3/+12
| * | | | svcrdma: Record Receive completion ID in svc_rdma_decode_rqstChuck Lever2020-07-131-6/+6
| * | | | svcrdma: Introduce Receive completion IDsChuck Lever2020-07-131-3/+12
| * | | | svcrdma: Add common XDR encoders for RDMA and Read segmentsChuck Lever2020-07-132-14/+4
| * | | | svcrdma: Add common XDR decoders for RDMA and Read segmentsChuck Lever2020-07-136-34/+19
| * | | | SUNRPC: Add helpers for decoding list discriminators symbolicallyChuck Lever2020-07-132-15/+14
| * | | | svcrdma: Clean up trace_svcrdma_send_failed() tracepointChuck Lever2020-07-131-1/+1
| * | | | svcrdma: Consolidate send_error helper functionsChuck Lever2020-07-131-47/+5
| * | | | svcrdma: Make svc_rdma_send_error_msg() a global functionChuck Lever2020-07-131-9/+19
| * | | | svcrdma: Eliminate return value for svc_rdma_send_error_msg()Chuck Lever2020-07-131-11/+14
| * | | | svcrdma: Add a @status parameter to svc_rdma_send_error_msg()Chuck Lever2020-07-131-6/+26