messages from 2024-10-16 18:53:07 to 2024-10-17 08:01:55 UTC [more...]
[PATCH v3 net-next 00/13] add basic support for i.MX95 NETC
2024-10-17 7:46 UTC (3+ messages)
` [PATCH v3 net-next 01/13] dt-bindings: net: add compatible string for i.MX95 EMDIO
` [PATCH v3 net-next 02/13] dt-bindings: net: add i.MX95 ENETC support
[PATCH net-next v9 00/23] Introducing OpenVPN Data Channel Offload
2024-10-17 7:56 UTC (8+ messages)
` [PATCH net-next v9 04/23] ovpn: add basic interface creation/destruction/management routines
` [PATCH net-next v9 23/23] testing/selftest: add test tool and scripts for ovpn module
[PATCH 00/13] Remove implicit devres from pci_intx()
2024-10-17 7:51 UTC (4+ messages)
` [PATCH 09/13] ata: Use always-managed version of pci_intx()
[PATCH net-next v2 1/3] net: phy: realtek: read duplex and gbit master from PHYSR register
2024-10-17 7:50 UTC (2+ messages)
[PATCH net-next 00/13] net: fec: cleanups, update quirk, update IRQ naming
2024-10-17 7:48 UTC (52+ messages)
` [PATCH net-next 01/13] net: fec: fix typos found by codespell
` [PATCH net-next 02/13] net: fec: struct fec_enet_private: remove obsolete comment
` [PATCH net-next 03/13] net: fec: add missing header files
` [PATCH net-next 04/13] net: fec: rename struct fec_devinfo fec_imx6x_info -> fec_imx6sx_info
` [PATCH net-next 05/13] net: fec: fec_restart(): introduce a define for FEC_ECR_SPEED
` [PATCH net-next 06/13] net: fec: fec_restart(): make use of FEC_ECR_RESET
` [PATCH net-next 07/13] net: fec: fec_probe(): update quirk: bring IRQs in correct order
` "
` [PATCH net-next 08/13] net: fec: fec_probe(): let IRQ name reflect its function
` [PATCH net-next 09/13] net: fec: fec_enet_rx_queue(): use same signature as fec_enet_tx_queue()
` [PATCH net-next 10/13] net: fec: fec_enet_rx_queue(): replace open coded cast by skb_vlan_eth_hdr()
` [PATCH net-next 11/13] net: fec: fec_enet_rx_queue(): reduce scope of data
` [PATCH net-next 12/13] net: fec: fec_enet_rx_queue(): move_call to _vlan_hwaccel_put_tag()
` [PATCH net-next 13/13] net: fec: fec_enet_rx_queue(): factor out VLAN handling into separate function fec_enet_rx_vlan()
` "
[PATCH v4 net-next 0/3] udp: Add 4-tuple hash for connected sockets
2024-10-17 7:46 UTC (6+ messages)
` [PATCH v4 net-next 2/3] net/udp: Add 4-tuple hash list basis
[PATCH net] net: usb: usbnet: fix name regression
2024-10-17 7:18 UTC
[PATCH net-next v3 0/8] rust: Add IO polling
2024-10-17 7:10 UTC (8+ messages)
` [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
[iwl-next v1] ice: only allow Tx promiscuous for multicast
2024-10-17 7:08 UTC
[PATCH net-next v2 0/5] Removing more phylink cruft
2024-10-17 7:06 UTC (7+ messages)
` [PATCH net-next v2 3/5] net: phylink: allow mac_select_pcs() to remove a PCS
` [PATCH net-next v2 4/5] net: phylink: remove use of pl->pcs in phylink_validate_mac_and_pcs()
` [PATCH net-next v2 5/5] net: phylink: remove "using_mac_select_pcs"
[PATCH net-next v5 0/6] Improve neigh_flush_dev performance
2024-10-17 7:04 UTC (7+ messages)
` [PATCH net-next v5 1/6] Add hlist_node to struct neighbour
` [PATCH net-next v5 2/6] Define neigh_for_each
` [PATCH net-next v5 3/6] Convert neigh_* seq_file functions to use hlist
` [PATCH net-next v5 4/6] Convert neighbour iteration to use hlist+macro
` [PATCH net-next v5 5/6] Remove bare neighbour::next pointer
` [PATCH net-next v5 6/6] Create netdev->neighbour association
[PATCH] virtio_net: fix integer overflow in stats
2024-10-17 6:51 UTC (2+ messages)
[PATCH iwl-next] virtchnl: fix m68k build
2024-10-17 6:39 UTC (3+ messages)
` [Intel-wired-lan] "
[PATCH net-next v4 3/6] Convert neigh_* seq_file functions to use hlist
2024-10-17 6:31 UTC (3+ messages)
micrel ksz8081 RMII phy and clause-22 broadcast
2024-10-17 6:29 UTC (3+ messages)
[PATCH v3 0/2] PtP driver for s390 clocks
2024-10-17 6:07 UTC (3+ messages)
` [PATCH v3 1/2] s390/time: Add clocksource id to TOD clock
` [PATCH v3 2/2] s390/time: Add PtP driver
[PATCH net] r8169: avoid unsolicited interrupts
2024-10-17 6:05 UTC
[PATCH net-next v3 0/3] selftests: Add selftest for link layer and performance testing
2024-10-16 21:50 UTC (4+ messages)
` [PATCH net-next v3 1/3] selftests: nic_link_layer: Add link layer selftest for NIC driver
` [PATCH net-next v3 2/3] selftests: nic_link_layer: Add selftest case for speed and duplex states
` [PATCH net-next v3 3/3] selftests: nic_performance: Add selftest for performance of NIC driver
[PATCH net] igc: Fix passing 0 to ERR_PTR in igc_xdp_run_prog()
2024-10-17 3:55 UTC (6+ messages)
` [Intel-wired-lan] "
[PATCH net-next v2 0/3] net: phy: Refactor mediatek-ge-soc.c for clarity and correctness
2024-10-17 3:22 UTC (4+ messages)
` [PATCH net-next v2 1/3] net: phy: mediatek-ge-soc: Fix coding style
` [PATCH net-next v2 2/3] net: phy: mediatek-ge-soc: Shrink line wrapping to 80 characters
` [PATCH net-next v2 3/3] net: phy: mediatek-ge-soc: Propagate error code correctly in cal_cycle()
[PATCH net v2] mlxsw: spectrum_router: fix xa_store() error checking
2024-10-17 2:32 UTC
[PATCH net-next v2 00/12] net-timestamp: bpf extension to equip applications transparently
2024-10-17 2:28 UTC (13+ messages)
` [PATCH net-next v2 04/12] net-timestamp: add static key to control the whole bpf extension
[PATCH v2 0/2] pinctrl: qcom: Introduce Pinctrl for QCS8300
2024-10-17 2:24 UTC (4+ messages)
` [PATCH v2 2/2] pinctrl: qcom: add the tlmm driver for QCS8300 platforms
[PATCHv2 net-next 0/3] Bonding: returns detailed error about XDP failures
2024-10-17 2:06 UTC (4+ messages)
` [PATCHv2 net-next 1/3] bonding: return detailed error when loading native XDP fails
` [PATCHv2 net-next 2/3] bonding: use correct return value
` [PATCHv2 net-next 3/3] Documentation: bonding: add XDP support explanation
[PATCH net-next] net: phy: aquantia: Add mdix config and reporting
2024-10-17 1:54 UTC
[PATCH net-next] net: phy: marvell: Add mdix status reporting
2024-10-17 1:50 UTC
(no subject)
2024-10-17 1:45 UTC
[PATCH v2] selftest/tcp-ao: Add filter tests
2024-10-17 1:04 UTC (2+ messages)
[PATCH bpf 0/2] tcp_bpf: update the rmem scheduling for ingress redirection
2024-10-17 0:57 UTC (3+ messages)
` [PATCH bpf 1/2] tcp_bpf: charge receive socket buffer in bpf_tcp_ingress()
` [PATCH bpf 2/2] tcp_bpf: add sk_rmem_alloc related logic for ingress redirection
[PATCH net-next v4 0/3] Threads support in proc connector
2024-10-17 0:26 UTC (4+ messages)
` [PATCH net-next v4 1/3] connector/cn_proc: Add hash table for threads
` [PATCH net-next v4 2/3] connector/cn_proc: Kunit tests for threads hash table
` [PATCH net-next v4 3/3] connector/cn_proc: Selftest for threads
[PATCH v1 wl-next 1/3] wifi: wext: Move wext_nlevents to net->gen[]
2024-10-16 23:58 UTC (2+ messages)
[PATCH net-next v2] net: stmmac: Programming sequence for VLAN packets with split header
2024-10-16 23:43 UTC
[PATCH v2 iwl-net 0/4] Fix E825 initialization
2024-10-16 23:29 UTC (6+ messages)
` [PATCH v2 iwl-net 1/4] ice: "
` [Intel-wired-lan] "
` [PATCH v2 iwl-net 4/4] ice: Add correct PHY lane assignment
` [Intel-wired-lan] "
` [Intel-wired-lan] [PATCH v2 iwl-net 0/4] Fix E825 initialization
[PATCH v2 net-next 00/14] rtnetlink: Refactor rtnl_{new,del,set}link() for per-netns RTNL
2024-10-16 23:11 UTC (17+ messages)
` [PATCH v2 net-next 01/14] rtnetlink: Allocate linkinfo[] as struct rtnl_newlink_tbs
` [PATCH v2 net-next 02/14] rtnetlink: Call validate_linkmsg() in do_setlink()
` [PATCH v2 net-next 03/14] rtnetlink: Factorise do_setlink() path from __rtnl_newlink()
` [PATCH v2 net-next 04/14] rtnetlink: Move simple validation from __rtnl_newlink() to rtnl_newlink()
` [PATCH v2 net-next 05/14] rtnetlink: Move rtnl_link_ops_get() and retry "
` [PATCH v2 net-next 06/14] rtnetlink: Move ops->validate "
` [PATCH v2 net-next 07/14] rtnetlink: Protect struct rtnl_link_ops with SRCU
` [PATCH v2 net-next 08/14] rtnetlink: Call rtnl_link_get_net_capable() in rtnl_newlink()
` [PATCH v2 net-next 09/14] rtnetlink: Fetch IFLA_LINK_NETNSID "
` [PATCH v2 net-next 10/14] rtnetlink: Clean up rtnl_dellink()
` [PATCH v2 net-next 11/14] rtnetlink: Clean up rtnl_setlink()
` [PATCH v2 net-next 12/14] rtnetlink: Call rtnl_link_get_net_capable() in do_setlink()
` [PATCH v2 net-next 13/14] rtnetlink: Return int from rtnl_af_register()
` [PATCH v2 net-next 14/14] rtnetlink: Protect struct rtnl_af_ops with SRCU
[PATCH] igb: Fix styling in enable/disable SR-IOV
2024-10-16 22:54 UTC (4+ messages)
` [Intel-wired-lan] "
[PATCH net-next 0/8] lib: packing: introduce and use (un)pack_fields
2024-10-16 22:31 UTC (5+ messages)
` [PATCH net-next 3/8] lib: packing: add pack_fields() and unpack_fields()
[PATCH net-next v3 0/3] Threads support in proc connector
2024-10-16 22:06 UTC (4+ messages)
` [PATCH net-next v3 1/3] connector/cn_proc: Add hash table for threads
` [PATCH net-next v3 2/3] connector/cn_proc: Kunit tests for threads hash table
` [PATCH net-next v3 3/3] connector/cn_proc: Selftest for threads
net: phy: dp83822: Fix reset pin definitions
2024-10-16 21:31 UTC (4+ messages)
` [PATCH net v2] "
[PATCH V7 0/5] TPH and cache direct injection support
2024-10-16 21:31 UTC (2+ messages)
[PATCH net-next V3 00/15] net/mlx5: Refactor esw QoS to support generalized operations
2024-10-16 20:59 UTC (13+ messages)
` [PATCH net-next V3 01/15] net/mlx5: Refactor QoS group scheduling element creation
` [PATCH net-next V3 02/15] net/mlx5: Introduce node type to rate group structure
` [PATCH net-next V3 03/15] net/mlx5: Add parent group support in "
` [PATCH net-next V3 04/15] net/mlx5: Restrict domain list insertion to root TSAR ancestors
` [PATCH net-next V3 05/15] net/mlx5: Rename vport QoS group reference to parent
` [PATCH net-next V3 06/15] net/mlx5: Introduce node struct and rename group terminology to node
pull request: bluetooth 2024-10-16
2024-10-16 20:42 UTC
0x19: Dates And Location for upcoming conference
2024-10-16 20:39 UTC
[PATCH net-next v4 00/12] selftests: ncdevmem: Add ncdevmem to ksft
2024-10-16 20:34 UTC (13+ messages)
` [PATCH net-next v4 01/12] selftests: ncdevmem: Redirect all non-payload output to stderr
` [PATCH net-next v4 02/12] selftests: ncdevmem: Separate out dmabuf provider
` [PATCH net-next v4 03/12] selftests: ncdevmem: Unify error handling
` [PATCH net-next v4 04/12] selftests: ncdevmem: Make client_ip optional
` [PATCH net-next v4 05/12] selftests: ncdevmem: Remove default arguments
` [PATCH net-next v4 06/12] selftests: ncdevmem: Switch to AF_INET6
` [PATCH net-next v4 07/12] selftests: ncdevmem: Properly reset flow steering
` [PATCH net-next v4 08/12] selftests: ncdevmem: Use YNL to enable TCP header split
` [PATCH net-next v4 09/12] selftests: ncdevmem: Remove hard-coded queue numbers
` [PATCH net-next v4 10/12] selftests: ncdevmem: Run selftest when none of the -s or -c has been provided
` [PATCH net-next v4 11/12] selftests: ncdevmem: Move ncdevmem under drivers/net/hw
` [PATCH net-next v4 12/12] selftests: ncdevmem: Add automated test
[PATCH net-next] r8169: remove rtl_dash_loop_wait_high/low
2024-10-16 20:31 UTC
[PATCH net-next] r8169: avoid duplicated messages if loading firmware fails and switch to warn level
2024-10-16 20:29 UTC
[PATCH net-next v3 0/7] bnxt_en: implement device memory TCP for bnxt
2024-10-16 20:17 UTC (2+ messages)
[PATCH net-next 0/2] r8169: replace custom flag with disable_work() et al
2024-10-16 20:06 UTC (3+ messages)
` [PATCH net-next 1/2] r8169: don't take RTNL lock in rtl_task()
` [PATCH net-next 2/2] r8169: replace custom flag with disable_work() et al
[PATCH net v2] bnxt_en: replace ptp_lock with irqsave variant
2024-10-16 19:52 UTC
[PATCH net-next v3 0/3] gve: adopt page pool
2024-10-16 19:43 UTC (4+ messages)
` [PATCH net-next v3 2/3] gve: adopt page pool for DQ RDA mode
linux-next: build failure after merge of the bpf-next tree
2024-10-16 19:32 UTC (4+ messages)
pull request: bluetooth 2024-10-04
2024-10-16 19:06 UTC (2+ messages)
pull request: bluetooth 2024-09-27
2024-10-16 19:05 UTC (2+ messages)
[PATCH net-next v3 0/9] do not leave dangling sk pointers in pf->create functions
2024-10-16 19:05 UTC (2+ messages)
[PATCH v2 net] be2net: fix potential memory leak in be_xmit()
2024-10-16 19:00 UTC (2+ messages)
[PATCH net-next 1/1] net: phy: Refactor mediatek-ge-soc.c for clarity and correctness
2024-10-16 18:58 UTC (6+ messages)
[PATCH net-next] net: ethernet: ti: am65-cpsw: Fix uninitialized variable
2024-10-16 18:57 UTC (2+ messages)
[PATCH v4 0/9] can: m_can: Add am62 wakeup support
2024-10-16 18:57 UTC (4+ messages)
` [PATCH v4 3/9] can: m_can: Map WoL to device_set_wakeup_enable
[PATCH net-next v2 1/1] net: ks8851: use %*ph to print small buffer
2024-10-16 18:57 UTC (2+ messages)
[PATCH v6 00/15] io_uring zero copy rx
2024-10-16 18:52 UTC (12+ messages)
` [PATCH v6 05/15] net: page_pool: add ->scrub mem provider callback
` [PATCH v6 06/15] net: page pool: add helper creating area from pages
` [PATCH v6 07/15] net: page_pool: introduce page_pool_mp_return_in_cache
` [PATCH v6 08/15] net: add helper executing custom callback from napi
` [PATCH v6 09/15] io_uring/zcrx: add interface queue and refill queue
` [PATCH v6 10/15] io_uring/zcrx: add io_zcrx_area
` [PATCH v6 11/15] io_uring/zcrx: implement zerocopy receive pp memory provider
` [PATCH v6 12/15] io_uring/zcrx: add io_recvzc request
` [PATCH v6 13/15] io_uring/zcrx: set pp memory provider for an rx queue
` [PATCH v6 14/15] io_uring/zcrx: add copy fallback
` [PATCH v6 15/15] io_uring/zcrx: throttle receive requests
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).