- 33ab463 net: phy: remove unnecessary line continuation by Wenpeng Liang · 3 years, 7 months ago
- 775f254 net: phy: change format of some declarations by Wenpeng Liang · 3 years, 7 months ago
- 651c814 net: phy: dp83640: use new PTP_MSGTYPE_SYNC define by Christian Eggers · 4 years, 2 months ago
- aa2d603 net: phy: ti: remove the use of .ack_interrupt() by Ioana Ciornei · 4 years, 2 months ago
- 1d1ae3c net: phy: ti: implement generic .handle_interrupt() callback by Ioana Ciornei · 4 years, 2 months ago
- 44a8c4f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 4 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
- 38fa7d0 net: phy: dp83640: Use generic helper function by Kurt Kanzenbach · 4 years, 5 months ago
- a57066b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
- 473309f net: dp83640: fix SIOCSHWTSTAMP to update the struct with actual configuration by Sergey Organov · 4 years, 6 months ago
- 82e7627 net: phy: dp83640: Fixup cast to restricted __be16 warning by Andrew Lunn · 4 years, 6 months ago
- 86530837 dp83640: reverse arguments to list_add_tail by Julia Lawall · 4 years, 9 months ago
- 62582a7 ptp: Avoid deadlocks in the programmable pin code. by Richard Cochran · 4 years, 10 months ago
- 4715f65 net: Introduce a new MII time stamping interface. by Richard Cochran · 5 years ago
- 12d0efb9 net: phy: dp83640: Move the probe and remove methods around. by Richard Cochran · 5 years ago
- 9289252 dp83640: Reject requests to enable time stamping on both edges. by Richard Cochran · 5 years ago
- 6138e68 ptp: Introduce strict checking of external time stamp options. by Richard Cochran · 5 years ago
- e8e9c98 dp83640: reject unsupported external timestamp flags by Jacob Keller · 5 years ago
- 7f9048f net: reject PTP periodic output requests with unsupported flags by Jacob Keller · 5 years ago
- dcdecdc net: phy: switch drivers to use dynamic feature detection by Heiner Kallweit · 6 years ago
- a655fe9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- 53bc8d2 net: dp83640: expire old TX-skb by Sebastian Andrzej Siewior · 6 years ago
- a2443fd net: phy: Convert some PHY and MDIO driver files to SPDX headers by Andrew Lunn · 6 years ago
- a4307c0 net: phy: remove flag PHY_HAS_INTERRUPT from driver configs by Heiner Kallweit · 6 years ago
- c4fabb8 net: phy: Add phydev_info() by Andrew Lunn · 6 years ago
- ab2a605 net: phy: Add phydev_warn() by Andrew Lunn · 6 years ago
- d331e75 net: dp83640: Mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
- 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
- 76327a3 dp83640: Ensure against premature access to PHY registers after reset by Esben Haabendal · 7 years ago
- 80274ab net: phy: remove generic settings for callbacks config_aneg and read_status from drivers by Heiner Kallweit · 7 years ago
- d36b82b dp83640: don't hold spinlock while calling netif_rx_ni by Stefan Sørensen · 7 years ago
- db9d8b2 net: dp83640: Avoid NULL pointer dereference. by Richard Cochran · 8 years ago
- 9d386cd dp83640: don't recieve time stamps twice by Dan Carpenter · 8 years ago
- e4788b8 ptp: dp83640: Use the high resolution frequency method. by Richard Cochran · 8 years ago
- 81e8f2e net: dp83640: Fix tx timestamp overflow handling. by Manfred Rudigier · 9 years ago
- be01da7 phy: Centralize setting driver module owner by Andrew Lunn · 9 years ago
- e5a03bf phy: Add an mdio_device structure by Andrew Lunn · 9 years ago
- a1f8723 dp83640: Only wait for timestamps for packets with timestamping enabled. by Stefan Sørensen · 9 years ago
- ccf6ee9 dp83640: Prune rx timestamp list before reading from it by Stefan Sørensen · 9 years ago
- 4b06325 dp83640: Delay scheduled work. by Stefan Sørensen · 9 years ago
- 539e44d dp83640: Include hash in timestamp/packet matching by Stefan Sørensen · 9 years ago
- 11b1544 dp83640: only report generic filters in ts_info by Jacob Keller · 10 years ago
- adbe088 net: dp83640: fix improper double spin locking. by Richard Cochran · 10 years ago
- a935865 net: dp83640: reinforce locking rules. by Richard Cochran · 10 years ago
- 397a253a net: dp83640: fix broken calibration routine. by Richard Cochran · 10 years ago
- 6c373ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
- 41c2c18 ptp: dp83640: convert to the 64 bit get/set time methods. by Richard Cochran · 10 years ago
- f42cf8d treewide: Fix typo in printk messages by Masanari Iida · 10 years ago
- cca04b2 net: ptp: fix time stamp matching logic for VLAN packets. by Richard Cochran · 10 years ago
- db91b72 dp83640: Make use of skb_queue_purge instead of reimplementing the code by Alexander Duyck · 10 years ago
- 62bccb8 net-timestamp: Make the clone operation stand-alone from phy timestamping by Alexander Duyck · 10 years ago
- 13322f2 dp83640: Fix length check for event timestamp status messages by Christian Riesch · 10 years ago
- 63502b8 dp83640: Fix receive timestamp race condition by Stefan Sørensen · 10 years ago
- 1a98c69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
- a0077a9 dp83640: Adjust ptp event timestamps by Stefan Sørensen · 11 years ago
- a12f78c dp83640: Always decode received status frames by Stefan Sørensen · 11 years ago
- ae5c6c6 ptp: Classify ptp over ip over vlan packets by Stefan Sørensen · 11 years ago
- e015595 dp83640: Get calibration pin with ptp_find_pin by Stefan Sørensen · 11 years ago
- 6f39eb8 dp83640: Verify calibration pin assignment by Stefan Sørensen · 11 years ago
- ad01577 dp83640: Increase supported perout pins to 7 by Stefan Sørensen · 11 years ago
- 35e872a dp83640: Program pulsewidth2 values of perout triggers 0 and 1 by Stefan Sørensen · 11 years ago
- 408eccc net: ptp: move PTP classifier in its own file by Daniel Borkmann · 11 years ago
- 621bdec dp83640: let the periodic pin from the module parameter be a default. by Richard Cochran · 11 years ago
- faa8971 dp83640: let external input pins from the module parameters be defaults. by Richard Cochran · 11 years ago
- 86dd361 dp83640: implement programmable pin functions. by Richard Cochran · 11 years ago
- 564ca56 dp83640: correct the periodic output frequency by Richard Cochran · 11 years ago
- fbf4b93 dp83640: trivial fixes by Richard Cochran · 11 years ago
- 602b109 net:phy:dp83640: Move all HW initialization to dp83640_config_init by Stefan Sørensen · 11 years ago
- 62ad968 net:phy:dp83640: Initialize PTP clocks at device init. by Stefan Sørensen · 11 years ago
- 80671bd net:phy:dp83640: Do not hardcode timestamping event edge by Stefan Sørensen · 11 years ago
- e2e2f51 net:phy:dp83640: Declare that TX timestamping possible by Stefan Sørensen · 11 years ago
- dd61d96 net: phy: dp83640: fix checkpath error by Florian Fainelli · 11 years ago
- 1642182 net/phy: Add interrupt support for dp83640 phy. by Stephan Gatzka · 12 years ago
- 1ef7615 ptp: link the phc device to its parent device by Richard Cochran · 12 years ago
- 8d24248 phy: Use pr_<level> by Joe Perches · 13 years ago
- 7dff349 dp83640: Support the get_ts_info ethtool method. by Richard Cochran · 13 years ago
- c2ec3ff phc: Update author's email address. by Richard Cochran · 13 years ago
- 72092cc dp83640: Fix NOHZ local_softirq_pending 08 warning by Manfred Rudigier · 13 years ago
- 8b3408f dp83640: free packet queues on remove by Richard Cochran · 13 years ago
- f5ff7cd dp83640: use proper function to free transmit time stamping packets by Richard Cochran · 13 years ago
- 88c5100 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
- 02715ed dp83640: reduce driver noise by Richard Cochran · 13 years ago
- dccaa9e dp83640: add time stamp insertion for sync messages by Richard Cochran · 13 years ago
- 49b3fd4 dp83640: enable six external events and one periodic output by Richard Cochran · 13 years ago
- 8028837 dp83640: increase receive time stamp buffer size by Richard Cochran · 13 years ago
- ae6e86b dp83640: drop PHY status frames in the driver. by Richard Cochran · 14 years ago
- 2331038 dp83640: fix phy status frame event parsing by Richard Cochran · 14 years ago
- 86ff9baa ptp: Fix dp83640 build warning when building statically by John Stultz · 14 years ago
- cb646e2 ptp: Added a clock driver for the National Semiconductor PHYTER. by Richard Cochran · 14 years ago