summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mptcp: keep track of local endpoint still available for each mskPaolo Abeni2022-01-075-55/+91
* mptcp: clean-up MPJ option writingPaolo Abeni2022-01-071-21/+23
* mptcp: fix per socket endpoint accountingPaolo Abeni2022-01-071-6/+12
* selftests: mptcp: add disconnect testsPaolo Abeni2022-01-072-27/+160
* mptcp: implement support for user-space disconnectPaolo Abeni2022-01-071-4/+13
* mptcp: cleanup accept and pollPaolo Abeni2022-01-073-20/+7
* mptcp: full disconnect implementationPaolo Abeni2022-01-074-28/+98
* mptcp: implement fastclose xmit pathPaolo Abeni2022-01-072-12/+46
* mptcp: keep snd_una updated for fallback socketPaolo Abeni2022-01-071-0/+1
* Merge tag 'mlx5-updates-2022-01-06' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2022-01-0719-236/+675
|\
| * Documentation: devlink: mlx5.rst: Fix htmldoc build warningSaeed Mahameed2022-01-071-0/+1
| * net/mlx5e: Add recovery flow in case of error CQEGal Pressman2022-01-071-9/+11
| * net/mlx5e: TC, Remove redundant error loggingRoi Dayan2022-01-071-8/+0
| * net/mlx5e: Refactor set_pflag_cqe_based_moderSaeed Mahameed2022-01-071-12/+7
| * net/mlx5e: Move HW-GRO and CQE compression check to fix features flowGal Pressman2022-01-071-5/+5
| * net/mlx5e: Fix feature check per profileAya Levin2022-01-071-1/+1
| * net/mlx5e: Unblock setting vid 0 for VF in case PF isn't eswitch managerMaor Dickman2022-01-071-1/+1
| * net/mlx5e: Expose FEC counters via ethtoolLama Kayal2022-01-071-3/+98
| * net/mlx5: Update log_max_qp value to FW max capabilityMaher Sanalla2022-01-071-2/+6
| * net/mlx5: SF, Use all available cpu for setting cpu affinityShay Drory2022-01-075-34/+201
| * net/mlx5: Introduce API for bulk request and release of IRQsShay Drory2022-01-075-47/+135
| * net/mlx5: Split irq_pool_affinity logic to new fileShay Drory2022-01-075-97/+157
| * net/mlx5: Move affinity assignment into irq_requestShay Drory2022-01-071-13/+9
| * net/mlx5: Introduce control IRQ request APIShay Drory2022-01-073-10/+58
| * net/mlx5: mlx5e_hv_vhca_stats_create return type to voidSaeed Mahameed2022-01-072-15/+6
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2022-01-0713-180/+263
|\ \
| * | ice: Use bitmap_free() to free bitmapChristophe JAILLET2022-01-061-1/+1
| * | ice: Optimize a few bitmap operationsChristophe JAILLET2022-01-061-3/+3
| * | ice: Slightly simply ice_find_free_recp_res_idxChristophe JAILLET2022-01-061-2/+0
| * | ice: improve switchdev's slow-pathWojciech Drewek2022-01-0610-170/+220
| * | ice: replay advanced rules after resetVictor Raj2022-01-062-4/+39
| |/
* | Merge branch 'mlxsw-add-spectrum-4-support'Jakub Kicinski2022-01-0711-62/+468
|\ \
| * | mlxsw: spectrum: Extend to support Spectrum-4 ASICAmit Cohen2022-01-074-1/+98
| * | mlxsw: spectrum_acl_bloom_filter: Add support for Spectrum-4 calculationAmit Cohen2022-01-072-16/+252
| * | mlxsw: Add operations structure for bloom filter calculationAmit Cohen2022-01-074-2/+18
| * | mlxsw: spectrum_acl_bloom_filter: Rename Spectrum-2 specific objects for futu...Amit Cohen2022-01-071-25/+25
| * | mlxsw: spectrum_acl_bloom_filter: Make mlxsw_sp_acl_bf_key_encode() more flex...Amit Cohen2022-01-071-11/+25
| * | mlxsw: spectrum_acl_bloom_filter: Reorder functions to make the code more aes...Amit Cohen2022-01-071-8/+8
| * | mlxsw: Introduce flex key elements for Spectrum-4Amit Cohen2022-01-072-0/+43
| * | mlxsw: Rename virtual router flex key elementAmit Cohen2022-01-074-12/+12
|/ /
* | Merge branch 'dpaa2-eth-small-cleanup'Jakub Kicinski2022-01-072-5/+24
|\ \
| * | dpaa2-switch: check if the port priv is validIoana Ciornei2022-01-071-3/+6
| * | dpaa2-mac: return -EPROBE_DEFER from dpaa2_mac_open in case the fwnode is not...Ioana Ciornei2022-01-071-1/+14
| * | dpaa2-mac: bail if the dpmacs fwnode is not foundRobert-Ionut Alexa2022-01-071-1/+4
|/ /
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-01-0736-368/+1214
|\ \ | |/ |/|
| * Merge branch 'net: bpf: handle return value of post_bind{4,6} and add selftes...Alexei Starovoitov2022-01-0710-148/+233
| |\
| | * bpf: selftests: Add bind retry for post_bind{4, 6}Menglong Dong2022-01-071-20/+130
| | * bpf: selftests: Use C99 initializers in test_sock.cMenglong Dong2022-01-071-128/+92
| | * net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND()Menglong Dong2022-01-079-0/+11
| |/
| * bpf/selftests: Test bpf_d_path on rdonly_mem.Hao Luo2022-01-072-1/+49