summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-08net: dsa: sja1105: Expose PTP timestamping ioctls to userspaceVladimir Oltean
2019-06-08net: dsa: sja1105: Add a state machine for RX timestampingVladimir Oltean
2019-06-08net: dsa: sja1105: Increase priority of CPU-trapped framesVladimir Oltean
2019-06-08net: dsa: sja1105: Add a global sja1105_tagger_data structureVladimir Oltean
2019-06-08net: dsa: sja1105: Receive and decode meta framesVladimir Oltean
2019-06-08net: dsa: sja1105: Make sja1105_is_link_local not match meta framesVladimir Oltean
2019-06-08net: dsa: sja1105: Add support for the AVB Parameters TableVladimir Oltean
2019-06-08net: dsa: sja1105: Build a minimal understanding of meta framesVladimir Oltean
2019-06-08net: dsa: sja1105: Add logic for TX timestampingVladimir Oltean
2019-06-08net: dsa: sja1105: Add support for the PTP clockVladimir Oltean
2019-06-08net: dsa: sja1105: Export symbols for upcoming PTP driverVladimir Oltean
2019-06-08net: dsa: sja1105: Limit use of incl_srcpt to bridge+vlan modeVladimir Oltean
2019-06-08net: dsa: sja1105: Reverse TPID and TPID2Vladimir Oltean
2019-06-08net: dsa: sja1105: Move sja1105_change_tpid into sja1105_vlan_filteringVladimir Oltean
2019-06-08net: dsa: tag_8021q: Create helper function for removing VLAN headerVladimir Oltean
2019-06-08net: dsa: Add teardown callback for driversVladimir Oltean
2019-06-08net: dsa: Keep a pointer to the skb clone for TX timestampingVladimir Oltean
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-06-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2019-06-06Merge branch 'Xilinx-axienet-driver-updates'David S. Miller
2019-06-06net: axienet: convert to phylink APIRobert Hancock
2019-06-06net: axienet: make use of axistream-connected attribute optionalRobert Hancock
2019-06-06net: axienet: document axistream-connected attributeRobert Hancock
2019-06-06net: axienet: Fix MDIO bus parent node detectionRobert Hancock
2019-06-06net: axienet: document device tree mdio child nodeRobert Hancock
2019-06-06net: axienet: stop interface during shutdownRobert Hancock
2019-06-06net: axienet: Make missing MAC address non-fatalRobert Hancock
2019-06-06net: axienet: Fix race condition causing TX hangRobert Hancock
2019-06-06net: axienet: Add optional support for Ethernet core interruptRobert Hancock
2019-06-06net: axienet: Support shared interruptsRobert Hancock
2019-06-06net: axienet: Add DMA registers to ethtool register dumpRobert Hancock
2019-06-06net: axienet: Make RX/TX ring sizes configurableRobert Hancock
2019-06-06net: axienet: Cleanup DMA device reset and halt processRobert Hancock
2019-06-06net: axienet: Re-initialize MDIO registers properly after resetRobert Hancock
2019-06-06net: axienet: fix teardown order of MDIO busRobert Hancock
2019-06-06net: axienet: Use clock framework to get device clock rateRobert Hancock
2019-06-06net: axienet: add X86 and ARM as supported platformsRobert Hancock
2019-06-06net: axienet: fix MDIO bus namingRobert Hancock
2019-06-06net: axienet: Use standard IO accessorsRobert Hancock
2019-06-06net: axienet: Fix casting of pointers to u32Robert Hancock
2019-06-06net: stmmac: socfpga: fix phy and ptp_ref setup for Arria10/Stratix10Dinh Nguyen
2019-06-06dt-bindings: socfpga-dwmac: add "altr, socfpga-stmmac-a10-s10" bindingDinh Nguyen
2019-06-06Merge branch 'nfp-tls-add-basic-TX-offload'David S. Miller
2019-06-06nfp: tls: add basic statisticsJakub Kicinski
2019-06-06nfp: tls: add/delete TLS TX connectionsDirk van der Merwe
2019-06-06nfp: tls: add datapath support for TLS TXDirk van der Merwe
2019-06-06net/tls: export TLS per skb encryptionDirk van der Merwe
2019-06-06net/tls: simplify driver context retrievalJakub Kicinski