messages from 2024-10-01 12:38:10 to 2024-10-01 20:59:00 UTC [more...]
[PATCHv2 net-next 00/18] ibm: emac: more cleanups
2024-10-01 20:58 UTC (10+ messages)
` [PATCHv2 net-next 01/18] net: ibm: emac: use netif_receive_skb_list
` [PATCHv2 net-next 02/18] net: ibm: emac: remove custom init/exit functions
` [PATCHv2 net-next 03/18] net: ibm: emac: use module_platform_driver for modules
` [PATCHv2 net-next 04/18] net: ibm: emac: use devm_platform_ioremap_resource
` [PATCHv2 net-next 05/18] net: ibm: emac: use platform_get_irq
` [PATCHv2 net-next 06/18] net: ibm: emac: remove bootlist support
` [PATCHv2 net-next 07/18] net: ibm: emac: tah: use devm for kzalloc
` [PATCHv2 net-next 08/18] net: ibm: emac: tah: devm_platform_get_resources
` [PATCHv2 net-next 09/18] net: ibm: emac: rgmii: use devm for kzalloc
[PATCH v1 net-next 5/5] ipv4: Trigger check_lifetime() only when necessary
2024-10-01 20:55 UTC (2+ messages)
[PATCH v1 net-next 1/3] rtnetlink: Add per-net RTNL
2024-10-01 20:48 UTC (2+ messages)
[PATCH net-next 00/10] net: pcs: xpcs: cleanups batch 1
2024-10-01 20:34 UTC (12+ messages)
` [PATCH net-next 01/10] net: pcs: xpcs: move PCS reset to .pcs_pre_config()
` [PATCH net-next 02/10] net: pcs: xpcs: drop interface argument from internal functions
` [PATCH net-next 03/10] net: pcs: xpcs: get rid of xpcs_init_iface()
` [PATCH net-next 04/10] net: pcs: xpcs: add xpcs_destroy_pcs() and xpcs_create_pcs_mdiodev()
` [PATCH net-next 05/10] net: wangxun: txgbe: use phylink_pcs internally
` [PATCH net-next 06/10] net: dsa: sja1105: simplify static configuration reload
` [PATCH net-next 07/10] net: dsa: sja1105: call PCS config/link_up via pcs_ops structure
` [PATCH net-next 08/10] net: dsa: sja1105: use phylink_pcs internally
` [PATCH net-next 09/10] net: pcs: xpcs: drop interface argument from xpcs_create*()
` [PATCH net-next 10/10] net: pcs: xpcs: make xpcs_do_config() and xpcs_link_up() internal
[PATCH RFC 00/10] net: pcs: xpcs: cleanups batch 1
2024-10-01 20:20 UTC (5+ messages)
` [PATCH RFC net-next 01/10] net: pcs: xpcs: move PCS reset to .pcs_pre_config()
[PATCH net-next 00/12][pull request] Intel Wired LAN Driver Updates 2024-10-01 (ice)
2024-10-01 20:16 UTC (13+ messages)
` [PATCH net-next 01/12] ice: Implement ice_ptp_pin_desc
` [PATCH net-next 02/12] ice: Add SDPs support for E825C
` [PATCH net-next 03/12] ice: Align E810T GPIO to other products
` [PATCH net-next 04/12] ice: Cache perout/extts requests and check flags
` [PATCH net-next 05/12] ice: Disable shared pin on E810 on setfunc
` [PATCH net-next 06/12] ice: Read SDP section from NVM for pin definitions
` [PATCH net-next 07/12] ice: Enable 1PPS out from CGU for E825C products
` [PATCH net-next 08/12] ice: Introduce ice_get_phy_model() wrapper
` [PATCH net-next 09/12] ice: Add ice_get_ctrl_ptp() wrapper to simplify the code
` [PATCH net-next 10/12] ice: Initial support for E825C hardware in ice_adapter
` [PATCH net-next 11/12] ice: Use ice_adapter for PTP shared data instead of auxdev
` [PATCH net-next 12/12] ice: Drop auxbus use for PTP to finalize ice_adapter move
[PATCH v4 net] net: stmmac: dwmac4: extend timeout for VLAN Tag register busy bit check
2024-10-01 20:08 UTC (2+ messages)
[PATCH net-next 0/6] net: fib_rules: Add DSCP selector support
2024-10-01 20:08 UTC (4+ messages)
[PATCH RFT] of: property: fw_devlink: Add support for the "phy-handle" binding
2024-10-01 20:07 UTC (4+ messages)
[PATCH net 0/3] tcp: 3 fixes for retrans_stamp and undo logic
2024-10-01 20:05 UTC (4+ messages)
` [PATCH net 1/3] tcp: fix to allow timestamp undo if no retransmits were sent
` [PATCH net 2/3] tcp: fix tcp_enter_recovery() to zero retrans_stamp when it's safe
` [PATCH net 3/3] tcp: fix TFO SYN_RECV to not zero retrans_stamp with retransmits out
[PATCH bpf-next] bpf: Make sure internal and UAPI bpf_redirect flags don't overlap
2024-10-01 19:50 UTC (3+ messages)
[PATCH net] sctp: set sk_state back to CLOSED if autobind fails in sctp_listen_start
2024-10-01 19:41 UTC (3+ messages)
nf-nat-core: allocated memory at module unload
2024-10-01 19:36 UTC (2+ messages)
[PATCH net-next 09/13] net: ibm: emac: rgmii: devm_platform_get_resource
2024-10-01 19:35 UTC (4+ messages)
[PATCH net-next 00/13] ibm: emac: more cleanups
2024-10-01 19:35 UTC (4+ messages)
` [PATCH net-next 13/13] net: ibm: emac: mal: use devm for request_irq
[PATCH net] net: add inline annotation to fix the build warning
2024-10-01 19:33 UTC
[PATCH v1 net-next 0/5] ipv4: Namespacify IPv4 address hash table
2024-10-01 19:32 UTC (10+ messages)
` [PATCH v1 net-next 1/5] ipv4: Link IPv4 address to per-net "
` [PATCH v1 net-next 2/5] ipv4: Use per-net hash table in inet_lookup_ifaddr_rcu()
` [PATCH v1 net-next 3/5] ipv4: Namespacify IPv4 address GC
` [PATCH v1 net-next 4/5] ipv4: Retire global IPv4 hash table inet_addr_lst
[PATCH net-next 0/5] ipv4: Convert ip_route_input_slow() and its callers to dscp_t
2024-10-01 19:29 UTC (6+ messages)
` [PATCH net-next 1/5] ipv4: Convert icmp_route_lookup() "
` [PATCH net-next 2/5] ipv4: Convert ip_route_input() "
` [PATCH net-next 3/5] ipv4: Convert ip_route_input_noref() "
` [PATCH net-next 4/5] ipv4: Convert ip_route_input_rcu() "
` [PATCH net-next 5/5] ipv4: Convert ip_route_input_slow() "
[PATCH net-next 0/3] net: xilinx: emaclite: Adopt clock support
2024-10-01 19:06 UTC (4+ messages)
` [PATCH net-next 1/3] dt-bindings: net: emaclite: Add "
[PATCHv2 net-next 00/10] net: lantiq_etop: some cleanups
2024-10-01 18:46 UTC (11+ messages)
` [PATCHv2 net-next 01/10] net: lantiq_etop: use netif_receive_skb_list
` [PATCHv2 net-next 02/10] net: lantiq_etop: use devm_alloc_etherdev_mqs
` [PATCHv2 net-next 03/10] net: lantiq_etop: use devm for register_netdev
` [PATCHv2 net-next 04/10] net: lantiq_etop: use devm for mdiobus
` [PATCHv2 net-next 05/10] net: lantiq_etop: move phy_disconnect to stop
` [PATCHv2 net-next 06/10] net: lantiq_etop: use devm_err_probe
` [PATCHv2 net-next 07/10] net: lantiq_etop: remove struct resource
` [PATCHv2 net-next 08/10] net: lantiq_etop: use module_platform_driver_probe
` [PATCHv2 net-next 09/10] net: lantiq_etop: no queue stop in remove
` [PATCHv2 net-next 10/10] net: lantiq_etop: return by register_netdev
[PATCHv2 net-next 0/9] clean up with devm
2024-10-01 18:29 UTC (10+ messages)
` [PATCHv2 net-next 1/9] net: smsc911x: use devm_platform_ioremap_resource
` [PATCHv2 net-next 2/9] net: smsc911x: use devm_alloc_etherdev
` [PATCHv2 net-next 3/9] net: smsc911x: use devm for regulators
` [PATCHv2 net-next 4/9] net: smsc911x: use devm for mdiobus functions
` [PATCHv2 net-next 5/9] net: smsc911x: use devm for register_netdev
` [PATCHv2 net-next 6/9] net: smsc911x: remove debug stuff from _remove
` [PATCHv2 net-next 7/9] net: smsc911x: remove pointless NULL checks
` [PATCHv2 net-next 8/9] net: smsc911x: remove enable_resources function
` [PATCHv2 net-next 9/9] net: smsc911x: move reset_gpio member down
[net-next 2/2] ena: Link queues to NAPIs
2024-10-01 18:07 UTC (2+ messages)
[PATCH net v5 0/2] Fix AQR PMA capabilities
2024-10-01 18:06 UTC (7+ messages)
` [PATCH net v5 1/2] net: phy: aquantia: AQR115c fix up "
` [PATCH net v5 2/2] net: phy: aquantia: remove usage of phy_set_max_speed
[PATCH net-next 00/15] net: sparx5: prepare for lan969x switch driver
2024-10-01 18:03 UTC (24+ messages)
` [PATCH net-next 01/15] net: sparx5: add support for private match data
` [PATCH net-next 02/15] net: sparx5: add indirection layer to register macros
` [PATCH net-next 03/15] net: sparx5: rename *spx5 to *sparx5 in a few places
` [PATCH net-next 04/15] net: sparx5: modify SPX5_PORTS_ALL macro
` [PATCH net-next 05/15] net: sparx5: add *sparx5 argument to a few functions
` [PATCH net-next 06/15] net: sparx5: add constants to match data
` [PATCH net-next 07/15] net: sparx5: use SPX5_CONST for constants which already have a symbol
` [PATCH net-next 08/15] net: sparx5: use SPX5_CONST for constants which do not "
` [PATCH net-next 09/15] net: sparx5: add ops to match data
` [PATCH net-next 10/15] net: sparx5: ops out chip port to device index/bit functions
` [PATCH net-next 11/15] net: sparx5: ops out functions for getting certain array values
` [PATCH net-next 12/15] net: sparx5: ops out function for setting the port mux
` [PATCH net-next 13/15] net: sparx5: ops out PTP IRQ handler
` [PATCH net-next 14/15] net: sparx5: ops out function for DSM calendar calculation
` [PATCH net-next 15/15] net: sparx5: add is_sparx5 macro and use it throughout
[syzbot] [net?] UBSAN: shift-out-of-bounds in xfrm_selector_match (2)
2024-10-01 17:10 UTC (6+ messages)
[PATCH bpf-next v3 0/2] BPF static linker: fix linking duplicate extern functions
2024-10-01 17:19 UTC (5+ messages)
` [PATCH bpf-next v3 1/2] libbpf: do not resolve size on duplicate FUNCs
` [PATCH bpf-next v3 2/2] selftests/bpf: test linking with duplicate extern functions
[PATCH net v2] gso: fix udp gso fraglist segmentation after pull from frag_list
2024-10-01 17:17 UTC
[PATCH net] dt-bindings: net: xlnx,axi-ethernet: Add missing reg minItems
2024-10-01 17:10 UTC (2+ messages)
[syzbot] [usb?] [net?] [input?] INFO: rcu detected stall in unix_dgram_recvmsg (4)
2024-10-01 17:08 UTC
[PATCH net v3] net: phy: qt2025: Fix warning: unused import DeviceId
2024-10-01 16:52 UTC (4+ messages)
[PATCH ipsec] xfrm: validate new SA's prefixlen using SA family when sel.family is unset
2024-10-01 16:48 UTC
[net-next PATCH 11/11] net: ravb: Add VLAN checksum support
2024-10-01 16:46 UTC (2+ messages)
[PATCH net-next v2] ibmvnic: Add stat for tx direct vs tx batched
2024-10-01 16:35 UTC
[PATCH net v2 0/1] ibmvnic: Fix for send scrq direct
2024-10-01 16:32 UTC (2+ messages)
` [PATCH net v2 1/1] ibmvnic: Inspect header requirements before using "
[PATCH RFC v4 0/9] tun: Introduce virtio-net hashing feature
2024-10-01 16:31 UTC (10+ messages)
[PATCH v6 0/7] Add support for the LAN966x PCI device using a DT overlay
2024-10-01 16:30 UTC (8+ messages)
` [PATCH v6 1/7] dt-bindings: reset: microchip,rst: Allow to replace cpu-syscon by an additional reg item
` [PATCH v6 2/7] reset: mchp: sparx5: Use the second reg item when cpu-syscon is not present
[PATCH v2 net-next] wireguard: allowedips: Add WGALLOWEDIP_F_REMOVE_ME flag
2024-10-01 16:26 UTC (2+ messages)
[net-next 0/2] ena: Link IRQs, queues, and NAPI instances
2024-10-01 16:21 UTC (9+ messages)
` [net-next 1/2] ena: Link IRQs to "
` [net-next 2/2] ena: Link queues to NAPIs
[PATCH net 0/2] netfilter: br_netfilter: fix panic with metadata_dst skb
2024-10-01 15:44 UTC (3+ messages)
` [PATCH net 1/2] "
` [PATCH net 2/2] selftests: add regression test for br_netfilter panic
[PATCH net-next 7/8] net: smsc91xx: move down struct members
2024-10-01 15:44 UTC (2+ messages)
[net-next v2 0/2] gve: Link IRQs, queues, and NAPI instances
2024-10-01 15:38 UTC (5+ messages)
` [net-next v2 1/2] gve: Map IRQs to "
` [net-next v2 2/2] gve: Map NAPI instances to queues
[PATCH net-next 0/9] net: lantiq_etop: some cleanups
2024-10-01 15:33 UTC (3+ messages)
` [PATCH net-next 7/9] net: lantiq_etop: remove struct resource
[RFC PATCH v2] Simply enable one to write code like:
2024-10-01 15:29 UTC (4+ messages)
[RFC bpf-next 0/4] Add XDP rx hw hints support performing XDP_REDIRECT
2024-10-01 15:28 UTC (19+ messages)
[RFC PATCH] ipv6: route: release reference of dsts cached in sockets
2024-10-01 15:26 UTC (3+ messages)
[PATCH v8 1/3] regulator: dt-bindings: mt6323: Convert to DT schema
2024-10-01 15:26 UTC (2+ messages)
[PATCH net] net: ethernet: marvell: octeontx2: nic: Add error pointer check in otx2_ethtool.c
2024-10-01 15:11 UTC (11+ messages)
[PATCH net-next v1 0/2] add delay abstraction (sleep functions)
2024-10-01 15:08 UTC (7+ messages)
` [PATCH net-next v1 1/2] rust: add delay abstraction
` [PATCH net-next v1 2/2] net: phy: qt2025: wait until PHY becomes ready
Use-after-free from netem/hfsc interaction
2024-10-01 14:53 UTC
Doc on kernel.org
2024-10-01 14:50 UTC (3+ messages)
[RFC net-next 0/1] idpf: Don't hardcode napi_struct size
2024-10-01 14:44 UTC (8+ messages)
` [RFC net-next 1/1] idpf: Don't hard code "
[PATCH net v2] ip6mr: Fix lockdep and sparse RCU warnings
2024-10-01 14:39 UTC (6+ messages)
[PATCH net-next v2] net: phy: microchip_t1: Interrupt support for lan887x
2024-10-01 14:44 UTC
Advice on upstreaming Homa
2024-10-01 14:35 UTC (4+ messages)
[PATCH net-next] net: phy: microchip_t1: Interrupt support for lan887x
2024-10-01 14:04 UTC (3+ messages)
[PATCH net] net: dsa: sja1105: fix reception from VLAN-unaware bridges
2024-10-01 14:02 UTC
[PATCH iwl-next v10 00/14] Add support for Rx timestamping for both ice and iavf drivers
2024-10-01 13:49 UTC (5+ messages)
` [PATCH iwl-next v10 07/14] iavf: add support for indirect access to PHC time
[PATCH] net: phy: dp83869: fix memory corruption when enabling fiber
2024-10-01 13:45 UTC (4+ messages)
[PATCH v2 net 0/3] net: enetc: fix some issues of XDP
2024-10-01 13:39 UTC (4+ messages)
` [PATCH v2 net 3/3] net: enetc: disable IRQ after Rx and Tx BD rings are disabled
[PATCH net v2 0/2] fix two bugs related to page_pool
2024-10-01 13:32 UTC (3+ messages)
` [PATCH net v2 2/2] page_pool: fix IOMMU crash when driver has already unbound
[PATCH net 0/2] rxrpc: Miscellaneous fixes
2024-10-01 13:28 UTC (4+ messages)
` [PATCH net 1/2] rxrpc: Fix a race between socket set up and I/O thread creation
` [PATCH net 2/2] rxrpc: Fix uninitialised variable in rxrpc_send_data()
[PATCH net-next v6 0/3] Add option to provide OPT_ID value via cmsg
2024-10-01 12:57 UTC (4+ messages)
` [PATCH net-next v6 1/3] net_tstamp: add SCM_TS_OPT_ID to provide OPT_ID in control message
` [PATCH net-next v6 2/3] net_tstamp: add SCM_TS_OPT_ID for RAW sockets
` [PATCH net-next v6 3/3] selftests: txtimestamp: add SCM_TS_OPT_ID test
[PATCH net-next] net: dsa: lan9303: ensure chip reset and wait for READY status
2024-10-01 12:51 UTC (6+ messages)
[PATCH] can: m_can: m_can_close(): don't call free_irq() for IRQ-less devices
2024-10-01 12:48 UTC (2+ messages)
[PATCH net-next v4 0/2] ethtool: Add support for writing firmware
2024-10-01 12:41 UTC (3+ messages)
` [PATCH net-next v4 1/2] net: ethtool: Add new parameters and a function to support EPL
` [PATCH net-next v4 2/2] net: ethtool: Add support for writing firmware blocks using EPL payload
[PATCH net-next v3 0/7] microchip_t1s: Update on Microchip 10BASE-T1S PHY driver
2024-10-01 12:37 UTC (6+ messages)
` [PATCH net-next v3 2/7] net: phy: microchip_t1s: update new initial settings for LAN865X Rev.B0
` [PATCH net-next v3 3/7] net: phy: microchip_t1s: add support for Microchip's LAN865X Rev.B1
` [PATCH net-next v3 5/7] net: phy: microchip_t1s: add support for Microchip's LAN867X Rev.C1
` [PATCH net-next v3 6/7] net: phy: microchip_t1s: add support for Microchip's LAN867X Rev.C2
` [PATCH net-next v3 7/7] net: phy: microchip_t1s: configure collision detection based on PLCA mode
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).