summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2021-06-04qed: Add NVMeTCP Offload PF Level FW and HW HSIShai Malin14-22/+429
2021-06-04qed: Add TCP_ULP FW resource layoutOmkar Kulkarni8-28/+28
2021-06-03net: pcs: xpcs: convert to phylink_pcs_opsVladimir Oltean6-87/+77
2021-06-03net: pcs: xpcs: convert to mdio_deviceVladimir Oltean5-34/+72
2021-06-03net: pcs: xpcs: use mdiobus_c45_addr in xpcs_{read,write}Vladimir Oltean1-2/+2
2021-06-03net: pcs: xpcs: export xpcs_probeVladimir Oltean3-5/+3
2021-06-03net: pcs: xpcs: export xpcs_config_eeeVladimir Oltean3-10/+10
2021-06-03net: pcs: xpcs: export xpcs_validateVladimir Oltean3-10/+6
2021-06-03net: pcs: xpcs: make the checks related to the PHY interface mode statelessVladimir Oltean2-63/+116
2021-06-03net: pcs: xpcs: there is only one PHY IDVladimir Oltean1-51/+78
2021-06-03net: hdlc_cisco: remove redundant spacePeng Li1-1/+1
2021-06-03net: hdlc_cisco: add blank line after declarationPeng Li1-0/+1
2021-06-03net: hdlc_cisco: remove unnecessary out of memory messagePeng Li1-3/+2
2021-06-03net: hdlc_cisco: add some required spacesPeng Li1-3/+4
2021-06-03net: hdlc_cisco: fix the code style issue about "foo* bar"Peng Li1-6/+6
2021-06-03net: hdlc_cisco: remove redundant blank linesPeng Li1-22/+0
2021-06-03netdevsim: Allow setting parent node of rate objectsDmytro Linkin2-4/+89
2021-06-03netdevsim: Implement support for devlink rate nodesDmytro Linkin2-0/+81
2021-06-03netdevsim: Implement devlink rate leafs tx rate supportDmytro Linkin1-3/+75
2021-06-03netdevsim: Register devlink rate leaf objects per VFDmytro Linkin1-0/+11
2021-06-03netdevsim: Implement legacy/switchdev mode for VFsDmytro Linkin4-1/+104
2021-06-03netdevsim: Implement VFsDmytro Linkin2-27/+77
2021-06-03netdevsim: Implement port types and indexingDmytro Linkin3-12/+60
2021-06-03netdevsim: Disable VFs on nsim_dev_reload_destroy() callDmytro Linkin3-4/+8
2021-06-03netdevsim: Add max_vfs to bus_devDmytro Linkin3-8/+112
2021-06-03nfp: flower-ct: add tc merge functionalityLouis Peens1-4/+158
2021-06-03nfp: flower-ct: add tc_merge_tbLouis Peens3-0/+47
2021-06-03nfp: flower-ct: add a table to map flow cookies to ct flowsLouis Peens4-7/+89
2021-06-03nfp: flower-ct: add nfp_fl_ct_flow_entriesLouis Peens3-3/+209
2021-06-03nfp: flower-ct: add zone table entry when handling pre/post_ct flowsLouis Peens3-0/+131
2021-06-03nfp: flower-ct: add ct zone tableLouis Peens3-1/+40
2021-06-03nfp: flower-ct: add pre and post ct checksLouis Peens4-1/+102
2021-06-03nfp: flower: move non-zero chain checkLouis Peens1-5/+19
2021-06-02net: ethernet: rmnet: Add support for MAPv5 egress packetsSharath Chandra Vurukala5-18/+110
2021-06-02net: ethernet: rmnet: Support for ingress MAPv5 checksum offloadSharath Chandra Vurukala3-9/+68
2021-06-02Merge branch 'iwl-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tngu...David S. Miller21-55/+1021
2021-06-02net: mdio: Fix spelling mistakesZheng Yongjun4-4/+4
2021-06-02net: usb: Fix spelling mistakesZheng Yongjun8-13/+13
2021-06-02vrf: Fix a typoZheng Yongjun1-1/+1
2021-06-02gtp: Fix a typoZheng Yongjun1-1/+1
2021-06-02macvlan: Fix a typoZheng Yongjun1-1/+1
2021-06-02igb: Fix -Wunused-const-variable warningYueHaibing1-1/+1
2021-06-02cxgb4: Fix -Wunused-const-variable warningYueHaibing1-1/+1
2021-06-02hamradio: bpqether: Fix -Wunused-const-variable warningYueHaibing1-2/+2
2021-06-02net: stmmac: enable platform specific safety featuresWong Vee Khee7-14/+71
2021-06-02net: hdlc: add braces {} to all arms of the statementPeng Li1-1/+2
2021-06-02net: hdlc: move out assignment in if conditionPeng Li1-2/+4
2021-06-02net: hdlc: replace comparison to NULL with "!param"Peng Li1-2/+2
2021-06-02net: hdlc: fix an code style issue about EXPORT_SYMBOL(foo)Peng Li1-11/+10
2021-06-02net: hdlc: fix an code style issue about "foo* bar"Peng Li1-1/+1