Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-20Revert "net: fec: Use a spinlock to guard `fep->ptp_clk_on`"Francesco Dolcini
2022-09-20Revert "fec: Restart PPS after link state change"Francesco Dolcini
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-09-03net: fec: Use a spinlock to guard `fep->ptp_clk_on`Csókás Bence
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-24fec: Restart PPS after link state changeCsókás Bence
2022-08-13fec: Fix timer capture timing in `fec_ptp_enable_pps()`Csókás Bence
2022-01-25net: fec_ptp: remove redundant initialization of variable valColin Ian King
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu
2021-06-16net: fec_ptp: fix issue caused by refactor the fec_devtypeJoakim Zhang
2021-06-16net: fec_ptp: add clock rate zero checkFugang Duan
2021-02-27net: fec: ptp: avoid register access when ipg clock is disabledHeiko Thiery
2020-09-26drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg
2020-09-14net: fec: ptp: remove unused variable 'ns' in fec_time_keep()Zhang Changzhong
2020-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-16net: fec: replace snprintf() with strlcpy() in fec_ptp_init()Sergey Organov
2020-07-16net: fec: get rid of redundant code in fec_ptp_set()Sergey Organov
2020-07-16net: fec: initialize clock with 0 rather than current kernel timeSergey Organov
2020-07-16net: fec: enable to use PPS feature without time stampingSergey Organov
2020-07-16net: fec: fix hardware time stamping by external devicesSergey Organov
2019-10-30net: fec_ptp: Use platform_get_irq_xxx_optional() to avoid error messageAnson Huang
2019-06-05net: fec_ptp: Use dev_err() instead of pr_err()Fabio Estevam
2018-07-04net: fec: remove redundant variable 'inc'Colin Ian King
2018-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-25net: fec: remove stale commentYueHaibing
2018-05-22net: fec: ptp: Switch to SPDX identifierFabio Estevam
2017-11-08net: fec: Let fec_ptp have its own interrupt routineTroy Kisky
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner
2015-10-05net: fec: avoid timespec useArnd Bergmann
2015-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-07-27net: fec: introduce fec_ptp_stop and use in probe fail pathLucas Stach
2015-07-18freescale: remove incorrect copied commentJacob Keller
2015-06-08net: fec: ptp: correct the ENET_ATCOR valueFugang Duan
2015-04-01ptp: fec: use helpers for converting ns to timespec.Richard Cochran
2015-03-31ptp: fec: convert to the 64 bit get/set time methods.Richard Cochran
2015-03-09ethernet: codespell comment spelling fixesJoe Perches
2014-12-31net: fec: convert to timecounter adjtime.Richard Cochran
2014-10-16net: fec: ptp: fix convergence issue to support LinuxPTP stackNimrod Andy
2014-10-14net: fec: ptp: Enable PPS output based on ptp clockLuwei Zhou
2014-10-14net: fec: ptp: Use hardware algorithm to adjust PTP counter.Luwei Zhou
2014-10-14net: fec: ptp: Use the 31-bit ptp timer.Luwei Zhou
2014-08-22net: fec: ptp: avoid register access when ipg clock is disabledNimrod Andy
2014-03-21ptp: drivers: set the number of programmable pins.Richard Cochran
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-11-21fec: Implement the SIOCGHWTSTAMP ioctlBen Hutchings
2013-06-08fec: Only pass pdev in fec_ptp_init()Fabio Estevam
2013-04-14fec: Convert printks to netdev_<level>Joe Perches
2013-04-14fec: Fix PHC device logFabio Estevam
2013-03-25net: fec: build fec.c and fec_ptp.c to one moduleFrank Li