aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-24can: flexcan: add support for PE clock source selectDong Aisheng
2019-07-24dt-bindings: can: flexcan: add PE clock source property to device treeDong Aisheng
2019-07-24can: flexcan: implement can Runtime PMAisheng Dong
2019-07-24can: Kconfig: correct history of the CAN protocolRobert P. J. Day
2019-07-24can: xilinx_can: clean up indentation issueColin Ian King
2019-07-24can: xilinx_can: Add support for CANFD FD framesAppana Durga Kedareswara rao
2019-07-24can: xilinx_can: Add cantype parameter in xcan_devtype_data structAppana Durga Kedareswara rao
2019-07-24can: xilinx_can: Fix flags field initialization for axi can and canpsAppana Durga Kedareswara rao
2019-07-24can: xilinx_can: Fix kernel doc warningsAppana Durga Kedareswara rao
2019-07-24can: xilinx_can: Fix style issuesAppana Durga Kedareswara rao
2019-07-24can: tcan4x5x: Add tcan4x5x driver to the kernelDan Murphy
2019-07-24dt-bindings: can: tcan4x5x: Add DT bindings for TCAN4x5X driverDan Murphy
2019-07-24can: m_can: Rename m_can_priv to m_can_classdevDan Murphy
2019-07-24can: m_can: Create a m_can platform frameworkDan Murphy
2019-07-24can: m_can: Fix checkpatch issues on existing codeDan Murphy
2019-07-24can: mark expected switch fall-throughsGustavo A. R. Silva
2019-07-24can: kvaser_pciefd: Add driver for Kvaser PCIEcan devicesHenning Colliander
2019-07-24can: kvaser_usb: Use struct_size() in alloc_candev()Gustavo A. R. Silva
2019-07-24can: sja1000: f81601: add Fintek F81601 supportJi-Ze Hong (Peter Hong)
2019-07-24can: sja1000: Makefile/Kconfig: sort alphabeticallyMarc Kleine-Budde
2019-07-24MAINTAINERS: can: add missing files to CAN NETWORK DRIVERS and CAN NETWORK LAYERMarc Kleine-Budde
2019-07-23tc-testing: added tdc tests for [b|p]fifo qdiscRoman Mashak
2019-07-23hv_sock: Use consistent types for UUIDsAndy Shevchenko
2019-07-23Merge branch 'nfp-Offload-MPLS-actions'David S. Miller
2019-07-23nfp: flower: offload MPLS set actionJohn Hurley
2019-07-23nfp: flower: offload MPLS pop actionJohn Hurley
2019-07-23nfp: flower: offload MPLS push actionJohn Hurley
2019-07-23net: sched: include mpls actions in hardware intermediate representationJohn Hurley
2019-07-23net/mlx5e: xsk: dynamically allocate mlx5e_channel_paramArnd Bergmann
2019-07-23net: jme: Use dev_get_drvdataChuhong Yuan
2019-07-23igb: Use dev_get_drvdata where possibleChuhong Yuan
2019-07-23i40e: Use dev_get_drvdataChuhong Yuan
2019-07-23fm10k: Use dev_get_drvdataChuhong Yuan
2019-07-23e1000e: Use dev_get_drvdata where possibleChuhong Yuan
2019-07-23net: broadcom: Use dev_get_drvdataChuhong Yuan
2019-07-23net: atheros: Use dev_get_drvdataChuhong Yuan
2019-07-23net: 3com: 3c59x: Use dev_get_drvdataChuhong Yuan
2019-07-23atm: Use dev_get_drvdataChuhong Yuan
2019-07-23ftgmac100: Fix build.David S. Miller
2019-07-23qlge: Move drivers/net/ethernet/qlogic/qlge/ to drivers/staging/qlge/Benjamin Poirier
2019-07-22Merge branch 'Convert-skb_frag_t-to-bio_vec'David S. Miller
2019-07-22net: Convert skb_frag_t to bio_vecMatthew Wilcox (Oracle)
2019-07-22net: Rename skb_frag_t size to bv_lenMatthew Wilcox (Oracle)
2019-07-22net: Rename skb_frag page to bv_pageMatthew Wilcox (Oracle)
2019-07-22net: Reorder the contents of skb_frag_tMatthew Wilcox (Oracle)
2019-07-22net: Increase the size of skb_frag_tMatthew Wilcox (Oracle)
2019-07-22net: Use skb accessors in network coreMatthew Wilcox (Oracle)
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-07-22net: usb: Merge cpu_to_le32s + memcpy to put_unaligned_le32Chuhong Yuan
2019-07-22r8169: improve rtl_rxHeiner Kallweit