index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-06
net: wan/fsl_ucc_hdlc: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-12-06
net: sfp: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-12-06
net: pcs: rzn1-miic: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-12-06
net: fjes: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-12-06
net: ipa: Convert to platform remove callback returning void
Uwe Kleine-König
1
-16
/
+13
2023-12-06
net: hns3: reduce stack usage in hclge_dbg_dump_tm_pri()
Arnd Bergmann
1
-7
/
+14
2023-12-05
tools: ynl: remove generated user space code from git
Jakub Kicinski
13
-26838
/
+2
2023-12-05
Merge branch 'sfc-implement-ndo_hwtstamp_-get-set'
Jakub Kicinski
10
-56
/
+76
2023-12-05
sfc-siena: Implement ndo_hwtstamp_(get|set)
Alex Austin
5
-27
/
+38
2023-12-05
sfc: Implement ndo_hwtstamp_(get|set)
Alex Austin
5
-29
/
+38
2023-12-05
ipvlan: implement .parse_protocol hook function in ipvlan_header_ops
Zhengchao Shao
1
-0
/
+1
2023-12-05
macvlan: implement .parse_protocol hook function in macvlan_hard_header_ops
Zhengchao Shao
1
-0
/
+1
2023-12-05
Merge branch 'conver-net-selftests-to-run-in-unique-namespace-part-1'
Paolo Abeni
17
-506
/
+500
2023-12-05
selftests/net: convert unicast_extensions.sh to run it in unique namespace
Hangbin Liu
1
-53
/
+46
2023-12-05
selftests/net: convert sctp_vrf.sh to run it in unique namespace
Hangbin Liu
1
-9
/
+3
2023-12-05
selftests/net: convert ndisc_unsolicited_na_test.sh to run it in unique names...
Hangbin Liu
1
-12
/
+7
2023-12-05
selftests/net: convert l2tp.sh to run it in unique namespace
Hangbin Liu
1
-68
/
+62
2023-12-05
selftests/net: convert ioam6.sh to run it in unique namespace
Hangbin Liu
1
-126
/
+121
2023-12-05
sleftests/net: convert icmp.sh to run it in unique namespace
Hangbin Liu
1
-6
/
+4
2023-12-05
selftests/net: convert icmp_redirect.sh to run it in unique namespace
Hangbin Liu
1
-94
/
+88
2023-12-05
selftests/net: convert traceroute.sh to run it in unique namespace
Hangbin Liu
1
-46
/
+36
2023-12-05
selftests/net: convert drop_monitor_tests.sh to run it in unique namespace
Hangbin Liu
1
-10
/
+11
2023-12-05
selftests/net: convert cmsg tests to make them run in unique namespace
Hangbin Liu
3
-12
/
+12
2023-12-05
selftests/net: convert arp_ndisc_untracked_subnets.sh to run it in unique nam...
Hangbin Liu
1
-12
/
+6
2023-12-05
selftests/net: specify the interface when do arping
Hangbin Liu
1
-1
/
+1
2023-12-05
selftests/net: convert arp_ndisc_evict_nocarrier.sh to run it in unique names...
Hangbin Liu
1
-30
/
+16
2023-12-05
selftests/net: add lib.sh
Hangbin Liu
3
-27
/
+87
2023-12-05
Merge branch 'intel-wired-lan-driver-updates-2023-12-01-ice'
Paolo Abeni
18
-297
/
+627
2023-12-05
ice: Rename E822 to E82X
Karol Kolacinski
6
-281
/
+280
2023-12-05
ice: periodically kick Tx timestamp interrupt
Jacob Keller
1
-0
/
+50
2023-12-05
ice: Re-enable timestamping correctly after reset
Karol Kolacinski
2
-10
/
+11
2023-12-05
ice: Improve logs for max ntuple errors
Pawel Kaminski
1
-5
/
+8
2023-12-05
ice: add CGU info to devlink info callback
Arkadiusz Kubalewski
2
-0
/
+29
2023-12-05
ice: read internal temperature sensor
Konrad Knitter
10
-1
/
+249
2023-12-05
Merge branch 'net-sched-act_api-contiguous-action-arrays'
Paolo Abeni
1
-27
/
+30
2023-12-05
net/sched: act_api: use tcf_act_for_each_action in tcf_idr_insert_many
Pedro Tammela
1
-4
/
+2
2023-12-05
net/sched: act_api: stop loop over ops array on NULL in tcf_action_init
Pedro Tammela
1
-4
/
+2
2023-12-05
net/sched: act_api: avoid non-contiguous action array
Pedro Tammela
1
-12
/
+21
2023-12-05
net/sched: act_api: use tcf_act_for_each_action
Pedro Tammela
1
-7
/
+5
2023-12-05
Merge branch 'doc-update-bridge-doc'
Paolo Abeni
3
-10
/
+847
2023-12-05
docs: bridge: add other features
Hangbin Liu
1
-0
/
+14
2023-12-05
docs: bridge: add netfilter doc
Hangbin Liu
1
-0
/
+36
2023-12-05
docs: bridge: add switchdev doc
Hangbin Liu
1
-0
/
+18
2023-12-05
docs: bridge: add multicast doc
Hangbin Liu
1
-0
/
+56
2023-12-05
docs: bridge: add VLAN doc
Hangbin Liu
1
-0
/
+29
2023-12-05
docs: bridge: add STP doc
Hangbin Liu
1
-0
/
+101
2023-12-05
docs: bridge: Add kAPI/uAPI fields
Hangbin Liu
2
-0
/
+35
2023-12-05
net: bridge: add document for IFLA_BRPORT enum
Hangbin Liu
1
-0
/
+241
2023-12-05
net: bridge: add document for IFLA_BR enum
Hangbin Liu
1
-0
/
+280
2023-12-05
docs: bridge: update doc format to rst
Hangbin Liu
1
-10
/
+37
[next]