Age | Commit message (Expand) | Author | Files | Lines |
2019-12-26 | net: Introduce a new MII time stamping interface. | Richard Cochran | 1 | -15/+24 |
2019-12-26 | net: phy: dp83640: Move the probe and remove methods around. | Richard Cochran | 1 | -90/+90 |
2019-11-15 | dp83640: Reject requests to enable time stamping on both edges. | Richard Cochran | 1 | -0/+7 |
2019-11-15 | ptp: Introduce strict checking of external time stamp options. | Richard Cochran | 1 | -1/+2 |
2019-11-15 | dp83640: reject unsupported external timestamp flags | Jacob Keller | 1 | -0/+5 |
2019-11-15 | net: reject PTP periodic output requests with unsupported flags | Jacob Keller | 1 | -0/+3 |
2019-04-16 | net: phy: switch drivers to use dynamic feature detection | Heiner Kallweit | 1 | -1/+1 |
2019-02-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+10 |
2019-02-04 | net: dp83640: expire old TX-skb | Sebastian Andrzej Siewior | 1 | -3/+10 |
2019-01-23 | net: phy: Convert some PHY and MDIO driver files to SPDX headers | Andrew Lunn | 1 | -14/+1 |
2018-11-11 | net: phy: remove flag PHY_HAS_INTERRUPT from driver configs | Heiner Kallweit | 1 | -1/+0 |
2018-10-02 | net: phy: Add phydev_info() | Andrew Lunn | 1 | -5/+6 |
2018-10-02 | net: phy: Add phydev_warn() | Andrew Lunn | 1 | -3/+4 |
2018-08-11 | net: dp83640: Mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -1/+4 |
2018-06-13 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -2/+3 |
2018-04-09 | dp83640: Ensure against premature access to PHY registers after reset | Esben Haabendal | 1 | -0/+18 |
2017-12-01 | net: phy: remove generic settings for callbacks config_aneg and read_status f... | Heiner Kallweit | 1 | -2/+0 |
2017-08-31 | dp83640: don't hold spinlock while calling netif_rx_ni | Stefan Sørensen | 1 | -2/+5 |
2017-06-23 | net: dp83640: Avoid NULL pointer dereference. | Richard Cochran | 1 | -1/+1 |
2017-04-20 | dp83640: don't recieve time stamps twice | Dan Carpenter | 1 | -2/+0 |
2016-11-10 | ptp: dp83640: Use the high resolution frequency method. | Richard Cochran | 1 | -7/+7 |
2016-01-21 | net: dp83640: Fix tx timestamp overflow handling. | Manfred Rudigier | 1 | -0/+17 |
2016-01-07 | phy: Centralize setting driver module owner | Andrew Lunn | 1 | -2/+1 |
2016-01-07 | phy: Add an mdio_device structure | Andrew Lunn | 1 | -10/+12 |
2015-11-03 | dp83640: Only wait for timestamps for packets with timestamping enabled. | Stefan Sørensen | 1 | -12/+13 |
2015-11-03 | dp83640: Prune rx timestamp list before reading from it | Stefan Sørensen | 1 | -0/+1 |
2015-11-03 | dp83640: Delay scheduled work. | Stefan Sørensen | 1 | -8/+12 |
2015-11-03 | dp83640: Include hash in timestamp/packet matching | Stefan Sørensen | 1 | -3/+15 |
2015-07-18 | dp83640: only report generic filters in ts_info | Jacob Keller | 1 | -9/+1 |
2015-05-26 | net: dp83640: fix improper double spin locking. | Richard Cochran | 1 | -2/+2 |
2015-05-26 | net: dp83640: reinforce locking rules. | Richard Cochran | 1 | -1/+16 |
2015-05-26 | net: dp83640: fix broken calibration routine. | Richard Cochran | 1 | -1/+1 |
2015-04-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -9/+10 |
2015-03-31 | ptp: dp83640: convert to the 64 bit get/set time methods. | Richard Cochran | 1 | -9/+10 |
2015-03-07 | treewide: Fix typo in printk messages | Masanari Iida | 1 | -1/+1 |
2014-11-12 | net: ptp: fix time stamp matching logic for VLAN packets. | Richard Cochran | 1 | -2/+2 |
2014-09-09 | dp83640: Make use of skb_queue_purge instead of reimplementing the code | Alexander Duyck | 1 | -6/+2 |
2014-09-06 | net-timestamp: Make the clone operation stand-alone from phy timestamping | Alexander Duyck | 1 | -3/+3 |
2014-08-22 | dp83640: Fix length check for event timestamp status messages | Christian Riesch | 1 | -8/+15 |
2014-07-23 | dp83640: Fix receive timestamp race condition | Stefan Sørensen | 1 | -71/+102 |
2014-07-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+3 |
2014-07-12 | dp83640: Adjust ptp event timestamps | Stefan Sørensen | 1 | -0/+3 |
2014-07-10 | dp83640: Always decode received status frames | Stefan Sørensen | 1 | -3/+3 |
2014-07-08 | ptp: Classify ptp over ip over vlan packets | Stefan Sørensen | 1 | -25/+21 |
2014-07-02 | dp83640: Get calibration pin with ptp_find_pin | Stefan Sørensen | 1 | -1/+5 |
2014-07-02 | dp83640: Verify calibration pin assignment | Stefan Sørensen | 1 | -0/+10 |
2014-07-02 | dp83640: Increase supported perout pins to 7 | Stefan Sørensen | 1 | -9/+9 |
2014-07-02 | dp83640: Program pulsewidth2 values of perout triggers 0 and 1 | Stefan Sørensen | 1 | -0/+5 |
2014-04-02 | net: ptp: move PTP classifier in its own file | Daniel Borkmann | 1 | -0/+1 |
2014-03-21 | dp83640: let the periodic pin from the module parameter be a default. | Richard Cochran | 1 | -6/+13 |