summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nfc: constify several pointers to u8, char and sk_buffKrzysztof Kozlowski2021-07-307-55/+63
* nfc: hci: annotate nfc_llc_init() as __initKrzysztof Kozlowski2021-07-301-1/+1
* nfc: annotate af_nfc_exit() as __exitKrzysztof Kozlowski2021-07-301-1/+1
* nfc: mrvl: correct nfcmrvl_spi_parse_dt() device_node argumentKrzysztof Kozlowski2021-07-301-1/+1
* net: convert fib_treeref from int to refcount_tYajun Deng2021-07-304-9/+9
* bcm63xx_enet: delete a redundant assignmentTang Bin2021-07-291-1/+0
* net: dsa: don't set skb->offload_fwd_mark when not offloading the bridgeVladimir Oltean2021-07-2912-20/+50
* ipvlan: Add handling of NETDEV_UP eventsDi Zhu2021-07-291-0/+1
* net/sched: store the last executed chain also for clsact egressDavide Caratti2021-07-2918-58/+41
* Merge branch 'dpaa2-switch-add-mirroring-support'David S. Miller2021-07-297-149/+747
|\
| * docs: networking: dpaa2: document mirroring support on the switchIoana Ciornei2021-07-291-0/+43
| * dpaa2-switch: offload shared block mirror filters when binding to a portIoana Ciornei2021-07-293-0/+71
| * dpaa2-switch: add VLAN based mirroringIoana Ciornei2021-07-291-5/+138
| * dpaa2-switch: add support for port mirroringIoana Ciornei2021-07-293-5/+182
| * dpaa2-switch: add API for setting up mirroringIoana Ciornei2021-07-293-0/+130
| * dpaa2-switch: reorganize dpaa2_switch_cls_matchall_replaceIoana Ciornei2021-07-291-6/+25
| * dpaa2-switch: reorganize dpaa2_switch_cls_flower_replaceIoana Ciornei2021-07-291-6/+26
| * dpaa2-switch: rename dpaa2_switch_acl_tbl into filter_blockIoana Ciornei2021-07-293-125/+130
| * dpaa2-switch: rename dpaa2_switch_tc_parse_action to specify the ACLIoana Ciornei2021-07-291-8/+8
|/
* qede: Remove the qede module versionShai Malin2021-07-293-21/+4
* qed: Remove the qed module versionShai Malin2021-07-293-18/+1
* Merge branch 'sja110-vlan-fixes'David S. Miller2021-07-292-63/+98
|\
| * net: dsa: tag_sja1105: fix control packets on SJA1110 being received on an im...Vladimir Oltean2021-07-291-17/+10
| * net: dsa: sja1105: make sure untagged packets are dropped on ingress ports wi...Vladimir Oltean2021-07-291-18/+56
| * net: dsa: sja1105: reset the port pvid when leaving a VLAN-aware bridgeVladimir Oltean2021-07-291-29/+33
|/
* Merge branch 'mctp'David S. Miller2021-07-2929-3/+2889
|\
| * mctp: Add MCTP overview documentJeremy Kerr2021-07-293-0/+215
| * mctp: Allow per-netns default networksMatt Johnston2021-07-296-2/+23
| * mctp: Add dest neighbour lladdr to route outputMatt Johnston2021-07-291-2/+8
| * mctp: Implement message fragmentation & reassemblyJeremy Kerr2021-07-293-44/+361
| * mctp: Populate socket implementationJeremy Kerr2021-07-294-10/+491
| * mctp: Add neighbour netlink interfaceMatt Johnston2021-07-291-3/+204
| * mctp: Add neighbour implementationMatt Johnston2021-07-297-1/+178
| * mctp: Add netlink route managementMatt Johnston2021-07-292-9/+251
| * mctp: Add initial routing frameworkJeremy Kerr2021-07-298-1/+441
| * mctp: Add device handling and netlink interfaceJeremy Kerr2021-07-2910-1/+491
| * mctp: Add initial driver infrastructureJeremy Kerr2021-07-296-0/+13
| * mctp: Add sockaddr_mctp to uapiJeremy Kerr2021-07-291-0/+21
| * mctp: Add base packet definitionsJeremy Kerr2021-07-292-0/+36
| * mctp: Add base socket/protocol definitionsJeremy Kerr2021-07-291-0/+163
| * mctp: Add MCTP baseJeremy Kerr2021-07-2912-3/+66
|/
* Merge branch 'nfc-const'David S. Miller2021-07-2919-71/+78
|\
| * nfc: mrvl: constify static nfcmrvl_if_opsKrzysztof Kozlowski2021-07-296-7/+7
| * nfc: mrvl: constify several pointersKrzysztof Kozlowski2021-07-296-13/+15
| * nfc: microread: constify several pointersKrzysztof Kozlowski2021-07-293-4/+4
| * nfc: fdp: constify several pointersKrzysztof Kozlowski2021-07-293-13/+13
| * nfc: fdp: use unsigned int as loop iteratorKrzysztof Kozlowski2021-07-291-1/+2
| * nfc: fdp: drop unneeded cast for printing firmware size in dev_dbg()Krzysztof Kozlowski2021-07-291-4/+4
| * nfc: nfcsim: constify drvdata (struct nfcsim)Krzysztof Kozlowski2021-07-291-1/+1
| * nfc: virtual_ncidev: constify pointer to nfc_devKrzysztof Kozlowski2021-07-291-1/+1