summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-03net: hdlc_fr: Add support for any EthertypeXie He
2020-11-03net: hdlc_fr: Improve the initial checks when we receive an skbXie He
2020-11-03net: hdlc_fr: Do skb_reset_mac_header for skbs received on normal PVC devicesXie He
2020-11-03net: hdlc_fr: Change the use of "dev" in fr_rx to make the code cleanerXie He
2020-11-03net: hdlc_fr: Simpify fr_rx by using "goto rx_drop" to drop framesXie He
2020-11-03ibmvnic: merge do_change_param_reset into do_resetLijun Pan
2020-11-03mpls: drop skb's dst in mpls_forward()Guillaume Nault
2020-11-02Merge branch 'net-mac80211-kernel-enable-kcov-remote-coverage-collection-for-...Jakub Kicinski
2020-11-02mac80211: add KCOV remote annotations to incoming frame processingAleksandr Nogikh
2020-11-02net: add kcov handle to skb extensionsAleksandr Nogikh
2020-11-02kernel: make kcov_common_handle consider the current contextAleksandr Nogikh
2020-11-02net: dsa: mt7530: remove unneeded semicolonTom Rix
2020-11-02net/mlx4_core : remove unneeded semicolonTom Rix
2020-11-02net: stmmac: dwmac-meson8b: remove unneeded semicolonTom Rix
2020-11-02net: core: remove unneeded semicolonTom Rix
2020-11-02ethtool: remove unneeded semicolonTom Rix
2020-11-02tipc: remove unneeded semicolonTom Rix
2020-11-02Merge branch 'generic-tx-reallocation-for-dsa'Jakub Kicinski
2020-11-02net: dsa: tag_ar9331: let DSA core deal with TX reallocationVladimir Oltean
2020-11-02net: dsa: tag_gswip: let DSA core deal with TX reallocationVladimir Oltean
2020-11-02net: dsa: tag_dsa: let DSA core deal with TX reallocationVladimir Oltean
2020-11-02net: dsa: tag_brcm: let DSA core deal with TX reallocationVladimir Oltean
2020-11-02net: dsa: tag_edsa: let DSA core deal with TX reallocationVladimir Oltean
2020-11-02net: dsa: tag_lan9303: let DSA core deal with TX reallocationVladimir Oltean
2020-11-02net: dsa: tag_mtk: let DSA core deal with TX reallocationVladimir Oltean
2020-11-02net: dsa: tag_ocelot: let DSA core deal with TX reallocationVladimir Oltean
2020-11-02net: dsa: tag_qca: let DSA core deal with TX reallocationVladimir Oltean
2020-11-02net: dsa: trailer: don't allocate additional memory for padding/taggingChristian Eggers
2020-11-02net: dsa: tag_ksz: don't allocate additional memory for padding/taggingChristian Eggers
2020-11-02net: dsa: implement a central TX reallocation procedureVladimir Oltean
2020-11-02openvswitch: Use IS_ERR instead of IS_ERR_OR_NULLYueHaibing
2020-11-02net: hns3: Remove duplicated includeYueHaibing
2020-11-02liquidio: cn68xx: Remove duplicated includeYueHaibing
2020-11-02tcp: avoid slow start during fast recovery on new lossesYuchung Cheng
2020-11-02Merge branch 'vlan-improvements-for-ocelot-switch'Jakub Kicinski
2020-11-02net: dsa: felix: improve the workaround for multiple native VLANs on NPI portVladimir Oltean
2020-11-02net: mscc: ocelot: deny changing the native VLAN from the prepare phaseVladimir Oltean
2020-11-02net: mscc: ocelot: move the logic to drop 802.1p traffic to the pvid deletionVladimir Oltean
2020-11-02net: mscc: ocelot: add a "valid" boolean to struct ocelot_vlanVladimir Oltean
2020-11-02net: mscc: ocelot: transform the pvid and native vlan values into a structureVladimir Oltean
2020-11-02net: mscc: ocelot: don't reset the pvid to 0 when deleting itVladimir Oltean
2020-11-02net: mscc: ocelot: use the pvid of zero when bridged with vlan_filtering=0Vladimir Oltean
2020-11-02Merge branch 'net-ethernet-ti-am65-cpsw-add-multi-port-support-in-mac-only-mode'Jakub Kicinski
2020-11-02net: ethernet: ti: am65-cpsw: handle deferred probe with dev_err_probe()Grygorii Strashko
2020-11-02net: ethernet: ti: am65-cpsw: add multi port support in mac-only modeGrygorii Strashko
2020-11-02net: ethernet: ti: am65-cpsw: prepare xmit/rx path for multi-port devices in ...Grygorii Strashko
2020-11-02net: ethernet: ti: am65-cpsw: fix tx csum offload for multi mac modeGrygorii Strashko
2020-11-02net: ethernet: ti: am65-cpsw: keep active if cpts enabledGrygorii Strashko
2020-11-02net: ethernet: ti: am65-cpsw: fix vlan offload for multi mac modeGrygorii Strashko
2020-11-02net: ethernet: ti: cpsw_ale: add cpsw_ale_vlan_del_modify()Grygorii Strashko