aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-25can: peak_pci: fix checkpatch warningsMarc Kleine-Budde1-2/+4
2021-07-25can: peak_pci: convert comments to network style commentsMarc Kleine-Budde1-35/+14
2021-07-25net: at91_can: fix the comments style issuePeng Li1-28/+14
2021-07-25net: at91_can: remove redundant spacePeng Li1-1/+1
2021-07-25net: at91_can: add braces {} to all arms of the statementPeng Li1-7/+7
2021-07-25net: at91_can: fix the alignment issuePeng Li1-11/+13
2021-07-25net: at91_can: use BIT macroPeng Li1-13/+13
2021-07-25net: at91_can: fix the code style issue about macroPeng Li1-8/+8
2021-07-25net: at91_can: add blank line after declarationsPeng Li1-0/+3
2021-07-25net: at91_can: remove redundant blank linesPeng Li1-2/+0
2021-07-25can: at91_can: use DEVICE_ATTR_RW() helper macroZhen Lei1-5/+5
2021-07-25can: janz-ican3: use DEVICE_ATTR_RO/RW() helper macroZhen Lei1-12/+11
2021-07-25can: esd_usb2: use DEVICE_ATTR_RO() helper macroZhen Lei1-6/+6
2021-07-25can: mcp251xfd: mcp251xfd_open(): request IRQ as sharedMarc Kleine-Budde1-2/+2
2021-07-25can: mcp251xfd: Fix header block to clarify independence from OFAndy Shevchenko1-2/+2
2021-07-25can: mcp251xfd: mcp251xfd_probe(): try to get crystal clock rate from propertyAndy Shevchenko1-3/+11
2021-07-25can: m_can: remove support for custom bit timingMarc Kleine-Budde2-21/+6
2021-07-25can: m_can: use devm_platform_ioremap_resource_bynameYang Yingliang1-2/+1
2021-07-25can: m_can: Add support for transceiver as phyFaiz Abbas3-1/+25
2021-07-25dt-bindings: net: can: Document transceiver implementation as phyFaiz Abbas1-0/+3
2021-07-25can: netlink: remove redundant check in can_validate()Vincent Mailhol1-1/+1
2021-07-25can: netlink: clear data_bittiming if FD is turned offVincent Mailhol1-2/+5
2021-07-25can: bittiming: fix documentation for struct can_tdcMarc Kleine-Budde1-2/+2
2021-07-25can: rx-offload: can_rx_offload_threaded_irq_finish(): add new function to be...Marc Kleine-Budde4-3/+27
2021-07-25can: rx-offload: can_rx_offload_irq_finish(): directly call napi_schedule()Marc Kleine-Budde2-6/+1
2021-07-25can: rx-offload: add skb queue for use during ISRMarc Kleine-Budde6-35/+48
2021-07-25can: j1939: j1939_xtp_rx_dat_one(): use separate pointer for session skb cont...Marc Kleine-Budde1-4/+4
2021-07-25can: j1939: j1939_session_tx_dat(): use consistent name se_skcb for session s...Marc Kleine-Budde1-4/+4
2021-07-25can: j1939: j1939_session_completed(): use consistent name se_skb for the ses...Marc Kleine-Budde1-4/+4
2021-07-25can: j1939: replace fall through comment by fallthrough pseudo-keywordMarc Kleine-Budde1-5/+10
2021-07-25can: j1939: fix checkpatch warningsMarc Kleine-Budde1-2/+3
2021-07-25can: j1939: j1939_sk_sock_destruct(): correct a grammatical errorgushengxian1-1/+1
2021-07-25Merge branch 'nfc-const'David S. Miller46-112/+108
2021-07-25nfc: constify nfc_digital_opsKrzysztof Kozlowski6-7/+7
2021-07-25nfc: constify nfc_llc_opsKrzysztof Kozlowski5-7/+7
2021-07-25nfc: constify nfc_hci_opsKrzysztof Kozlowski5-6/+6
2021-07-25nfc: constify nfc_opsKrzysztof Kozlowski6-7/+7
2021-07-25nfc: constify nfc_hci_gateKrzysztof Kozlowski4-4/+4
2021-07-25nfc: constify pointer to nfc_vendor_cmdKrzysztof Kozlowski6-7/+7
2021-07-25nfc: st21nfca: constify file-scope arraysKrzysztof Kozlowski1-2/+2
2021-07-25nfc: constify nfc_phy_opsKrzysztof Kozlowski18-35/+37
2021-07-25nfc: constify nci_driver_ops (prop_ops and core_ops)Krzysztof Kozlowski6-15/+15
2021-07-25nfc: s3fwrn5: constify nci_opsKrzysztof Kozlowski3-12/+5
2021-07-25nfc: constify nci_opsKrzysztof Kozlowski7-10/+11
2021-07-25nfc: constify payload argument in nci_send_cmd()Krzysztof Kozlowski2-2/+2
2021-07-24net: bridge: fix build when setting skb->offload_fwd_mark with CONFIG_NET_SWI...Vladimir Oltean3-1/+12
2021-07-23Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller3-5/+8
2021-07-23net: phy: Remove unused including <linux/version.h>chongjiapeng1-1/+0
2021-07-23nfc: port100: constify protocol list arrayKrzysztof Kozlowski1-4/+4
2021-07-23mpls: defer ttl decrement in mpls_forward()Kangmin Park1-1/+1