summaryrefslogtreecommitdiffstats
path: root/net/dsa/slave.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-15net: dsa: set configure_vlan_while_not_filtering to true by defaultVladimir Oltean1-3/+6
2021-01-14net: dsa: Link aggregation supportTobias Waldekranz1-7/+63
2021-01-14net: dsa: Don't offload port attributes on standalone portsTobias Waldekranz1-0/+3
2021-01-12net: dsa: add optional stats64 supportOleksij Rempel1-1/+13
2021-01-11net: dsa: remove obsolete comments about switchdev transactionsVladimir Oltean1-5/+0
2021-01-11net: switchdev: remove the transaction structure from port attributesVladimir Oltean1-10/+7
2021-01-11net: switchdev: remove the transaction structure from port object notifiersVladimir Oltean1-25/+9
2021-01-11net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean1-16/+7
2021-01-09net: dsa: dsa_legacy_fdb_{add,del} can be staticVladimir Oltean1-8/+8
2021-01-07net: dsa: remove the DSA specific notifiersVladimir Oltean1-17/+0
2021-01-07net: dsa: export dsa_slave_dev_checkVladimir Oltean1-0/+1
2021-01-07net: dsa: listen for SWITCHDEV_{FDB,DEL}_ADD_TO_DEVICE on foreign bridge neig...Vladimir Oltean1-11/+55
2021-01-07net: dsa: exit early in dsa_slave_switchdev_event if we can't program the FDBVladimir Oltean1-0/+3
2021-01-07net: dsa: move switchdev event implementation under the same switch/case stat...Vladimir Oltean1-19/+16
2021-01-07net: dsa: don't use switchdev_notifier_fdb_info in dsa_switchdev_event_workVladimir Oltean1-53/+53
2021-01-07net: dsa: be louder when a non-legacy FDB operation failsVladimir Oltean1-3/+7
2020-12-08net: dsa: print the MTU value that could not be setRasmus Villemoes1-2/+2
2020-11-20net: dsa: avoid potential use-after-free errorChristian Eggers1-3/+3
2020-11-09net: dsa: use net core stats64 handlingHeiner Kallweit1-22/+7
2020-11-05net: dsa: Give drivers the chance to veto certain upper devicesVladimir Oltean1-0/+12
2020-11-02net: dsa: implement a central TX reallocation procedureVladimir Oltean1-0/+45
2020-10-13net: dsa: use new function dev_fetch_sw_netstatsHeiner Kallweit1-20/+1
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+16
2020-09-20net: dsa: install VLANs into the master's RX filter tooVladimir Oltean1-4/+32
2020-09-20net: dsa: allow 8021q uppers while the bridge has vlan_filtering=0Vladimir Oltean1-2/+2
2020-09-20net: dsa: convert denying bridge VLAN with existing 8021q upper to PRECHANGEU...Vladimir Oltean1-0/+33
2020-09-20net: dsa: convert check for 802.1Q upper when bridged into PRECHANGEUPPERVladimir Oltean1-36/+38
2020-09-20net: dsa: rename dsa_slave_upper_vlan_check to something more suggestiveVladimir Oltean1-4/+4
2020-09-20net: dsa: deny enslaving 802.1Q upper to VLAN-aware bridge from PRECHANGEUPPERVladimir Oltean1-1/+6
2020-09-11Revert "net: dsa: Add more convenient functions for installing port VLANs"Vladimir Oltean1-3/+31
2020-09-08net: dsa: link interfaces with the DSA master to get rid of lockdep warningsVladimir Oltean1-2/+16
2020-09-07net: dsa: don't print non-fatal MTU error if not supportedVladimir Oltean1-1/+1
2020-09-07net: dsa: change PHY error message againVladimir Oltean1-2/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-20net: dsa: use the ETH_MIN_MTU and ETH_DATA_LEN default valuesVladimir Oltean1-3/+0
2020-06-30net: dsa: Improve subordinate PHY error messageFlorian Fainelli1-1/+2
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-05-27net: dsa: declare lockless TX feature for slave portsVladimir Oltean1-0/+1
2020-05-12net: dsa: provide an option for drivers to always receive bridge VLANsRussell King1-4/+4
2020-05-07netpoll: accept NULL np argument in netpoll_send_skb()Eric Dumazet1-3/+2
2020-05-07net: remove newlines in NL_SET_ERR_MSG_MODJacob Keller1-3/+3
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+3
2020-05-06net: dsa: remove duplicate assignment in dsa_slave_add_cls_matchall_mirredVladimir Oltean1-5/+3
2020-05-04net: partially revert dynamic lockdep key changesCong Wang1-0/+12
2020-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+3
2020-04-24net: phylink, dsa: eliminate phylink_fixed_state_cb()Russell King1-9/+11
2020-04-23net: dsa: add GRO support via gro_cellsAlexander Lobakin1-1/+9
2020-04-22net: dsa: don't fail to probe if we couldn't set the MTUVladimir Oltean1-5/+3
2020-04-02net: dsa: dsa_bridge_mtu_normalization() can be statickbuild test robot1-1/+1
2020-03-31net: dsa: fix oops while probing Marvell DSA switchesRussell King1-1/+2