summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: phy: micrel: Fix double spaces inside lan8814_config_intrHoratiu Vultur2022-09-221-2/+2
* net: ethernet: adi: Fix invalid parent name lengthAlexandru Tachici2022-09-221-1/+1
* Merge branch 'add-wed-support-for-mt7986-chipset'Paolo Abeni2022-09-2216-313/+1020
|\
| * net: ethernet: mtk_eth_soc: introduce flow offloading support for mt7986Lorenzo Bianconi2022-09-226-116/+289
| * net: ethernet: mtk_eth_wed: add axi bus supportLorenzo Bianconi2022-09-223-32/+85
| * net: ethernet: mtk_eth_wed: add wed support for mt7986 chipsetLorenzo Bianconi2022-09-226-97/+401
| * net: ethernet: mtk_eth_wed: add mtk_wed_configure_irq and mtk_wed_dma_{enable...Lorenzo Bianconi2022-09-222-29/+64
| * net: ethernet: mtk_eth_soc: add foe_entry_size to mtk_eth_socLorenzo Bianconi2022-09-225-24/+48
| * net: ethernet: mtk_eth_soc: move wdma_base definitions in mtk register mapLorenzo Bianconi2022-09-222-9/+11
| * net: ethernet: mtk_eth_soc: add the capability to run multiple ppeLorenzo Bianconi2022-09-226-33/+48
| * net: ethernet: mtk_eth_soc: move ppe table hash offset to mtk_soc_data structureLorenzo Bianconi2022-09-224-7/+25
| * net: ethernet: mtk_eth_soc: move gdma_to_ppe and ppe_base definitions in mtk ...Lorenzo Bianconi2022-09-223-7/+13
| * dt-bindings: net: mediatek: add WED binding for MT7986 eth driverLorenzo Bianconi2022-09-223-9/+62
| * arm64: dts: mediatek: mt7986: add support for Wireless Ethernet DispatchLorenzo Bianconi2022-09-221-0/+24
|/
* Merge branch 'separate-smc-parameter-settings-from-tcp-sysctls'Paolo Abeni2022-09-227-8/+66
|\
| * net/smc: Unbind r/w buffer size from clcsock and make them tunableTony Lu2022-09-225-7/+47
| * net/smc: Introduce a specific sysctl for TEST_LINK timeWen Gu2022-09-225-1/+19
|/
* net: ethernet: altera: TSE: fix error return code in altera_tse_probe()Sun Ke2022-09-221-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/netfil...Jakub Kicinski2022-09-226-37/+17
|\
| * netfilter: rpfilter: Remove unused variable 'ret'.Guillaume Nault2022-09-211-1/+0
| * headers: Remove some left-over license text in include/uapi/linux/netfilter/Christophe JAILLET2022-09-214-31/+4
| * netfilter: conntrack: revisit the gc initial rescheduling biasAntoine Tenart2022-09-211-4/+6
| * netfilter: conntrack: fix the gc rescheduling delayAntoine Tenart2022-09-211-2/+8
* | ethernet: tundra: Drop forward declaration of static functionsUwe Kleine-König2022-09-221-13/+10
* | flow_dissector: Do not count vlan tags inside tunnel payloadQingqing Yang2022-09-221-2/+2
* | net: sched: remove unused tcf_result extensionJamal Hadi Salim2022-09-222-7/+1
* | Merge branch 'clean-up-ocelot_reset-routine'Jakub Kicinski2022-09-221-13/+33
|\ \
| * | net: mscc: ocelot: check return values of writes during resetColin Foster2022-09-221-5/+11
| * | net: mscc: ocelot: utilize readx_poll_timeout() for chip resetColin Foster2022-09-221-9/+23
|/ /
* | Merge branch 'net-ll_temac-cleanup-for-clearing-static-warnings'Jakub Kicinski2022-09-226-123/+139
|\ \
| * | net: ll_temac: axienet: delete unnecessary blank lines and spaceshuangjunxian2022-09-223-4/+3
| * | net: ll_temac: move trailing statements to next linehuangjunxian2022-09-221-3/+9
| * | net: ll_temac: fix the missing spaces around '='huangjunxian2022-09-221-11/+11
| * | net: ll_temac: delete unnecessary else branchhuangjunxian2022-09-221-7/+5
| * | net: ll_temac: axienet: align with open parenthesishuangjunxian2022-09-223-6/+5
| * | net: ll_temac: Cleanup for function name in a stringHaoyue Xu2022-09-221-4/+5
| * | net: ll_temac: fix the format of block commentshuangjunxian2022-09-223-90/+103
|/ /
* | net: macvtap: add __init/__exit annotations to module init/exit funcsXiu Jianfeng2022-09-221-2/+2
* | net: hns3: add __init/__exit annotations to module init/exit funcsXiu Jianfeng2022-09-222-4/+4
* | net: sched: simplify code in mall_reoffloadWilliam Dean2022-09-221-4/+1
* | net: ethernet: ti: am65-cpsw: remove unused parameter of am65_cpsw_nuss_commo...Jian Shen2022-09-221-3/+2
* | net: fjes: Reorder symbols to get rid of a few forward declarationsUwe Kleine-König2022-09-221-592/+560
* | Merge branch 'net-hns3-updates-for-next'Jakub Kicinski2022-09-2111-219/+454
|\ \
| * | net: hns3: add judge fd ability for sync and clear process of flow directorGuangbin Huang2022-09-211-3/+6
| * | net: hns3: refactor function hclge_mbx_handler()Hao Lan2022-09-212-142/+284
| * | net: hns3: optimize converting dscp to priority process of hns3_nic_select_qu...Guangbin Huang2022-09-217-50/+45
| * | net: hns3: add support for external loopback testYonglong Liu2022-09-215-24/+119
|/ /
* | docs: net: add an explanation of VF (and other) RepresentorsEdward Cree2022-09-213-0/+261
* | Merge branch 'net-dev_err_probe'David S. Miller2022-09-217-33/+18
|\ \
| * | net: ll_temac: Switch to use dev_err_probe() helperYang Yingliang2022-09-211-10/+6