summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * mptcp: Safely store sequence number when sending dataMat Martineau2020-07-291-1/+1
| * mptcp: Safely read sequence number when lock isn't heldMat Martineau2020-07-291-1/+1
| * mptcp: Skip unnecessary skb extension allocation for bare acksMat Martineau2020-07-291-3/+6
| * mptcp: Only use subflow EOF signaling on fallback connectionsMat Martineau2020-07-291-1/+2
| * mptcp: Use full MPTCP-level disconnect state machineMat Martineau2020-07-293-17/+92
| * mptcp: Add helper to process acks of DATA_FINMat Martineau2020-07-291-8/+46
| * mptcp: Add mptcp_close_state() helperMat Martineau2020-07-291-0/+27
| * mptcp: Track received DATA_FIN sequence number and add related helpersMat Martineau2020-07-293-10/+115
| * mptcp: Use MPTCP-level flag for sending DATA_FINMat Martineau2020-07-293-24/+18
| * mptcp: Remove outdated and incorrect commentMat Martineau2020-07-291-1/+0
| * mptcp: Return EPIPE if sending is shut down during a sendmsgMat Martineau2020-07-291-0/+5
| * mptcp: Allow DATA_FIN in headers without TCP FINMat Martineau2020-07-291-10/+3
|/
* Merge branch 'sockptr_t-fixes-v2'David S. Miller2020-07-2812-64/+61
|\
| * net: improve the user pointer check in init_user_sockptrChristoph Hellwig2020-07-283-14/+8
| * net: remove sockptr_advanceChristoph Hellwig2020-07-2810-48/+49
| * net: make sockptr_is_null strict aliasing safeChristoph Hellwig2020-07-281-1/+3
| * netfilter: arp_tables: restore a SPDX identifierChristoph Hellwig2020-07-281-1/+1
|/
* Merge branch 'mlxsw-Add-support-for-QSFP-DD-transceiver-type'David S. Miller2020-07-282-12/+44
|\
| * mlxsw: core: Add support for temperature thresholds reading for QSFP-DD trans...Vadim Pasternak2020-07-282-10/+23
| * mlxsw: core: Add ethtool support for QSFP-DD transceiversVadim Pasternak2020-07-282-2/+21
|/
* Merge tag 'mlx5-updates-2020-07-28' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2020-07-2826-213/+302
|\
| * net/mlx5: drop unnecessary list_emptyJulia Lawall2020-07-282-10/+8
| * net/mlx5: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-288-13/+13
| * net/mlx5: DR, Reduce print level for matcher printAlex Vesker2020-07-281-1/+1
| * net/mlx5e: Add support for PCI relaxed orderingAya Levin2020-07-283-2/+13
| * net/mlx5e: Use indirect call wrappers for RX post WQEs functionsTariq Toukan2020-07-285-8/+7
| * net/mlx5e: Move exposure of datapath function to txrx headerTariq Toukan2020-07-284-23/+29
| * net/mlx5e: RX, Re-work initializaiton of RX function pointersTariq Toukan2020-07-289-96/+112
| * net/mlx5e: Link non uplink representors to PCI deviceParav Pandit2020-07-281-1/+1
| * net/mlx5: E-switch, Use eswitch total_vportsParav Pandit2020-07-281-7/+7
| * net/mlx5: E-switch, Reuse total_vports and avoid duplicate nvportsParav Pandit2020-07-282-8/+6
| * net/mlx5: E-switch, Consider maximum vf vports for steering initParav Pandit2020-07-281-7/+1
| * net/mlx5: Add function ID to reclaim pages debug logAvihu Hagag2020-07-281-1/+2
| * net/mlx5: Hold pages RB tree per VFEran Ben Elisha2020-07-282-39/+105
* | farsync: use generic power managementVaibhav Gupta2020-07-281-6/+4
|/
* net/mlx4: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-273-5/+5
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2020-07-274-52/+2
|\
| * igc: Fix static checker warningSasha Neftin2020-07-271-1/+1
| * igc: Clean up the hw_stats structureSasha Neftin2020-07-274-13/+0
| * igc: Clean up the mac_info structureSasha Neftin2020-07-271-5/+0
| * igc: Remove ledctl_ fields from the mac_info structureSasha Neftin2020-07-271-3/+0
| * igc: Fix registers definitionSasha Neftin2020-07-274-20/+0
| * igc: Remove unneeded ICTXQMTC registerSasha Neftin2020-07-274-5/+0
| * igc: Add Receive Descriptor Minimum Threshold Count to clear HW countersSasha Neftin2020-07-271-0/+1
| * igc: Remove unneeded variableSasha Neftin2020-07-274-5/+0
* | qed: fix assignment of n_rq_elems to incorrect params fieldColin Ian King2020-07-271-1/+1
* | Merge branch 'sfc-driver-for-EF100-family-NICs-part-1'David S. Miller2020-07-2730-31/+2439
|\ \
| * | sfc_ef100: implement ndo_get_phys_port_{id,name}Edward Cree2020-07-272-0/+23
| * | sfc_ef100: read device MAC address at probe timeEdward Cree2020-07-272-1/+40
| * | sfc_ef100: probe the PHY and configure the MACEdward Cree2020-07-271-1/+41