summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-07-29mctp: Add initial driver infrastructureJeremy Kerr4-0/+11
2021-07-29nfc: mrvl: constify static nfcmrvl_if_opsKrzysztof Kozlowski6-7/+7
2021-07-29nfc: mrvl: constify several pointersKrzysztof Kozlowski6-13/+15
2021-07-29nfc: microread: constify several pointersKrzysztof Kozlowski3-4/+4
2021-07-29nfc: fdp: constify several pointersKrzysztof Kozlowski3-13/+13
2021-07-29nfc: fdp: use unsigned int as loop iteratorKrzysztof Kozlowski1-1/+2
2021-07-29nfc: fdp: drop unneeded cast for printing firmware size in dev_dbg()Krzysztof Kozlowski1-4/+4
2021-07-29nfc: nfcsim: constify drvdata (struct nfcsim)Krzysztof Kozlowski1-1/+1
2021-07-29nfc: virtual_ncidev: constify pointer to nfc_devKrzysztof Kozlowski1-1/+1
2021-07-29nfc: trf7970a: constify several pointersKrzysztof Kozlowski1-8/+9
2021-07-29nfc: port100: constify several pointersKrzysztof Kozlowski1-17/+20
2021-07-29nfc: mei_phy: constify buffer passed to mei_nfc_send()Krzysztof Kozlowski1-1/+1
2021-07-29veth: use skb_prepare_for_gro()Paolo Abeni1-1/+1
2021-07-28net: dsa: sja1105: be stateless when installing FDB entriesVladimir Oltean2-18/+3
2021-07-28bnxt_en: Log if an invalid signal detected on TSIO pinPavan Chebbi2-0/+28
2021-07-28bnxt_en: Event handler for PPS eventsPavan Chebbi3-0/+58
2021-07-28bnxt_en: 1PPS functions to configure TSIO pinsPavan Chebbi3-2/+178
2021-07-28bnxt_en: 1PPS support for 5750X family chipsPavan Chebbi4-1/+113
2021-07-28bnxt_en: Do not read the PTP PHC during chip resetMichael Chan2-11/+35
2021-07-28bnxt_en: Move bnxt_ptp_init() from bnxt_open() back to bnxt_init_one()Michael Chan2-9/+12
2021-07-28net: fec: add MAC internal delayed clock feature supportFugang Duan2-0/+33
2021-07-28net: fec: add eee mode tx lpi supportFugang Duan2-0/+95
2021-07-28net: fec: add imx8mq and imx8qm new versions supportFugang Duan2-0/+43
2021-07-28nfp: flower-ct: fix error return code in nfp_fl_ct_add_offload()Yang Yingliang1-2/+6
2021-07-28net/mlx5: Don't rely on always true registered fieldLeon Romanovsky2-16/+5
2021-07-28net: ti: am65-cpsw-nuss: fix wrong devlink release orderLeon Romanovsky1-17/+17
2021-07-28net: ipa: don't suspend endpoints if setup not completeAlex Elder1-8/+11
2021-07-28net: ipa: add a clock reference for netdev operationsAlex Elder1-1/+8
2021-07-28net: ipa: add clock reference for remoteproc SSRAlex Elder1-0/+5
2021-07-28net: ipa: get another clock for ipa_setup()Alex Elder1-0/+5
2021-07-28net: ipa: get clock in ipa_probe()Alex Elder1-3/+15
2021-07-27net: ipa: kill ipa_interrupt_process_all()Alex Elder1-13/+5
2021-07-27net: ipa: get rid of some unneeded IPA interrupt codeAlex Elder1-16/+1
2021-07-27net: ipa: clear disabled IPA interrupt conditionsAlex Elder1-3/+14
2021-07-27net: ipa: make IPA interrupt handler threaded onlyAlex Elder1-18/+11
2021-07-27ionic: add function tag to debug stringShannon Nelson1-2/+2
2021-07-27ionic: enable rxhash only with multiple queuesShannon Nelson1-1/+3
2021-07-27ionic: block some ethtool operations when fw in resetShannon Nelson1-0/+21
2021-07-27ionic: remove unneeded comp union fieldsShannon Nelson1-2/+0
2021-07-27ionic: increment num-vfs before configureShannon Nelson1-1/+1
2021-07-27ionic: use fewer inits on the buf_info structShannon Nelson1-16/+11
2021-07-27ionic: init reconfig err to 0Shannon Nelson1-3/+10
2021-07-27ionic: print firmware version on identifyShannon Nelson1-0/+2
2021-07-27ionic: monitor fw status generationShannon Nelson3-3/+31
2021-07-27ionic: minimize resources when under kdumpShannon Nelson1-2/+19
2021-07-27net: bonding: move ioctl handling to private ndo operationArnd Bergmann1-1/+1
2021-07-27net: split out ndo_siowandev ioctlArnd Bergmann24-254/+182
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann164-203/+219
2021-07-27wan: cosa: remove dead cosa_net_ioctl() functionArnd Bergmann1-14/+1
2021-07-27wan: use ndo_siocdevprivateArnd Bergmann8-56/+117