aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-09-21net: sched: simplify code in mall_reoffloadWilliam Dean1-4/+1
2022-09-21net: ethernet: ti: am65-cpsw: remove unused parameter of am65_cpsw_nuss_common_open()Jian Shen1-3/+2
2022-09-21net: fjes: Reorder symbols to get rid of a few forward declarationsUwe Kleine-König1-592/+560
2022-09-21Merge branch 'net-hns3-updates-for-next'Jakub Kicinski11-219/+454
2022-09-21net: hns3: add judge fd ability for sync and clear process of flow directorGuangbin Huang1-3/+6
2022-09-21net: hns3: refactor function hclge_mbx_handler()Hao Lan2-142/+284
2022-09-21net: hns3: optimize converting dscp to priority process of hns3_nic_select_queue()Guangbin Huang7-50/+45
2022-09-21net: hns3: add support for external loopback testYonglong Liu5-24/+119
2022-09-21docs: net: add an explanation of VF (and other) RepresentorsEdward Cree3-0/+261
2022-09-21Merge branch 'net-dev_err_probe'David S. Miller7-33/+18
2022-09-21net: ll_temac: Switch to use dev_err_probe() helperYang Yingliang1-10/+6
2022-09-21net: stmmac: dwc-qos: Switch to use dev_err_probe() helperYang Yingliang1-3/+1
2022-09-21net: ibm: emac: Switch to use dev_err_probe() helperYang Yingliang1-5/+3
2022-09-21net: dsa: lantiq: Switch to use dev_err_probe() helperYang Yingliang1-5/+3
2022-09-21net: ethernet: ti: cpsw_new: Switch to use dev_err_probe() helperYang Yingliang1-3/+2
2022-09-21net: ethernet: ti: cpsw: Switch to use dev_err_probe() helperYang Yingliang1-2/+1
2022-09-21net: ethernet: ti: am65-cpts: Switch to use dev_err_probe() helperYang Yingliang1-5/+2
2022-09-21net/af_packet: registration process optimization in packet_init()Ziyang Xuan1-13/+13
2022-09-21net: sched: act_ct: remove redundant variable errJinpeng Cui1-4/+1
2022-09-20liquidio: CN23XX: delete repeated words, add missing words and fix typo in commentRuffalo Lavoisier2-4/+4
2022-09-20octeontx2-pf: Fix unused variable build errorRen Zhijie1-1/+1
2022-09-20ice: Add low latency Tx timestamp readKarol Kolacinski7-45/+154
2022-09-20Merge branch 'add-a-secondary-at-port-to-the-telit-fn990'Jakub Kicinski2-0/+3
2022-09-20bus: mhi: host: pci_generic: Add a secondary AT port to Telit FN990Fabio Porcedda1-0/+2
2022-09-20net: wwan: mhi_wwan_ctrl: Add DUN2 to have a secondary AT portFabio Porcedda1-0/+1
2022-09-20Merge branch 'refactor-duplicate-codes-in-the-tc-cls-walk-function'Jakub Kicinski16-75/+2716
2022-09-20selftests/tc-testings: add list case for basic filterZhengchao Shao1-0/+47
2022-09-20selftests/tc-testings: add selftests for tcindex filterZhengchao Shao1-0/+227
2022-09-20selftests/tc-testings: add selftests for rsvp filterZhengchao Shao1-0/+203
2022-09-20selftests/tc-testings: add selftests for route filterZhengchao Shao1-0/+181
2022-09-20selftests/tc-testings: add selftests for flow filterZhengchao Shao1-0/+623
2022-09-20selftests/tc-testings: add selftests for cgroup filterZhengchao Shao1-0/+1236
2022-09-20selftests/tc-testings: add selftests for bpf filterZhengchao Shao1-0/+171
2022-09-20net/sched: use tc_cls_stats_dump() in filterZhengchao Shao8-75/+15
2022-09-20net/sched: cls_api: add helper for tc cls walker stats dumpZhengchao Shao1-0/+13
2022-09-20net: broadcom: bcm4908_enet: handle -EPROBE_DEFER when getting MACRafał Miłecki1-4/+9
2022-09-20net: make NET_(DEV|NS)_REFCNT_TRACKER depend on NETLukas Bulwahn1-2/+2
2022-09-20Merge branch 'small-tc-taprio-improvements'Jakub Kicinski1-78/+34
2022-09-20net/sched: taprio: replace safety precautions with commentsVladimir Oltean1-15/+9
2022-09-20net/sched: taprio: add extack messages in taprio_initVladimir Oltean1-2/+6
2022-09-20net/sched: taprio: stop going through private ops for dequeue and peekVladimir Oltean1-46/+12
2022-09-20net/sched: taprio: remove redundant FULL_OFFLOAD_IS_ENABLED check in taprio_enqueueVladimir Oltean1-3/+3
2022-09-20net/sched: taprio: use rtnl_dereference for oper and admin sched in taprio_destroy()Vladimir Oltean1-4/+8
2022-09-20net/sched: taprio: taprio_dump and taprio_change are protected by rtnl_mutexVladimir Oltean1-10/+4
2022-09-20net/sched: taprio: taprio_offload_config_changed() is protected by rtnl_mutexVladimir Oltean1-8/+2
2022-09-20Merge branch 'nfp-flower-police-validation-and-ct-enhancements'Jakub Kicinski3-16/+263
2022-09-20nfp: flower: support vlan action in pre_ctHui Zhou1-1/+48
2022-09-20nfp: flower: support hw offload for ct nat actionHui Zhou2-7/+192
2022-09-20nfp: flower: add validation of for police actions which are independent of flowsZiyang Chen1-8/+23
2022-09-20Merge branch 'tcp-introduce-optional-per-netns-ehash'Jakub Kicinski28-161/+361