- 5df5661 net: dsa: stop overriding master's ndo_get_phys_port_name by Vladimir Oltean · 4 years, 5 months ago
- 85e05d2 net: dsa: of: Allow ethernet-ports as encapsulating node by Kurt Kanzenbach · 4 years, 5 months ago
- 71d4364 net: dsa: use the ETH_MIN_MTU and ETH_DATA_LEN default values by Vladimir Oltean · 4 years, 5 months ago
- 9c0c701 net: dsa: Setup dsa_netdev_ops by Florian Fainelli · 4 years, 5 months ago
- 67c2404 net: dsa: felix: create a template for the DSA tags on xmit by Vladimir Oltean · 4 years, 6 months ago
- 71ad8d5 devlink: Replace devlink_port_attrs_set parameters with a struct by Danielle Ratson · 4 years, 6 months ago
- efd7fe6 net: dsa: tag_rtl4_a: Implement Realtek 4 byte A tag by Linus Walleij · 4 years, 6 months ago
- 99bac53 net: dsa: tag_qca.c: Fix warning for __be16 vs u16 by Andrew Lunn · 4 years, 6 months ago
- 04d63f9 net: dsa: tag_mtk: Fix warnings for __be16 by Andrew Lunn · 4 years, 6 months ago
- 802734a net: dsa: tag_lan9303: Fix __be16 warnings by Andrew Lunn · 4 years, 6 months ago
- ed6444e net: dsa: tag_ksz: Fix __be16 warnings by Andrew Lunn · 4 years, 6 months ago
- a61bf20 net: dsa: Add __percpu property to prevent warnings by Andrew Lunn · 4 years, 6 months ago
- 65951a9e net: dsa: Improve subordinate PHY error message by Florian Fainelli · 4 years, 6 months ago
- 1ed9ec9 dsa: Allow forwarding of redirected IGMP traffic by Daniel Mack · 4 years, 6 months ago
- 96144c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 7 months ago
- a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
- 845e0eb net: change addr_list_lock back to static key by Cong Wang · 4 years, 7 months ago
- 1806c13 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 7 months ago
- 0419849 net: dsa: tag_8021q: stop restoring VLANs from bridge by Vladimir Oltean · 4 years, 7 months ago
- 2b86cb8 net: dsa: declare lockless TX feature for slave ports by Vladimir Oltean · 4 years, 7 months ago
- 13209a8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 7 months ago
- 5e5502e net: dsa: mt7530: fix roaming from DSA user ports by DENG Qingfang · 4 years, 8 months ago
- fb9f2e9 net: dsa: tag_sja1105: appease sparse checks for ethertype accessors by Vladimir Oltean · 4 years, 8 months ago
- 84eeb5d net: dsa: tag_sja1105: implement sub-VLAN decoding by Vladimir Oltean · 4 years, 8 months ago
- 3eaae1d net: dsa: tag_8021q: support up to 8 VLANs per port using sub-VLANs by Vladimir Oltean · 4 years, 8 months ago
- 38b5bee net: dsa: sja1105: prepare tagger for handling DSA tags and VLAN simultaneously by Vladimir Oltean · 4 years, 8 months ago
- ec5ae61 net: dsa: sja1105: save/restore VLANs using a delta commit method by Vladimir Oltean · 4 years, 8 months ago
- 1f66b0f net: dsa: tag_8021q: introduce a vid_is_dsa_8021q helper by Vladimir Oltean · 4 years, 8 months ago
- 54a0ed0 net: dsa: provide an option for drivers to always receive bridge VLANs by Russell King · 4 years, 8 months ago
- 097f024 net: dsa: tag_sja1105: Constify dsa_device_ops by Florian Fainelli · 4 years, 8 months ago
- 2fa3888 net: dsa: ocelot: Constify dsa_device_ops by Florian Fainelli · 4 years, 8 months ago
- ac02a45 net: dsa: sja1105: implement cross-chip bridging operations by Vladimir Oltean · 4 years, 8 months ago
- 3b7bc1f net: dsa: introduce a dsa_switch_find function by Vladimir Oltean · 4 years, 8 months ago
- f66a6a6 net: dsa: permit cross-chip bridging between all trees in the system by Vladimir Oltean · 4 years, 8 months ago
- f78ed22 netpoll: accept NULL np argument in netpoll_send_skb() by Eric Dumazet · 4 years, 8 months ago
- c75a33c net: remove newlines in NL_SET_ERR_MSG_MOD by Jacob Keller · 4 years, 8 months ago
- e1eea81 net: dsa: introduce a dsa_port_from_netdev public helper by Vladimir Oltean · 4 years, 8 months ago
- 3793faa Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
- 050569f net: dsa: Do not leave DSA master with NULL netdev_ops by Florian Fainelli · 4 years, 8 months ago
- 6572215 net: dsa: remove duplicate assignment in dsa_slave_add_cls_matchall_mirred by Vladimir Oltean · 4 years, 8 months ago
- 1a33e10 net: partially revert dynamic lockdep key changes by Cong Wang · 4 years, 8 months ago
- 86f8b1c net: dsa: Do not make user port errors fatal by Florian Fainelli · 4 years, 8 months ago
- d483389 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
- 5c05c1d net: phylink, dsa: eliminate phylink_fixed_state_cb() by Russell King · 4 years, 8 months ago
- e131a56 net: dsa: add GRO support via gro_cells by Alexander Lobakin · 4 years, 8 months ago
- 72579e1 net: dsa: don't fail to probe if we couldn't set the MTU by Vladimir Oltean · 4 years, 8 months ago
- 3be98b2 net: dsa: Down cpu/dsa ports phylink will control by Andrew Lunn · 4 years, 9 months ago
- bf88dc3 net: dsa: dsa_bridge_mtu_normalization() can be static by kbuild test robot · 4 years, 9 months ago
- 765bda9 net: dsa: fix oops while probing Marvell DSA switches by Russell King · 4 years, 9 months ago
- 3429717 net: dsa: add port policers by Vladimir Oltean · 4 years, 9 months ago
- e13c207 net: dsa: refactor matchall mirred action to separate function by Vladimir Oltean · 4 years, 9 months ago
- ee91a83 net: dsa: Simplify 'dsa_tag_protocol_to_str()' by Christophe JAILLET · 4 years, 9 months ago
- bff33f7 net: dsa: implement auto-normalization of MTU for bridge hardware datapath by Vladimir Oltean · 4 years, 9 months ago
- bfcb813 net: dsa: configure the MTU for switch ports by Vladimir Oltean · 4 years, 9 months ago
- 9fb1695 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 9 months ago
- e80f40c net: dsa: tag_8021q: replace dsa_8021q_remove_header with __skb_vlan_pop by Vladimir Oltean · 4 years, 9 months ago
- 5201536 net: dsa: Implement flow dissection for tag_brcm.c by Florian Fainelli · 4 years, 9 months ago
- 0e62f54 net: dsa: Fix duplicate frames flooded by learning by Florian Fainelli · 4 years, 9 months ago
- 53eca1f net: rename flow_action_hw_stats_types* -> flow_action_hw_stats* by Jakub Kicinski · 4 years, 10 months ago
- 87615c96 net: dsa: warn if phylink_mac_link_state returns error by Russell King · 4 years, 10 months ago
- 1d34357 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 10 months ago
- a20f997 net: dsa: Don't instantiate phylink for CPU/DSA ports unless needed by Andrew Lunn · 4 years, 10 months ago
- 319a1d1 flow_offload: check for basic action hw stats type by Jiri Pirko · 4 years, 10 months ago
- 69df578 net: mscc: ocelot: eliminate confusion between CPU and NPI port by Vladimir Oltean · 4 years, 10 months ago
- ed11bb1 net: dsa: Add bypass operations for the flower classifier-action filter by Vladimir Oltean · 4 years, 10 months ago
- 8640f8d net: dsa: fix phylink_start()/phylink_stop() calls by Russell King · 4 years, 10 months ago
- 5b502a7 net: dsa: propagate resolved link config via mac_link_up() by Russell King · 4 years, 10 months ago
- 91a208f net: phylink: propagate resolved link config via mac_link_up() by Russell King · 4 years, 10 months ago
- ddc9aba net: dsa: tag_ar9331: Make sure there is headroom for tag by Per Forlin · 4 years, 11 months ago
- 04fb912 net: dsa: tag_qca: Make sure there is headroom for tag by Per Forlin · 4 years, 11 months ago
- 6dc43cd net: dsa: Fix use-after-free in probing of DSA switch tree by Vladimir Oltean · 5 years ago
- b3f7e3f Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- bd5874d net: dsa: tag_qca: fix doubled Tx statistics by Alexander Lobakin · 5 years ago
- ad32205 net: dsa: tag_gswip: fix typo in tagger name by Alexander Lobakin · 5 years ago
- 4d77648 net: dsa: Get information about stacked DSA protocol by Florian Fainelli · 5 years ago
- 787cac3 net: dsa: Pass pcs_poll flag from driver to PHYLINK by Vladimir Oltean · 5 years ago
- 2821d50 net: dsa: tag_sja1105: Slightly improve the Xmas tree in sja1105_xmit by Vladimir Oltean · 5 years ago
- a68578c2 net: dsa: Make deferred_xmit private to sja1105 by Vladimir Oltean · 5 years ago
- f685e60 net: dsa: Deny PTP on master if switch supports it by Vladimir Oltean · 5 years ago
- ac80010 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- 4249c50 net: dsa: ksz: use common define for tag len by Michael Grzeschik · 5 years ago
- 48fda74 net: dsa: add support for Atheros AR9331 TAG format by Oleksij Rempel · 5 years ago
- 4e2ce6e net: dsa: make unexported dsa_link_touch() static by Ben Dooks (Codethink) · 5 years ago
- 8ae6749 net: dsa: Make PHYLINK related function static again by Florian Fainelli · 5 years ago
- d46b7e4 net: phylink: rename mac_link_state() op to mac_pcs_get_state() by Russell King · 5 years ago
- c0bcf53 net: dsa: ocelot: add hardware timestamping support for Felix by Yangbo Lu · 5 years ago
- 19b7e21 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- c80ed84 net: dsa: tag_8021q: Fix dsa_8021q_restore_pvid for an absent pvid by Vladimir Oltean · 5 years ago
- 8dce89aa net: dsa: ocelot: add tagger for Ocelot/Felix switches by Vladimir Oltean · 5 years ago
- 129bd7c net: dsa: Prevent usage of NET_DSA_TAG_8021Q as tagging protocol by Florian Fainelli · 5 years ago
- 5cd73fb net: dsa: Add support for devlink resources by Andrew Lunn · 5 years ago
- c058f6d net: dsa: Fix use after free in dsa_switch_remove() by Florian Fainelli · 5 years ago
- 0c65b2b net: of_get_phy_mode: Change API to solve int/unit warnings by Andrew Lunn · 5 years ago
- d31e955 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- fcee85f net: dsa: tag_8021q: clarify index limitation by Vivien Didelot · 5 years ago
- 27d4d19 net: dsa: remove limitation of switch index value by Vivien Didelot · 5 years ago
- 8e5cb84 net: dsa: remove tree functions related to switches by Vivien Didelot · 5 years ago
- 9c8ad1a net: dsa: remove the dst->ds array by Vivien Didelot · 5 years ago
- 3774ecd net: dsa: remove switch routing table setup code by Vivien Didelot · 5 years ago
- 96252b8 net: dsa: remove ds->rtable by Vivien Didelot · 5 years ago