summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/ptp.c
AgeCommit message (Expand)Author
2023-12-05sfc: Implement ndo_hwtstamp_(get|set)Alex Austin
2023-09-16sfc: make coding style of PTP addresses consistent with coreAlex Austin
2023-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-08-25sfc: Check firmware supports Ethernet PTP filterAlex Austin
2023-07-28sfc: Remove PTP code for SienaMartin Habets
2023-07-28sfc: Remove falcon referencesMartin Habets
2023-04-03sfc: remove expired unicast PTP filtersÍñigo Huguet
2023-04-03sfc: support unicast PTPÍñigo Huguet
2023-04-03sfc: allow insertion of filters for unicast PTPÍñigo Huguet
2023-04-03sfc: store PTP filters in a listÍñigo Huguet
2022-11-11ptp: convert remaining drivers to adjfine interfaceJacob Keller
2022-09-07sfc: support PTP over EthernetÍñigo Huguet
2022-09-07sfc: support PTP over IPv6/UDPÍñigo Huguet
2022-09-07sfc: allow more flexible way of adding filters for PTPÍñigo Huguet
2022-07-27sfc: disable softirqs for ptp TXAlejandro Lucero
2022-05-09net: sfc: fix memory leak due to ptp channelTaehee Yoo
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu
2021-10-21sfc: Don't use netif_info before net_device setupErik Ekman
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg
2020-09-25sfc: fix kdoc warningJesse Brandeburg
2020-09-11sfc: select inner-csum-offload TX queues for skbs that need itEdward Cree
2020-09-11sfc: define inner/outer csum offload TXQ typesEdward Cree
2020-09-11sfc: decouple TXQ type from labelEdward Cree
2020-07-27sfc: drop unnecessary list_emptyJulia Lawall
2020-06-29sfc: split up nic.hEdward Cree
2020-06-29sfc: determine flag word automatically in efx_has_cap()Edward Cree
2020-05-11sfc: use efx_has_cap for capability checks outside of NIC-specific codeEdward Cree
2020-02-27sfc: fix timestamp reconstruction at 16-bit rollover pointsAlex Maftei (amaftei)
2019-11-21sfc: Only cancel the PPS workqueue if it existsMartin Habets
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2018-01-28sfc: mark some unexported symbols as statickbuild test robot
2018-01-26sfc: add suffix to large constant in ptpBert Kenward
2018-01-25sfc: support Medford2 frequency adjustment formatLaurence Evans
2018-01-25sfc: support second + quarter ns time format for receive datapathEdward Cree
2018-01-25sfc: support separate PTP and general timestampingLaurence Evans
2018-01-25sfc: simplify RX datapath timestampingLaurence Evans
2018-01-25sfc: only advertise TX timestamping if we have the license for itMartin Habets
2018-01-25sfc: on 8000 series use TX queues for TX timestampsEdward Cree
2018-01-25sfc: MAC TX timestamp handling on the 8000 seriesMartin Habets
2018-01-25sfc: use main datapath for HW timestamps if availableMartin Habets
2018-01-25sfc: add function to determine which TX timestamping method to useMartin Habets
2018-01-25sfc: handle TX timestamps in the normal data pathMartin Habets
2017-12-18sfc: improve PTP error reportingEdward Cree
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-11-11net: sfc: remove redundant variable startColin Ian King
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2016-12-03sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID insteadEdward Cree
2016-09-22ptp_clock: future-proofing drivers against PTP subsystem becoming optionalNicolas Pitre
2016-08-12sfc: set interrupt moderation via MCDIBert Kenward
2015-10-01net: sfc: avoid using timespecArnd Bergmann