index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
phy
/
dp83640.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEX
Hangbin Liu
2021-12-14
1
-3
/
+0
*
net: phy: remove unnecessary line continuation
Wenpeng Liang
2021-06-16
1
-2
/
+2
*
net: phy: change format of some declarations
Wenpeng Liang
2021-06-16
1
-0
/
+1
*
net: phy: dp83640: use new PTP_MSGTYPE_SYNC define
Christian Eggers
2020-11-25
1
-4
/
+1
*
net: phy: ti: remove the use of .ack_interrupt()
Ioana Ciornei
2020-11-25
1
-2
/
+9
*
net: phy: ti: implement generic .handle_interrupt() callback
Ioana Ciornei
2020-11-25
1
-0
/
+27
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-09-05
1
-4
/
+4
|
\
|
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
1
-4
/
+4
*
|
net: phy: dp83640: Use generic helper function
Kurt Kanzenbach
2020-08-20
1
-54
/
+16
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-07-26
1
-0
/
+4
|
\
|
*
net: dp83640: fix SIOCSHWTSTAMP to update the struct with actual configuration
Sergey Organov
2020-07-16
1
-0
/
+4
*
|
net: phy: dp83640: Fixup cast to restricted __be16 warning
Andrew Lunn
2020-07-07
1
-2
/
+3
|
/
*
dp83640: reverse arguments to list_add_tail
Julia Lawall
2020-05-01
1
-1
/
+1
*
ptp: Avoid deadlocks in the programmable pin code.
Richard Cochran
2020-03-30
1
-1
/
+1
*
net: Introduce a new MII time stamping interface.
Richard Cochran
2019-12-26
1
-15
/
+24
*
net: phy: dp83640: Move the probe and remove methods around.
Richard Cochran
2019-12-26
1
-90
/
+90
*
dp83640: Reject requests to enable time stamping on both edges.
Richard Cochran
2019-11-15
1
-0
/
+7
*
ptp: Introduce strict checking of external time stamp options.
Richard Cochran
2019-11-15
1
-1
/
+2
*
dp83640: reject unsupported external timestamp flags
Jacob Keller
2019-11-15
1
-0
/
+5
*
net: reject PTP periodic output requests with unsupported flags
Jacob Keller
2019-11-15
1
-0
/
+3
*
net: phy: switch drivers to use dynamic feature detection
Heiner Kallweit
2019-04-16
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-09
1
-3
/
+10
|
\
|
*
net: dp83640: expire old TX-skb
Sebastian Andrzej Siewior
2019-02-04
1
-3
/
+10
*
|
net: phy: Convert some PHY and MDIO driver files to SPDX headers
Andrew Lunn
2019-01-23
1
-14
/
+1
|
/
*
net: phy: remove flag PHY_HAS_INTERRUPT from driver configs
Heiner Kallweit
2018-11-11
1
-1
/
+0
*
net: phy: Add phydev_info()
Andrew Lunn
2018-10-02
1
-5
/
+6
*
net: phy: Add phydev_warn()
Andrew Lunn
2018-10-02
1
-3
/
+4
*
net: dp83640: Mark expected switch fall-throughs
Gustavo A. R. Silva
2018-08-11
1
-1
/
+4
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-13
1
-2
/
+3
*
dp83640: Ensure against premature access to PHY registers after reset
Esben Haabendal
2018-04-09
1
-0
/
+18
*
net: phy: remove generic settings for callbacks config_aneg and read_status f...
Heiner Kallweit
2017-12-01
1
-2
/
+0
*
dp83640: don't hold spinlock while calling netif_rx_ni
Stefan Sørensen
2017-08-30
1
-2
/
+5
*
net: dp83640: Avoid NULL pointer dereference.
Richard Cochran
2017-06-23
1
-1
/
+1
*
dp83640: don't recieve time stamps twice
Dan Carpenter
2017-04-20
1
-2
/
+0
*
ptp: dp83640: Use the high resolution frequency method.
Richard Cochran
2016-11-10
1
-7
/
+7
*
net: dp83640: Fix tx timestamp overflow handling.
Manfred Rudigier
2016-01-21
1
-0
/
+17
*
phy: Centralize setting driver module owner
Andrew Lunn
2016-01-07
1
-2
/
+1
*
phy: Add an mdio_device structure
Andrew Lunn
2016-01-07
1
-10
/
+12
*
dp83640: Only wait for timestamps for packets with timestamping enabled.
Stefan Sørensen
2015-11-03
1
-12
/
+13
*
dp83640: Prune rx timestamp list before reading from it
Stefan Sørensen
2015-11-03
1
-0
/
+1
*
dp83640: Delay scheduled work.
Stefan Sørensen
2015-11-03
1
-8
/
+12
*
dp83640: Include hash in timestamp/packet matching
Stefan Sørensen
2015-11-03
1
-3
/
+15
*
dp83640: only report generic filters in ts_info
Jacob Keller
2015-07-18
1
-9
/
+1
*
net: dp83640: fix improper double spin locking.
Richard Cochran
2015-05-26
1
-2
/
+2
*
net: dp83640: reinforce locking rules.
Richard Cochran
2015-05-26
1
-1
/
+16
*
net: dp83640: fix broken calibration routine.
Richard Cochran
2015-05-26
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2015-04-15
1
-9
/
+10
|
\
|
*
ptp: dp83640: convert to the 64 bit get/set time methods.
Richard Cochran
2015-03-31
1
-9
/
+10
*
|
treewide: Fix typo in printk messages
Masanari Iida
2015-03-06
1
-1
/
+1
|
/
*
net: ptp: fix time stamp matching logic for VLAN packets.
Richard Cochran
2014-11-12
1
-2
/
+2
[next]