summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: sfp: Convert to platform remove callback returning voidUwe Kleine-König2023-12-061-4/+2
* net: pcs: rzn1-miic: Convert to platform remove callback returning voidUwe Kleine-König2023-12-061-4/+2
* net: fjes: Convert to platform remove callback returning voidUwe Kleine-König2023-12-061-4/+2
* net: ipa: Convert to platform remove callback returning voidUwe Kleine-König2023-12-061-16/+13
* net: hns3: reduce stack usage in hclge_dbg_dump_tm_pri()Arnd Bergmann2023-12-061-7/+14
* tools: ynl: remove generated user space code from gitJakub Kicinski2023-12-0513-26838/+2
* Merge branch 'sfc-implement-ndo_hwtstamp_-get-set'Jakub Kicinski2023-12-0510-56/+76
|\
| * sfc-siena: Implement ndo_hwtstamp_(get|set)Alex Austin2023-12-055-27/+38
| * sfc: Implement ndo_hwtstamp_(get|set)Alex Austin2023-12-055-29/+38
|/
* ipvlan: implement .parse_protocol hook function in ipvlan_header_opsZhengchao Shao2023-12-051-0/+1
* macvlan: implement .parse_protocol hook function in macvlan_hard_header_opsZhengchao Shao2023-12-051-0/+1
* Merge branch 'conver-net-selftests-to-run-in-unique-namespace-part-1'Paolo Abeni2023-12-0517-506/+500
|\
| * selftests/net: convert unicast_extensions.sh to run it in unique namespaceHangbin Liu2023-12-051-53/+46
| * selftests/net: convert sctp_vrf.sh to run it in unique namespaceHangbin Liu2023-12-051-9/+3
| * selftests/net: convert ndisc_unsolicited_na_test.sh to run it in unique names...Hangbin Liu2023-12-051-12/+7
| * selftests/net: convert l2tp.sh to run it in unique namespaceHangbin Liu2023-12-051-68/+62
| * selftests/net: convert ioam6.sh to run it in unique namespaceHangbin Liu2023-12-051-126/+121
| * sleftests/net: convert icmp.sh to run it in unique namespaceHangbin Liu2023-12-051-6/+4
| * selftests/net: convert icmp_redirect.sh to run it in unique namespaceHangbin Liu2023-12-051-94/+88
| * selftests/net: convert traceroute.sh to run it in unique namespaceHangbin Liu2023-12-051-46/+36
| * selftests/net: convert drop_monitor_tests.sh to run it in unique namespaceHangbin Liu2023-12-051-10/+11
| * selftests/net: convert cmsg tests to make them run in unique namespaceHangbin Liu2023-12-053-12/+12
| * selftests/net: convert arp_ndisc_untracked_subnets.sh to run it in unique nam...Hangbin Liu2023-12-051-12/+6
| * selftests/net: specify the interface when do arpingHangbin Liu2023-12-051-1/+1
| * selftests/net: convert arp_ndisc_evict_nocarrier.sh to run it in unique names...Hangbin Liu2023-12-051-30/+16
| * selftests/net: add lib.shHangbin Liu2023-12-053-27/+87
|/
* Merge branch 'intel-wired-lan-driver-updates-2023-12-01-ice'Paolo Abeni2023-12-0518-297/+627
|\
| * ice: Rename E822 to E82XKarol Kolacinski2023-12-056-281/+280
| * ice: periodically kick Tx timestamp interruptJacob Keller2023-12-051-0/+50
| * ice: Re-enable timestamping correctly after resetKarol Kolacinski2023-12-052-10/+11
| * ice: Improve logs for max ntuple errorsPawel Kaminski2023-12-051-5/+8
| * ice: add CGU info to devlink info callbackArkadiusz Kubalewski2023-12-052-0/+29
| * ice: read internal temperature sensorKonrad Knitter2023-12-0510-1/+249
|/
* Merge branch 'net-sched-act_api-contiguous-action-arrays'Paolo Abeni2023-12-051-27/+30
|\
| * net/sched: act_api: use tcf_act_for_each_action in tcf_idr_insert_manyPedro Tammela2023-12-051-4/+2
| * net/sched: act_api: stop loop over ops array on NULL in tcf_action_initPedro Tammela2023-12-051-4/+2
| * net/sched: act_api: avoid non-contiguous action arrayPedro Tammela2023-12-051-12/+21
| * net/sched: act_api: use tcf_act_for_each_actionPedro Tammela2023-12-051-7/+5
|/
* Merge branch 'doc-update-bridge-doc'Paolo Abeni2023-12-053-10/+847
|\
| * docs: bridge: add other featuresHangbin Liu2023-12-051-0/+14
| * docs: bridge: add netfilter docHangbin Liu2023-12-051-0/+36
| * docs: bridge: add switchdev docHangbin Liu2023-12-051-0/+18
| * docs: bridge: add multicast docHangbin Liu2023-12-051-0/+56
| * docs: bridge: add VLAN docHangbin Liu2023-12-051-0/+29
| * docs: bridge: add STP docHangbin Liu2023-12-051-0/+101
| * docs: bridge: Add kAPI/uAPI fieldsHangbin Liu2023-12-052-0/+35
| * net: bridge: add document for IFLA_BRPORT enumHangbin Liu2023-12-051-0/+241
| * net: bridge: add document for IFLA_BR enumHangbin Liu2023-12-051-0/+280
| * docs: bridge: update doc format to rstHangbin Liu2023-12-051-10/+37
|/
* Merge branch 'net-stmmac-est-implementation'Jakub Kicinski2023-12-0515-275/+276
|\