@@ -1,102 +1,115 @@
disable random kunit tests [local patch]
profile patch [local patch]
dbg: tests: bonding: print info on failure [local patch]
drv: net: add timeout [local patch]
tc_action dbg [local patch]
forwarding: set timeout to 3 hours [local patch]
selftests: net: enable profiling [local patch]
timestamp - try waking [local patch]
[+] net: phy: micrel: Add ksz9131_resume()
[+] r8169: add quirk for RTL8116af SerDes
[+] hv_netvsc: Add IFF_NO_ADDRCONF to VF priv_flags before
[+] selftests: drv-net: rss_api: test input-xfrm and hash fields
[+] ethtool: rss: support setting flow hashing fields
[+] ethtool: rss: support setting input-xfrm via Netlink
[+] netlink: specs: define input-xfrm enum in the spec
[+] selftests: drv-net: rss_api: test setting hashing key via Netlink
[+] ethtool: rss: support setting hkey via Netlink
[+] ethtool: rss: support setting hfunc via Netlink
[+] selftests: drv-net: rss_api: test setting indirection table via Netlink
[+] tools: ynl: support packing binary arrays of scalars
[+] selftests: drv-net: rss_api: factor out checking min queue count
[+] ethtool: rss: initial RSS_SET (indirection table handling)
netlink: make sure we allow at least one dump skb
net: wangxun: fix VF drivers Kconfig dependencies and help text
ice: introduce ice_get_vf_by_dev() wrapper
ice: avoid rebuilding if MSI-X vector count is unchanged
ice: use pci_iov_vf_id() to get VF ID
ice: expose VF functions used by live migration
ice: move ice_vsi_update_l2tsel to ice_lib.c
ice: save RSS hash configuration for migration
ice: add functions to get and set Tx queue context
ice: add support for reading and unpacking Rx queue context
bnxt_en: Set DMA unmap len correctly for XDP_REDIRECT
bnxt_en: Flush FW trace before copying to the coredump
bnxt_en: Fix DCB ETS validation
Add support to set NAPI threaded for individual NAPI
net: phy: Don't register LEDs for genphy
selftests: drv-net: Test head-adjustment support
selftests: drv-net: Test tail-adjustment support
selftests: drv-net: Test XDP_TX support
selftests: drv-net: Test XDP_PASS/DROP support
selftests: drv-net: Add bpftool util
net: ll_temac: Fix incorrect PHY node reference in debug message
net/mlx5: Correctly set gso_size when LRO is used
net: ll_temac: Fix missing tx_pending check in ethtools_set_ringparam()
tools: ynl: default to --process-unknown in installed mode
net: emaclite: Fix missing pointer increment in aligned_read()
sfc: falcon: refactor and document ef4_ethtool_get_rxfh_fields
batman-adv: store hard_iface as iflink private data
batman-adv: Start new development cycle
selftests: flip local/remote endpoints in iou-zcrx.py
selftests: net: increase inter-packet timeout in udpgro.sh
selftests/net: packetdrill: add --mss option to three tests
dpll: zl3073x: Add support to get fractional frequency offset
dpll: zl3073x: Add support to adjust phase
dpll: zl3073x: Implement phase offset monitor feature
dpll: zl3073x: Add support to get phase offset on connected input pin
dpll: zl3073x: Add support to get/set esync on pins
selftests: rtnetlink: try double sleep to give WQ a chance
selftests: net: add test for variable PMTU in broadcast routes
net: ipv4: fix incorrect MTU in broadcast routes
net/mlx5e: Add new prio for promiscuous mode
net/mlx5e: Fix race between DIM disable and net_dim()
net/mlx5: Reset bw_share field when changing a node's parent
net: ti: icssg-prueth: Fix buffer allocation for ICSSG
net: renesas: rswitch: add modifiable ageing time
net: renesas: rswitch: add offloading for L2 switching
net: renesas: rswitch: configure default ageing time
net: renesas: rswitch: rename rswitch.c to rswitch_main.c
selftests: net: add netdev-l2addr.sh for testing L2 address functionality
net: netdevsim: Support setting dev->perm_addr on port creation
af_packet: optimize the packet_read_pending function called on tpacket_snd()
af_packet: fix soft lockup issue caused by tpacket_snd()
af_packet: fix the SO_SNDTIMEO constraint not effective on tpacked_snd()
net/sched: sch_qfq: Fix race condition on qfq_aggregate
net: bonding: add bond_is_icmpv6_nd() helper
net: usbnet: Avoid potential RCU stall on LINK_CHANGE event
net: mctp: Add bind lookup test
net: mctp: Test conflicts of connect() with bind()
net: mctp: Allow limiting binds to a peer address
net: mctp: Use hashtable for binds
net: mctp: Add test for conflicting bind()s
net: mctp: Treat MCTP_NET_ANY specially in bind()
net: mctp: Prevent duplicate binds
net: mctp: mctp_test_route_extaddr_input cleanup
selftests: ethtool: Introduce ethernet PHY selftests on netdevsim
selftests: ethtool: Drop the unused old_netdevs variable
net: netdevsim: Add PHY support in netdevsim
hinic3: Interrupt request configuration
hinic3: Mailbox management interfaces
hinic3: Mailbox framework
hinic3: TX & RX Queue coalesce interfaces
hinic3: Command Queue interfaces
hinic3: Command Queue framework
hinic3: Complete Event Queue interfaces
hinic3: Async Event Queue interfaces
[-] hv_netvsc: Set VF priv_flags to IFF_NO_ADDRCONF before open to prevent IPv6 addrconf
virtio_net: simplify tx queue wake condition check
tcp: extend tcp_retransmit_skb tracepoint with failure reasons
eth: fbnic: fix ubsan complaints about OOB accesses
net: Allow non parent devices to be used for ZC DMA
selftests: bonding: add test for passive LACP mode
bonding: update ntt to true in passive mode
net_sched: act_skbedit: use RCU in tcf_skbedit_dump()
net_sched: act_police: use RCU in tcf_police_dump()
net_sched: act_pedit: use RCU in tcf_pedit_dump()
net_sched: act_nat: use RCU in tcf_nat_dump()
net_sched: act_mpls: use RCU in tcf_mpls_dump()
net_sched: act_ctinfo: use RCU in tcf_ctinfo_dump()
net_sched: act_ctinfo: use atomic64_t for three counters
net_sched: act_ct: use RCU in tcf_ct_dump()
net_sched: act_csum: use RCU in tcf_csum_dump()
net_sched: act_connmark: use RCU in tcf_connmark_dump()
net_sched: act: annotate data-races in tcf_lastuse_update() and tcf_tm_dump()
selftests/tc-testing: Add tests for restrictions on netem duplication
net/sched: Restrict conditions for adding duplicating netems to qdisc tree