summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-12net: dsa: sja1105: implement VLAN retagging for dsa_8021q sub-VLANsVladimir Oltean1-3/+409
2020-05-12net: dsa: sja1105: implement a common frame memory partitioning functionVladimir Oltean4-18/+42
2020-05-12net: dsa: sja1105: add packing ops for the Retagging TableVladimir Oltean4-2/+110
2020-05-12net: dsa: sja1105: add a new best_effort_vlan_filtering devlink parameterVladimir Oltean2-4/+120
2020-05-12net: dsa: tag_sja1105: implement sub-VLAN decodingVladimir Oltean3-0/+25
2020-05-12net: dsa: tag_8021q: support up to 8 VLANs per port using sub-VLANsVladimir Oltean2-8/+64
2020-05-12net: dsa: sja1105: prepare tagger for handling DSA tags and VLAN simultaneouslyVladimir Oltean5-11/+44
2020-05-12net: dsa: sja1105: exit sja1105_vlan_filtering when called multiple timesVladimir Oltean1-0/+3
2020-05-12net: dsa: sja1105: allow VLAN configuration from the bridge in all statesVladimir Oltean1-0/+2
2020-05-12net: dsa: sja1105: save/restore VLANs using a delta commit methodVladimir Oltean4-174/+393
2020-05-12net: dsa: sja1105: deny alterations of dsa_8021q VLANs from the bridgeVladimir Oltean2-1/+31
2020-05-12net: dsa: sja1105: keep the VLAN awareness state in a driver variableVladimir Oltean3-15/+33
2020-05-12net: dsa: tag_8021q: introduce a vid_is_dsa_8021q helperVladimir Oltean2-0/+14
2020-05-12net: dsa: provide an option for drivers to always receive bridge VLANsRussell King4-4/+26
2020-05-12Merge branch 'sfc-siena_check_caps-fixups'David S. Miller1-2/+3
2020-05-12sfc: siena_check_caps() can be staticEdward Cree1-2/+2
2020-05-12sfc: actually wire up siena_check_caps()Edward Cree1-0/+1
2020-05-12dt-bindings: net: Convert UniPhier AVE4 controller to json-schemaKunihiko Hayashi3-65/+112
2020-05-12Merge branch 'ionic-updates'David S. Miller11-466/+1287
2020-05-12ionic: update doc filesShannon Nelson1-1/+230
2020-05-12ionic: add more ethtool statsShannon Nelson5-13/+170
2020-05-12ionic: more ionic name tweaksShannon Nelson3-13/+14
2020-05-12ionic: ionic_intr_free parameter changeShannon Nelson1-6/+6
2020-05-12ionic: reset device at probeShannon Nelson1-0/+1
2020-05-12ionic: shorter dev cmd wait timeShannon Nelson1-1/+1
2020-05-12ionic: add support for more xcvr typesShannon Nelson1-0/+3
2020-05-12ionic: protect vf calls from fw resetShannon Nelson1-1/+25
2020-05-12ionic: updates to ionic FW api descriptionShannon Nelson1-403/+576
2020-05-12ionic: support longer tx sg listsShannon Nelson8-30/+263
2020-05-12checkpatch: warn about uses of ENOTSUPPJakub Kicinski1-0/+11
2020-05-12Merge branch 'improve-msg_control-kernel-vs-user-pointer-handling'David S. Miller5-84/+104
2020-05-12net: cleanly handle kernel vs user buffers for ->msg_controlChristoph Hellwig5-41/+50
2020-05-12net/scm: cleanup scm_detach_fdsChristoph Hellwig1-43/+51
2020-05-12net: add a CMSG_USER_DATA macroChristoph Hellwig2-3/+6
2020-05-12Merge branch 'net-dsa-Constify-two-tagger-ops'David S. Miller2-2/+2
2020-05-12net: dsa: tag_sja1105: Constify dsa_device_opsFlorian Fainelli1-1/+1
2020-05-12net: dsa: ocelot: Constify dsa_device_opsFlorian Fainelli1-1/+1
2020-05-11Merge branch 'sfc-remove-nic_data-usage-in-common-code'David S. Miller12-186/+238
2020-05-11sfc: make firmware-variant printing a nic_type functionEdward Cree3-16/+27
2020-05-11sfc: make filter table probe caller responsible for adding VLANsEdward Cree2-12/+10
2020-05-11sfc: move rx_rss_context_exclusive into struct efx_mcdi_filter_tableEdward Cree3-7/+7
2020-05-11sfc: rework handling of (firmware) multicast chaining stateEdward Cree3-75/+90
2020-05-11sfc: move 'must restore' flags out of ef10-specific nic_dataEdward Cree5-23/+30
2020-05-11sfc: use efx_has_cap for capability checks outside of NIC-specific codeEdward Cree2-15/+5
2020-05-11sfc: make capability checking a nic_type functionTom Zhao4-0/+40
2020-05-11sfc: move vport_id to struct efx_nicEdward Cree7-38/+29
2020-05-11Merge branch 'net-Optimize-the-qed-allocations-inside-kdump-kernel'David S. Miller3-6/+19
2020-05-11net: qed: Disable SRIOV functionality inside kdump kernelBhupesh Sharma2-4/+8
2020-05-11net: qed*: Reduce RX and TX default ring count when running inside kdump kernelBhupesh Sharma2-2/+11
2020-05-11hinic: add link_ksettings ethtool_ops supportLuo bin6-9/+682