Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

netdev CI testing #6666

Open
wants to merge 318 commits into
base: bpf-next_base
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
318 commits
Select commit Hold shift + click to select a range
33b565f
net: atlantic: Avoid -Wflex-array-member-not-at-end warnings
GustavoARSilva Feb 4, 2025
d5fdfe4
netconsole: selftest: Add test for fragmented messages
leitao Feb 3, 2025
5177384
net: phy: realtek: make HWMON support a user-visible Kconfig symbol
hkallweit Feb 3, 2025
135c3c8
r8169: make Kconfig option for LED support user-visible
hkallweit Feb 3, 2025
0bea93f
net: phy: realtek: use string choices helpers
hkallweit Feb 3, 2025
92514ef
Merge tag 'for-6.14-rc1-tag' of git://git.kernel.org/pub/scm/linux/ke…
torvalds Feb 5, 2025
b265725
ice: devlink PF MSI-X max and min parameter
Dec 3, 2024
79d97b8
ice: remove splitting MSI-X between features
Dec 3, 2024
ad61cd9
ice: get rid of num_lan_msix field
Dec 3, 2024
3e0d3cb
ice, irdma: move interrupts code to irdma
Dec 3, 2024
a8c2d39
ice: treat dyn_allowed only as suggestion
Dec 3, 2024
87181cd
ice: enable_rdma devlink param
Dec 3, 2024
a203163
ice: simplify VF MSI-X managing
Dec 3, 2024
d67627e
ice: init flow director before RDMA
Dec 3, 2024
79c6189
net-sysfs: remove rtnl_trylock from device attributes
atenart Feb 4, 2025
b7ecc1d
net-sysfs: move queue attribute groups outside the default groups
atenart Feb 4, 2025
7e54f85
net-sysfs: prevent uncleared queues from being re-added
atenart Feb 4, 2025
b0b6fcf
net-sysfs: remove rtnl_trylock from queue attributes
atenart Feb 4, 2025
fadbe52
Merge branch 'net-sysfs-remove-the-rtnl_trylock-restart_syscall-const…
kuba-moo Feb 6, 2025
cbecd06
selftests: net: suppress ReST file generation when building selftests
kuba-moo Feb 3, 2025
d9e9f6d
bridge: mdb: Allow replace of a host-joined group
pmachata Feb 4, 2025
5368a67
selftests: mptcp: connect: -f: no reconnect
matttbe Feb 4, 2025
647cef2
pfifo_tail_enqueue: Drop new packet when sch->limit == 0
quanglex97 Feb 4, 2025
3fe5648
selftests/tc-testing: Add a test case for pfifo_head_drop qdisc when …
quanglex97 Feb 4, 2025
638ba50
netem: Update sch->q.qlen before qdisc_tree_reduce_backlog()
Feb 4, 2025
91aadc1
selftests/tc-testing: Add a test case for qdisc_tree_reduce_backlog()
Feb 4, 2025
02b71dc
Merge branch 'net_sched-two-security-bug-fixes-and-test-cases'
kuba-moo Feb 6, 2025
863257c
cxgb4: Avoid a -Wflex-array-member-not-at-end warning
GustavoARSilva Feb 4, 2025
6cccb3b
s390/net: Remove LCS driver
Feb 4, 2025
cbe0872
net: flush_backlog() small changes
Feb 4, 2025
a70c7b3
tun: revert fix group permission check
wdebruij Feb 4, 2025
faac69a
r8169: don't scan PHY addresses > 0
hkallweit Feb 4, 2025
811b8f5
net: sched: Fix truncation of offloaded action statistics
idosch Feb 4, 2025
41b996c
rxrpc: Fix call state set to not include the SERVER_SECURING state
dhowells Feb 4, 2025
2d7b30a
rxrpc: Fix race in call state changing vs recvmsg()
dhowells Feb 4, 2025
884af6a
Merge branch 'rxrpc-call-state-fixes'
kuba-moo Feb 6, 2025
50f37fc
ipv4: ip_gre: Fix set but not used warning in ipgre_err() if IPv4-only
geertu Feb 4, 2025
f6205f8
vxlan: Annotate FDB data races
idosch Feb 4, 2025
1370c45
vxlan: Read jiffies once when updating FDB 'used' time
idosch Feb 4, 2025
c4f2082
vxlan: Always refresh FDB 'updated' time when learning is enabled
idosch Feb 4, 2025
40a9994
vxlan: Refresh FDB 'updated' time upon 'NTF_USE'
idosch Feb 4, 2025
fb2f449
vxlan: Refresh FDB 'updated' time upon user space updates
idosch Feb 4, 2025
b4a1d98
vxlan: Age out FDB entries based on 'updated' time
idosch Feb 4, 2025
9722f83
vxlan: Avoid unnecessary updates to FDB 'used' time
idosch Feb 4, 2025
c467a98
selftests: forwarding: vxlan_bridge_1d: Check aging while forwarding
idosch Feb 4, 2025
3924fa9
Merge branch 'vxlan-age-fdb-entries-based-on-rx-traffic'
kuba-moo Feb 6, 2025
e3ad54f
net/mlx5: Add helper functions for PTP callbacks
Feb 3, 2025
9f722fb
net/mlx5: Change parameters for PTP internal functions
Feb 3, 2025
ccb717a
net/mlx5: Add init and destruction functions for a single HW clock
Feb 3, 2025
355f58f
net/mlx5: Add API to get mlx5_core_dev from mlx5_clock
Feb 3, 2025
f9beaf4
net/mlx5: Change clock in mlx5_core_dev to mlx5_clock pointer
Feb 3, 2025
574998c
net/mlx5: Add devcom component for the clock shared by functions
Feb 3, 2025
79faf9d
net/mlx5: Move PPS notifier and out_work to clock_state
Feb 3, 2025
f538ffb
net/mlx5: Support one PTP device per hardware clock
Feb 3, 2025
39c1202
net/mlx5: Generate PPS IN event on new function for shared clock
Feb 3, 2025
4897f9b
ethtool: Add support for 200Gbps per lane link modes
Feb 3, 2025
ee0a4fc
net/mlx5: Add support for 200Gbps per lane link modes
Feb 3, 2025
4e343c1
net/mlx5e: Support FEC settings for 200G per lane link modes
Feb 3, 2025
6fa15a2
net/mlx5: Remove stray semicolon in LAG port selection table creation
gal-pressman Feb 3, 2025
96d64a1
net/mlx5e: Remove unused mlx5e_tc_flow_action struct
gal-pressman Feb 3, 2025
689805d
net/mlx5e: Avoid WARN_ON when configuring MQPRIO with HTB offload ena…
cjubran Feb 3, 2025
5f9e5d2
Merge branch 'support-one-ptp-device-per-hardware-clock'
Feb 6, 2025
1e3835a
MAINTAINERS: add entry for ethtool
kuba-moo Feb 4, 2025
82b02a7
MAINTAINERS: add a sample ethtool section entry
kuba-moo Feb 4, 2025
7e8b24e
tools: ynl-gen: don't output external constants
kuba-moo Feb 3, 2025
fa79617
tools: ynl-gen: support limits using definitions
kuba-moo Feb 3, 2025
79c0c46
eth: fbnic: add MAC address TCAM to debugfs
ahduyck Feb 4, 2025
09717c2
eth: fbnic: set IFF_UNICAST_FLT to avoid enabling promiscuous mode wh…
ahduyck Feb 4, 2025
2a64c96
Revert "net: stmmac: Specify hardware capability value when FIFO size…
Feb 5, 2025
3cf0a98
Merge tag 'net-6.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel…
torvalds Feb 6, 2025
0bdcfaf
tools: ynl: add all headers to makefile deps
kuba-moo Feb 5, 2025
ba6ec09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
kuba-moo Feb 6, 2025
482ad2a
net: add dev_net_rcu() helper
Feb 5, 2025
4693085
ipv4: add RCU protection to ip4_dst_hoplimit()
Feb 5, 2025
071d801
ipv4: use RCU protection in ip_dst_mtu_maybe_forward()
Feb 5, 2025
71b8471
ipv4: use RCU protection in ipv4_default_advmss()
Feb 5, 2025
dd205fc
ipv4: use RCU protection in rt_is_expired()
Feb 5, 2025
719817c
ipv4: use RCU protection in inet_select_addr()
Feb 5, 2025
1395121
ipv4: use RCU protection in __ip_rt_update_pmtu()
Feb 5, 2025
4b8474a
ipv4: icmp: convert to dev_net_rcu()
Feb 5, 2025
afec62c
flow_dissector: use RCU protection to fetch dev_net()
Feb 5, 2025
3c8ffcd
ipv6: use RCU protection in ip6_default_advmss()
Feb 5, 2025
34aef2b
ipv6: icmp: convert to dev_net_rcu()
Feb 5, 2025
b768294
ipv6: Use RCU in ip6_input()
Feb 5, 2025
3da81cb
Merge branch 'net-first-round-to-use-dev_net_rcu'
kuba-moo Feb 7, 2025
8d52256
net: page_pool: don't cast mp param to devmem
isilence Feb 4, 2025
297d389
net: prefix devmem specific helpers
isilence Feb 4, 2025
7d60fa9
net: generalise net_iov chunk owners
isilence Feb 4, 2025
57afb48
net: page_pool: create hooks for custom memory providers
isilence Feb 4, 2025
dcc0113
netdev: add io_uring memory provider info
spikeh Feb 4, 2025
2508a46
net: page_pool: add callback for mp info printing
isilence Feb 4, 2025
f8350a4
net: page_pool: add a mp hook to unregister_netdevice*
isilence Feb 4, 2025
69e3953
net: prepare for non devmem TCP memory providers
isilence Feb 4, 2025
56102c0
net: page_pool: add memory provider helpers
isilence Feb 4, 2025
6e18ed9
net: add helpers for setting a memory provider on an rx queue
spikeh Feb 4, 2025
71f0dd5
Merge branch 'io_uring-zero-copy-rx'
kuba-moo Feb 7, 2025
6a77422
net: ethtool: tsconfig: Fix netlink type of hwtstamp flags
kmaincent Feb 5, 2025
6597e8d
netdev-genl: Elide napi_id when not present
jdamato-fsly Feb 5, 2025
bca0902
ax25: Fix refcount leak caused by setting SO_BINDTODEVICE sockopt
Feb 3, 2025
fe57762
enic: Move RX functions to their own file
Feb 5, 2025
eab3726
enic: Simplify RX handler function
Feb 5, 2025
d24cb52
enic: Use the Page Pool API for RX
Feb 5, 2025
a3b2caa
enic: remove copybreak tunable
Feb 5, 2025
f3eba8e
Merge branch 'enic-use-page-pool-api-for-receiving-packets'
kuba-moo Feb 7, 2025
1438f5d
rtnetlink: fix netns leak with rtnl_setlink()
NicolasDichtel Feb 5, 2025
508df2d
net: pcs: rzn1-miic: fill in PCS supported_interfaces
Feb 5, 2025
ec73095
net: pcs: rzn1-miic: Convert to for_each_available_child_of_node() he…
geertu Feb 5, 2025
26db4db
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/…
kuba-moo Feb 7, 2025
8d3bbe4
of: base: Add of_get_available_child_by_name()
bijudas Feb 5, 2025
46df19a
net: dsa: rzn1_a5psw: Use of_get_available_child_by_name()
bijudas Feb 5, 2025
a765688
net: dsa: sja1105: Use of_get_available_child_by_name()
bijudas Feb 5, 2025
876e52b
net: ethernet: mtk-star-emac: Use of_get_available_child_by_name()
bijudas Feb 5, 2025
1364004
net: ethernet: mtk_eth_soc: Use of_get_available_child_by_name()
bijudas Feb 5, 2025
76c82eb
net: ethernet: actions: Use of_get_available_child_by_name()
bijudas Feb 5, 2025
0584a91
net: ibm: emac: Use of_get_available_child_by_name()
bijudas Feb 5, 2025
233a2b1
Merge branch 'of_get_available_child_by_name'
davem330 Feb 7, 2025
b48f96b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Feb 7, 2025
0a9bb11
net: phy: dp83td510: introduce LED framework support
olerem Feb 5, 2025
50503ba
net: stmmac: delete software timer before disabling LPI
Feb 5, 2025
9339079
net: stmmac: ensure LPI is disabled when disabling EEE
Feb 5, 2025
3287154
net: stmmac: dwmac4: ensure LPIATE is cleared
Feb 5, 2025
220ec43
net: stmmac: split stmmac_init_eee() and move to phylink methods
Feb 5, 2025
68165bd
net: stmmac: remove priv->dma_cap.eee test in tx_lpi methods
Feb 5, 2025
f768790
net: stmmac: remove unnecessary priv->eee_active tests
Feb 5, 2025
6809da5
net: stmmac: remove unnecessary priv->eee_enabled tests
Feb 5, 2025
3490c52
net: stmmac: clear priv->tx_path_in_lpi_mode when disabling LPI
Feb 5, 2025
a8d7b21
net: stmmac: remove unnecessary LPI disable when enabling LPI
Feb 5, 2025
b528214
net: stmmac: use common LPI_CTRL_STATUS bit definitions
Feb 5, 2025
98d3c78
net: stmmac: add new MAC method set_lpi_mode()
Feb 5, 2025
eee04ed
net: stmmac: dwmac4: clear LPI_CTRL_STATUS_LPITCSE too
Feb 5, 2025
5668739
net: stmmac: use stmmac_set_lpi_mode()
Feb 5, 2025
1898758
net: stmmac: remove old EEE methods
Feb 5, 2025
5b16a65
net: renesas: rswitch: Convert to for_each_available_child_of_node()
geertu Feb 5, 2025
a06a841
USB: serial: option: add Telit Cinterion FN990B compositions
fabio-porcedda Feb 5, 2025
47a5693
net: usb: qmi_wwan: add Telit Cinterion FN990B composition
fabio-porcedda Feb 5, 2025
4a84867
USB: serial: option: fix Telit Cinterion FN990A name
fabio-porcedda Feb 5, 2025
d99a3cb
net: usb: qmi_wwan: fix Telit Cinterion FN990A name
fabio-porcedda Feb 5, 2025
8948093
net: usb: cdc_mbim: fix Telit Cinterion FN990A name
fabio-porcedda Feb 5, 2025
4601ae9
vsock: Orphan socket after transport release
mmhal Feb 5, 2025
b91d3c0
vsock/test: Add test for SO_LINGER null ptr deref
mmhal Feb 5, 2025
5ae9eaa
icmp: MUST silently discard certain extended echo requests
hawkinsw Feb 6, 2025
27e38f3
net: dsa: b53: Indicate which BCM63268 port is GPHY
kylehendrydev Feb 6, 2025
9ec3d4e
net: dsa: b53: mmap: Add gphy control register as a resource
kylehendrydev Feb 6, 2025
44b76d1
net: dsa: b53: Add phy_enable(), phy_disable() methods
kylehendrydev Feb 6, 2025
ec70b22
net: dsa: b53: mmap: Implement phy_enable for BCM63268 gphy
kylehendrydev Feb 6, 2025
65f517f
net, treewide: define and use MAC_ADDR_STR_LEN
ps-ushankar Feb 6, 2025
3105e41
netconsole: allow selection of egress interface via MAC address
ps-ushankar Feb 6, 2025
c040a0b
net: fib_rules: annotate data-races around rule->[io]ifindex
Feb 6, 2025
bffd021
tcp: do not export tcp_parse_mss_option() and tcp_mtup_init()
Feb 6, 2025
786f63e
net: phy: Add support for driver-specific next update time
olerem Feb 6, 2025
f1a10ed
net: phy: dp83tg720: Add randomized polling intervals for unstable li…
olerem Feb 6, 2025
6c40792
tcp: rename inet_csk_{delete|reset}_keepalive_timer()
Feb 6, 2025
dfdc402
ptp: Add file permission checks on PHC
wojciechwasko Feb 6, 2025
2111f1c
netconsole: consolidate send buffers into netconsole_target struct
leitao Feb 6, 2025
4254576
netconsole: Rename userdata to extradata
leitao Feb 6, 2025
f1fbf2a
netconsole: Helper to count number of used entries
leitao Feb 6, 2025
e3c3ab8
netconsole: Introduce configfs helpers for sysdata features
leitao Feb 6, 2025
fd8653e
netconsole: Include sysdata in extradata entry count
leitao Feb 6, 2025
cae0893
netconsole: add support for sysdata and CPU population
leitao Feb 6, 2025
0943d92
netconsole: selftest: test for sysdata CPU
leitao Feb 6, 2025
d013919
netconsole: docs: Add documentation for CPU number auto-population
leitao Feb 6, 2025
4cd5bdf
net: dsa: microchip: KSZ8563 register regmap alignment to 32 bit boun…
Feb 6, 2025
f428a7c
vxlan: Remove unnecessary comments for vxlan_rcv() and vxlan_err_look…
znscn Feb 6, 2025
f93c85a
unroll: add generic loop unroll helpers
alobakin Feb 6, 2025
31ffc23
i40e: use generic unrolled_count() macro
alobakin Feb 6, 2025
405a194
ice: use generic unrolled_count() macro
alobakin Feb 6, 2025
b6a8b4e
xsk: add helper to get &xdp_desc's DMA and meta pointer in one go
alobakin Feb 6, 2025
64720fe
Revert "net: skb: introduce and use a single page frag cache"
Feb 6, 2025
e844dec
net: gianfar: simplify init_phy()
hkallweit Feb 6, 2025
152ff6b
r8152: add vendor/device ID pair for Dell Alienware AW1022z
abajk Feb 6, 2025
dbe23c6
net: refactor netdev_rx_queue_restart() to use local qops
kuba-moo Feb 6, 2025
7a74e02
net: devmem: don't call queue stop / start when the interface is down
kuba-moo Feb 6, 2025
17fbcff
net: page_pool: avoid false positive warning if NAPI was never added
kuba-moo Feb 6, 2025
eb8e90d
netdevsim: allow normal queue reset while down
kuba-moo Feb 6, 2025
54a6fd3
net: ethtool: prevent flow steering to RSS contexts which don't exist
kuba-moo Feb 6, 2025
00a7f09
selftests: net-drv: test adding flow rule to invalid RSS context
kuba-moo Feb 6, 2025
e857207
eth: fbnic: support an additional RSS context
Feb 6, 2025
fa6c4b9
eth: fbnic: add IP TCAM programming
ahduyck Feb 6, 2025
72112bf
eth: fbnic: support n-tuple filters
ahduyck Feb 6, 2025
176d690
selftests: drv-net: rss_ctx: skip tests which need multiple contexts …
kuba-moo Feb 6, 2025
32bbdf6
eth: fbnic: support listing tcam content via debugfs
ahduyck Feb 6, 2025
4ef6ee7
of: Add warpper function of_find_node_by_name_balanced()
Feb 7, 2025
b788744
net: bcmasp: Add missing of_node_get() before of_find_node_by_name()
Feb 7, 2025
2a7d4fd
net: pse-pd: Add missing of_node_get() before of_find_node_by_name()
Feb 7, 2025
1e61ed7
media: max9286: Use of_find_node_by_name_balanced() to find device_node
Feb 7, 2025
74522b6
powerpc: Use of_find_node_by_name_balanced() to find device_node
Feb 7, 2025
e1533dc
net: dsa: Use of_find_node_by_name_balanced() to find device_node
Feb 7, 2025
669565a
net: dsa: hellcreek: Use of_find_node_by_name_balanced() to find devi…
Feb 7, 2025
5375f1c
net: prestera: Use of_find_node_by_name_balanced() to find device_node
Feb 7, 2025
8232b00
regulator: scmi: Use of_find_node_by_name_balanced() to find device_node
Feb 7, 2025
6ec88a2
net: Fix dev_net(dev) race in unregister_netdevice_notifier_dev_net().
q2ven Feb 7, 2025
205f464
dev: Use rtnl_net_dev_lock() in unregister_netdev().
q2ven Feb 7, 2025
fa9146d
vsock/virtio: Move rx_buf_nr and rx_buf_max_nr initialization position
Feb 7, 2025
28d7e54
vsock/virtio: Don't reset the created SOCKET during s2r
Feb 7, 2025
a3a5da5
tun: Refactor CONFIG_TUN_VNET_CROSS_LE
akihikodaki Feb 7, 2025
06046c6
tun: Keep hdr_len in tun_get_user()
akihikodaki Feb 7, 2025
8d3e26d
tun: Decouple vnet from tun_struct
akihikodaki Feb 7, 2025
615ad66
tun: Decouple vnet handling
akihikodaki Feb 7, 2025
8998f7e
tun: Extract the vnet handling code
akihikodaki Feb 7, 2025
3098ccd
tap: Keep hdr_len in tap_get_user()
akihikodaki Feb 7, 2025
b030cb4
tap: Use tun's vnet-related code
akihikodaki Feb 7, 2025
2fa627a
net: fib_rules: Don't check net in rule_exists() and rule_find().
q2ven Feb 7, 2025
b260f1d
net: fib_rules: Pass net to fib_nl2rule() instead of skb.
q2ven Feb 7, 2025
69937b0
net: fib_rules: Split fib_nl2rule().
q2ven Feb 7, 2025
d207f51
ip: fib_rules: Fetch net from fib_rule in fib[46]_rule_configure().
q2ven Feb 7, 2025
1257bf5
net: fib_rules: Factorise fib_newrule() and fib_delrule().
q2ven Feb 7, 2025
533c0a7
net: fib_rules: Convert RTM_NEWRULE to per-netns RTNL.
q2ven Feb 7, 2025
f3f21b1
net: fib_rules: Add error_free label in fib_delrule().
q2ven Feb 7, 2025
1429392
net: fib_rules: Convert RTM_DELRULE to per-netns RTNL.
q2ven Feb 7, 2025
93226fb
net: stmmac: Apply new page pool parameters when SPH is enabled
Feb 7, 2025
df16c02
bonding: fix incorrect MAC address setting to receive NS messages
liuhangbin Feb 7, 2025
5265f69
selftests: bonding: fix incorrect mac address
liuhangbin Feb 7, 2025
b0212ef
ptp: vmclock: Add .owner to vmclock_miscdev_fops
dwmw2 Feb 7, 2025
ce263af
ptp: vmclock: Set driver data before its usage
t-8ch Feb 7, 2025
92f6340
ptp: vmclock: Don't unregister misc device if it was not registered
t-8ch Feb 7, 2025
a0cc8f8
ptp: vmclock: Clean up miscdev and ptp clock through devres
t-8ch Feb 7, 2025
5332f25
ptp: vmclock: Remove goto-based cleanup logic
t-8ch Feb 7, 2025
8e56fa4
batman-adv: fix panic during interface removal
andrewstrohman Feb 7, 2025
19d57b2
batman-adv: Ignore neighbor throughput metrics in error case
ecsv Feb 7, 2025
1d492a1
batman-adv: Drop unmanaged ELP metric worker
ecsv Feb 7, 2025
26957c6
batman-adv: Fix incorrect offset in batadv_tt_tvlv_ogm_handler_v1()
repk Feb 7, 2025
fd4c715
net: sxgbe: rework EEE handling based on PHY negotiation
lunn Feb 7, 2025
b1de1d4
netlink: support dumping IPv4 multicast addresses
Feb 7, 2025
37dbbed
selftests/net: Add selftest for IPv4 RTM_GETMULTICAST support
Feb 7, 2025
21d5d8f
net: fec: Refactor MAC reset to function
Feb 7, 2025
13445a7
tools/net/ynl: remove extraneous plural from variable names
donaldh Feb 7, 2025
bcfead2
tools/net/ynl: support decoding indexed arrays as enums
donaldh Feb 7, 2025
e917ea1
tools/net/ynl: support rendering C array members to strings
donaldh Feb 7, 2025
3816484
tools/net/ynl: accept IP string inputs
donaldh Feb 7, 2025
e4980ca
tools/net/ynl: add s8, s16 to valid scalars in ynl-gen-c
donaldh Feb 7, 2025
f234e48
tools/net/ynl: sanitise enums with leading digits in ynl-gen-c
donaldh Feb 7, 2025
94200b0
tools/net/ynl: add indexed-array scalar support to ynl-gen-c
donaldh Feb 7, 2025
97c23d4
netlink: specs: support nested structs in genetlink legacy
donaldh Feb 7, 2025
e7b3b1e
netlink: specs: add s8, s16 to genetlink schemas
donaldh Feb 7, 2025
9e6d188
netlink: specs: wireless: add a spec for nl80211
donaldh Feb 7, 2025
53bb189
netlink: specs: add ctnetlink dump and stats dump support
Feb 7, 2025
02dc0f4
ndisc: ndisc_send_redirect() must use dev_get_by_index_rcu()
Feb 7, 2025
1119128
ndisc: use RCU protection in ndisc_alloc_skb()
Feb 7, 2025
da2d410
neighbour: use RCU protection in __neigh_notify()
Feb 7, 2025
168cebf
arp: use RCU protection in arp_xmit()
Feb 7, 2025
0c9e07d
openvswitch: use RCU protection in ovs_vport_cmd_fill_info()
Feb 7, 2025
53ebc55
vrf: use RCU protection in l3mdev_l3_out()
Feb 7, 2025
3f7b25b
ndisc: extend RCU protection in ndisc_send_skb()
Feb 7, 2025
1492511
ipv6: mcast: extend RCU protection in igmp6_send()
Feb 7, 2025
7b6e547
forwarding: set timeout to 3 hours
Feb 1, 2024
68ca073
profile patch
kuba-moo Aug 17, 2024
34833cd
tc_action dbg
kuba-moo Aug 30, 2024
7e653b5
selftests: net: enable profiling
kuba-moo Nov 4, 2024
06ebc56
kunit: try to disable broken and unneccessary tests
kuba-moo Feb 3, 2025
5e2800b
Merge branch 'net-next-2025-02-07--18-00' into HEAD
Feb 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion Documentation/arch/s390/driver-model.rst
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ information about the interrupt from the irb parameter.
--------------------

The ccwgroup mechanism is designed to handle devices consisting of multiple ccw
devices, like lcs or ctc.
devices, like qeth or ctc.

The ccw driver provides a 'group' attribute. Piping bus ids of ccw devices to
this attributes creates a ccwgroup device consisting of these ccw devices (if
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ allOf:

description: |
The Microchip LAN966x outband interrupt controller (OIC) maps the internal
interrupt sources of the LAN966x device to an external interrupt.
When the LAN966x device is used as a PCI device, the external interrupt is
routed to the PCI interrupt.
interrupt sources of the LAN966x device to a PCI interrupt when the LAN966x
device is used as a PCI device.

properties:
compatible:
Expand Down
3 changes: 3 additions & 0 deletions Documentation/devicetree/bindings/net/faraday,ftgmac100.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ properties:
phy-mode:
enum:
- rgmii
- rgmii-id
- rgmii-rxid
- rgmii-txid
- rmii

phy-handle: true
Expand Down
7 changes: 4 additions & 3 deletions Documentation/netlink/genetlink-c.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ $defs:
pattern: ^[0-9A-Za-z_-]+( - 1)?$
minimum: 0
len-or-limit:
# literal int or limit based on fixed-width type e.g. u8-min, u16-max, etc.
# literal int, const name, or limit based on fixed-width type
# e.g. u8-min, u16-max, etc.
type: [ string, integer ]
pattern: ^[su](8|16|32|64)-(min|max)$
pattern: ^[0-9A-Za-z_-]+$
minimum: 0

# Schema for specs
Expand Down Expand Up @@ -160,7 +161,7 @@ properties:
type: string
type: &attr-type
enum: [ unused, pad, flag, binary,
uint, sint, u8, u16, u32, u64, s32, s64,
uint, sint, u8, u16, u32, u64, s8, s16, s32, s64,
string, nest, indexed-array, nest-type-value ]
doc:
description: Documentation of the attribute.
Expand Down
10 changes: 7 additions & 3 deletions Documentation/netlink/genetlink-legacy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ $defs:
pattern: ^[0-9A-Za-z_-]+( - 1)?$
minimum: 0
len-or-limit:
# literal int or limit based on fixed-width type e.g. u8-min, u16-max, etc.
# literal int, const name, or limit based on fixed-width type
# e.g. u8-min, u16-max, etc.
type: [ string, integer ]
pattern: ^[su](8|16|32|64)-(min|max)$
pattern: ^[0-9A-Za-z_-]+$
minimum: 0

# Schema for specs
Expand Down Expand Up @@ -151,6 +152,9 @@ properties:
the right formatting mechanism when displaying values of this
type.
enum: [ hex, mac, fddi, ipv4, ipv6, uuid ]
struct:
description: Name of the nested struct type.
type: string
# End genetlink-legacy

attribute-sets:
Expand Down Expand Up @@ -203,7 +207,7 @@ properties:
type: &attr-type
description: The netlink attribute type
enum: [ unused, pad, flag, binary, bitfield32,
uint, sint, u8, u16, u32, u64, s32, s64,
uint, sint, u8, u16, u32, u64, s8, s16, s32, s64,
string, nest, indexed-array, nest-type-value ]
doc:
description: Documentation of the attribute.
Expand Down
7 changes: 4 additions & 3 deletions Documentation/netlink/genetlink.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ $defs:
pattern: ^[0-9A-Za-z_-]+( - 1)?$
minimum: 0
len-or-limit:
# literal int or limit based on fixed-width type e.g. u8-min, u16-max, etc.
# literal int, const name, or limit based on fixed-width type
# e.g. u8-min, u16-max, etc.
type: [ string, integer ]
pattern: ^[su](8|16|32|64)-(min|max)$
pattern: ^[0-9A-Za-z_-]+$
minimum: 0

# Schema for specs
Expand Down Expand Up @@ -123,7 +124,7 @@ properties:
type: string
type: &attr-type
enum: [ unused, pad, flag, binary,
uint, sint, u8, u16, u32, u64, s32, s64,
uint, sint, u8, u16, u32, u64, s8, s16, s32, s64,
string, nest, indexed-array, nest-type-value ]
doc:
description: Documentation of the attribute.
Expand Down
Loading
Loading