summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/ptp.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-11ptp: convert remaining drivers to adjfine interfaceJacob Keller1-3/+4
2022-09-07sfc: support PTP over EthernetÍñigo Huguet1-2/+19
2022-09-07sfc: support PTP over IPv6/UDPÍñigo Huguet1-12/+49
2022-09-07sfc: allow more flexible way of adding filters for PTPÍñigo Huguet1-36/+32
2022-07-27sfc: disable softirqs for ptp TXAlejandro Lucero1-0/+22
2022-05-09net: sfc: fix memory leak due to ptp channelTaehee Yoo1-1/+13
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu1-3/+0
2021-10-21sfc: Don't use netif_info before net_device setupErik Ekman1-2/+2
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg1-0/+5
2020-09-25sfc: fix kdoc warningJesse Brandeburg1-1/+1
2020-09-11sfc: select inner-csum-offload TX queues for skbs that need itEdward Cree1-1/+2
2020-09-11sfc: define inner/outer csum offload TXQ typesEdward Cree1-1/+1
2020-09-11sfc: decouple TXQ type from labelEdward Cree1-1/+1
2020-07-27sfc: drop unnecessary list_emptyJulia Lawall1-11/+9
2020-06-29sfc: split up nic.hEdward Cree1-2/+1
2020-06-29sfc: determine flag word automatically in efx_has_cap()Edward Cree1-1/+1
2020-05-11sfc: use efx_has_cap for capability checks outside of NIC-specific codeEdward Cree1-6/+1
2020-02-27sfc: fix timestamp reconstruction at 16-bit rollover pointsAlex Maftei (amaftei)1-3/+35
2019-11-21sfc: Only cancel the PPS workqueue if it existsMartin Habets1-1/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-01-28sfc: mark some unexported symbols as statickbuild test robot1-2/+2
2018-01-26sfc: add suffix to large constant in ptpBert Kenward1-1/+1
2018-01-25sfc: support Medford2 frequency adjustment formatLaurence Evans1-14/+31
2018-01-25sfc: support second + quarter ns time format for receive datapathEdward Cree1-33/+106
2018-01-25sfc: support separate PTP and general timestampingLaurence Evans1-15/+43
2018-01-25sfc: simplify RX datapath timestampingLaurence Evans1-8/+5
2018-01-25sfc: only advertise TX timestamping if we have the license for itMartin Habets1-0/+11
2018-01-25sfc: on 8000 series use TX queues for TX timestampsEdward Cree1-4/+16
2018-01-25sfc: MAC TX timestamp handling on the 8000 seriesMartin Habets1-2/+45
2018-01-25sfc: use main datapath for HW timestamps if availableMartin Habets1-7/+41
2018-01-25sfc: add function to determine which TX timestamping method to useMartin Habets1-0/+10
2018-01-25sfc: handle TX timestamps in the normal data pathMartin Habets1-0/+11
2017-12-18sfc: improve PTP error reportingEdward Cree1-1/+3
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+0
2017-11-11net: sfc: remove redundant variable startColin Ian King1-2/+0
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland1-5/+5
2016-12-03sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID insteadEdward Cree1-1/+1
2016-09-22ptp_clock: future-proofing drivers against PTP subsystem becoming optionalNicolas Pitre1-7/+7
2016-08-12sfc: set interrupt moderation via MCDIBert Kenward1-1/+1
2015-10-01net: sfc: avoid using timespecArnd Bergmann1-7/+7
2015-10-01ntp/pps: use y2038 safe types in pps_event_timeArnd Bergmann1-8/+8
2015-05-21sfc: Initialise MCDI buffers to 0 on declaration.Jon Cooper1-3/+3
2015-05-13sfc: suppress some MCDI error messages in PTPEdward Cree1-11/+16
2015-05-13sfc: nicer log message on PTP probe failEdward Cree1-1/+6
2015-03-31ptp: sfc: convert to the 64 bit get/set time methods.Richard Cochran1-11/+11
2014-03-21ptp: drivers: set the number of programmable pins.Richard Cochran1-0/+1
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+7
2014-02-26sfc: check for NULL efx->ptp_data in efx_ptp_eventEdward Cree1-0/+7
2014-02-12sfc: Rewrite adjustment of PPS event in a clearer wayBen Hutchings1-24/+23
2014-02-12sfc: Cache skb->data in local variable in efx_ptp_rx()Ben Hutchings1-10/+13