summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-07-28Add pldmfw library for PLDM firmware updateJacob Keller11-0/+1630
2020-07-28Merge branch 'mptcp-Exchange-MPTCP-DATA_FIN-DATA_ACK-before-TCP-FIN'David S. Miller4-66/+306
2020-07-28mptcp: Safely store sequence number when sending dataMat Martineau1-1/+1
2020-07-28mptcp: Safely read sequence number when lock isn't heldMat Martineau1-1/+1
2020-07-28mptcp: Skip unnecessary skb extension allocation for bare acksMat Martineau1-3/+6
2020-07-28mptcp: Only use subflow EOF signaling on fallback connectionsMat Martineau1-1/+2
2020-07-28mptcp: Use full MPTCP-level disconnect state machineMat Martineau3-17/+92
2020-07-28mptcp: Add helper to process acks of DATA_FINMat Martineau1-8/+46
2020-07-28mptcp: Add mptcp_close_state() helperMat Martineau1-0/+27
2020-07-28mptcp: Track received DATA_FIN sequence number and add related helpersMat Martineau3-10/+115
2020-07-28mptcp: Use MPTCP-level flag for sending DATA_FINMat Martineau3-24/+18
2020-07-28mptcp: Remove outdated and incorrect commentMat Martineau1-1/+0
2020-07-28mptcp: Return EPIPE if sending is shut down during a sendmsgMat Martineau1-0/+5
2020-07-28mptcp: Allow DATA_FIN in headers without TCP FINMat Martineau1-10/+3
2020-07-28Merge branch 'sockptr_t-fixes-v2'David S. Miller12-64/+61
2020-07-28net: improve the user pointer check in init_user_sockptrChristoph Hellwig3-14/+8
2020-07-28net: remove sockptr_advanceChristoph Hellwig10-48/+49
2020-07-28net: make sockptr_is_null strict aliasing safeChristoph Hellwig1-1/+3
2020-07-28netfilter: arp_tables: restore a SPDX identifierChristoph Hellwig1-1/+1
2020-07-28Merge branch 'mlxsw-Add-support-for-QSFP-DD-transceiver-type'David S. Miller2-12/+44
2020-07-28mlxsw: core: Add support for temperature thresholds reading for QSFP-DD trans...Vadim Pasternak2-10/+23
2020-07-28mlxsw: core: Add ethtool support for QSFP-DD transceiversVadim Pasternak2-2/+21
2020-07-28Merge tag 'mlx5-updates-2020-07-28' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller26-213/+302
2020-07-28farsync: use generic power managementVaibhav Gupta1-6/+4
2020-07-28net/mlx5: drop unnecessary list_emptyJulia Lawall2-10/+8
2020-07-28net/mlx5: Use fallthrough pseudo-keywordGustavo A. R. Silva8-13/+13
2020-07-28net/mlx5: DR, Reduce print level for matcher printAlex Vesker1-1/+1
2020-07-28net/mlx5e: Add support for PCI relaxed orderingAya Levin3-2/+13
2020-07-28net/mlx5e: Use indirect call wrappers for RX post WQEs functionsTariq Toukan5-8/+7
2020-07-28net/mlx5e: Move exposure of datapath function to txrx headerTariq Toukan4-23/+29
2020-07-28net/mlx5e: RX, Re-work initializaiton of RX function pointersTariq Toukan9-96/+112
2020-07-28net/mlx5e: Link non uplink representors to PCI deviceParav Pandit1-1/+1
2020-07-28net/mlx5: E-switch, Use eswitch total_vportsParav Pandit1-7/+7
2020-07-28net/mlx5: E-switch, Reuse total_vports and avoid duplicate nvportsParav Pandit2-8/+6
2020-07-28net/mlx5: E-switch, Consider maximum vf vports for steering initParav Pandit1-7/+1
2020-07-28net/mlx5: Add function ID to reclaim pages debug logAvihu Hagag1-1/+2
2020-07-28net/mlx5: Hold pages RB tree per VFEran Ben Elisha2-39/+105
2020-07-27net/mlx4: Use fallthrough pseudo-keywordGustavo A. R. Silva3-5/+5
2020-07-27Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller4-52/+2
2020-07-27qed: fix assignment of n_rq_elems to incorrect params fieldColin Ian King1-1/+1
2020-07-27Merge branch 'sfc-driver-for-EF100-family-NICs-part-1'David S. Miller30-31/+2439
2020-07-27sfc_ef100: implement ndo_get_phys_port_{id,name}Edward Cree2-0/+23
2020-07-27sfc_ef100: read device MAC address at probe timeEdward Cree2-1/+40
2020-07-27sfc_ef100: probe the PHY and configure the MACEdward Cree1-1/+41
2020-07-27sfc_ef100: actually perform resetsEdward Cree1-0/+9
2020-07-27sfc_ef100: extend ef100_check_caps to cover datapath_caps3Edward Cree3-3/+11
2020-07-27sfc_ef100: read datapath caps, implement check_capsEdward Cree2-2/+58
2020-07-27sfc_ef100: process events for MCDI completionsEdward Cree1-1/+56
2020-07-27sfc_ef100: implement ndo_open/close and EVQ probingEdward Cree7-0/+225
2020-07-27sfc_ef100: implement MCDI transportEdward Cree2-0/+107