aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-format (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-24net: hns: remove unused NIC_LB_TEST_RX_PKG_ERRHuazhong Tan1-1/+1
2021-03-24net: hns: remove unused config_half_duplex()Huazhong Tan3-12/+0
2021-03-24net: hns: remove unused set_rx_ignore_pause_frames()Huazhong Tan3-26/+0
2021-03-24net: hns: remove unused set_autoneg()Huazhong Tan2-11/+0
2021-03-24net: hns: remove unused get_autoneg()Huazhong Tan2-15/+0
2021-03-23net: make unregister netdev warning timeout configurableDmitry Vyukov4-1/+27
2021-03-23net: ethernet: Remove duplicate include of vhca_event.hWan Jiabing1-1/+0
2021-03-23net: ethernet: indir_table.h is included twiceWan Jiabing1-1/+0
2021-03-23net: ipa: avoid 64-bit modulusAlex Elder2-7/+13
2021-03-23net: ocelot: replay switchdev events when joining bridgeVladimir Oltean5-35/+113
2021-03-23net: ocelot: call ocelot_netdevice_bridge_join when joining a bridged LAGVladimir Oltean1-25/+86
2021-03-23net: dsa: sync up switchdev objects and port attributes when joining the bridgeVladimir Oltean3-2/+51
2021-03-23net: dsa: inherit the actual bridge port flags at join timeVladimir Oltean1-41/+82
2021-03-23net: dsa: pass extack to dsa_port_{bridge,lag}_joinVladimir Oltean3-7/+14
2021-03-23net: dsa: call dsa_port_bridge_join when joining a LAG that is already in a bridgeVladimir Oltean1-4/+18
2021-03-23net: bridge: add helper to replay VLANs installed on portVladimir Oltean2-0/+83
2021-03-23net: bridge: add helper to replay port and local fdb entriesVladimir Oltean2-0/+59
2021-03-23net: bridge: add helper to replay port and host-joined mdb entriesVladimir Oltean3-17/+141
2021-03-23net: bridge: add helper to retrieve the current ageing timeVladimir Oltean2-0/+19
2021-03-23net: bridge: add helper for retrieving the current bridge port STP stateVladimir Oltean2-0/+20
2021-03-23net: lapb: Make "lapb_t1timer_running" able to detect an already running timerXie He3-10/+15
2021-03-23e1000: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-03-23ixgbevf: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-03-23igb: Fix fall-through warnings for ClangGustavo A. R. Silva3-0/+3
2021-03-23ixgbe: Fix fall-through warnings for ClangGustavo A. R. Silva4-0/+5
2021-03-23fm10k: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+2
2021-03-23ice: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-03-23intel: clean up mismatched header commentsJesse Brandeburg29-53/+61
2021-03-23e1000e: Fix prototype warningSasha Neftin4-7/+7
2021-03-23igc: Fix prototype warningSasha Neftin1-1/+1
2021-03-23ice: Fix prototype warningsTony Nguyen6-8/+8
2021-03-22net: dsa: hellcreek: Report switch name and IDKurt Kanzenbach2-0/+19
2021-03-22net: set initial device refcount to 1Eric Dumazet2-3/+7
2021-03-22dpaa2-switch: mark skbs with offload_fwd_markIoana Ciornei1-0/+3
2021-03-22dpaa2-switch: add support for configuring per port unknown floodingIoana Ciornei2-3/+21
2021-03-22dpaa2-switch: add support for configuring per port broadcast floodingIoana Ciornei2-3/+31
2021-03-22dpaa2-switch: add support for configuring learning state per portIoana Ciornei4-11/+121
2021-03-22dpaa2-switch: refactor the egress flooding domain setupIoana Ciornei1-13/+25
2021-03-22dpaa2-switch: move the dpaa2_switch_fdb_set_egress_flood functionIoana Ciornei1-42/+42
2021-03-22dt-bindings: net: dsa: lantiq: add xRx300 and xRX330 switch bindingsAleksander Jan Bajkowski1-0/+4
2021-03-22net: dsa: lantiq: verify compatible strings against hardwareAleksander Jan Bajkowski1-1/+19
2021-03-22net: dsa: lantiq: allow to use all GPHYs on xRX300 and xRX330Aleksander Jan Bajkowski1-29/+113
2021-03-22mlxsw: spectrum_router: Add Spectrum-{2, 3} adjacency group size rangesIdo Schimmel2-10/+32
2021-03-22mlxsw: spectrum_router: Encode adjacency group size ranges in an arrayIdo Schimmel1-21/+44
2021-03-22mlxsw: spectrum_router: Create per-ASIC router operationsIdo Schimmel3-10/+41
2021-03-22mlxsw: spectrum_router: Avoid unnecessary neighbour updatesIdo Schimmel1-0/+4
2021-03-22mlxsw: spectrum_router: Break nexthop group entry validation to a separate functionIdo Schimmel1-11/+25
2021-03-22mlxsw: spectrum_router: Encapsulate nexthop update in a functionIdo Schimmel1-13/+15
2021-03-22mlxsw: spectrum_router: Rename nexthop update function to reflect its typeIdo Schimmel3-11/+14
2021-03-22mlxsw: spectrum_router: Add nexthop trap action supportIdo Schimmel1-13/+29