summaryrefslogtreecommitdiff
path: root/net/dsa
AgeCommit message (Expand)Author
2019-08-27net: dsa: do not skip -EOPNOTSUPP in dsa_port_vid_addVivien Didelot
2019-08-27net: dsa: remove bitmap operationsVivien Didelot
2019-08-20net: dsa: enable and disable all portsVivien Didelot
2019-08-20net: dsa: use a single switch statement for port setupVivien Didelot
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-17net: dsa: remove calls to genphy_config_initHeiner Kallweit
2019-08-11net: dsa: Check existence of .port_mdb_add callback before calling itChen-Yu Tsai
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-06net: dsa: sja1105: Fix memory leak on meta state machine error pathVladimir Oltean
2019-08-06net: dsa: sja1105: Fix memory leak on meta state machine normal pathVladimir Oltean
2019-08-06net: dsa: dump CPU port regs through masterVivien Didelot
2019-08-06net: dsa: ksz: Drop NET_DSA_TAG_KSZ9477Marek Vasut
2019-07-30net: dsa: ksz: Add KSZ8795 tag codeTristram Ha
2019-07-19net: flow_offload: add flow_block structure and use itPablo Neira Ayuso
2019-07-19net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso
2019-07-19net: flow_offload: remove netns parameter from flow_block_cb_alloc()Pablo Neira Ayuso
2019-07-18net: dsa: sja1105: Fix missing unlock on error in sk_buff()Wei Yongjun
2019-07-09net: dsa: add support for BRIDGE_MROUTER attributeVivien Didelot
2019-07-09net: flow_offload: add flow_block_cb_is_busy() and use itPablo Neira Ayuso
2019-07-09drivers: net: use flow block APIPablo Neira Ayuso
2019-07-09net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*Pablo Neira Ayuso
2019-07-09net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BINDPablo Neira Ayuso
2019-06-14net: dsa: use switchdev handle helpersVivien Didelot
2019-06-14net: dsa: make dsa_slave_dev_check use constVivien Didelot
2019-06-14net: dsa: do not check orig_dev in vlan delVivien Didelot
2019-06-13net: dsa: tag_sja1105: Select CONFIG_PACKINGVladimir Oltean
2019-06-12net: dsa: Deal with non-existing PHY/fixed-linkFlorian Fainelli
2019-06-08net: dsa: sja1105: Add a state machine for RX timestampingVladimir Oltean
2019-06-08net: dsa: sja1105: Receive and decode meta framesVladimir Oltean
2019-06-08net: dsa: sja1105: Make sja1105_is_link_local not match meta framesVladimir Oltean
2019-06-08net: dsa: sja1105: Build a minimal understanding of meta framesVladimir Oltean
2019-06-08net: dsa: sja1105: Limit use of incl_srcpt to bridge+vlan modeVladimir Oltean
2019-06-08net: dsa: tag_8021q: Create helper function for removing VLAN headerVladimir Oltean
2019-06-08net: dsa: Add teardown callback for driversVladimir Oltean
2019-06-08net: dsa: Keep a pointer to the skb clone for TX timestampingVladimir Oltean
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-05-31net: dsa: sja1105: Don't store frame type in skb->cbVladimir Oltean
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds
2019-05-30net: dsa: Add error path handling in dsa_tree_setup()Ioana Ciornei
2019-05-30net: dsa: tag_8021q: Create a stable binary formatVladimir Oltean
2019-05-30net: dsa: tag_8021q: Change order of rx_vid setupIoana Ciornei
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-29net: dsa: Use PHYLINK for the CPU/DSA portsIoana Ciornei
2019-05-29net: dsa: Move the phylink driver calls into port.cIoana Ciornei
2019-05-29net: phylink: Add struct phylink_config to PHYLINK APIIoana Ciornei
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-12net: dsa: Initialize DSA_SKB_CB(skb)->deferred_xmit variableVladimir Oltean
2019-05-10dsa: tag_brcm: Fix build error without CONFIG_NET_DSA_TAG_BRCM_PREPENDYueHaibing