summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/ptp.c
Commit message (Expand)AuthorAgeFilesLines
* sfc: support PTP over EthernetÍñigo Huguet2022-09-071-2/+19
* sfc: support PTP over IPv6/UDPÍñigo Huguet2022-09-071-12/+49
* sfc: allow more flexible way of adding filters for PTPÍñigo Huguet2022-09-071-36/+32
* sfc: disable softirqs for ptp TXAlejandro Lucero2022-07-271-0/+22
* net: sfc: fix memory leak due to ptp channelTaehee Yoo2022-05-091-1/+13
* net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu2021-12-141-3/+0
* sfc: Don't use netif_info before net_device setupErik Ekman2021-10-211-2/+2
* drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-251-0/+5
* sfc: fix kdoc warningJesse Brandeburg2020-09-251-1/+1
* sfc: select inner-csum-offload TX queues for skbs that need itEdward Cree2020-09-111-1/+2
* sfc: define inner/outer csum offload TXQ typesEdward Cree2020-09-111-1/+1
* sfc: decouple TXQ type from labelEdward Cree2020-09-111-1/+1
* sfc: drop unnecessary list_emptyJulia Lawall2020-07-271-11/+9
* sfc: split up nic.hEdward Cree2020-06-291-2/+1
* sfc: determine flag word automatically in efx_has_cap()Edward Cree2020-06-291-1/+1
* sfc: use efx_has_cap for capability checks outside of NIC-specific codeEdward Cree2020-05-111-6/+1
* sfc: fix timestamp reconstruction at 16-bit rollover pointsAlex Maftei (amaftei)2020-02-271-3/+35
* sfc: Only cancel the PPS workqueue if it existsMartin Habets2019-11-211-1/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* sfc: mark some unexported symbols as statickbuild test robot2018-01-281-2/+2
* sfc: add suffix to large constant in ptpBert Kenward2018-01-261-1/+1
* sfc: support Medford2 frequency adjustment formatLaurence Evans2018-01-251-14/+31
* sfc: support second + quarter ns time format for receive datapathEdward Cree2018-01-251-33/+106
* sfc: support separate PTP and general timestampingLaurence Evans2018-01-251-15/+43
* sfc: simplify RX datapath timestampingLaurence Evans2018-01-251-8/+5
* sfc: only advertise TX timestamping if we have the license for itMartin Habets2018-01-251-0/+11
* sfc: on 8000 series use TX queues for TX timestampsEdward Cree2018-01-251-4/+16
* sfc: MAC TX timestamp handling on the 8000 seriesMartin Habets2018-01-251-2/+45
* sfc: use main datapath for HW timestamps if availableMartin Habets2018-01-251-7/+41
* sfc: add function to determine which TX timestamping method to useMartin Habets2018-01-251-0/+10
* sfc: handle TX timestamps in the normal data pathMartin Habets2018-01-251-0/+11
* sfc: improve PTP error reportingEdward Cree2017-12-181-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-151-2/+0
|\
| * net: sfc: remove redundant variable startColin Ian King2017-11-111-2/+0
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-5/+5
|/
* sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID insteadEdward Cree2016-12-031-1/+1
* ptp_clock: future-proofing drivers against PTP subsystem becoming optionalNicolas Pitre2016-09-221-7/+7
* sfc: set interrupt moderation via MCDIBert Kenward2016-08-121-1/+1
* net: sfc: avoid using timespecArnd Bergmann2015-10-011-7/+7
* ntp/pps: use y2038 safe types in pps_event_timeArnd Bergmann2015-10-011-8/+8
* sfc: Initialise MCDI buffers to 0 on declaration.Jon Cooper2015-05-211-3/+3
* sfc: suppress some MCDI error messages in PTPEdward Cree2015-05-131-11/+16
* sfc: nicer log message on PTP probe failEdward Cree2015-05-131-1/+6
* ptp: sfc: convert to the 64 bit get/set time methods.Richard Cochran2015-03-311-11/+11
* ptp: drivers: set the number of programmable pins.Richard Cochran2014-03-211-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-051-0/+7
|\
| * sfc: check for NULL efx->ptp_data in efx_ptp_eventEdward Cree2014-02-261-0/+7
* | sfc: Rewrite adjustment of PPS event in a clearer wayBen Hutchings2014-02-121-24/+23
* | sfc: Cache skb->data in local variable in efx_ptp_rx()Ben Hutchings2014-02-121-10/+13
* | sfc: Removed adhoc scheme to rate limit PTP event queue overflow messageLaurence Evans2014-02-121-20/+2
|/