aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2026-05-05Merge branch 'first-series-for-xpcs-based-rsfec-configuration'develdavem/net-nextPaolo Abeni3-24/+122
2026-05-05net: eth: fbnic: Add pma read and write accessMike Marciniszyn (Meta)2-0/+72
2026-05-05net: eth: fbnic: Consolidate register reads for ids and devsMike Marciniszyn (Meta)1-24/+40
2026-05-05net: mdio: Add support for RSFEC Control register for PMAMike Marciniszyn (Meta)1-0/+10
2026-05-04net/sched: speedup tc_dump_qdisc() when tcm_handle is providedEric Dumazet1-10/+17
2026-05-04net: airoha: Introduce airoha_fe_get()/airoha_qdma_get() register read helpersLorenzo Bianconi3-12/+10
2026-05-04net: phy: realtek: replace magic number with register bit macrosAleksander Jan Bajkowski1-1/+6
2026-05-04net: mana: hardening: Reject zero max_num_queues from GDMA_QUERY_MAX_RESOURCESErni Sri Satya Vennela1-0/+3
2026-05-04net: mana: hardening: Reject zero max_num_queues from MANA_QUERY_VPORT_CONFIGErni Sri Satya Vennela1-0/+6
2026-05-04Merge branch 'net-bridge-mcast-support-exponential-field-encoding'Jakub Kicinski6-55/+482
2026-05-04selftests: net: bridge: add MRC and QQIC field encoding testsUjjal Roy1-8/+132
2026-05-04ipv6: mld: encode multicast exponential fieldsUjjal Roy2-2/+121
2026-05-04ipv4: igmp: encode multicast exponential fieldsUjjal Roy2-8/+93
2026-05-04ipv6: mld: rename mldv2_mrc() and add mldv2_qqi()Ujjal Roy3-26/+61
2026-05-04ipv4: igmp: get rid of IGMPV3_{QQIC,MRC} and simplify calculationUjjal Roy3-11/+75
2026-05-04Merge branch 'net-convert-af_netlink-and-af_vsock-to-getsockopt_iter-api'Jakub Kicinski4-19/+232
2026-05-04net: selftests: add getsockopt_iter regression testsBreno Leitao2-0/+214
2026-05-04vsock: convert to getsockopt_iterBreno Leitao1-9/+7
2026-05-04netlink: convert to getsockopt_iterBreno Leitao1-10/+11
2026-05-04net/sched: add qstats_cpu_drop_inc() helperEric Dumazet11-15/+20
2026-05-04net: phy: realtek: Add support for PHY LEDs on RTL8221BChukun Pan1-0/+165
2026-05-04net/sched: taprio: prepare taprio_dump() for RTNL removalEric Dumazet1-18/+24
2026-05-02Merge branch 'intel-wired-lan-updates-2024-04-30-ixgbe-i40e-ice'Jakub Kicinski13-73/+337
2026-05-02ice: dpll: Fix compilation warningPrzemyslaw Korba1-1/+1
2026-05-02ice: access @pp through netmem_desc instead of pageByungchul Park1-1/+1
2026-05-02ice: mention fw_activate action along with devlink reloadJacob Keller1-1/+1
2026-05-02i40e: only timestamp PTP event packetsJacob Keller2-6/+13
2026-05-02ixgbe: fix unaligned u32 access in ixgbe_update_flash_X550()Aleksandr Loktionov2-1/+2
2026-05-02ixgbe: E610: add EEE supportJedrzej Jagielski5-5/+212
2026-05-02ixgbe: move EEE config validation out of ixgbe_set_eee()Jedrzej Jagielski1-41/+57
2026-05-02ixgbe: E610: update ACI command structs with EEE fieldsJedrzej Jagielski2-7/+11
2026-05-02ixgbe: E610: use new version of 0x601 ACI command bufferJedrzej Jagielski2-7/+25
2026-05-02ixgbe: E610: update EEE supported speedsJedrzej Jagielski2-3/+9
2026-05-02ixgbe: E610: add discovering EEE capabilityJedrzej Jagielski3-0/+5
2026-05-02Merge branch 'net-dsa-yt921x-add-port-police-support'Jakub Kicinski6-74/+509
2026-05-02net: dsa: yt921x: Add port police supportDavid Yang2-1/+373
2026-05-02net: dsa: yt921x: Refactor long register helpersDavid Yang2-69/+129
2026-05-02net: dsa: pass extack to dsa_switch_ops :: port_policer_add()David Yang4-4/+7
2026-05-02net/mlx5: Add vhca_id_type support to IPsec alias creationPatrisious Haddad3-0/+12
2026-05-02Documentation/tcp_ao: Document the supported MAC algorithms and lengthsEric Biggers1-11/+27
2026-05-01Merge branch 'net-mlx5-enable-sub-page-allocations-for-mlx5_frag_buf'Jakub Kicinski4-34/+277
2026-05-01net/mlx5: use internal dma pools for frag buf allocNimrod Oren2-32/+140
2026-05-01net/mlx5: add frag buf pools create/destroy pathsNimrod Oren2-4/+119
2026-05-01net/mlx5: wire frag buf pools lifecycle hooksNimrod Oren3-0/+20
2026-05-01pppoe: optimize hash with word accessQingfang Deng1-6/+6
2026-05-01net: airoha: configure QoS channel for HW accelerated flowtable trafficLorenzo Bianconi1-1/+9
2026-05-01Merge branch 'tcp-move-some-fastpath-fields-to-appropriate-groups'Jakub Kicinski3-36/+36
2026-05-01tcp: move max_packets_out, cwnd_usage_seq, rate_delivered and rate_interval_us to tcp_sock_write_tx groupEric Dumazet2-8/+8
2026-05-01tcp: move tp->bytes_acked to tcp_sock_write_tx groupEric Dumazet3-6/+6
2026-05-01tcp: move tp->first_tx_mstamp and tp->delivered_mstamp to tcp_sock_write_txEric Dumazet2-4/+4