summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/ptp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: sfc: use ethtool string helpersRosen Penev2024-11-091-1/+1
* sfc: Remove more unused functionsDr. David Alan Gilbert2024-11-061-5/+0
* sfc: convert comma to semicolonChen Ni2024-09-071-1/+1
* net: Add struct kernel_ethtool_ts_infoKory Maincent2024-07-151-1/+1
* sfc: Implement ndo_hwtstamp_(get|set)Alex Austin2023-12-051-19/+11
* sfc: make coding style of PTP addresses consistent with coreAlex Austin2023-09-161-13/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-08-291-1/+3
|\
| * sfc: Check firmware supports Ethernet PTP filterAlex Austin2023-08-261-1/+3
* | sfc: Remove PTP code for SienaMartin Habets2023-07-281-225/+1
* | sfc: Remove falcon referencesMartin Habets2023-07-281-1/+0
|/
* sfc: remove expired unicast PTP filtersÍñigo Huguet2023-04-041-25/+72
* sfc: support unicast PTPÍñigo Huguet2023-04-041-3/+98
* sfc: allow insertion of filters for unicast PTPÍñigo Huguet2023-04-041-23/+36
* sfc: store PTP filters in a listÍñigo Huguet2023-04-041-29/+52
* ptp: convert remaining drivers to adjfine interfaceJacob Keller2022-11-111-3/+4
* 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-281-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-261-0/+5
* sfc: fix kdoc warningJesse Brandeburg2020-09-261-1/+1
* sfc: select inner-csum-offload TX queues for skbs that need itEdward Cree2020-09-121-1/+2
* sfc: define inner/outer csum offload TXQ typesEdward Cree2020-09-121-1/+1
* sfc: decouple TXQ type from labelEdward Cree2020-09-121-1/+1
* sfc: drop unnecessary list_emptyJulia Lawall2020-07-271-11/+9
* sfc: split up nic.hEdward Cree2020-06-301-2/+1
* sfc: determine flag word automatically in efx_has_cap()Edward Cree2020-06-301-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-291-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
|/