summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-27net: hns3: replace the macro of max tm rate with the queried specificationGuangbin Huang5-13/+29
2020-09-27net: hns3: add support to query device specificationsGuangbin Huang5-1/+167
2020-09-27net: hns3: add debugfs to dump device capabilitiesGuangbin Huang1-0/+24
2020-09-27net: hns3: use capabilities queried from firmwareGuangbin Huang6-19/+145
2020-09-27net: hns3: use capability flag to indicate FECGuangbin Huang4-4/+11
2020-09-27net: hns3: add support to query device capabilityGuangbin Huang5-18/+29
2020-09-27net: hns3: delete redundant PCI revision judgementGuangbin Huang2-5/+1
2020-09-27net: hns3: add device version to replace pci revisionGuangbin Huang10-69/+100
2020-09-27netdevsim: fix duplicated debugfs directoryJakub Kicinski2-2/+2
2020-09-27Merge branch 'Generic-adjustment-for-flow-dissector-in-DSA'David S. Miller19-135/+158
2020-09-27net: dsa: tag_rtl4_a: use the generic flow dissector procedureVladimir Oltean1-9/+0
2020-09-27net: dsa: tag_sja1105: use a custom flow dissector procedureVladimir Oltean1-0/+11
2020-09-27net: dsa: tag_qca: use the generic flow dissector procedureVladimir Oltean1-8/+0
2020-09-27net: dsa: tag_mtk: use the generic flow dissector procedureVladimir Oltean1-8/+0
2020-09-27net: dsa: tag_edsa: use the generic flow dissector procedureVladimir Oltean1-8/+0
2020-09-27net: dsa: tag_dsa: use the generic flow dissector procedureVladimir Oltean1-8/+0
2020-09-27net: dsa: tag_brcm: use generic flow dissector procedureVladimir Oltean1-22/+12
2020-09-27net: flow_dissector: avoid indirect call to DSA .flow_dissect for generic caseVladimir Oltean1-2/+8
2020-09-27net: dsa: point out the tail taggersVladimir Oltean3-0/+3
2020-09-27net: dsa: add a generic procedure for the flow dissectorVladimir Oltean1-0/+26
2020-09-27net: dsa: make the .flow_dissect tagger callback return voidVladimir Oltean8-25/+16
2020-09-27net: dsa: tag_ocelot: use a short prefix on both ingress and egressVladimir Oltean5-16/+37
2020-09-27net: dsa: tag_sja1105: request promiscuous mode for masterVladimir Oltean1-0/+1
2020-09-27net: dsa: allow drivers to request promiscuous mode on masterVladimir Oltean2-1/+25
2020-09-27net: mscc: ocelot: move NPI port configuration to DSAVladimir Oltean4-44/+35
2020-09-26Revert "vxlan: move encapsulation warning"Jakub Kicinski1-4/+5
2020-09-26Merge branch 'devlink-flash-update-overwrite-mask'David S. Miller17-73/+247
2020-09-26ice: add support for flash update overwrite maskJacob Keller4-4/+64
2020-09-26netdevsim: add support for flash_update overwrite maskJacob Keller3-1/+28
2020-09-26devlink: introduce flash update overwrite maskJacob Keller4-2/+70
2020-09-26devlink: convert flash_update to use params structureJacob Keller11-40/+57
2020-09-26devlink: check flash_update parameter support in net coreJacob Keller10-32/+34
2020-09-26Merge branch 'simplify-TCP-loss-marking-code'David S. Miller2-53/+23
2020-09-26tcp: consolidate tcp_mark_skb_lost and tcp_skb_mark_lostYuchung Cheng1-12/+2
2020-09-26tcp: simplify tcp_mark_skb_lostYuchung Cheng1-37/+22
2020-09-26tcp: move tcp_mark_skb_lostYuchung Cheng2-14/+14
2020-09-26tcp: consistently check retransmit hintYuchung Cheng2-8/+3
2020-09-26dpaa2-mac: Fix potential null pointer dereferenceGustavo A. R. Silva1-1/+1
2020-09-26Merge branch 'dpaa2-eth-small-updates'David S. Miller4-15/+19
2020-09-26dpaa2-eth: install a single steering rule when SHARED_FS is enabledIonut-robert Aron3-1/+17
2020-09-26dpaa2-eth: no need to check link state right after ndo_openIoana Ciornei1-12/+1
2020-09-26dpaa2-mac: do not check for both child and parent DTS nodesIoana Ciornei1-2/+1
2020-09-26Merge branch 'vxlan-clean-up'David S. Miller1-11/+12
2020-09-26vxlan: fix vxlan_find_sock() documentation for l3mdevFabian Frederick1-2/+3
2020-09-26vxlan: check rtnl_configure_link return code correctlyFabian Frederick1-1/+1
2020-09-26vxlan: move encapsulation warningFabian Frederick1-5/+4
2020-09-26vxlan: add unlikely to vxlan_remcsum checkFabian Frederick1-1/+1
2020-09-26vxlan: don't collect metadata if remote checksum is wrongFabian Frederick1-3/+4
2020-09-26net: bridge: mcast: remove only S,G port groups from sg_port hashNikolay Aleksandrov1-4/+5
2020-09-26net: stmmac: Add option for VLAN filter fail queue enableChuah, Kim Tatt7-2/+32