netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-15 19:30:59 to 2024-10-16 07:45:36 UTC [more...]

[PATCH v4 net-next 0/3] udp: Add 4-tuple hash for connected sockets
 2024-10-16  7:45 UTC  (8+ messages)
` [PATCH v4 net-next 2/3] net/udp: Add 4-tuple hash list basis
` [PATCH v4 net-next 3/3] ipv4/udp: Add 4-tuple hash for connected socket

[PATCH] arm: dts: socfpga: use reset-name "stmmaceth-ocp" instead of "ahb"
 2024-10-16  7:41 UTC 

[PATCH RFC v1 net-next 00/12] bridge-fastpath and related improvements
 2024-10-16  7:43 UTC  (10+ messages)
` [PATCH RFC v1 net-next 06/12] net: core: dev: Add dev_fill_bridge_path()

[PATCH v2 net-next 00/13] add basic support for i.MX95 NETC
 2024-10-16  7:38 UTC  (35+ messages)
` [PATCH v2 net-next 01/13] dt-bindings: net: add compatible string for i.MX95 EMDIO
` [PATCH v2 net-next 02/13] dt-bindings: net: add i.MX95 ENETC support
` [PATCH v2 net-next 03/13] dt-bindings: net: add bindings for NETC blocks control
` [PATCH v2 net-next 04/13] net: enetc: add initial netc-blk-ctrl driver support
` [PATCH v2 net-next 05/13] net: enetc: move some common interfaces to enetc_pf_common.c
` [PATCH v2 net-next 06/13] net: enetc: build enetc_pf_common.c as a separate module
` [PATCH v2 net-next 10/13] net: enetc: extract enetc_int_vector_init/destroy() from enetc_alloc_msix()
` [PATCH v2 net-next 11/13] net: enetc: optimize the allocation of tx_bdr
` [PATCH v2 net-next 12/13] net: enetc: add preliminary support for i.MX95 ENETC PF

[PATCH net-next 0/3] Bonding: return detailed error about XDP failures
 2024-10-16  7:38 UTC  (7+ messages)
` [PATCH net-next 1/3] bonding: return detailed error when loading native XDP fails
` [PATCH net-next 2/3] bonding: use correct return value
` [PATCH net-next 3/3] Documentation: bonding: add XDP support explanation

[PATCHv6 net-next 0/7] ibm: emac: more cleanups
 2024-10-16  7:36 UTC  (8+ messages)
` [PATCHv6 net-next 6/7] net: ibm: emac: generate random MAC if not found
` [PATCHv6 net-next 7/7] net: ibm: emac: use of_find_matching_node

[PATCH 3/3] s390/time: Add PtP driver
 2024-10-16  7:31 UTC  (3+ messages)

[PATCH v2 net-next 10/11] can: gw: Use rtnl_register_many()
 2024-10-16  7:18 UTC  (3+ messages)

[PATCH net v1] net: wwan: fix global oob in wwan_rtnl_policy
 2024-10-16  7:14 UTC  (2+ messages)

[BUG] net/mlx5: missing sysfs hwmon entry for ConnectX-4 cards
 2024-10-16  7:05 UTC  (3+ messages)

[PATCH net-next v2 00/12] net-timestamp: bpf extension to equip applications transparently
 2024-10-16  7:01 UTC  (21+ messages)
` [PATCH net-next v2 02/12] net-timestamp: open gate for bpf_setsockopt
` [PATCH net-next v2 04/12] net-timestamp: add static key to control the whole bpf extension
` [PATCH net-next v2 06/12] net-timestamp: introduce TS_SCHED_OPT_CB to generate dev xmit timestamp

[PATCH net-next 1/4] net: stmmac: dwmac4: Fix MTL_OP_MODE_RTC mask and shift macros
 2024-10-16  2:25 UTC 

[PATCH 00/13] Remove implicit devres from pci_intx()
 2024-10-16  6:57 UTC  (5+ messages)
` [PATCH 13/13] PCI: Deprecate pci_intx(), pcim_intx()

[PATCH] eth: fbnic: add CONFIG_PTP_1588_CLOCK_OPTIONAL dependency
 2024-10-16  6:22 UTC 

linux-next: build failure after merge of the bpf-next tree
 2024-10-16  6:05 UTC 

[PATCH v2] selftest/tcp-ao: Add filter tests
 2024-10-16  5:51 UTC 

r8169 unknown chip XID 688
 2024-10-16  5:44 UTC  (7+ messages)

[PATCH iwl-net v1] i40e: fix "Error I40E_AQ_RC_ENOSPC adding RX filters on VF" issue
 2024-10-16  5:28 UTC  (6+ messages)
` [Intel-wired-lan] "

[PATCH 0/3] PtP driver for s390 clocks
 2024-10-16  5:20 UTC  (7+ messages)
` [PATCH 2/3] ptp: Add clock name to uevent
` [PATCH 3/3] s390/time: Add PtP driver

[PATCH v2 0/4] CAST Controller Area Network driver support
 2024-10-16  5:05 UTC  (5+ messages)
` [PATCH v2 3/4] can: Add driver for CAST CAN Bus Controller

[PATCH iwl-next] virtchnl: fix m68k build
 2024-10-16  4:16 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH RESEND net] net: dsa: mv88e6xxx: Fix error when setting port policy on mv88e6393x
 2024-10-16  4:08 UTC 

[PATCH] igb: Fix styling in enable/disable SR-IOV
 2024-10-16  4:02 UTC  (3+ messages)

[PATCH net-next v3 0/8] rust: Add IO polling
 2024-10-16  3:52 UTC  (9+ messages)
` [PATCH net-next v3 1/8] rust: time: Add PartialEq/Eq/PartialOrd/Ord trait to Ktime
` [PATCH net-next v3 2/8] rust: time: Introduce Delta type
` [PATCH net-next v3 3/8] rust: time: Change output of Ktime's sub operation to Delta
` [PATCH net-next v3 4/8] rust: time: Implement addition of Ktime and Delta
` [PATCH net-next v3 5/8] rust: time: Add wrapper for fsleep function
` [PATCH net-next v3 6/8] MAINTAINERS: rust: Add TIMEKEEPING and TIMER abstractions
` [PATCH net-next v3 7/8] rust: Add read_poll_timeout functions
` [PATCH net-next v3 8/8] net: phy: qt2025: Wait until PHY becomes ready

[PATCH 0/5][next] net: Avoid thousands of -Wflex-array-member-not-at-end warnings
 2024-10-16  3:51 UTC  (7+ messages)
` [PATCH 1/5][next] net: dev: Introduce struct sockaddr_legacy
` [PATCH 4/5][next] uapi: net: arp: Avoid -Wflex-array-member-not-at-end warnings
` [PATCH 5/5][next] uapi: net: "

[PATCH net v2 0/4] net: stmmac: dwmac4: Fixes bugs in dwmac4
 2024-10-16  3:18 UTC  (5+ messages)
` [PATCH net v2 1/4] net: stmmac: dwmac4: Fix MTL_OP_MODE_RTC mask and shift macros
` [PATCH net v2 2/4] net: stmmac: dwmac4: Fix the MTL_OP_MODE_*_MASK operation
` [PATCH net v2 3/4] net: stmmac: dwmac4: Receive Watchdog Timeout is not in abnormal interrupt summary
` [PATCH net v2 4/4] net: stmmac: dwmac4: Fix high address display by updating reg_space[] from register values

[PATCH net-next v2 0/3] Threads support in proc connector
 2024-10-16  3:01 UTC  (12+ messages)
` [PATCH net-next v2 1/3] connector/cn_proc: Add hash table for threads
` [PATCH net-next v2 2/3] connector/cn_proc: Kunit tests for threads hash table
` [PATCH net-next v2 3/3] connector/cn_proc: Selftest for threads

[PATCH v2 net-next resent] net: fec: Enable SOC specific rx-usecs coalescence default setting
 2024-10-16  2:34 UTC  (4+ messages)

[PATCH net-next v1] page_pool: check for dma_sync_size earlier
 2024-10-16  2:32 UTC  (14+ messages)

[PATCH rcu] configs/debug: make sure PROVE_RCU_LIST=y takes effect
 2024-10-16  2:23 UTC  (2+ messages)

[PATCH net-next] mlxsw: spectrum_router: fix xa_store() error checking
 2024-10-16  2:19 UTC  (3+ messages)

[PATCH net-next 0/4] net: stmmac: dwmac4: Fixes and improvements
 2024-10-16  2:10 UTC  (3+ messages)
` [PATCH net-next 1/4] net: stmmac: dwmac4: Fix MTL_OP_MODE_RTC mask and shift macros

[PATCH v2 net-next 00/11] rtnetlink: Use rtnl_register_many()
 2024-10-16  2:10 UTC  (4+ messages)
` [PATCH v2 net-next 04/11] net: sched: "

[PATCH net-next v3 0/3] gve: adopt page pool
 2024-10-16  2:10 UTC  (2+ messages)

[PATCH net-next v3 0/9] do not leave dangling sk pointers in pf->create functions
 2024-10-16  1:50 UTC  (2+ messages)

[PATCH net v2] net: microchip: vcap api: Fix memory leaks in vcap_api_encode_rule_test()
 2024-10-16  1:50 UTC  (2+ messages)

[net-next,v2] net: ravb: Only advertise Rx/Tx timestamps if hardware supports it
 2024-10-16  1:50 UTC  (2+ messages)

[PATCH v2 net] net: dsa: vsc73xx: fix reception from VLAN-unaware bridges
 2024-10-16  1:50 UTC  (2+ messages)

[PATCH] octeontx2-af: Use str_enabled_disabled()
 2024-10-16  1:36 UTC  (2+ messages)

[PATCH net-next 00/44] DualPI2, Accurate ECN, TCP Prague patch series
 2024-10-16  1:32 UTC  (13+ messages)
` [PATCH net-next 09/44] gso: AccECN support
` [PATCH net-next 17/44] tcp: accecn: AccECN negotiation
` [PATCH net-next 22/44] tcp: accecn: AccECN option

[PATCH net] net/sched: cbs: Fix integer overflow in cbs_set_port_rate()
 2024-10-16  1:30 UTC  (2+ messages)

[PATCH net v2] udp: Compute L4 checksum as usual when not segmenting the skb
 2024-10-16  1:30 UTC  (2+ messages)

[PATCH 0/2] net: phy: mdio-bcm-unimac: Add BCM6846 variant
 2024-10-16  1:30 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: net: brcm,unimac-mdio: Add bcm6846-mdio

(no subject)
 2024-10-16  1:27 UTC  (7+ messages)
` [PATCH v3 1/2 RESEND] resolve gtp possible deadlock warning
` [PATCH v3 2/2 "
` 

[PATCH net 0/9] There are some bugfix for the HNS3 ethernet driver
 2024-10-16  1:22 UTC  (7+ messages)
` [PATCH net 1/9] net: hns3: default enable tx bounce buffer when smmu enabled
` [PATCH net 2/9] net: hns3: add sync command to sync io-pgtable
` [PATCH net 6/9] net: hns3: don't auto enable misc vector

[PATCH net-next v9 00/23] Introducing OpenVPN Data Channel Offload
 2024-10-16  1:03 UTC  (24+ messages)
` [PATCH net-next v9 01/23] netlink: add NLA_POLICY_MAX_LEN macro
` [PATCH net-next v9 02/23] net: introduce OpenVPN Data Channel Offload (ovpn)
` [PATCH net-next v9 03/23] ovpn: add basic netlink support
` [PATCH net-next v9 04/23] ovpn: add basic interface creation/destruction/management routines
` [PATCH net-next v9 05/23] ovpn: keep carrier always on
` [PATCH net-next v9 06/23] ovpn: introduce the ovpn_peer object
` [PATCH net-next v9 07/23] ovpn: introduce the ovpn_socket object
` [PATCH net-next v9 08/23] ovpn: implement basic TX path (UDP)
` [PATCH net-next v9 09/23] ovpn: implement basic RX "
` [PATCH net-next v9 10/23] ovpn: implement packet processing
` [PATCH net-next v9 11/23] ovpn: store tunnel and transport statistics
` [PATCH net-next v9 12/23] ovpn: implement TCP transport
` [PATCH net-next v9 13/23] ovpn: implement multi-peer support
` [PATCH net-next v9 14/23] ovpn: implement peer lookup logic
` [PATCH net-next v9 15/23] ovpn: implement keepalive mechanism
` [PATCH net-next v9 16/23] ovpn: add support for updating local UDP endpoint
` [PATCH net-next v9 17/23] ovpn: add support for peer floating
` [PATCH net-next v9 18/23] ovpn: implement peer add/dump/delete via netlink
` [PATCH net-next v9 19/23] ovpn: implement key add/del/swap "
` [PATCH net-next v9 20/23] ovpn: kill key and notify userspace in case of IV exhaustion
` [PATCH net-next v9 21/23] ovpn: notify userspace when a peer is deleted
` [PATCH net-next v9 22/23] ovpn: add basic ethtool support
` [PATCH net-next v9 23/23] testing/selftest: add test tool and scripts for ovpn module

[RFC net-next v2 0/2] igc: Link IRQs and queues to NAPIs
 2024-10-16  1:01 UTC  (4+ messages)
` [RFC net-next v2 2/2] igc: Link queues to NAPI instances

[PATCH v1 net-next] neighbour: Remove NEIGH_DN_TABLE
 2024-10-16  1:00 UTC  (2+ messages)

[PATCH net] genetlink: hold RCU in genlmsg_mcast()
 2024-10-16  1:00 UTC  (2+ messages)

[PATCH v2 net] net: dsa: mv88e6xxx: Fix the max_vid definition for the MV88E6361
 2024-10-16  1:00 UTC  (2+ messages)

[PATCH v3 net] tcp/dccp: Don't use timer_pending() in reqsk_queue_unlink()
 2024-10-16  1:00 UTC  (2+ messages)

[PATCH net] net: bcmasp: fix potential memory leak in bcmasp_xmit()
 2024-10-16  0:50 UTC  (5+ messages)

[PATCH net] net: dsa: mv88e6xxx: Fix error when setting port policy on mv88e6393x
 2024-10-16  0:49 UTC  (2+ messages)

[RFC ethtool] ethtool: mock JSON output for --module-info
 2024-10-16  0:42 UTC  (3+ messages)

[PATCH net v5 00/10] Lock RCU before calling ip6mr_get_table()
 2024-10-16  0:10 UTC  (4+ messages)
` [PATCH net v5 08/10] ip6mr: Lock RCU before ip6mr_get_table() call in ip6_mroute_getsockopt()

[PATCH net] net: systemport: fix potential memory leak in bcm_sysport_xmit()
 2024-10-16  0:00 UTC  (8+ messages)

[PATCH net-next] net: cxgb3: Remove stid deadcode
 2024-10-16  0:00 UTC  (2+ messages)

[PATCH net-next 0/6] cxgb4: Deadcode removal
 2024-10-16  0:00 UTC  (2+ messages)

[PATCH net-next v4 6/6] Create netdev->neighbour association
 2024-10-15 23:54 UTC  (2+ messages)

[PATCH V7 0/5] TPH and cache direct injection support
 2024-10-15 23:45 UTC  (6+ messages)
` [PATCH V7 4/5] bnxt_en: Add TPH support in BNXT driver

[PATCH net-next v4 4/6] Convert neighbour iteration to use hlist+macro
 2024-10-15 23:38 UTC  (2+ messages)

[PATCH net] netdevsim: macsec: pad u64 to correct length in logs
 2024-10-15 23:35 UTC  (2+ messages)

[PATCH net-next v4 3/6] Convert neigh_* seq_file functions to use hlist
 2024-10-15 23:25 UTC  (2+ messages)

[PATCH v5 RESEND 0/2] posix-clock: Fix missing timespec64 check for PTP clock
 2024-10-15 23:22 UTC  (5+ messages)
` [PATCH v5 RESEND 1/2] posix-clock: Fix missing timespec64 check in pc_clock_settime()

[PATCH 0/2] Enable Ethernet on the Genio 700 EVK board
 2024-10-15 23:01 UTC  (3+ messages)
` [PATCH 2/2] arm64: dts: mediatek: mt8390-genio-700-evk: Enable ethernet

[PATCH net-next v4 2/6] Define neigh_for_each
 2024-10-15 22:57 UTC  (2+ messages)

[PATCH net-next v4 1/6] Add hlist_node to struct neighbour
 2024-10-15 22:49 UTC  (2+ messages)

[PATCH 5.15.y 5.10.y 5.4.y] wifi: mac80211: fix potential key use-after-free
 2024-10-15 22:20 UTC 

[PATCH net v3] net: phy: disable eee due to errata on various KSZ switches
 2024-10-15 21:04 UTC  (3+ messages)

[PATCH net] bnxt_en: replace ptp_lock with irqsave variant
 2024-10-15 20:42 UTC  (2+ messages)

[PATCH v8 1/3] regulator: dt-bindings: mt6323: Convert to DT schema
 2024-10-15 20:31 UTC  (5+ messages)
` [PATCH v8 3/3] dt-bindings: mfd: mediatek: mt6397: Convert to DT schema format

[PATCHv7 net-next 0/6] ibm: emac: more cleanups
 2024-10-15 20:04 UTC  (9+ messages)
` [PATCHv7 net-next 1/6] net: ibm: emac: use netif_receive_skb_list
` [PATCH] net: memcpy to ethtool_puts
` [PATCHv7 net-next 2/6] net: ibm: emac: remove custom init/exit functions
` [PATCHv7 net-next 3/6] net: ibm: emac: use devm_platform_ioremap_resource
` [PATCHv7 net-next 4/6] net: ibm: emac: use platform_get_irq
` [PATCHv7 net-next 5/6] net: ibm: emac: use devm for mutex_init
` [PATCHv7 net-next 6/6] net: ibm: emac: generate random MAC if not found

[PATCH net] net: fix races in netdev_tx_sent_queue()/dev_watchdog()
 2024-10-15 19:41 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).