summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/ptp.c
AgeCommit message (Expand)AuthorFilesLines
8 daysnet: Add struct kernel_ethtool_ts_infoKory Maincent1-1/+1
2023-12-05sfc: Implement ndo_hwtstamp_(get|set)Alex Austin1-19/+11
2023-09-16sfc: make coding style of PTP addresses consistent with coreAlex Austin1-13/+14
2023-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+3
2023-08-26sfc: Check firmware supports Ethernet PTP filterAlex Austin1-1/+3
2023-07-28sfc: Remove PTP code for SienaMartin Habets1-225/+1
2023-07-28sfc: Remove falcon referencesMartin Habets1-1/+0
2023-04-04sfc: remove expired unicast PTP filtersÍñigo Huguet1-25/+72
2023-04-04sfc: support unicast PTPÍñigo Huguet1-3/+98
2023-04-04sfc: allow insertion of filters for unicast PTPÍñigo Huguet1-23/+36
2023-04-04sfc: store PTP filters in a listÍñigo Huguet1-29/+52
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-28sfc: 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-26drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg1-0/+5
2020-09-26sfc: fix kdoc warningJesse Brandeburg1-1/+1
2020-09-12sfc: select inner-csum-offload TX queues for skbs that need itEdward Cree1-1/+2
2020-09-12sfc: define inner/outer csum offload TXQ typesEdward Cree1-1/+1
2020-09-12sfc: decouple TXQ type from labelEdward Cree1-1/+1
2020-07-27sfc: drop unnecessary list_emptyJulia Lawall1-11/+9
2020-06-30sfc: split up nic.hEdward Cree1-2/+1
2020-06-30sfc: 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-29sfc: 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-26sfc: support Medford2 frequency adjustment formatLaurence Evans1-14/+31
2018-01-26sfc: support second + quarter ns time format for receive datapathEdward Cree1-33/+106
2018-01-26sfc: support separate PTP and general timestampingLaurence Evans1-15/+43
2018-01-26sfc: simplify RX datapath timestampingLaurence Evans1-8/+5
2018-01-26sfc: only advertise TX timestamping if we have the license for itMartin Habets1-0/+11
2018-01-26sfc: on 8000 series use TX queues for TX timestampsEdward Cree1-4/+16
2018-01-26sfc: MAC TX timestamp handling on the 8000 seriesMartin Habets1-2/+45
2018-01-26sfc: use main datapath for HW timestamps if availableMartin Habets1-7/+41
2018-01-26sfc: add function to determine which TX timestamping method to useMartin Habets1-0/+10
2018-01-26sfc: 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-04sfc: 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-13sfc: set interrupt moderation via MCDIBert Kenward1-1/+1