summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-03net: sysctl: use shared sysctl macroTonghao Zhang
2022-05-02Merge branch 'vsock-virtio-add-support-for-device-suspend-resume'Jakub Kicinski
2022-05-02vsock/virtio: add support for device suspend/resumeStefano Garzarella
2022-05-02vsock/virtio: factor our the code to initialize and delete VQsStefano Garzarella
2022-05-02selftests: forwarding: add Per-Stream Filtering and Policing test for OcelotVladimir Oltean
2022-05-02ipv6: Don't send rs packets to the interface of ARPHRD_TUNNELjianghaoran
2022-05-02tcp: optimise skb_zerocopy_iter_stream()Pavel Begunkov
2022-05-02octeontx2-af: debugfs: fix error return of allocationsNiels Dossche
2022-05-02Merge branch 'ocelot-stats-improvement'Jakub Kicinski
2022-05-02net: mscc: ocelot: add missed parentheses around macro argumentColin Foster
2022-05-02net: mscc: ocelot: remove unnecessary variableColin Foster
2022-05-02Stefan Schmidt says:Jakub Kicinski
2022-05-02Merge branch 'net-more-heap-allocation-and-split-of-rtnl_newlink'Paolo Abeni
2022-05-02rtnl: move rtnl_newlink_create()Jakub Kicinski
2022-05-02rtnl: split __rtnl_newlink() into two functionsJakub Kicinski
2022-05-02rtnl: allocate more attr tables on the heapJakub Kicinski
2022-05-02Merge branch 'use-mmd-c45-helpers'Paolo Abeni
2022-05-02net: pcs: pcs-xpcs: Convert to mdiobus_c45_readAndrew Lunn
2022-05-02net: dsa: sja1105: Convert to mdiobus_c45_readAndrew Lunn
2022-05-02net: phy: bcm87xx: Use mmd helpersAndrew Lunn
2022-05-02net: phy: Convert to mdiobus_c45_{read|write}Andrew Lunn
2022-05-02net: phylink: Convert to mdiobus_c45_{read|write}Andrew Lunn
2022-05-02Merge tag 'linux-can-next-for-5.19-20220502' of git://git.kernel.org/pub/scm/...Paolo Abeni
2022-05-02nfp: support VxLAN inner TSO with GSO_PARTIAL offloadFei Qin
2022-05-02selftests: net: vrf_strict_mode_test: add support to select a test to runJaehee Park
2022-05-02Merge branch 'devices-always-netif_f_lltx'Paolo Abeni
2022-05-02ip6_gre: Make IP6GRE and IP6GRETAP devices always NETIF_F_LLTXPeilin Ye
2022-05-02ip_gre: Make GRE and GRETAP devices always NETIF_F_LLTXPeilin Ye
2022-05-02can: ctucanfd: remove PCI module debug parametersPavel Pisa
2022-05-02can: ctucanfd: remove debug statementsPavel Pisa
2022-05-02can: ctucanfd: remove inline keyword from local static functionsPavel Pisa
2022-05-02can: ctucanfd: ctucan_platform_probe(): remove unnecessary print function dev...Jiapeng Chong
2022-05-02can: ctucanfd: remove unused including <linux/version.h>Jiapeng Chong
2022-05-02docs: networking: device drivers: can: ctucanfd: update author e-mailPavel Pisa
2022-05-02docs: networking: device drivers: can: add ctucanfd to indexPavel Pisa
2022-05-02can: m_can: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski
2022-05-02dt-bindings: can: renesas,rcar-canfd: Document RZ/G2UL supportBiju Das
2022-05-01Merge branch 'adin1100-industrial-PHY-support'David S. Miller
2022-05-01dt-bindings: net: phy: Add 10-baseT1L 2.4 VppAlexandru Tachici
2022-05-01net: phy: adin1100: Add SQI supportAlexandru Tachici
2022-05-01net: phy: adin1100: Add initial support for ADIN1100 industrial PHYAlexandru Ardelean
2022-05-01net: phy: Add 10BASE-T1L support in phy-c45Alexandru Tachici
2022-05-01net: phy: Add BaseT1 auto-negotiation registersAlexandru Tachici
2022-05-01net: phy: Add 10-BaseT1L registersAlexandru Tachici
2022-05-01ethtool: Add 10base-T1L link mode entryAlexandru Tachici
2022-05-01net: dsa: mv88e6xxx: Cosmetic change spaces to tabs in dsa_switch_opsMarek BehĂșn
2022-05-01net: enable memcg accounting for veth queuesVasily Averin
2022-05-01Merge branch 'UDP-sock_wfree-opts'David S. Miller
2022-05-01sock: optimise sock_def_write_space barriersPavel Begunkov
2022-05-01sock: optimise UDP sock_wfree() refcountingPavel Begunkov