summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-10-24ice: move ice_deinit_dev() to the end of deinit pathsPrzemek Kitszel
2025-10-24ice: extract ice_init_dev() from ice_init()Przemek Kitszel
2025-10-24ice: move ice_init_pf() out of ice_init_dev()Przemek Kitszel
2025-10-24ice: move udp_tunnel_nic and misc IRQ setup into ice_init_pf()Przemek Kitszel
2025-10-24ice: ice_init_pf: destroy mutexes and xarrays on memory alloc failurePrzemek Kitszel
2025-10-24ice: move ice_init_interrupt_scheme() prior ice_init_pf()Przemek Kitszel
2025-10-24ice: move service task start out of ice_init_pf()Przemek Kitszel
2025-10-24ice: enforce RTNL assumption of queue NAPI manipulationPrzemek Kitszel
2025-10-23Merge branch 'net-dsa-lantiq_gswip-use-regmap-for-register-access'Jakub Kicinski
2025-10-23net: dsa: lantiq_gswip: harmonize gswip_mii_mask_*() parametersDaniel Golle
2025-10-23net: dsa: lantiq_gswip: optimize regmap_write_bits() statementsDaniel Golle
2025-10-23net: dsa: lantiq_gswip: replace *_mask() functions with regmap APIDaniel Golle
2025-10-23net: dsa: lantiq_gswip: manually convert remaining uses of read accessorsDaniel Golle
2025-10-23net: dsa: lantiq_gswip: convert trivial accessor uses to regmapDaniel Golle
2025-10-23net: dsa: lantiq_gswip: convert accessors to use regmapDaniel Golle
2025-10-23net: dsa: lantiq_gswip: clarify GSWIP 2.2 VLAN mode in commentDaniel Golle
2025-10-23tcp: Remove unnecessary null check in tcp_inbound_md5_hash()Eric Biggers
2025-10-23net: rmnet: Use section heading markup for packet format subsectionsBagas Sanjaya
2025-10-23net: unix: remove outdated BSD behavior comment in unix_release_sock()Sunday Adelodun
2025-10-23net: airoha: Remove code duplication in airoha_regs.hLorenzo Bianconi
2025-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-10-23Merge tag 'net-6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-10-23Merge tag 'acpi-6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2025-10-23Merge tag 'pm-6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2025-10-23Merge tag 'for-6.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-10-23Merge branch 'mlx5-misc-fixes-2025-10-22'Jakub Kicinski
2025-10-23net/mlx5: Fix IPsec cleanup over MPV devicePatrisious Haddad
2025-10-23net/mlx5: Refactor devcom to return NULL on failurePatrisious Haddad
2025-10-23net/mlx5e: Skip PPHCR register query if not supported by the deviceAlexei Lazar
2025-10-23net/mlx5: Add PPHCR to PCAM supported registers maskAlexei Lazar
2025-10-23virtio-net: zero unused hash fieldsJason Wang
2025-10-23net: phy: micrel: always set shared->phydev for LAN8814Robert Marko
2025-10-23vsock: fix lock inversion in vsock_assign_transport()Stefano Garzarella
2025-10-23Merge branch 'fix-poll-behaviour-for-tcp-based-tunnel-protocols'Paolo Abeni
2025-10-23ovpn: use datagram_poll_queue for socket readiness in TCPRalf Lici
2025-10-23espintcp: use datagram_poll_queue for socket readinessRalf Lici
2025-10-23net: datagram: introduce datagram_poll_queue for custom receive queuesRalf Lici
2025-10-23Merge branch 'acpi-property'Rafael J. Wysocki
2025-10-23Merge branches 'pm-cpuidle' and 'pm-cpufreq'Rafael J. Wysocki
2025-10-23net: phy: micrel: Add support for non PTP SKUs for lan8814Horatiu Vultur
2025-10-23net: bonding: fix possible peer notify event loss or dup issueTonghao Zhang
2025-10-23net: ti: icssg-prueth: Omit a variable reassignment in prueth_netdev_init()Markus Elfring
2025-10-22net: hsr: prevent creation of HSR device with slaves from another netnsFernando Fernandez Mancera
2025-10-22eth: fbnic: fix integer overflow warning in TLV_MAX_DATA definitionPei Xiao
2025-10-22net/sched: Remove unused inline helper qdisc_from_priv()Yue Haibing
2025-10-22net: spacemit: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva
2025-10-22sctp: avoid NULL dereference when chunk data buffer is missingAlexey Simakov
2025-10-22ptp: ocp: Fix typo using index 1 instead of i in SMA initialization loopJiasheng Jiang
2025-10-22net: stmmac: replace has_xxxx with core_typeRussell King (Oracle)
2025-10-22Merge branch 'net-ravb-fix-soc-specific-configuration-and-descriptor-handling...Jakub Kicinski