summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-01-20eth: bnxt: allocate enough buffer space to meet HDS thresholdJakub Kicinski
2025-01-20net: ethtool: populate the default HDS params in the coreJakub Kicinski
2025-01-20eth: bnxt: apply hds_thrs settings correctlyJakub Kicinski
2025-01-20net: provide pending ring configuration in net_deviceJakub Kicinski
2025-01-20net: ethtool: store netdev in a temp variable in ethnl_default_set_doit()Jakub Kicinski
2025-01-20net: move HDS config from ethtool stateJakub Kicinski
2025-01-20Merge branch 'af_unix-set-skb-drop-reason-in-every-kfree_skb-path'Jakub Kicinski
2025-01-20af_unix: Use consume_skb() in connect() and sendmsg().Kuniyuki Iwashima
2025-01-20af_unix: Reuse out_pipe label in unix_stream_sendmsg().Kuniyuki Iwashima
2025-01-20af_unix: Set drop reason in unix_dgram_disconnected().Kuniyuki Iwashima
2025-01-20af_unix: Set drop reason in unix_stream_read_skb().Kuniyuki Iwashima
2025-01-20af_unix: Set drop reason in manage_oob().Kuniyuki Iwashima
2025-01-20af_unix: Set drop reason in __unix_gc().Kuniyuki Iwashima
2025-01-20af_unix: Set drop reason in unix_sock_destructor().Kuniyuki Iwashima
2025-01-20af_unix: Set drop reason in unix_release_sock().Kuniyuki Iwashima
2025-01-20net: dropreason: Gather SOCKET_ drop reasons.Kuniyuki Iwashima
2025-01-20selftests/net/ipsec: Fix Null pointer dereference in rtattr_pack()Liu Ye
2025-01-20net: phy: realtek: HWMON support for standalone versions of RTL8221B and RTL8251Aleksander Jan Bajkowski
2025-01-20net: macsec: Add endianness annotations in salt structAles Nezbeda
2025-01-20tipc: re-order conditions in tipc_crypto_key_rcv()Dan Carpenter
2025-01-20net: phylink: always do a major config when attaching a SFP PHYRussell King (Oracle)
2025-01-20net: appletalk: Drop aarp_send_probe_phase1()谢致邦 (XIE Zhibang)
2025-01-20dsa: Use str_enable_disable-like helpersKrzysztof Kozlowski
2025-01-20net: sched: refine software bypass handling in tc_runXin Long
2025-01-18Merge tag 'batadv-next-pullrequest-20250117' of git://git.open-mesh.org/linux...Jakub Kicinski
2025-01-18Merge tag 'for-net-next-2025-01-15' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2025-01-18Merge tag 'wireless-next-2025-01-17' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2025-01-18net: introduce netdev_napi_exit()Eric Dumazet
2025-01-18net: phy: remove leftovers from switch to linkmode bitmapsHeiner Kallweit
2025-01-18net: destroy dev->lock later in free_netdev()Eric Dumazet
2025-01-18eth: bnxt: fix string truncation warning in FW versionJakub Kicinski
2025-01-18mptcp: sysctl: add syn_retrans_before_tcp_fallbackMatthieu Baerts (NGI0)
2025-01-18Merge branch 'net-xilinx-axienet-enable-adaptive-irq-coalescing-with-dim'Jakub Kicinski
2025-01-18net: xilinx: axienet: Report an error for bad coalesce settingsSean Anderson
2025-01-18net: xilinx: axienet: Add some symbolic constants for IRQ delay timerSean Anderson
2025-01-18nfc: mrvl: Don't use "proxy" headersAndy Shevchenko
2025-01-18nfc: st21nfca: Remove unused of_gpio.hAndy Shevchenko
2025-01-17Merge branch 'ethtool-get_ts_stats-for-dsa-and-ocelot-driver'Jakub Kicinski
2025-01-17net: dsa: felix: report timestamping stats from the ocelot libraryVladimir Oltean
2025-01-17net: mscc: ocelot: add TX timestamping statisticsVladimir Oltean
2025-01-17net: dsa: implement get_ts_stats ethtool operation for user portsVladimir Oltean
2025-01-17net: ethtool: ts: add separate counter for unconfirmed one-step TX timestampsVladimir Oltean
2025-01-17Merge branch 'mlxsw-move-tx-header-handling-to-pci-driver'Jakub Kicinski
2025-01-17mlxsw: Do not store Tx header length as driver parameterAmit Cohen
2025-01-17mlxsw: Move Tx header handling to PCI driverAmit Cohen
2025-01-17mlxsw: Define Tx header fields in txheader.hAmit Cohen
2025-01-17mlxsw: Initialize txhdr_info according to PTP operationsAmit Cohen
2025-01-17mlxsw: Add mlxsw_txhdr_info structureAmit Cohen
2025-01-17net/mlx5: fix unintentional sign extension on shift of dest_attr->vport.vhca_idColin Ian King
2025-01-17net: tc: improve qdisc error messagesJohn Ousterhout