index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
dsa
/
sja1105
/
sja1105_ptp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: dsa: sja1105: always enable the send_meta options
Vladimir Oltean
2023-07-04
1
-44
/
+4
*
net: dsa: Use netif_rx().
Sebastian Andrzej Siewior
2022-03-04
1
-1
/
+1
*
net: dsa: tag_sja1105: split sja1105_tagger_data into private and public sect...
Vladimir Oltean
2021-12-12
1
-14
/
+8
*
Revert "net: dsa: move sja1110_process_meta_tstamp inside the tagging protoco...
Vladimir Oltean
2021-12-12
1
-5
/
+39
*
net: dsa: tag_sja1105: convert to tagger-owned data
Vladimir Oltean
2021-12-12
1
-19
/
+16
*
net: dsa: sja1105: move ts_id from sja1105_tagger_data
Vladimir Oltean
2021-12-12
1
-4
/
+4
*
net: dsa: sja1105: make dp->priv point directly to sja1105_tagger_data
Vladimir Oltean
2021-12-12
1
-6
/
+8
*
net: dsa: sja1105: remove hwts_tx_en from tagger data
Vladimir Oltean
2021-12-12
1
-5
/
+4
*
net: dsa: move sja1110_process_meta_tstamp inside the tagging protocol driver
Vladimir Oltean
2021-10-13
1
-39
/
+6
*
net: dsa: sja1105: implement TX timestamping for SJA1110
Vladimir Oltean
2021-06-11
1
-0
/
+69
*
net: dsa: sja1105: add the RX timestamping procedure for SJA1110
Vladimir Oltean
2021-06-11
1
-3
/
+23
*
net: dsa: sja1105: make SJA1105_SKB_CB fit a full timestamp
Vladimir Oltean
2021-06-11
1
-1
/
+1
*
net: dsa: free skb->cb usage in core driver
Yangbo Lu
2021-04-27
1
-2
/
+2
*
net: dsa: no longer clone skb in core driver
Yangbo Lu
2021-04-27
1
-4
/
+9
*
net: dsa: no longer identify PTP packet in core driver
Yangbo Lu
2021-04-27
1
-2
/
+1
*
net: dsa: sja1105: poll for extts events from a timer
Vladimir Oltean
2020-08-04
1
-33
/
+46
*
net: dsa: sja1105: fix PTP timestamping with large tc-taprio cycles
Vladimir Oltean
2020-06-15
1
-4
/
+4
*
net: dsa: sja1105: the PTP_CLK extts input reacts on both edges
Vladimir Oltean
2020-05-07
1
-8
/
+18
*
net: dsa: sja1105: configure the PTP_CLK pin as EXT_TS or PER_OUT
Vladimir Oltean
2020-03-24
1
-0
/
+247
*
net: dsa: sja1105: unconditionally set DESTMETA and SRCMETA in AVB table
Vladimir Oltean
2020-03-24
1
-38
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-12-31
1
-3
/
+3
|
\
|
*
net: dsa: sja1105: Really make the PTP command read-write
Vladimir Oltean
2019-12-31
1
-1
/
+1
|
*
net: dsa: sja1105: Take PTP egress timestamp by port, not mgmt slot
Vladimir Oltean
2019-12-31
1
-2
/
+2
*
|
net: dsa: sja1105: Empty the RX timestamping queue on PTP settings change
Vladimir Oltean
2019-12-31
1
-0
/
+3
*
|
net: dsa: sja1105: Use PTP core's dedicated kernel thread for RX timestamping
Vladimir Oltean
2019-12-31
1
-18
/
+15
|
/
*
net: dsa: sja1105: Implement state machine for TAS with PTP clock source
Vladimir Oltean
2019-11-14
1
-7
/
+23
*
net: dsa: sja1105: Make the PTP command read-write
Vladimir Oltean
2019-11-14
1
-25
/
+34
*
net: dsa: sja1105: Print the reset reason
Vladimir Oltean
2019-11-13
1
-1
/
+1
*
net: dsa: sja1105: Restore PTP time after switch reset
Vladimir Oltean
2019-11-11
1
-22
/
+59
*
net: dsa: sja1105: Implement the .gettimex64 system call for PTP
Vladimir Oltean
2019-11-11
1
-10
/
+16
*
net: dsa: sja1105: Switch to hardware operations for PTP
Vladimir Oltean
2019-10-18
1
-111
/
+107
*
net: dsa: sja1105: Change the PTP command access pattern
Vladimir Oltean
2019-10-15
1
-9
/
+5
*
net: dsa: sja1105: Move PTP data to its own private structure
Vladimir Oltean
2019-10-15
1
-44
/
+288
*
net: dsa: sja1105: Make all public PTP functions take dsa_switch as argument
Vladimir Oltean
2019-10-15
1
-13
/
+17
*
net: dsa: sja1105: Get rid of global declaration of struct ptp_clock_info
Vladimir Oltean
2019-10-15
1
-15
/
+14
*
net: dsa: sja1105: Rename sja1105_spi_send_packed_buf to sja1105_xfer_buf
Vladimir Oltean
2019-10-02
1
-8
/
+6
*
net: dsa: sja1105: Replace sja1105_spi_send_int with sja1105_xfer_{u32, u64}
Vladimir Oltean
2019-10-02
1
-2
/
+1
*
net: dsa: sja1105: Really fix panic on unregistering PTP clock
Vladimir Oltean
2019-08-06
1
-4
/
+3
*
net: dsa: sja1105: Cancel PTP delayed work on unregister
Vladimir Oltean
2019-06-27
1
-0
/
+1
*
net: dsa: sja1105: Build PTP support in main DSA driver
Vladimir Oltean
2019-06-27
1
-12
/
+0
*
net: dsa: sja1105: Expose PTP timestamping ioctls to userspace
Vladimir Oltean
2019-06-09
1
-2
/
+4
*
net: dsa: sja1105: Add logic for TX timestamping
Vladimir Oltean
2019-06-09
1
-0
/
+106
*
net: dsa: sja1105: Add support for the PTP clock
Vladimir Oltean
2019-06-09
1
-0
/
+296