Age | Commit message (Expand) | Author |
2019-07-09 | net: dsa: add support for BRIDGE_MROUTER attribute | Vivien Didelot |
2019-07-09 | net: flow_offload: add flow_block_cb_is_busy() and use it | Pablo Neira Ayuso |
2019-07-09 | drivers: net: use flow block API | Pablo Neira Ayuso |
2019-07-09 | net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_* | Pablo Neira Ayuso |
2019-07-09 | net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BIND | Pablo Neira Ayuso |
2019-06-14 | net: dsa: use switchdev handle helpers | Vivien Didelot |
2019-06-14 | net: dsa: make dsa_slave_dev_check use const | Vivien Didelot |
2019-06-14 | net: dsa: do not check orig_dev in vlan del | Vivien Didelot |
2019-06-13 | net: dsa: tag_sja1105: Select CONFIG_PACKING | Vladimir Oltean |
2019-06-12 | net: dsa: Deal with non-existing PHY/fixed-link | Florian Fainelli |
2019-06-08 | net: dsa: sja1105: Add a state machine for RX timestamping | Vladimir Oltean |
2019-06-08 | net: dsa: sja1105: Receive and decode meta frames | Vladimir Oltean |
2019-06-08 | net: dsa: sja1105: Make sja1105_is_link_local not match meta frames | Vladimir Oltean |
2019-06-08 | net: dsa: sja1105: Build a minimal understanding of meta frames | Vladimir Oltean |
2019-06-08 | net: dsa: sja1105: Limit use of incl_srcpt to bridge+vlan mode | Vladimir Oltean |
2019-06-08 | net: dsa: tag_8021q: Create helper function for removing VLAN header | Vladimir Oltean |
2019-06-08 | net: dsa: Add teardown callback for drivers | Vladimir Oltean |
2019-06-08 | net: dsa: Keep a pointer to the skb clone for TX timestamping | Vladimir Oltean |
2019-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2019-05-31 | net: dsa: sja1105: Don't store frame type in skb->cb | Vladimir Oltean |
2019-05-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-05-31 | Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g... | Linus Torvalds |
2019-05-30 | net: dsa: Add error path handling in dsa_tree_setup() | Ioana Ciornei |
2019-05-30 | net: dsa: tag_8021q: Create a stable binary format | Vladimir Oltean |
2019-05-30 | net: dsa: tag_8021q: Change order of rx_vid setup | Ioana Ciornei |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner |
2019-05-29 | net: dsa: Use PHYLINK for the CPU/DSA ports | Ioana Ciornei |
2019-05-29 | net: dsa: Move the phylink driver calls into port.c | Ioana Ciornei |
2019-05-29 | net: phylink: Add struct phylink_config to PHYLINK API | Ioana Ciornei |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2019-05-12 | net: dsa: Initialize DSA_SKB_CB(skb)->deferred_xmit variable | Vladimir Oltean |
2019-05-10 | dsa: tag_brcm: Fix build error without CONFIG_NET_DSA_TAG_BRCM_PREPEND | YueHaibing |
2019-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-05-07 | net: dsa: support of_get_mac_address new ERR_PTR error | Petr Štetiar |
2019-05-07 | net: dsa: Fix error cleanup path in dsa_init_module | YueHaibing |
2019-05-05 | net: dsa: sja1105: Add support for traffic through standalone ports | Vladimir Oltean |
2019-05-05 | net: dsa: Add support for deferred xmit | Vladimir Oltean |
2019-05-05 | net: dsa: Allow drivers to filter packets they can decode source port from | Vladimir Oltean |
2019-05-05 | net: dsa: Optional VLAN-based port separation for switches without tagging | Vladimir Oltean |
2019-05-05 | net: dsa: Export symbols for dsa_port_vid_{add, del} | Vladimir Oltean |
2019-05-05 | net: dsa: Call driver's setup callback after setting up its switchdev notifier | Vladimir Oltean |
2019-05-05 | net/dsa: use intermediate representation for matchall offload | Pieter Jansen van Vuuren |
2019-04-30 | net: dsa: Remove legacy probing support | Andrew Lunn |
2019-04-30 | net: dsa: Add more convenient functions for installing port VLANs | Vladimir Oltean |
2019-04-30 | net: dsa: Skip calling .port_vlan_filtering on no change | Vladimir Oltean |
2019-04-30 | net: dsa: Keep the vlan_filtering setting in dsa_switch if it's global | Vladimir Oltean |
2019-04-30 | net: dsa: Unset vlan_filtering when ports leave the bridge | Vladimir Oltean |
2019-04-30 | net: dsa: Be aware of switches where VLAN filtering is a global setting | Vladimir Oltean |
2019-04-30 | net: dsa: Store vlan_filtering as a property of dsa_port | Vladimir Oltean |