messages from 2024-10-24 08:32:06 to 2024-10-24 15:08:34 UTC [more...]
[PATCH v5 net-next 0/3] udp: Add 4-tuple hash for connected sockets
2024-10-24 15:04 UTC (7+ messages)
` [PATCH v5 net-next 1/3] net/udp: Add a new struct for hash2 slot
` [PATCH v5 net-next 3/3] ipv4/udp: Add 4-tuple hash for connected socket
[PATCH] mlx5: fix typo in "mlx5_cqwq_get_cqe_enahnced_comp"
2024-10-24 15:08 UTC (2+ messages)
[PATCH v1 0/9] Add Nuvoton NCT6694 MFD devices
2024-10-24 15:03 UTC (23+ messages)
` [PATCH v1 1/9] mfd: Add core driver for Nuvoton NCT6694
` [PATCH v1 2/9] gpio: Add Nuvoton NCT6694 GPIO support
` [PATCH v1 3/9] i2c: Add Nuvoton NCT6694 I2C support
` [PATCH v1 4/9] can: Add Nuvoton NCT6694 CAN support
` [PATCH v1 5/9] watchdog: Add Nuvoton NCT6694 WDT support
` [PATCH v1 6/9] hwmon: Add Nuvoton NCT6694 HWMON support
` [PATCH v1 7/9] iio: adc: Add Nuvoton NCT6694 IIO support
` [PATCH v1 8/9] pwm: Add Nuvoton NCT6694 PWM support
` [PATCH v1 9/9] rtc: Add Nuvoton NCT6694 RTC support
[net-next PATCH v4 0/4] Refactoring RVU NIC driver
2024-10-24 15:03 UTC (9+ messages)
` [net-next PATCH v4 1/4] octeontx2-pf: Define common API for HW resources configuration
` [net-next PATCH v4 2/4] octeontx2-pf: Add new APIs for queue memory alloc/free
` [net-next PATCH v4 3/4] octeontx2-pf: Reuse PF max mtu value
` [net-next PATCH v4 4/4] octeontx2-pf: Move shared APIs to header file
[PATCH] vsock/test: fix failures due to wrong SO_RCVLOWAT parameter
2024-10-24 15:00 UTC (3+ messages)
[PATCH net-next] Documentation: networking: Add missing PHY_GET command in the message list
2024-10-24 14:52 UTC (2+ messages)
[RFC PATCH 1/2] net: netlink: add nla_get_*_default() accessors
2024-10-24 14:52 UTC (11+ messages)
` [RFC PATCH 2/2] net: convert to nla_get_*_default()
linux: Goodbye from a Linux community volunteer
2024-10-24 14:50 UTC (3+ messages)
[PATCH net-next 0/7] Support some features for the HIBMCGE driver
2024-10-24 14:44 UTC (18+ messages)
` [PATCH net-next 2/7] net: hibmcge: Add debugfs supported in this module
` [PATCH net-next 3/7] net: hibmcge: Add unicast frame filter "
` [PATCH net-next 4/7] net: hibmcge: Add register dump "
[PATCH net-next v3 0/3] fix two bugs related to page_pool
2024-10-24 14:40 UTC (5+ messages)
` [PATCH net-next v3 3/3] page_pool: fix IOMMU crash when driver has already unbound
[PATCH iwl-net 0/2] fix reset issues
2024-10-24 14:39 UTC (3+ messages)
` [PATCH iwl-net 2/2] idpf: fix idpf_vc_core_init error path
[PATCH v4 net-next 00/13] add basic support for i.MX95 NETC
2024-10-24 14:32 UTC (11+ messages)
` [PATCH v4 net-next 01/13] dt-bindings: net: add compatible string for i.MX95 EMDIO
` [PATCH v4 net-next 03/13] dt-bindings: net: add bindings for NETC blocks control
query on VLAN with linux DSA ports
2024-10-24 14:29 UTC (2+ messages)
[GIT PULL] Networking for v6.12-rc5
2024-10-24 14:28 UTC (2+ messages)
RFC: Advice on adding support for Qualcomm IPQ9574 SoC Ethernet
2024-10-24 14:27 UTC (8+ messages)
[PATCH net-next v18 00/10] net: Make timestamping selectable
2024-10-24 14:22 UTC (3+ messages)
[PATCH v6 00/15] io_uring zero copy rx
2024-10-24 14:23 UTC (6+ messages)
` [PATCH v6 02/15] net: generalise net_iov chunk owners
[PATCH net-next] selftests: tls: add a selftest for wrapping rec_seq
2024-10-24 14:20 UTC (2+ messages)
[PATCH v1 net-next 0/9] phonet: Convert all doit() and dumpit() to RCU
2024-10-24 14:10 UTC (2+ messages)
[PATCH 00/27] netfs: Read performance improvements and "single-blob" support
2024-10-24 14:05 UTC (28+ messages)
` [PATCH 01/27] netfs: Remove call to folio_index()
` [PATCH 02/27] netfs: Fix a few minor bugs in netfs_page_mkwrite()
` [PATCH 03/27] netfs: Remove unnecessary references to pages
` [PATCH 04/27] netfs: Use a folio_queue allocation and free functions
` [PATCH 05/27] netfs: Add a tracepoint to log the lifespan of folio_queue structs
` [PATCH 06/27] netfs: Abstract out a rolling folio buffer implementation
` [PATCH 07/27] netfs: Make netfs_advance_write() return size_t
` [PATCH 08/27] netfs: Split retry code out of fs/netfs/write_collect.c
` [PATCH 09/27] netfs: Drop the error arg from netfs_read_subreq_terminated()
` [PATCH 10/27] netfs: Drop the was_async "
` [PATCH 11/27] netfs: Don't use bh spinlock
` [PATCH 12/27] afs: Don't use mutex for I/O operation lock
` [PATCH 13/27] afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTY
` [PATCH 14/27] afs: Fix directory format encoding struct
` [PATCH 15/27] netfs: Remove some extraneous directory invalidations
` [PATCH 16/27] cachefiles: Add some subrequest tracepoints
` [PATCH 17/27] cachefiles: Add auxiliary data trace
` [PATCH 18/27] afs: Add more tracepoints to do with tracking validity
` [PATCH 19/27] netfs: Add functions to build/clean a buffer in a folio_queue
` [PATCH 20/27] netfs: Add support for caching single monolithic objects such as AFS dirs
` [PATCH 21/27] afs: Make afs_init_request() get a key if not given a file
` [PATCH 22/27] afs: Use netfslib for directories
` [PATCH 23/27] afs: Use netfslib for symlinks, allowing them to be cached
` [PATCH 24/27] afs: Eliminate afs_read
` [PATCH 25/27] afs: Make {Y,}FS.FetchData an asynchronous operation
` [PATCH 26/27] netfs: Change the read result collector to only use one work item
` [PATCH 27/27] afs: Make afs_mkdir() locally initialise a new directory's content
[PATCH 0/2] bna: Fix return value check for debugfs create APIs
2024-10-24 14:04 UTC (5+ messages)
` [PATCH 1/2] "
[PATCH v2 net] net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extension
2024-10-24 14:01 UTC
[PATCH net] sunrpc: fix one UAF issue caused by sunrpc kernel tcp socket
2024-10-24 13:57 UTC (5+ messages)
[PATCH net-next 0/8] lib: packing: introduce and use (un)pack_fields
2024-10-24 13:49 UTC (9+ messages)
` [PATCH net-next 3/8] lib: packing: add pack_fields() and unpack_fields()
[PATCH iwl-next v10 0/7] ixgbe: Add support for Intel(R) E610 device
2024-10-24 13:39 UTC (5+ messages)
` [PATCH iwl-next v10 2/7] ixgbe: Add support for E610 device capabilities detection
` [PATCH iwl-next v10 5/7] ixgbe: Add ixgbe_x540 multiple header inclusion protection
[PATCH net-next v2 0/4] Introduce VLAN support in HSR
2024-10-24 13:36 UTC (6+ messages)
` [PATCH net-next v2 1/4] net: hsr: Add VLAN support
` [PATCH net-next v2 2/4] net: hsr: Add VLAN CTAG filter support
` [PATCH net-next v2 3/4] net: ti: icssg-prueth: Add VLAN support for HSR mode
` [PATCH net-next v2 4/4] selftests: hsr: Add test for VLAN
[PATCH net v2] net: ti: icssg-prueth: Fix 1 PPS sync
2024-10-24 13:33 UTC (3+ messages)
[PATCH net v2] igb: Fix potential invalid memory access in igb_init_module()
2024-10-24 13:27 UTC (2+ messages)
[PATCH net] Documentation: ieee802154: fix grammar
2024-10-24 13:26 UTC (3+ messages)
[PATCH net-next] net: phy: dp83822: Configure RMII mode on DP83825 devices
2024-10-24 13:24 UTC
[PATCH net] net/sched: sch_api: fix xa_insert() error path in tcf_block_get_ext()
2024-10-24 13:20 UTC (2+ messages)
[PATCH] svcrdma: fix miss destroy percpu_counter in svc_rdma_proc_init()
2024-10-24 13:15 UTC (2+ messages)
[PATCH] MAINTAINERS: Remove some entries due to various compliance requirements
2024-10-24 12:34 UTC (2+ messages)
[PATCH net] gtp: allow -1 to be specified as file description from userspace
2024-10-24 12:30 UTC (2+ messages)
[PATCH v2] netdevsim: Add trailing zero to terminate the string in nsim_nexthop_bucket_activity_write()
2024-10-24 12:15 UTC (3+ messages)
[iwl-next v5 0/9] ice: managing MSI-X in driver
2024-10-24 12:12 UTC (10+ messages)
` [iwl-next v5 1/9] ice: count combined queues using Rx/Tx count
` [iwl-next v5 2/9] ice: devlink PF MSI-X max and min parameter
` [iwl-next v5 3/9] ice: remove splitting MSI-X between features
` [iwl-next v5 4/9] ice: get rid of num_lan_msix field
` [iwl-next v5 5/9] ice, irdma: move interrupts code to irdma
` [iwl-next v5 6/9] ice: treat dyn_allowed only as suggestion
` [iwl-next v5 7/9] ice: enable_rdma devlink param
` [iwl-next v5 8/9] ice: simplify VF MSI-X managing
` [iwl-next v5 9/9] ice: init flow director before RDMA
[PATCHv2 net-next] net: dsa: use ethtool string helpers
2024-10-24 12:04 UTC (2+ messages)
[PATCH net-next] amd-xgbe: use ethtool string helpers
2024-10-24 12:02 UTC (2+ messages)
[PATCH net 0/2] Get the device_node before calling of_find_node_by_name()
2024-10-24 11:56 UTC (3+ messages)
` [PATCH net 1/2] net: bcmasp: Add missing of_node_get() before of_find_node_by_name()
[PATCH net-next] net: broadcom: use ethtool string helpers
2024-10-24 11:47 UTC (2+ messages)
[PATCH net-next v22 00/14] Replace page_frag with page_frag_cache for sk_page_frag()
2024-10-24 11:39 UTC (5+ messages)
[PATCH net-next] net/smc: use new helper to get the netdev associated to an ibdev
2024-10-24 11:31 UTC (4+ messages)
[PATCH] net: mana: use ethtool string helpers
2024-10-24 11:05 UTC (4+ messages)
[PATCH V2 net 0/9] There are some bugfix for the HNS3 ethernet driver
2024-10-24 11:05 UTC (6+ messages)
` [PATCH V2 net 2/9] net: hns3: add sync command to sync io-pgtable
[PATCH net-next] net: fjes: use ethtool string helpers
2024-10-24 11:03 UTC (2+ messages)
[PATCH v1 net-next] rtnetlink: Fix kdoc of rtnl_af_register()
2024-10-24 11:02 UTC (2+ messages)
[PATCH net v3 0/3] net: dsa: mv88e6xxx: fix MV88E6393X PHC frequency on internal clock
2024-10-24 11:00 UTC (2+ messages)
[PATCH net,v3] hv_netvsc: Fix VF namespace also in synthetic NIC NETDEV_REGISTER event
2024-10-24 10:50 UTC (2+ messages)
[PATCH] net: usb: qmi_wwan: add Fibocom FG132 0x0112 composition
2024-10-24 10:50 UTC (2+ messages)
[PATCH net v4] net: dsa: microchip: disable EEE for KSZ879x/KSZ877x/KSZ876x
2024-10-24 10:50 UTC (2+ messages)
[PATCH v10 0/6] Add support for the LAN966x PCI device using a DT overlay
2024-10-24 10:42 UTC (2+ messages)
pull request: bluetooth 2024-10-23
2024-10-24 10:40 UTC (2+ messages)
[PATCH net-next 0/8] net: Shift responsibility for FDB notifications to drivers
2024-10-24 10:06 UTC (4+ messages)
` [PATCH net-next 4/8] selftests: net: lib: Move logging from forwarding/lib.sh here
[PATCH] arm: dts: socfpga: use reset-name "stmmaceth-ocp" instead of "ahb"
2024-10-24 10:11 UTC (2+ messages)
[net-next,RESEND v6 2/2] net: wwan: t7xx: Add debug port
2024-10-24 10:07 UTC (2+ messages)
[net-next,RESEND v6 0/2] net: wwan: t7xx: Add t7xx debug port
2024-10-24 10:02 UTC (4+ messages)
` [net-next,RESEND v6 2/2] net: wwan: t7xx: Add "
[PATCH net-next v4] net: Implement fault injection forcing skb reallocation
2024-10-24 10:01 UTC (2+ messages)
[PATCH v3 net-next 0/2] Knobs for NPC default rule counters
2024-10-24 9:50 UTC (6+ messages)
` [PATCH v3 net-next 2/2] octeontx2-af: "
[PATCH net] net: vertexcom: mse102x: Fix possible double free of TX skb
2024-10-24 9:49 UTC (2+ messages)
[PATCH v2] wifi: wilc1000: Rework bus locking
2024-10-24 9:44 UTC (2+ messages)
[PATCH 0/2] Add noinline_for_tracing and apply it to tcp_drop_reason
2024-10-24 9:37 UTC (3+ messages)
` [PATCH 1/2] compiler_types: Add noinline_for_tracing annotation
` [PATCH 2/2] net: tcp: Add noinline_for_tracing annotation for tcp_drop_reason()
[PATCH net] selftests: netfilter: nft_flowtable.sh: make first pass deterministic
2024-10-24 9:37 UTC (2+ messages)
[PATCH bpf-next v4 0/9] net: ip: add drop reasons to input route
2024-10-24 9:33 UTC (10+ messages)
` [PATCH bpf-next v4 1/9] net: ip: make fib_validate_source() support drop reasons
` [PATCH bpf-next v4 2/9] net: ip: make ip_route_input_mc() return drop reason
` [PATCH bpf-next v4 3/9] net: ip: make ip_mc_validate_source() "
` [PATCH bpf-next v4 4/9] net: ip: make ip_route_input_slow() return drop reasons
` [PATCH bpf-next v4 5/9] net: ip: make ip_route_input_rcu() "
` [PATCH bpf-next v4 6/9] net: ip: make ip_route_input_noref() "
` [PATCH bpf-next v4 7/9] net: ip: make ip_route_input() "
` [PATCH bpf-next v4 8/9] net: ip: make ip_mkroute_input/__mkroute_input "
` [PATCH bpf-next v4 9/9] net: ip: make ip_route_use_hint() "
[PATCH 1/5] xfrm: extract dst lookup parameters into a struct
2024-10-24 9:20 UTC (2+ messages)
[PATCH net-next] net: phylink: simplify phylink_parse_fixedlink()
2024-10-24 9:14 UTC (2+ messages)
[PATCH net-next 0/2] eth: fbnic: Add devlink dev flash support
2024-10-24 9:10 UTC (3+ messages)
` [PATCH net-next v2 2/2] "
[PATCH v3 -next 00/15] sysctl: move sysctls from vm_table into its own files
2024-10-24 8:59 UTC (4+ messages)
[net-next v3] net: ftgmac100: refactor getting phy device handle
2024-10-24 8:57 UTC (2+ messages)
[PATCH net 0/3] Intel Wired LAN Driver Fixes 2024-10-21 (igb, ice)
2024-10-24 8:48 UTC (7+ messages)
` [PATCH net 1/3] igb: Disable threaded IRQ for igb_msix_other
` [PATCH net 2/3] ice: block SF port creation in legacy mode
` [PATCH net 3/3] ice: fix crash on probe for DPLL enabled E810 LOM
[PATCH v3] [net-next] igb: Fix 2 typos in comments in igb_main.c
2024-10-24 8:41 UTC (2+ messages)
[PATCH net-next v4 0/6] net: stmmac: Refactor FPE as a separate module
2024-10-24 8:31 UTC (4+ messages)
` [PATCH net-next v4 4/6] net: stmmac: xgmac: Rename XGMAC_RQ to XGMAC_FPRQ
` [PATCH net-next v4 5/6] net: stmmac: xgmac: Complete FPE support
` [PATCH net-next v4 6/6] net: stmmac: xgmac: Enable FPE for tc-mqprio/tc-taprio
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).