summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-04net: fddi: skfp: smttimer: Remove defined but unused variable 'ID_sccs'Lee Jones1-4/+0
2020-11-04net: fddi: skfp: smtinit: Remove defined but unused variable 'ID_sccs'Lee Jones1-4/+0
2020-11-04net: fddi: skfp: smtdef: Remove defined but unused variable 'ID_sccs'Lee Jones1-4/+0
2020-11-04net: fddi: skfp: rmt: Remove defined but unused variable 'ID_sccs'Lee Jones1-4/+0
2020-11-04net: fddi: skfp: queue: Remove defined but unused variable 'ID_sccs'Lee Jones1-4/+0
2020-11-04net: fddi: skfp: pmf: Remove defined but unused variable 'ID_sccs'Lee Jones1-4/+0
2020-11-04net: fddi: skfp: pcmplc: Remove defined but not used variable 'ID_sccs'Lee Jones1-4/+0
2020-11-04net: fddi: skfp: ecm: Remove seemingly unused variable 'ID_sccs'Lee Jones1-4/+0
2020-11-04net: fddi: skfp: ecm: Protect 'if' when AIX_EVENT is not definedLee Jones1-1/+2
2020-11-04vxlan: Use a per-namespace nexthop listener instead of a global oneIdo Schimmel1-7/+8
2020-11-04Merge branch 'net-hdlc_fr-improve-fr_rx-and-add-support-for-any-ethertype'Jakub Kicinski1-46/+72
2020-11-04net: hdlc_fr: Add support for any EthertypeXie He1-26/+49
2020-11-04net: hdlc_fr: Improve the initial checks when we receive an skbXie He1-1/+1
2020-11-04net: hdlc_fr: Do skb_reset_mac_header for skbs received on normal PVC devicesXie He1-0/+3
2020-11-04net: hdlc_fr: Change the use of "dev" in fr_rx to make the code cleanerXie He1-17/+20
2020-11-04net: hdlc_fr: Simpify fr_rx by using "goto rx_drop" to drop framesXie He1-9/+6
2020-11-04ibmvnic: merge do_change_param_reset into do_resetLijun Pan1-104/+43
2020-11-03mpls: drop skb's dst in mpls_forward()Guillaume Nault2-7/+7
2020-11-03Merge branch 'net-mac80211-kernel-enable-kcov-remote-coverage-collection-for-...Jakub Kicinski6-7/+58
2020-11-03mac80211: add KCOV remote annotations to incoming frame processingAleksandr Nogikh2-7/+11
2020-11-03net: add kcov handle to skb extensionsAleksandr Nogikh3-0/+45
2020-11-03kernel: make kcov_common_handle consider the current contextAleksandr Nogikh1-0/+2
2020-11-03net: dsa: mt7530: remove unneeded semicolonTom Rix1-1/+1
2020-11-03net/mlx4_core : remove unneeded semicolonTom Rix1-1/+1
2020-11-03net: stmmac: dwmac-meson8b: remove unneeded semicolonTom Rix1-1/+1
2020-11-03net: core: remove unneeded semicolonTom Rix1-1/+1
2020-11-03ethtool: remove unneeded semicolonTom Rix1-1/+1
2020-11-03tipc: remove unneeded semicolonTom Rix2-2/+2
2020-11-03Merge branch 'generic-tx-reallocation-for-dsa'Jakub Kicinski12-135/+56
2020-11-03net: dsa: tag_ar9331: let DSA core deal with TX reallocationVladimir Oltean1-3/+0
2020-11-03net: dsa: tag_gswip: let DSA core deal with TX reallocationVladimir Oltean1-5/+0
2020-11-03net: dsa: tag_dsa: let DSA core deal with TX reallocationVladimir Oltean1-5/+0
2020-11-03net: dsa: tag_brcm: let DSA core deal with TX reallocationVladimir Oltean1-3/+0
2020-11-03net: dsa: tag_edsa: let DSA core deal with TX reallocationVladimir Oltean1-4/+0
2020-11-03net: dsa: tag_lan9303: let DSA core deal with TX reallocationVladimir Oltean1-9/+0
2020-11-03net: dsa: tag_mtk: let DSA core deal with TX reallocationVladimir Oltean1-3/+0
2020-11-03net: dsa: tag_ocelot: let DSA core deal with TX reallocationVladimir Oltean1-7/+0
2020-11-03net: dsa: tag_qca: let DSA core deal with TX reallocationVladimir Oltean1-3/+0
2020-11-03net: dsa: trailer: don't allocate additional memory for padding/taggingChristian Eggers1-29/+2
2020-11-03net: dsa: tag_ksz: don't allocate additional memory for padding/taggingChristian Eggers1-64/+9
2020-11-03net: dsa: implement a central TX reallocation procedureVladimir Oltean1-0/+45
2020-11-03openvswitch: Use IS_ERR instead of IS_ERR_OR_NULLYueHaibing1-1/+1
2020-11-03net: hns3: Remove duplicated includeYueHaibing1-1/+0
2020-11-03liquidio: cn68xx: Remove duplicated includeYueHaibing1-1/+0
2020-11-03tcp: avoid slow start during fast recovery on new lossesYuchung Cheng3-7/+7
2020-11-03Merge branch 'vlan-improvements-for-ocelot-switch'Jakub Kicinski4-91/+138
2020-11-03net: dsa: felix: improve the workaround for multiple native VLANs on NPI portVladimir Oltean1-3/+11
2020-11-03net: mscc: ocelot: deny changing the native VLAN from the prepare phaseVladimir Oltean4-21/+57
2020-11-03net: mscc: ocelot: move the logic to drop 802.1p traffic to the pvid deletionVladimir Oltean1-13/+22
2020-11-03net: mscc: ocelot: add a "valid" boolean to struct ocelot_vlanVladimir Oltean2-13/+15