summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-03-24netfilter: flowtable: add offload support for xmit path typesPablo Neira Ayuso1-42/+124
2021-03-24selftests: netfilter: flowtable bridge and vlan supportPablo Neira Ayuso1-0/+82
2021-03-24netfilter: flowtable: add dsa supportPablo Neira Ayuso1-0/+5
2021-03-24netfilter: flowtable: add pppoe supportPablo Neira Ayuso2-7/+51
2021-03-24netfilter: flowtable: add bridge vlan filtering supportPablo Neira Ayuso1-0/+12
2021-03-24netfilter: flowtable: add vlan supportPablo Neira Ayuso4-29/+142
2021-03-24netfilter: flowtable: use dev_fill_forward_path() to obtain egress devicePablo Neira Ayuso4-37/+137
2021-03-24netfilter: flowtable: use dev_fill_forward_path() to obtain ingress devicePablo Neira Ayuso3-5/+103
2021-03-24netfilter: flowtable: add xmit path typesPablo Neira Ayuso4-10/+36
2021-03-24net: dsa: resolve forwarding path for dsa slave portsFelix Fietkau2-0/+21
2021-03-24net: ppp: resolve forwarding path for bridge pppoe devicesFelix Fietkau4-0/+50
2021-03-24net: bridge: resolve forwarding path for VLAN tag actions in bridge devicesFelix Fietkau5-1/+117
2021-03-24net: bridge: resolve forwarding path for bridge devicesPablo Neira Ayuso2-0/+28
2021-03-24net: 8021q: resolve forwarding path for vlan devicesPablo Neira Ayuso2-0/+22
2021-03-24net: resolve forwarding path from virtual netdevice and HW destination addressPablo Neira Ayuso2-0/+73
2021-03-24net: bridge: Fix missing return assignment from br_vlan_replay_one callColin Ian King1-1/+1
2021-03-24Merge branch 'bridge-mrp-next'David S. Miller2-16/+7
2021-03-24net: ocelot: Simplify MRP deletionHoratiu Vultur1-16/+0
2021-03-24bridge: mrp: Disable roles before deleting the MRP instanceHoratiu Vultur1-0/+7
2021-03-24Merge branch 'hns-cleanups'David S. Miller12-84/+19
2021-03-24net: hns: remove redundant variable initializationYonglong Liu7-17/+17
2021-03-24net: hns: remove unnecessary !! operation in hns_mac_config_sds_loopback_acpi()Yonglong Liu1-1/+1
2021-03-24net: hns: remove unused HNS_LED_PC_REGHuazhong Tan1-1/+0
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-23Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller48-69/+90
2021-03-23Merge branch 'bridge-dsa-sandwiched-LAG'David S. Miller14-120/+675
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 b...Vladimir 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