summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2021-06-11net: pcs: xpcs: export xpcs_do_config and xpcs_link_upVladimir Oltean1-0/+4
2021-06-11net: pcs: xpcs: add support for NXP SJA1110Vladimir Oltean1-0/+1
2021-06-11net: pcs: xpcs: add support for NXP SJA1105Vladimir Oltean1-0/+2
2021-06-11net: pcs: xpcs: rename mdio_xpcs_args to dw_xpcsVladimir Oltean1-7/+7
2021-06-11Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller1-0/+12
2021-06-11virtio/vsock: rest of SOCK_SEQPACKET supportArseny Krasnov1-0/+5
2021-06-11virtio/vsock: dequeue callback for SOCK_SEQPACKETArseny Krasnov1-0/+5
2021-06-11net: phylink: introduce phylink_fwnode_phy_connect()Calvin Johnson1-0/+3
2021-06-11net: mdio: Add ACPI support code for mdioCalvin Johnson1-0/+26
2021-06-11ACPI: utils: Introduce acpi_get_local_address()Calvin Johnson1-0/+7
2021-06-11net: mdiobus: Introduce fwnode_mdiobus_register_phy()Calvin Johnson1-0/+35
2021-06-11net: phy: Introduce fwnode_get_phy_id()Calvin Johnson1-0/+5
2021-06-11net: phy: Introduce phy related fwnode functionsCalvin Johnson1-0/+20
2021-06-11net: phy: Introduce fwnode_mdio_find_device()Calvin Johnson1-0/+7
2021-06-11net: dsa: sja1105: implement TX timestamping for SJA1110Vladimir Oltean1-0/+23
2021-06-11net: dsa: add support for the SJA1110 native tagging protocolVladimir Oltean1-0/+1
2021-06-11net: dsa: sja1105: make SJA1105_SKB_CB fit a full timestampVladimir Oltean1-1/+1
2021-06-11net: dsa: tag_8021q: refactor RX VLAN parsing into a dedicated functionVladimir Oltean1-0/+3
2021-06-11net: dsa: tag_8021q: remove shim declarationsVladimir Oltean1-76/+0
2021-06-11ice: add low level PTP clock access functionsJacob Keller1-0/+12
2021-06-10net/mlx5: Bridge, add offload infrastructureVlad Buslov1-0/+1
2021-06-10net/mlx5: Create TC-miss priority and tableVlad Buslov1-0/+1
2021-06-10net/mlx5: Added new parameters to reformat contextYevgeny Kliteynik1-3/+9
2021-06-10net/mlx5: mlx5_ifc support for header insert/removeYevgeny Kliteynik2-6/+44
2021-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-1/+8
2021-06-09net: stmmac: explicitly deassert GMAC_AHB_RESETMatthew Hagan1-0/+1
2021-06-09net: wwan: make WWAN_PORT_MAX meaning less surprisedSergey Ryazanov1-3/+9
2021-06-09net: stmmac: enable Intel mGbE 2.5Gbps link speedVoon Weifeng1-0/+1
2021-06-09net: pcs: add 2500BASEX support for Intel mGbE controllerVoon Weifeng1-0/+1
2021-06-08page_pool: Allow drivers to hint on SKB recyclingIlias Apalodimas1-3/+30
2021-06-08skbuff: add a parameter to __skb_frag_unrefMatteo Croce1-3/+5
2021-06-08mm: add a signature in struct pageMatteo Croce3-5/+16
2021-06-07Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller1-1/+28
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-0/+3
2021-06-07net: phy: introduce PHY_INTERFACE_MODE_REVRMIIVladimir Oltean1-0/+4
2021-06-07virtchnl: Use pad byte in virtchnl_ether_addr to specify MAC typeBrett Creeley1-1/+28
2021-06-07netfilter: annotate nf_tables base hook opsFlorian Westphal1-1/+7
2021-06-07netfilter: nfnetlink: add struct nfgenmsg to struct nfnl_info and use itPablo Neira Ayuso1-0/+1
2021-06-04virtchnl: Add missing padding to virtchnl_proto_hdrsGeert Uytterhoeven1-0/+1
2021-06-04Merge tag 'mlx5-updates-2021-06-03' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller1-1/+1
2021-06-04qed: Add IP services APIs supportNikolay Assa1-0/+29
2021-06-04qed: Add NVMeTCP Offload IO Level FW InitializationsShai Malin2-0/+21
2021-06-04qed: Add NVMeTCP Offload IO Level FW and HW HSIShai Malin2-1/+365
2021-06-04qed: Add support of HW filter blockPrabhakar Kushwaha1-0/+24
2021-06-04qed: Add NVMeTCP Offload Connection Level FW and HW HSIShai Malin2-0/+237
2021-06-04qed: Add NVMeTCP Offload PF Level FW and HW HSIShai Malin3-0/+143
2021-06-04qed: Add TCP_ULP FW resource layoutOmkar Kulkarni2-2/+2
2021-06-03net: pcs: xpcs: convert to phylink_pcs_opsVladimir Oltean1-10/+1
2021-06-03net: pcs: xpcs: convert to mdio_deviceVladimir Oltean1-3/+4
2021-06-03net: pcs: xpcs: export xpcs_probeVladimir Oltean1-1/+1