summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-02net: phy: nxp-c45-tja11xx: prepare the ground for TJA1120Radu Pirea (NXP OSS)1-168/+406
2023-08-02net: phy: nxp-c45-tja11xx: remove RX BIST frame countersRadu Pirea (NXP OSS)1-9/+0
2023-08-02net: phy: nxp-c45-tja11xx: use phylib master/slave implementationRadu Pirea (NXP OSS)1-75/+2
2023-08-02Merge branch 'virtio_net-add-per-queue-interrupt-coalescing-support'Jakub Kicinski2-24/+177
2023-08-02virtio_net: enable per queue interrupt coalesce featureGavin Li1-0/+3
2023-08-02virtio_net: support per queue interrupt coalesce commandGavin Li2-8/+155
2023-08-02virtio_net: extract interrupt coalescing settings to a structureGavin Li1-16/+19
2023-08-02inet6: Remove unused function declaration udpv6_connect()Yue Haibing1-2/+0
2023-08-02net: make sure we never create ifindex = 0Jakub Kicinski1-2/+1
2023-08-02net/macmace: Replace zero-length array with DECLARE_FLEX_ARRAY() helperAtul Raut1-1/+1
2023-08-01net: dsa: qca8k: use dsa_for_each macro instead of for loopChristian Marangi1-53/+54
2023-08-01net: dsa: qca8k: move qca8xxx hol fixup to separate functionChristian Marangi1-36/+42
2023-08-01net: dsa: qca8k: limit user ports access to the first CPU port on setupChristian Marangi1-8/+6
2023-08-01net: dsa: qca8k: make learning configurable and keep off if standaloneChristian Marangi3-3/+58
2023-08-01net: dsa: tag_qca: return early if dev is not foundChristian Marangi1-4/+4
2023-08-01Merge branch 'net-sched-improve-class-lifetime-handling'Paolo Abeni5-20/+49
2023-08-01net/sched: sch_qfq: warn about class in use while deletingPedro Tammela1-1/+3
2023-08-01net/sched: sch_htb: warn about class in use while deletingPedro Tammela1-1/+3
2023-08-01net/sched: sch_hfsc: warn about class in use while deletingPedro Tammela1-1/+3
2023-08-01net/sched: sch_drr: warn about class in use while deletingPedro Tammela1-1/+3
2023-08-01net/sched: wrap open coded Qdics class filter counterPedro Tammela5-20/+41
2023-08-01Merge branch 'mptcp-cleanup-and-improvements-in-the-selftests'Jakub Kicinski5-301/+329
2023-08-01selftests: mptcp: userspace_pm: unmute unexpected errorsMatthieu Baerts1-50/+50
2023-08-01selftests: mptcp: pm_nl_ctl: always look for errorsMatthieu Baerts3-15/+26
2023-08-01selftests: mptcp: join: colored resultsMatthieu Baerts2-4/+43
2023-08-01selftests: mptcp: join: rework detailed reportMatthieu Baerts1-236/+214
2023-08-01net/hsr: Remove unused function declarationsYue Haibing1-2/+0
2023-08-01selftests: connector: Fix input argument error paths to skipShuah Khan1-2/+2
2023-08-01tcx: Fix splat during dev unregisterMartin KaFai Lau2-4/+24
2023-08-01net: bcmgenet: Remove TX ring full loggingFlorian Fainelli1-5/+1
2023-08-01vsock: Remove unused function declarationsYue Haibing1-3/+0
2023-08-01net/smc: Remove unused function declarationsYue Haibing2-2/+0
2023-08-01Merge branch 'connector-proc_filter-test-fixes'Jakub Kicinski2-1/+2
2023-08-01selftests: connector: Add .gitignore and poupulate it with testShuah Khan1-0/+1
2023-08-01selftests: connector: Fix Makefile to include KHDR_INCLUDESShuah Khan1-1/+1
2023-08-01i40e: remove i40e_statusJan Sokolowski16-327/+275
2023-08-01tcp: Remove unused function declarationsYue Haibing1-3/+0
2023-08-01devlink: Remove unused extern declaration devlink_port_region_destroy()Yue Haibing1-2/+0
2023-07-31net: Use sockaddr_storage for getsockopt(SO_PEERNAME).Kuniyuki Iwashima1-3/+3
2023-07-31net: flow_dissector: Use 64bits for used_keysRatheesh Kannoth34-306/+317
2023-07-29team: Remove NULL check before dev_{put, hold}Yang Li1-2/+1
2023-07-29net: ethernet: mtk_eth_soc: enable nft hw flowtable_offload for MT7988 SoCLorenzo Bianconi3-5/+36
2023-07-29net: ethernet: mtk_eth_soc: enable page_pool support for MT7988 SoCLorenzo Bianconi1-1/+1
2023-07-29net: bcmasp: Clean up redundant dev_err_probe()Chen Jiahao1-1/+1
2023-07-29bonding: 3ad: Remove unused declaration bond_3ad_update_lacp_active()YueHaibing1-1/+0
2023-07-29Merge branch 'r8152-reduce-control-transfer'Jakub Kicinski1-61/+43
2023-07-29r8152: set bp in bulkHayes Wang1-50/+25
2023-07-29r8152: adjust generic_ocp_write functionHayes Wang1-11/+18
2023-07-29net: ethernet: slicoss: remove redundant increment of pointer dataColin Ian King1-3/+1
2023-07-29Merge branch 'in-kernel-support-for-the-tls-alert-protocol'Jakub Kicinski13-46/+431