summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: stmmac: Add hardware supported cross-timestampTan Tee Min2021-03-249-0/+193
* sfc-falcon: Fix a typoBhaskar Chowdhury2021-03-241-1/+1
* net: sched: Mundane typo fixesBhaskar Chowdhury2021-03-241-2/+2
* octeontx2-af: Few mundane typos fixedBhaskar Chowdhury2021-03-241-6/+6
* Merge branch 'netfilter-flowtable'David S. Miller2021-03-2426-146/+2892
|\
| * docs: nf_flowtable: update documentation with enhancementsPablo Neira Ayuso2021-03-241-27/+143
| * net: ethernet: mtk_eth_soc: add flow offloading supportFelix Fietkau2021-03-244-2/+500
| * net: ethernet: mtk_eth_soc: add support for initializing the PPEFelix Fietkau2021-03-247-3/+1190
| * net: ethernet: mtk_eth_soc: fix parsing packets in GDMFelix Fietkau2021-03-242-6/+11
| * dsa: slave: add support for TC_SETUP_FTPablo Neira Ayuso2021-03-241-1/+19
| * netfilter: flowtable: support for FLOW_ACTION_PPPOE_PUSHPablo Neira Ayuso2021-03-241-3/+12
| * net: flow_offload: add FLOW_ACTION_PPPOE_PUSHPablo Neira Ayuso2021-03-241-0/+4
| * netfilter: flowtable: bridge vlan hardware offload and switchdevFelix Fietkau2021-03-247-4/+21
| * netfilter: nft_flow_offload: use direct xmit if hardware offload is enabledPablo Neira Ayuso2021-03-244-3/+23
| * netfilter: flowtable: add offload support for xmit path typesPablo Neira Ayuso2021-03-241-42/+124
| * selftests: netfilter: flowtable bridge and vlan supportPablo Neira Ayuso2021-03-241-0/+82
| * netfilter: flowtable: add dsa supportPablo Neira Ayuso2021-03-241-0/+5
| * netfilter: flowtable: add pppoe supportPablo Neira Ayuso2021-03-242-7/+51
| * netfilter: flowtable: add bridge vlan filtering supportPablo Neira Ayuso2021-03-241-0/+12
| * netfilter: flowtable: add vlan supportPablo Neira Ayuso2021-03-244-29/+142
| * netfilter: flowtable: use dev_fill_forward_path() to obtain egress devicePablo Neira Ayuso2021-03-244-37/+137
| * netfilter: flowtable: use dev_fill_forward_path() to obtain ingress devicePablo Neira Ayuso2021-03-243-5/+103
| * netfilter: flowtable: add xmit path typesPablo Neira Ayuso2021-03-244-10/+36
| * net: dsa: resolve forwarding path for dsa slave portsFelix Fietkau2021-03-242-0/+21
| * net: ppp: resolve forwarding path for bridge pppoe devicesFelix Fietkau2021-03-244-0/+50
| * net: bridge: resolve forwarding path for VLAN tag actions in bridge devicesFelix Fietkau2021-03-245-1/+117
| * net: bridge: resolve forwarding path for bridge devicesPablo Neira Ayuso2021-03-242-0/+28
| * net: 8021q: resolve forwarding path for vlan devicesPablo Neira Ayuso2021-03-242-0/+22
| * net: resolve forwarding path from virtual netdevice and HW destination addressPablo Neira Ayuso2021-03-242-0/+73
|/
* net: bridge: Fix missing return assignment from br_vlan_replay_one callColin Ian King2021-03-241-1/+1
* Merge branch 'bridge-mrp-next'David S. Miller2021-03-242-16/+7
|\
| * net: ocelot: Simplify MRP deletionHoratiu Vultur2021-03-241-16/+0
| * bridge: mrp: Disable roles before deleting the MRP instanceHoratiu Vultur2021-03-241-0/+7
|/
* Merge branch 'hns-cleanups'David S. Miller2021-03-2412-84/+19
|\
| * net: hns: remove redundant variable initializationYonglong Liu2021-03-247-17/+17
| * net: hns: remove unnecessary !! operation in hns_mac_config_sds_loopback_acpi()Yonglong Liu2021-03-241-1/+1
| * net: hns: remove unused HNS_LED_PC_REGHuazhong Tan2021-03-241-1/+0
| * net: hns: remove unused NIC_LB_TEST_RX_PKG_ERRHuazhong Tan2021-03-241-1/+1
| * net: hns: remove unused config_half_duplex()Huazhong Tan2021-03-243-12/+0
| * net: hns: remove unused set_rx_ignore_pause_frames()Huazhong Tan2021-03-243-26/+0
| * net: hns: remove unused set_autoneg()Huazhong Tan2021-03-242-11/+0
| * net: hns: remove unused get_autoneg()Huazhong Tan2021-03-242-15/+0
|/
* net: make unregister netdev warning timeout configurableDmitry Vyukov2021-03-234-1/+27
* net: ethernet: Remove duplicate include of vhca_event.hWan Jiabing2021-03-231-1/+0
* net: ethernet: indir_table.h is included twiceWan Jiabing2021-03-231-1/+0
* net: ipa: avoid 64-bit modulusAlex Elder2021-03-232-7/+13
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2021-03-2348-69/+90
|\
| * e1000: Fix fall-through warnings for ClangGustavo A. R. Silva2021-03-231-0/+1
| * ixgbevf: Fix fall-through warnings for ClangGustavo A. R. Silva2021-03-231-0/+1
| * igb: Fix fall-through warnings for ClangGustavo A. R. Silva2021-03-233-0/+3