aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-07net/tls: Fix skb memory leak when running kTLS trafficGal Pressman1-0/+1
2022-01-07sch_cake: revise Diffserv docsKevin Bracey1-20/+20
2022-01-07Merge branch 'mptcp-next'David S. Miller12-325/+683
2022-01-07mptcp: avoid atomic bit manipulation when possiblePaolo Abeni3-31/+38
2022-01-07mptcp: cleanup MPJ subflow list handlingPaolo Abeni5-104/+60
2022-01-07selftests: mptcp: add tests for subflow creation failurePaolo Abeni2-1/+78
2022-01-07mptcp: do not block subflows creation on errorsPaolo Abeni4-31/+71
2022-01-07mptcp: keep track of local endpoint still available for each mskPaolo Abeni5-55/+91
2022-01-07mptcp: clean-up MPJ option writingPaolo Abeni1-21/+23
2022-01-07mptcp: fix per socket endpoint accountingPaolo Abeni1-6/+12
2022-01-07selftests: mptcp: add disconnect testsPaolo Abeni2-27/+160
2022-01-07mptcp: implement support for user-space disconnectPaolo Abeni1-4/+13
2022-01-07mptcp: cleanup accept and pollPaolo Abeni3-20/+7
2022-01-07mptcp: full disconnect implementationPaolo Abeni4-28/+98
2022-01-07mptcp: implement fastclose xmit pathPaolo Abeni2-12/+46
2022-01-07mptcp: keep snd_una updated for fallback socketPaolo Abeni1-0/+1
2022-01-07Merge tag 'mlx5-updates-2022-01-06' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller19-236/+675
2022-01-06Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski13-180/+263
2022-01-06Merge branch 'mlxsw-add-spectrum-4-support'Jakub Kicinski11-62/+468
2022-01-06mlxsw: spectrum: Extend to support Spectrum-4 ASICAmit Cohen4-1/+98
2022-01-06mlxsw: spectrum_acl_bloom_filter: Add support for Spectrum-4 calculationAmit Cohen2-16/+252
2022-01-06mlxsw: Add operations structure for bloom filter calculationAmit Cohen4-2/+18
2022-01-06mlxsw: spectrum_acl_bloom_filter: Rename Spectrum-2 specific objects for futu...Amit Cohen1-25/+25
2022-01-06mlxsw: spectrum_acl_bloom_filter: Make mlxsw_sp_acl_bf_key_encode() more flex...Amit Cohen1-11/+25
2022-01-06mlxsw: spectrum_acl_bloom_filter: Reorder functions to make the code more aes...Amit Cohen1-8/+8
2022-01-06mlxsw: Introduce flex key elements for Spectrum-4Amit Cohen2-0/+43
2022-01-06mlxsw: Rename virtual router flex key elementAmit Cohen4-12/+12
2022-01-06Merge branch 'dpaa2-eth-small-cleanup'Jakub Kicinski2-5/+24
2022-01-06dpaa2-switch: check if the port priv is validIoana Ciornei1-3/+6
2022-01-06dpaa2-mac: return -EPROBE_DEFER from dpaa2_mac_open in case the fwnode is not...Ioana Ciornei1-1/+14
2022-01-06dpaa2-mac: bail if the dpmacs fwnode is not foundRobert-Ionut Alexa1-1/+4
2022-01-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski36-368/+1214
2022-01-06Merge branch 'net: bpf: handle return value of post_bind{4,6} and add selftes...Alexei Starovoitov10-148/+233
2022-01-06bpf: selftests: Add bind retry for post_bind{4, 6}Menglong Dong1-20/+130
2022-01-06bpf: selftests: Use C99 initializers in test_sock.cMenglong Dong1-128/+92
2022-01-06net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND()Menglong Dong9-0/+11
2022-01-06Documentation: devlink: mlx5.rst: Fix htmldoc build warningSaeed Mahameed1-0/+1
2022-01-06net/mlx5e: Add recovery flow in case of error CQEGal Pressman1-9/+11
2022-01-06net/mlx5e: TC, Remove redundant error loggingRoi Dayan1-8/+0
2022-01-06net/mlx5e: Refactor set_pflag_cqe_based_moderSaeed Mahameed1-12/+7
2022-01-06net/mlx5e: Move HW-GRO and CQE compression check to fix features flowGal Pressman1-5/+5
2022-01-06net/mlx5e: Fix feature check per profileAya Levin1-1/+1
2022-01-06net/mlx5e: Unblock setting vid 0 for VF in case PF isn't eswitch managerMaor Dickman1-1/+1
2022-01-06net/mlx5e: Expose FEC counters via ethtoolLama Kayal1-3/+98
2022-01-06net/mlx5: Update log_max_qp value to FW max capabilityMaher Sanalla1-2/+6
2022-01-06net/mlx5: SF, Use all available cpu for setting cpu affinityShay Drory5-34/+201
2022-01-06net/mlx5: Introduce API for bulk request and release of IRQsShay Drory5-47/+135
2022-01-06net/mlx5: Split irq_pool_affinity logic to new fileShay Drory5-97/+157
2022-01-06net/mlx5: Move affinity assignment into irq_requestShay Drory1-13/+9
2022-01-06net/mlx5: Introduce control IRQ request APIShay Drory3-10/+58