summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-05tipc: Return the correct errno codeZheng Yongjun1-3/+3
2021-06-05Merge branch 'mptcp-timestamps'David S. Miller8-124/+296
2021-06-05selftests: mptcp_connect: add SO_TIMESTAMPNS cmsg supportFlorian Westphal2-3/+126
2021-06-05mptcp: receive path cmsg supportFlorian Westphal1-3/+25
2021-06-05tcp: export timestamp helpers for mptcpFlorian Westphal2-6/+8
2021-06-05mptcp: setsockopt: handle SOL_SOCKET in one place onlyFlorian Westphal1-70/+29
2021-06-05mptcp: sockopt: propagate timestamp request to subflowsFlorian Westphal1-0/+50
2021-06-05sock: expose so_timestamping options for mptcpFlorian Westphal2-35/+38
2021-06-05sock: expose so_timestamp options for mptcpFlorian Westphal2-7/+20
2021-06-04netdevsim: Fix unsigned being compared to less than zeroColin Ian King1-1/+1
2021-06-04icmp: fix lib conflict with trinityAndreas Roeseler2-3/+2
2021-06-04net: ethernet: rmnet: Restructure if checks to avoid uninitialized warningNathan Chancellor1-10/+3
2021-06-04net: ks8851: Make ks8851_read_selftest() return voidNathan Chancellor1-11/+4
2021-06-04sch_htb: fix doc warning in htb_add_to_id_tree()Yu Kuai1-0/+3
2021-06-04bonding: remove redundant initialization of variable retColin Ian King1-1/+1
2021-06-04net: phy: marvell: use phy_modify_changed() for marvell_set_polarity()Russell King1-21/+6
2021-06-04Merge branch 'ipa-inline-csum'David S. Miller2-27/+37
2021-06-04Revert "net: ipa: disable checksum offload for IPA v4.5+"Alex Elder1-16/+0
2021-06-04net: ipa: add support for inline checksum offloadAlex Elder2-11/+37
2021-06-04Merge tag 'mlx5-updates-2021-06-03' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller20-49/+108
2021-06-04net:cxgb3: fix code style issuesÍñigo Huguet1-9/+10
2021-06-04net:cxgb3: replace tasklets with worksÍñigo Huguet3-17/+25
2021-06-04net: tcp better handling of reordering then loss casesYuchung Cheng1-19/+26
2021-06-04net: bonding: Use strscpy_pad() instead of manually-truncated strncpy()Kees Cook2-7/+4
2021-06-04net: vlan: Avoid using strncpy()Kees Cook3-5/+7
2021-06-04Merge branch 'NVMeTCP-Offload-ULP'David S. Miller7-9/+1564
2021-06-04nvme-tcp-offload: Add IO level implementationDean Balandin2-7/+171
2021-06-04nvme-tcp-offload: Add queue level implementationDean Balandin2-28/+393
2021-06-04nvme-tcp-offload: Add controller level error recovery implementationArie Gershberg2-2/+126
2021-06-04nvme-tcp-offload: Add controller level implementationArie Gershberg1-5/+476
2021-06-04nvme-tcp-offload: Add device scan implementationDean Balandin1-0/+77
2021-06-04nvme-fabrics: Expose nvmf_check_required_opts() globallyPrabhakar Kushwaha2-2/+5
2021-06-04nvme-fabrics: Move NVMF_ALLOWED_OPTS and NVMF_REQUIRED_OPTS definitionsPrabhakar Kushwaha2-7/+7
2021-06-04nvme-tcp-offload: Add nvme-tcp-offload - NVMeTCP HW offload ULPShai Malin5-0/+351
2021-06-04Merge branch 'tipc-cleanups'David S. Miller3-89/+77
2021-06-04tipc: simplify handling of lookup scope during multicast message receptionJon Maloy3-20/+16
2021-06-04tipc: refactor function tipc_sk_anc_data_recv()Jon Maloy1-47/+38
2021-06-04tipc: eliminate redundant fields in struct tipc_sockJon Maloy1-26/+27
2021-06-04Merge branch 'QED-NVMeTCP-Offload'David S. Miller25-52/+2650
2021-06-04qed: Add IP services APIs supportNikolay Assa2-0/+267
2021-06-04qed: Add NVMeTCP Offload IO Level FW InitializationsShai Malin6-2/+447
2021-06-04qed: Add NVMeTCP Offload IO Level FW and HW HSIShai Malin2-1/+365
2021-06-04qed: Add support of HW filter blockPrabhakar Kushwaha4-0/+127
2021-06-04qed: Add NVMeTCP Offload Connection Level FW and HW HSIShai Malin5-2/+847
2021-06-04qed: Add NVMeTCP Offload PF Level FW and HW HSIShai Malin17-22/+572
2021-06-04qed: Add TCP_ULP FW resource layoutOmkar Kulkarni10-30/+30
2021-06-03nfc: mrvl: reduce the scope of local variablesKrzysztof Kozlowski1-2/+4
2021-06-03nfc: mrvl: remove useless "continue" at end of loopKrzysztof Kozlowski1-6/+2
2021-06-03Merge branch 'smc-next'David S. Miller2-16/+0
2021-06-03net/smc: no need to flush smcd_dev's event_wq before destroying itJulian Wiedmann1-1/+0