summary refs log tree commit diff
AgeCommit message (Expand)Author
2021-07-30nfc: nci: constify several pointers to u8, sk_buff and other structsKrzysztof Kozlowski
2021-07-30nfc: constify local pointer variablesKrzysztof Kozlowski
2021-07-30nfc: constify several pointers to u8, char and sk_buffKrzysztof Kozlowski
2021-07-30nfc: hci: annotate nfc_llc_init() as __initKrzysztof Kozlowski
2021-07-30nfc: annotate af_nfc_exit() as __exitKrzysztof Kozlowski
2021-07-30nfc: mrvl: correct nfcmrvl_spi_parse_dt() device_node argumentKrzysztof Kozlowski
2021-07-30net: convert fib_treeref from int to refcount_tYajun Deng
2021-07-29bcm63xx_enet: delete a redundant assignmentTang Bin
2021-07-29net: dsa: don't set skb->offload_fwd_mark when not offloading the bridgeVladimir Oltean
2021-07-29ipvlan: Add handling of NETDEV_UP eventsDi Zhu
2021-07-29net/sched: store the last executed chain also for clsact egressDavide Caratti
2021-07-29Merge branch 'dpaa2-switch-add-mirroring-support'David S. Miller
2021-07-29docs: networking: dpaa2: document mirroring support on the switchIoana Ciornei
2021-07-29dpaa2-switch: offload shared block mirror filters when binding to a portIoana Ciornei
2021-07-29dpaa2-switch: add VLAN based mirroringIoana Ciornei
2021-07-29dpaa2-switch: add support for port mirroringIoana Ciornei
2021-07-29dpaa2-switch: add API for setting up mirroringIoana Ciornei
2021-07-29dpaa2-switch: reorganize dpaa2_switch_cls_matchall_replaceIoana Ciornei
2021-07-29dpaa2-switch: reorganize dpaa2_switch_cls_flower_replaceIoana Ciornei
2021-07-29dpaa2-switch: rename dpaa2_switch_acl_tbl into filter_blockIoana Ciornei
2021-07-29dpaa2-switch: rename dpaa2_switch_tc_parse_action to specify the ACLIoana Ciornei
2021-07-29qede: Remove the qede module versionShai Malin
2021-07-29qed: Remove the qed module versionShai Malin
2021-07-29Merge branch 'sja110-vlan-fixes'David S. Miller
2021-07-29net: dsa: tag_sja1105: fix control packets on SJA1110 being received on an im...Vladimir Oltean
2021-07-29net: dsa: sja1105: make sure untagged packets are dropped on ingress ports wi...Vladimir Oltean
2021-07-29net: dsa: sja1105: reset the port pvid when leaving a VLAN-aware bridgeVladimir Oltean
2021-07-29Merge branch 'mctp'David S. Miller
2021-07-29mctp: Add MCTP overview documentJeremy Kerr
2021-07-29mctp: Allow per-netns default networksMatt Johnston
2021-07-29mctp: Add dest neighbour lladdr to route outputMatt Johnston
2021-07-29mctp: Implement message fragmentation & reassemblyJeremy Kerr
2021-07-29mctp: Populate socket implementationJeremy Kerr
2021-07-29mctp: Add neighbour netlink interfaceMatt Johnston
2021-07-29mctp: Add neighbour implementationMatt Johnston
2021-07-29mctp: Add netlink route managementMatt Johnston
2021-07-29mctp: Add initial routing frameworkJeremy Kerr
2021-07-29mctp: Add device handling and netlink interfaceJeremy Kerr
2021-07-29mctp: Add initial driver infrastructureJeremy Kerr
2021-07-29mctp: Add sockaddr_mctp to uapiJeremy Kerr
2021-07-29mctp: Add base packet definitionsJeremy Kerr
2021-07-29mctp: Add base socket/protocol definitionsJeremy Kerr
2021-07-29mctp: Add MCTP baseJeremy Kerr
2021-07-29Merge branch 'nfc-const'David S. Miller
2021-07-29nfc: mrvl: constify static nfcmrvl_if_opsKrzysztof Kozlowski
2021-07-29nfc: mrvl: constify several pointersKrzysztof Kozlowski
2021-07-29nfc: microread: constify several pointersKrzysztof Kozlowski
2021-07-29nfc: fdp: constify several pointersKrzysztof Kozlowski
2021-07-29nfc: fdp: use unsigned int as loop iteratorKrzysztof Kozlowski
2021-07-29nfc: fdp: drop unneeded cast for printing firmware size in dev_dbg()Krzysztof Kozlowski