summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mptcp: reuse __mptcp_make_csum in validate_data_csumGeliang Tang2022-01-071-9/+6
* mptcp: change the parameter of __mptcp_make_csumGeliang Tang2022-01-072-4/+5
* selftests: mptcp: more stable join tests-casesPaolo Abeni2022-01-071-52/+68
* net: dsa: felix: add port fast age supportVladimir Oltean2022-01-073-0/+50
* net: mscc: ocelot: fix incorrect balancing with down LAG portsVladimir Oltean2022-01-071-15/+11
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2022-01-077-32/+70
|\
| * iavf: remove an unneeded variableJason Wang2022-01-071-3/+1
| * i40e: remove variables set but not usedYang Li2022-01-071-5/+0
| * i40e: Remove non-inclusive languageMateusz Palczewski2022-01-072-3/+3
| * i40e: Update FW API versionMateusz Palczewski2022-01-071-2/+2
| * i40e: Minimize amount of busy-waiting during AQ sendJedrzej Jagielski2022-01-073-14/+35
| * i40e: Add ensurance of MacVlan resources for every trusted VFKaren Sornek2022-01-071-5/+29
* | net/tls: Fix skb memory leak when running kTLS trafficGal Pressman2022-01-071-0/+1
|/
* sch_cake: revise Diffserv docsKevin Bracey2022-01-071-20/+20
* Merge branch 'mptcp-next'David S. Miller2022-01-0712-325/+683
|\
| * mptcp: avoid atomic bit manipulation when possiblePaolo Abeni2022-01-073-31/+38
| * mptcp: cleanup MPJ subflow list handlingPaolo Abeni2022-01-075-104/+60
| * selftests: mptcp: add tests for subflow creation failurePaolo Abeni2022-01-072-1/+78
| * mptcp: do not block subflows creation on errorsPaolo Abeni2022-01-074-31/+71
| * 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-061-0/+1
| * net/mlx5e: Add recovery flow in case of error CQEGal Pressman2022-01-061-9/+11
| * net/mlx5e: TC, Remove redundant error loggingRoi Dayan2022-01-061-8/+0
| * net/mlx5e: Refactor set_pflag_cqe_based_moderSaeed Mahameed2022-01-061-12/+7
| * net/mlx5e: Move HW-GRO and CQE compression check to fix features flowGal Pressman2022-01-061-5/+5
| * net/mlx5e: Fix feature check per profileAya Levin2022-01-061-1/+1
| * net/mlx5e: Unblock setting vid 0 for VF in case PF isn't eswitch managerMaor Dickman2022-01-061-1/+1
| * net/mlx5e: Expose FEC counters via ethtoolLama Kayal2022-01-061-3/+98
| * net/mlx5: Update log_max_qp value to FW max capabilityMaher Sanalla2022-01-061-2/+6
| * net/mlx5: SF, Use all available cpu for setting cpu affinityShay Drory2022-01-065-34/+201
| * net/mlx5: Introduce API for bulk request and release of IRQsShay Drory2022-01-065-47/+135
| * net/mlx5: Split irq_pool_affinity logic to new fileShay Drory2022-01-065-97/+157
| * net/mlx5: Move affinity assignment into irq_requestShay Drory2022-01-061-13/+9
| * net/mlx5: Introduce control IRQ request APIShay Drory2022-01-063-10/+58
| * net/mlx5: mlx5e_hv_vhca_stats_create return type to voidSaeed Mahameed2022-01-062-15/+6
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2022-01-0613-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
| |/