summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-5.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2022-05-311-0/+5
|\
| * xprtrdma: treat all calls not a bcall when bc_serv is NULLKinglong Mee2022-05-311-0/+5
* | Merge tag 'hyperv-next-signed-20220528' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-05-281-4/+17
|\ \
| * | hv_sock: Add validation for untrusted Hyper-V valuesAndrea Parri (Microsoft)2022-04-281-2/+8
| * | hv_sock: Copy packets sent by Hyper-V out of the ring bufferAndrea Parri (Microsoft)2022-04-281-2/+7
| * | hv_sock: Check hv_pkt_iter_first_raw()'s return valueAndrea Parri (Microsoft)2022-04-281-0/+2
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-05-262-3/+3
|\ \ \
| * \ \ Merge tag 'v5.18' into rdma.git for-nextJason Gunthorpe2022-05-24126-731/+1424
| |\ \ \
| * | | | RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe2022-04-062-3/+3
* | | | | Merge tag 'nfsd-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2022-05-269-41/+49
|\ \ \ \ \
| * | | | | SUNRPC: Use RMW bitops in single-threaded hot pathsChuck Lever2022-05-235-11/+11
| * | | | | SUNRPC: Simplify synopsis of svc_pool_for_cpu()Chuck Lever2022-05-192-7/+13
| * | | | | SUNRPC: Don't disable preemption while calling svc_pool_for_cpu().Sebastian Andrzej Siewior2022-05-191-4/+1
| * | | | | SUNRPC: Remove svc_rqst::rq_xprt_hlenChuck Lever2022-05-193-9/+4
| * | | | | SUNRPC: Remove dead code in svc_tcp_release_rqst()Chuck Lever2022-05-191-9/+0
| * | | | | SUNRPC: Cache deferral injectionChuck Lever2022-05-193-2/+21
| | |_|_|/ | |/| | |
* | | | | Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-05-25319-4092/+7705
|\ \ \ \ \
| * | | | | Revert "net/smc: fix listen processing for SMC-Rv2"liuyacan2022-05-241-27/+17
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-239-56/+82
| |\ \ \ \ \
| | * | | | | Bluetooth: hci_conn: Fix hci_connect_le_syncLuiz Augusto von Dentz2022-05-232-5/+8
| | * | | | | net/smc: fix listen processing for SMC-Rv2liuyacan2022-05-231-17/+27
| | * | | | | net/smc: postpone sk_refcnt increment in connect()liuyacan2022-05-231-1/+1
| | * | | | | rxrpc: Fix decision on when to generate an IDLE ACKDavid Howells2022-05-224-16/+25
| | * | | | | rxrpc: Don't let ack.previousPacket regressDavid Howells2022-05-223-4/+6
| | * | | | | rxrpc: Fix overlapping ACK accountingDavid Howells2022-05-222-11/+12
| | * | | | | rxrpc: Don't try to resend the request if we're receiving the replyDavid Howells2022-05-221-1/+2
| | * | | | | rxrpc: Fix listen() setting the bar too high for the prealloc ringsDavid Howells2022-05-221-2/+2
| * | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-05-237-20/+105
| |\ \ \ \ \ \
| | * | | | | | bpf: Add bpf_skc_to_mptcp_sock_protoGeliang Tang2022-05-203-0/+41
| | * | | | | | bpf: Prepare prog_test_struct kfuncs for runtime testsKumar Kartikeya Dwivedi2022-05-111-6/+17
| | * | | | | | bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee2022-05-101-5/+19
| | * | | | | | bpf: Add source ip in "struct bpf_tunnel_key"Kaixi Fan2022-05-101-0/+9
| | * | | | | | bpf: Print some info if disable bpf_jit_enable failedTiezhu Yang2022-05-101-0/+6
| | * | | | | | net: sysctl: Use SYSCTL_TWO instead of &twoTiezhu Yang2022-05-101-4/+3
| | * | | | | | bpf, sockmap: Call skb_linearize only when required in sk_psock_skb_ingress_e...Liu Jian2022-04-281-9/+13
| * | | | | | | Merge tag 'for-net-next-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2022-05-2310-35/+168
| |\ \ \ \ \ \ \
| | * | | | | | | Bluetooth: hci_sync: use hci_skb_event() helperAhmad Fatoum2022-05-231-1/+1
| | * | | | | | | Bluetooth: eir: Add helpers for managing service dataLuiz Augusto von Dentz2022-05-192-0/+35
| | * | | | | | | Bluetooth: hci_sync: Fix attempting to suspend with unfiltered passive scanLuiz Augusto von Dentz2022-05-131-15/+43
| | * | | | | | | Bluetooth: MGMT: Add conditions for setting HCI_CONN_FLAG_REMOTE_WAKEUPLuiz Augusto von Dentz2022-05-131-0/+18
| | * | | | | | | Bluetooth: core: Fix missing power_on work cancel on HCI closeVasyl Vavrychuk2022-05-132-2/+1
| | * | | | | | | Bluetooth: protect le accept and resolv lists with hdev->lockNiels Dossche2022-05-131-0/+12
| | * | | | | | | Bluetooth: use hdev lock for accept_list and reject_list in conn reqNiels Dossche2022-05-131-6/+9
| | * | | | | | | Bluetooth: use hdev lock in activate_scan for hci_is_adv_monitoringNiels Dossche2022-05-131-0/+2
| | * | | | | | | Bluetooth: Print broken quirksLuiz Augusto von Dentz2022-05-131-0/+31
| | * | | | | | | Bluetooth: HCI: Add HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN quirkLuiz Augusto von Dentz2022-05-132-2/+2
| | * | | | | | | Bluetooth: Keep MGMT pending queue ordered FIFOBrian Gix2022-05-131-1/+1
| | * | | | | | | Bluetooth: fix dangling sco_conn and use-after-free in sco_sock_timeoutYing Hsu2022-05-131-8/+13
| * | | | | | | | net: dsa: OF-ware slave_mii_busLuiz Angelo Daros de Luca2022-05-231-1/+6
| * | | | | | | | net: wrap the wireless pointers in struct net_device in an ifdefJakub Kicinski2022-05-222-8/+15