aboutsummaryrefslogtreecommitdiff
path: root/net/linuxptp/patches
Commit message (Collapse)AuthorAge
* linuxptp: Bump to version 4.1Wojciech Dubowik2023-09-27
| | | | | | | | | From release notes: "This release is the first of our regular quarterly releases. It includes a new feature (multi-domain synchronization for phc2sys) and several minor bug fixes. Users are encouraged to upgrade." Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@westermo.com>
* linuxptp: Update to 4.0Wojciech Dubowik2023-06-22
| | | | | | | | | | | | | | | | | | | | Major changes since version 3.1.1: * Officially supports the 2019 version of IEEE 1588 * Improved unicast messaging * Enhanced G.8275.2 profile * More flexible Pulse Per Second (PPS) handling * Virtual clock support * Power profile support * VLAN over bond support. * Parallel Redundancy Protocol (PRP) trailer handling. * Non-privileged read-only monitoring port. * New statistics reporting. [V2] * reset package release * adapt license name to the new format Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@westermo.com>
* linuxptp: fix bad formats with ppc64 and mips64Rosen Penev2022-01-31
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* linuxptp: fix build failurePaulo Machado2020-05-26
| | | | | | | | | | | | Build is failing because HWTSTAMP_TX_ONESTEP_P2P is defined anymore on linux net_tstamp.h. Moreover, the usual way of linuxptp build is looking for system includes unless user defines differently. That also was tried to fix. PKG_RELEASE bumped to 3. Signed-off-by: Paulo Machado <pffmachado@yahoo.com>
* Bump linuxptp to version 1.9.2Wojciech Dubowik2018-04-09
| | | | Signed-off-by: Wojciech Dubowik <klute99@gmail.com>
* linuxptp: Upgrade to v1.9Wojciech Dubowik2018-04-03
| | | | | | Plus one upstream fix. Signed-off-by: Wojciech Dubowik <klute99@gmail.com>
* linuxptp: Remove unnecessary netdb.h includesFlorian Fainelli2017-06-04
| | | | | | | | | This backports a patch that has been accepted upstream in linuxptp: 8b61aa2c3f3103db1d4ca1d1e49bb4f8831c1abf ("udp: Avoid including netdb.h") to fix build errors with external glibc toolchains that provide rpc/types.h. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* linuxptp: include time.h to fix unknown type name 'time_t' error with musl, ↵Stephen Walker2016-07-09
| | | | | | | | | | | | refresh patches In file included from print.h:25:0, from linreg.c:24: util.h:364:32: error: unknown type name 'time_t' int rate_limited(int interval, time_t *last); ^ Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
* linuxptp: Add the packageWojciech Dubowik2016-01-19
Linuxptp is a user space software implementation of IEEE 1588 Precision Time Protocol standard. Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com> Reviewed-by: John Crispin<blogic@openwrt.org>