summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2021-06-03qed: Add TCP_ULP FW resource layoutOmkar Kulkarni
2021-06-03net: pcs: xpcs: convert to phylink_pcs_opsVladimir Oltean
2021-06-03net: pcs: xpcs: convert to mdio_deviceVladimir Oltean
2021-06-03net: pcs: xpcs: use mdiobus_c45_addr in xpcs_{read,write}Vladimir Oltean
2021-06-03net: pcs: xpcs: export xpcs_probeVladimir Oltean
2021-06-03net: pcs: xpcs: export xpcs_config_eeeVladimir Oltean
2021-06-03net: pcs: xpcs: export xpcs_validateVladimir Oltean
2021-06-03net: pcs: xpcs: make the checks related to the PHY interface mode statelessVladimir Oltean
2021-06-03net: pcs: xpcs: there is only one PHY IDVladimir Oltean
2021-06-03net: hdlc_cisco: remove redundant spacePeng Li
2021-06-03net: hdlc_cisco: add blank line after declarationPeng Li
2021-06-03net: hdlc_cisco: remove unnecessary out of memory messagePeng Li
2021-06-03net: hdlc_cisco: add some required spacesPeng Li
2021-06-03net: hdlc_cisco: fix the code style issue about "foo* bar"Peng Li
2021-06-03net: hdlc_cisco: remove redundant blank linesPeng Li
2021-06-02netdevsim: Allow setting parent node of rate objectsDmytro Linkin
2021-06-02netdevsim: Implement support for devlink rate nodesDmytro Linkin
2021-06-02netdevsim: Implement devlink rate leafs tx rate supportDmytro Linkin
2021-06-02netdevsim: Register devlink rate leaf objects per VFDmytro Linkin
2021-06-02netdevsim: Implement legacy/switchdev mode for VFsDmytro Linkin
2021-06-02netdevsim: Implement VFsDmytro Linkin
2021-06-02netdevsim: Implement port types and indexingDmytro Linkin
2021-06-02netdevsim: Disable VFs on nsim_dev_reload_destroy() callDmytro Linkin
2021-06-02netdevsim: Add max_vfs to bus_devDmytro Linkin
2021-06-02nfp: flower-ct: add tc merge functionalityLouis Peens
2021-06-02nfp: flower-ct: add tc_merge_tbLouis Peens
2021-06-02nfp: flower-ct: add a table to map flow cookies to ct flowsLouis Peens
2021-06-02nfp: flower-ct: add nfp_fl_ct_flow_entriesLouis Peens
2021-06-02nfp: flower-ct: add zone table entry when handling pre/post_ct flowsLouis Peens
2021-06-02nfp: flower-ct: add ct zone tableLouis Peens
2021-06-02nfp: flower-ct: add pre and post ct checksLouis Peens
2021-06-02nfp: flower: move non-zero chain checkLouis Peens
2021-06-01net: ethernet: rmnet: Add support for MAPv5 egress packetsSharath Chandra Vurukala
2021-06-01net: ethernet: rmnet: Support for ingress MAPv5 checksum offloadSharath Chandra Vurukala
2021-06-01Merge branch 'iwl-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tngu...David S. Miller
2021-06-01net: mdio: Fix spelling mistakesZheng Yongjun
2021-06-01net: usb: Fix spelling mistakesZheng Yongjun
2021-06-01vrf: Fix a typoZheng Yongjun
2021-06-01gtp: Fix a typoZheng Yongjun
2021-06-01macvlan: Fix a typoZheng Yongjun
2021-06-01igb: Fix -Wunused-const-variable warningYueHaibing
2021-06-01cxgb4: Fix -Wunused-const-variable warningYueHaibing
2021-06-01hamradio: bpqether: Fix -Wunused-const-variable warningYueHaibing
2021-06-01net: stmmac: enable platform specific safety featuresWong Vee Khee
2021-06-01net: hdlc: add braces {} to all arms of the statementPeng Li
2021-06-01net: hdlc: move out assignment in if conditionPeng Li
2021-06-01net: hdlc: replace comparison to NULL with "!param"Peng Li
2021-06-01net: hdlc: fix an code style issue about EXPORT_SYMBOL(foo)Peng Li
2021-06-01net: hdlc: fix an code style issue about "foo* bar"Peng Li
2021-06-01net: hdlc: add blank line after declarationsPeng Li