summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * net: stmmac: dwc-qos: Switch to use dev_err_probe() helperYang Yingliang2022-09-211-3/+1
| * net: ibm: emac: Switch to use dev_err_probe() helperYang Yingliang2022-09-211-5/+3
| * net: dsa: lantiq: Switch to use dev_err_probe() helperYang Yingliang2022-09-211-5/+3
| * net: ethernet: ti: cpsw_new: Switch to use dev_err_probe() helperYang Yingliang2022-09-211-3/+2
| * net: ethernet: ti: cpsw: Switch to use dev_err_probe() helperYang Yingliang2022-09-211-2/+1
| * net: ethernet: ti: am65-cpts: Switch to use dev_err_probe() helperYang Yingliang2022-09-211-5/+2
|/
* net/af_packet: registration process optimization in packet_init()Ziyang Xuan2022-09-211-13/+13
* net: sched: act_ct: remove redundant variable errJinpeng Cui2022-09-211-4/+1
* liquidio: CN23XX: delete repeated words, add missing words and fix typo in co...Ruffalo Lavoisier2022-09-202-4/+4
* octeontx2-pf: Fix unused variable build errorRen Zhijie2022-09-201-1/+1
* ice: Add low latency Tx timestamp readKarol Kolacinski2022-09-207-45/+154
* Merge branch 'add-a-secondary-at-port-to-the-telit-fn990'Jakub Kicinski2022-09-202-0/+3
|\
| * bus: mhi: host: pci_generic: Add a secondary AT port to Telit FN990Fabio Porcedda2022-09-201-0/+2
| * net: wwan: mhi_wwan_ctrl: Add DUN2 to have a secondary AT portFabio Porcedda2022-09-201-0/+1
|/
* Merge branch 'refactor-duplicate-codes-in-the-tc-cls-walk-function'Jakub Kicinski2022-09-2016-75/+2716
|\
| * selftests/tc-testings: add list case for basic filterZhengchao Shao2022-09-201-0/+47
| * selftests/tc-testings: add selftests for tcindex filterZhengchao Shao2022-09-201-0/+227
| * selftests/tc-testings: add selftests for rsvp filterZhengchao Shao2022-09-201-0/+203
| * selftests/tc-testings: add selftests for route filterZhengchao Shao2022-09-201-0/+181
| * selftests/tc-testings: add selftests for flow filterZhengchao Shao2022-09-201-0/+623
| * selftests/tc-testings: add selftests for cgroup filterZhengchao Shao2022-09-201-0/+1236
| * selftests/tc-testings: add selftests for bpf filterZhengchao Shao2022-09-201-0/+171
| * net/sched: use tc_cls_stats_dump() in filterZhengchao Shao2022-09-208-75/+15
| * net/sched: cls_api: add helper for tc cls walker stats dumpZhengchao Shao2022-09-201-0/+13
|/
* net: broadcom: bcm4908_enet: handle -EPROBE_DEFER when getting MACRafał Miłecki2022-09-201-4/+9
* net: make NET_(DEV|NS)_REFCNT_TRACKER depend on NETLukas Bulwahn2022-09-201-2/+2
* Merge branch 'small-tc-taprio-improvements'Jakub Kicinski2022-09-201-78/+34
|\
| * net/sched: taprio: replace safety precautions with commentsVladimir Oltean2022-09-201-15/+9
| * net/sched: taprio: add extack messages in taprio_initVladimir Oltean2022-09-201-2/+6
| * net/sched: taprio: stop going through private ops for dequeue and peekVladimir Oltean2022-09-201-46/+12
| * net/sched: taprio: remove redundant FULL_OFFLOAD_IS_ENABLED check in taprio_e...Vladimir Oltean2022-09-201-3/+3
| * net/sched: taprio: use rtnl_dereference for oper and admin sched in taprio_de...Vladimir Oltean2022-09-201-4/+8
| * net/sched: taprio: taprio_dump and taprio_change are protected by rtnl_mutexVladimir Oltean2022-09-201-10/+4
| * net/sched: taprio: taprio_offload_config_changed() is protected by rtnl_mutexVladimir Oltean2022-09-201-8/+2
|/
* Merge branch 'nfp-flower-police-validation-and-ct-enhancements'Jakub Kicinski2022-09-203-16/+263
|\
| * nfp: flower: support vlan action in pre_ctHui Zhou2022-09-201-1/+48
| * nfp: flower: support hw offload for ct nat actionHui Zhou2022-09-202-7/+192
| * nfp: flower: add validation of for police actions which are independent of flowsZiyang Chen2022-09-201-8/+23
|/
* Merge branch 'tcp-introduce-optional-per-netns-ehash'Jakub Kicinski2022-09-2028-161/+361
|\
| * tcp: Introduce optional per-netns ehash.Kuniyuki Iwashima2022-09-209-8/+164
| * tcp: Save unnecessary inet_twsk_purge() calls.Kuniyuki Iwashima2022-09-204-2/+18
| * tcp: Access &tcp_hashinfo via net.Kuniyuki Iwashima2022-09-2017-78/+108
| * tcp: Set NULL to sk->sk_prot->h.hashinfo.Kuniyuki Iwashima2022-09-206-15/+24
| * tcp: Don't allocate tcp_death_row outside of struct netns_ipv4.Kuniyuki Iwashima2022-09-207-25/+15