summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-11-02kernel: make kcov_common_handle consider the current contextAleksandr Nogikh1-0/+2
2020-11-02net: dsa: mt7530: remove unneeded semicolonTom Rix1-1/+1
2020-11-02net/mlx4_core : remove unneeded semicolonTom Rix1-1/+1
2020-11-02net: stmmac: dwmac-meson8b: remove unneeded semicolonTom Rix1-1/+1
2020-11-02net: core: remove unneeded semicolonTom Rix1-1/+1
2020-11-02ethtool: remove unneeded semicolonTom Rix1-1/+1
2020-11-02tipc: remove unneeded semicolonTom Rix2-2/+2
2020-11-02Merge branch 'generic-tx-reallocation-for-dsa'Jakub Kicinski12-135/+56
2020-11-02net: dsa: tag_ar9331: let DSA core deal with TX reallocationVladimir Oltean1-3/+0
2020-11-02net: dsa: tag_gswip: let DSA core deal with TX reallocationVladimir Oltean1-5/+0
2020-11-02net: dsa: tag_dsa: let DSA core deal with TX reallocationVladimir Oltean1-5/+0
2020-11-02net: dsa: tag_brcm: let DSA core deal with TX reallocationVladimir Oltean1-3/+0
2020-11-02net: dsa: tag_edsa: let DSA core deal with TX reallocationVladimir Oltean1-4/+0
2020-11-02net: dsa: tag_lan9303: let DSA core deal with TX reallocationVladimir Oltean1-9/+0
2020-11-02net: dsa: tag_mtk: let DSA core deal with TX reallocationVladimir Oltean1-3/+0
2020-11-02net: dsa: tag_ocelot: let DSA core deal with TX reallocationVladimir Oltean1-7/+0
2020-11-02net: dsa: tag_qca: let DSA core deal with TX reallocationVladimir Oltean1-3/+0
2020-11-02net: dsa: trailer: don't allocate additional memory for padding/taggingChristian Eggers1-29/+2
2020-11-02net: dsa: tag_ksz: don't allocate additional memory for padding/taggingChristian Eggers1-64/+9
2020-11-02net: dsa: implement a central TX reallocation procedureVladimir Oltean1-0/+45
2020-11-02openvswitch: Use IS_ERR instead of IS_ERR_OR_NULLYueHaibing1-1/+1
2020-11-02net: hns3: Remove duplicated includeYueHaibing1-1/+0
2020-11-02liquidio: cn68xx: Remove duplicated includeYueHaibing1-1/+0
2020-11-02tcp: avoid slow start during fast recovery on new lossesYuchung Cheng3-7/+7
2020-11-02Merge branch 'vlan-improvements-for-ocelot-switch'Jakub Kicinski4-91/+138
2020-11-02net: dsa: felix: improve the workaround for multiple native VLANs on NPI portVladimir Oltean1-3/+11
2020-11-02net: mscc: ocelot: deny changing the native VLAN from the prepare phaseVladimir Oltean4-21/+57
2020-11-02net: mscc: ocelot: move the logic to drop 802.1p traffic to the pvid deletionVladimir Oltean1-13/+22
2020-11-02net: mscc: ocelot: add a "valid" boolean to struct ocelot_vlanVladimir Oltean2-13/+15
2020-11-02net: mscc: ocelot: transform the pvid and native vlan values into a structureVladimir Oltean3-35/+50
2020-11-02net: mscc: ocelot: don't reset the pvid to 0 when deleting itVladimir Oltean1-4/+0
2020-11-02net: mscc: ocelot: use the pvid of zero when bridged with vlan_filtering=0Vladimir Oltean1-36/+17
2020-11-02Merge branch 'net-ethernet-ti-am65-cpsw-add-multi-port-support-in-mac-only-mode'Jakub Kicinski5-143/+261
2020-11-02net: ethernet: ti: am65-cpsw: handle deferred probe with dev_err_probe()Grygorii Strashko1-18/+10
2020-11-02net: ethernet: ti: am65-cpsw: add multi port support in mac-only modeGrygorii Strashko2-48/+82
2020-11-02net: ethernet: ti: am65-cpsw: prepare xmit/rx path for multi-port devices in ...Grygorii Strashko2-34/+108
2020-11-02net: ethernet: ti: am65-cpsw: fix tx csum offload for multi mac modeGrygorii Strashko1-29/+1
2020-11-02net: ethernet: ti: am65-cpsw: keep active if cpts enabledGrygorii Strashko1-0/+7
2020-11-02net: ethernet: ti: am65-cpsw: fix vlan offload for multi mac modeGrygorii Strashko2-7/+20
2020-11-02net: ethernet: ti: cpsw_ale: add cpsw_ale_vlan_del_modify()Grygorii Strashko3-4/+23
2020-11-02net: ethernet: ti: am65-cpsw: use cppi5_desc_is_tdcm()Grygorii Strashko1-2/+2
2020-11-02net: ethernet: ti: am65-cpsw: move free desc queue mode selection in pdataGrygorii Strashko2-1/+5
2020-11-02net: ethernet: ti: am65-cpsw: move ale selection in pdataGrygorii Strashko2-1/+4
2020-11-02net: ipv6: For kerneldoc warnings with W=1Xin Long3-8/+9
2020-11-02net: driver: hamradio: Fix potential unterminated stringAndrew Lunn1-1/+1
2020-11-02drivers: net: wan: lmc: Fix W=1 set but used variable warningsAndrew Lunn1-7/+2
2020-11-02drivers: net: xen-netfront: Fixed W=1 set but unused warningsAndrew Lunn1-2/+1
2020-11-02Merge branch 'davicom-w-1-fixes'Jakub Kicinski2-7/+4
2020-11-02drivers: net: davicom Add COMPILE_TEST supportAndrew Lunn1-1/+1
2020-11-02drivers: net: davicom: Fixed unused but set variable with W=1Andrew Lunn1-6/+3