netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-07 17:22:24 to 2023-12-08 00:17:24 UTC [more...]

[PATCH net v3 0/4] bnxt_en: Misc. fixes
 2023-12-08  0:16 UTC  (2+ messages)
` [PATCH net v3 1/4] bnxt_en: Clear resource reservation during resume

[PATCH net-next] net/ipv6: insert the fib6 gc_link of a fib6_info only if in fib6
 2023-12-07 23:33 UTC  (5+ messages)

[PATCH v4 iwl-next] i40e: Use correct buffer size in i40e_dbg_command_read
 2023-12-07 23:25 UTC  (3+ messages)

[PATCH net-next v3] net: stmmac: don't create a MDIO bus if unnecessary
 2023-12-07 23:07 UTC  (3+ messages)

[PATCH net-next] ipv6: add debug checks in fib6_info_release()
 2023-12-07 23:02 UTC  (18+ messages)

[PATCH net-next v2] net: stmmac: don't create a MDIO bus if unnecessary
 2023-12-07 23:00 UTC  (3+ messages)

[PATCH v2] net: mdio-gpio: replace deprecated strncpy with strscpy
 2023-12-07 22:57 UTC  (2+ messages)

[PATCH iwl-next v4 00/12] Add E800 live migration driver
 2023-12-07 22:43 UTC  (3+ messages)
` [PATCH iwl-next v4 12/12] vfio/ice: Implement vfio_pci driver for E800 devices

Rx issues with Linux Bridge and thunderbolt-net
 2023-12-07 22:37 UTC  (2+ messages)

[PATCH v2 2/2] x86/cfi,bpf: Fix BPF JIT call
 2023-12-07 22:32 UTC  (11+ messages)

[net-next 2/2] net: dsa: realtek: load switch variants on demand
 2023-12-07 22:31 UTC  (15+ messages)

[PATCH net v2 0/4] bnxt_en: Misc. fixes
 2023-12-07 22:31 UTC  (12+ messages)
` [PATCH net v2 1/4] bnxt_en: Clear resource reservation during resume
` [PATCH net v2 2/4] bnxt_en: Fix skb recycling logic in bnxt_deliver_skb()
` [PATCH net v2 3/4] bnxt_en: Fix wrong return value check in bnxt_close_nic()

[PATCH RFC bpf-next 0/3] BPF FS mount options parsing follow ups
 2023-12-07 22:27 UTC  (4+ messages)
` [PATCH RFC bpf-next 1/3] bpf: add mapper macro for bpf_cmd enum
` [PATCH RFC bpf-next 2/3] bpf: extend parsing logic for BPF FS delegate_cmds mount option
` [PATCH RFC bpf-next 3/3] selftests/bpf: utilize string values for delegate_xxx mount options

[PATCH v3 00/59] netfs, afs, 9p, cifs: Delegate high-level I/O to netfslib
 2023-12-07 21:57 UTC  (63+ messages)
` [PATCH v3 01/59] netfs, fscache: Move fs/fscache/* into fs/netfs/
` [PATCH v3 02/59] netfs, fscache: Combine fscache with netfs
` [PATCH v3 03/59] netfs, fscache: Remove ->begin_cache_operation
` [PATCH v3 04/59] netfs, fscache: Move /proc/fs/fscache to /proc/fs/netfs and put in a symlink
` [PATCH v3 05/59] netfs: Move pinning-for-writeback from fscache to netfs
` [PATCH v3 06/59] netfs: Add a procfile to list in-progress requests
` [PATCH v3 07/59] netfs: Allow the netfs to make the io (sub)request alloc larger
` [PATCH v3 08/59] netfs: Add a ->free_subrequest() op
` [PATCH v3 09/59] afs: Don't use folio->private to record partial modification
` [PATCH v3 10/59] netfs: Provide invalidate_folio and release_folio calls
` [PATCH v3 11/59] netfs: Implement unbuffered/DIO vs buffered I/O locking
` [PATCH v3 12/59] netfs: Add iov_iters to (sub)requests to describe various buffers
` [PATCH v3 13/59] netfs: Add support for DIO buffering
` [PATCH v3 14/59] netfs: Provide tools to create a buffer in an xarray
` [PATCH v3 15/59] netfs: Add bounce buffering support
` [PATCH v3 16/59] netfs: Add func to calculate pagecount/size-limited span of an iterator
` [PATCH v3 17/59] netfs: Limit subrequest by size or number of segments
` [PATCH v3 18/59] netfs: Export netfs_put_subrequest() and some tracepoints
` [PATCH v3 19/59] netfs: Extend the netfs_io_*request structs to handle writes
` [PATCH v3 20/59] netfs: Add a hook to allow tell the netfs to update its i_size
` [PATCH v3 21/59] netfs: Make netfs_put_request() handle a NULL pointer
` [PATCH v3 22/59] netfs: Make the refcounting of netfs_begin_read() easier to use
` [PATCH v3 23/59] netfs: Prep to use folio->private for write grouping and streaming write
` [PATCH v3 24/59] netfs: Dispatch write requests to process a writeback slice
` [PATCH v3 25/59] netfs: Provide func to copy data to pagecache for buffered write
` [PATCH v3 26/59] netfs: Make netfs_read_folio() handle streaming-write pages
` [PATCH v3 27/59] netfs: Allocate multipage folios in the writepath
` [PATCH v3 28/59] netfs: Implement support for unbuffered/DIO read
` [PATCH v3 29/59] netfs: Implement unbuffered/DIO write support
` [PATCH v3 30/59] netfs: Implement buffered write API
` [PATCH v3 31/59] netfs: Allow buffered shared-writeable mmap through netfs_page_mkwrite()
` [PATCH v3 32/59] netfs: Provide netfs_file_read_iter()
` [PATCH v3 33/59] netfs, cachefiles: Pass upper bound length to allow expansion
` [PATCH v3 34/59] netfs: Provide a writepages implementation
` [PATCH v3 35/59] netfs: Provide minimum blocksize parameter
` [PATCH v3 36/59] netfs: Make netfs_skip_folio_read() take account of blocksize
` [PATCH v3 37/59] netfs: Perform content encryption
` [PATCH v3 38/59] netfs: Decrypt encrypted content
` [PATCH v3 39/59] netfs: Support decryption on ubuffered/DIO read
` [PATCH v3 40/59] netfs: Support encryption on Unbuffered/DIO write
` [PATCH v3 41/59] netfs: Provide a launder_folio implementation
` [PATCH v3 42/59] netfs: Implement a write-through caching option
` [PATCH v3 43/59] netfs: Rearrange netfs_io_subrequest to put request pointer first
` [PATCH v3 44/59] netfs: Optimise away reads above the point at which there can be no data
` [PATCH v3 45/59] afs: Use the netfs write helpers
` [PATCH v3 46/59] 9p: Use netfslib read/write_iter
` [PATCH v3 47/59] cifs: Replace cifs_readdata with a wrapper around netfs_io_subrequest
` [PATCH v3 48/59] cifs: Share server EOF pos with netfslib
` [PATCH v3 49/59] cifs: Set zero_point in the copy_file_range() and remap_file_range()
` [PATCH v3 50/59] cifs: Replace cifs_writedata with a wrapper around netfs_io_subrequest
` [PATCH v3 51/59] cifs: Use more fields from netfs_io_subrequest
` [PATCH v3 52/59] cifs: Make wait_mtu_credits take size_t args
` [PATCH v3 53/59] cifs: Implement netfslib hooks
` [PATCH v3 54/59] cifs: Move cifs_loose_read_iter() and cifs_file_write_iter() to file.c
` [PATCH v3 55/59] cifs: Cut over to using netfslib
` [PATCH v3 56/59] cifs: Remove some code that's no longer used, part 1
` [PATCH v3 57/59] cifs: Remove some code that's no longer used, part 2
` [PATCH v3 58/59] cifs: Remove some code that's no longer used, part 3
` [PATCH v3 59/59] netfs: Eliminate PG_fscache by setting folio->private and marking dirty

[PATCH v2] net: mdio_bus: replace deprecated strncpy with strscpy
 2023-12-07 21:57 UTC 

linux-next: Signed-off-by missing for commit in the bpf-next tree
 2023-12-07 21:57 UTC  (2+ messages)

[PATCH v2] net: ena: replace deprecated strncpy with strscpy
 2023-12-07 21:48 UTC  (2+ messages)

[PATCH v2] qlcnic: replace deprecated strncpy with strscpy
 2023-12-07 21:42 UTC 

[PATCH bpf-next v4 00/10] Add bpf_xdp_get_xfrm_state() kfunc
 2023-12-07 21:21 UTC  (6+ messages)
` [PATCH bpf-next v4 01/10] xfrm: bpf: Move xfrm_interface_bpf.c to xfrm_bpf.c
    ` [devel-ipsec] "
` [PATCH bpf-next v4 02/10] bpf: xfrm: Add bpf_xdp_get_xfrm_state() kfunc

[PATCH net-next v3 0/5] net/sched: conditional notification of events for cls and act
 2023-12-07 21:00 UTC  (11+ messages)
` [PATCH net-next v3 1/5] rtnl: add helper to check if rtnl group has listeners
` [PATCH net-next v3 2/5] rtnl: add helper to check if a notification is needed
` [PATCH net-next v3 3/5] rtnl: add helper to send if skb is not null
` [PATCH net-next v3 4/5] net/sched: act_api: conditional notification of events
` [PATCH net-next v3 5/5] net/sched: cls_api: "

[PATCH wpan-next 0/5] ieee802154: Association tweaks
 2023-12-07 20:49 UTC  (11+ messages)
` [PATCH wpan-next 1/5] mac80254: Provide real PAN coordinator info in beacons
` [PATCH wpan-next 2/5] mac802154: Use the PAN coordinator parameter when stamping packets
` [PATCH wpan-next 3/5] mac802154: Only allow PAN controllers to process association requests
` [PATCH wpan-next 4/5] ieee802154: Avoid confusing changes after associating
` [PATCH wpan-next 5/5] mac802154: Avoid new associations while disassociating

[PATCH iwl-net v3] i40e: Restore VF MSI-X state during PCI reset
 2023-12-07 20:33 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH v5] net: usb: ax88179_178a: avoid failed operations when device is disconnected
 2023-12-07 20:32 UTC  (4+ messages)
` [PATCH v6] "

[PATCH wpan-next v5 01/11] ieee802154: Let PAN IDs be reset
 2023-12-07 20:27 UTC  (2+ messages)

[PATCH net-next] ipv6: do not check fib6_has_expires() in fib6_info_release()
 2023-12-07 20:27 UTC  (3+ messages)

[PATCH bpf-next] ipv6: fix warning messages in fib6_info_release()
 2023-12-07 20:24 UTC  (3+ messages)

[PATCH net] MAINTAINERS: remove myself as maintainer of SMC
 2023-12-07 20:23 UTC 

[PATCH net v2] calipso: Fix memory leak in netlbl_calipso_add_pass()
 2023-12-07 20:07 UTC  (5+ messages)

[PATCH net-next 00/15] MT7530 DSA subdriver improvements
 2023-12-07 20:01 UTC  (17+ messages)
` [PATCH net-next 01/15] net: dsa: mt7530: always trap frames to active CPU port on MT7530
` [PATCH net-next 05/15] net: dsa: mt7530: improve code path for setting up port 5
` [PATCH net-next 06/15] net: dsa: mt7530: do not set priv->p5_interface on mt7530_setup_port5()
` [PATCH net-next 07/15] net: dsa: mt7530: do not run mt7530_setup_port5() if port 5 is disabled

[PATCH v2] net: dsa: lan9303: use ethtool_sprintf() for lan9303_get_strings()
 2023-12-07 19:51 UTC  (5+ messages)

[PATCH for-next v6 0/7] RDMA/rxe: Make multicast work
 2023-12-07 19:29 UTC  (8+ messages)
` [PATCH for-next v6 1/7] RDMA/rxe: Cleanup rxe_ah/av_chk_attr
` [PATCH for-next v6 2/7] RDMA/rxe: Fix sending of mcast packets
` [PATCH for-next v6 3/7] RDMA/rxe: Register IP mcast address
` [PATCH for-next v6 4/7] RDMA/rxe: Let rxe_lookup_mcg use rcu_read_lock
` [PATCH for-next v6 5/7] RDMA/rxe: Split multicast lock
` [PATCH for-next v6 6/7] RDMA/rxe: Cleanup mcg lifetime
` [PATCH for-next v6 7/7] RDMA/rxe: Add module parameters for mcast limits

[GIT PULL] Networking for v6.7-rc5
 2023-12-07 19:28 UTC 

[PATCH net-next v3 5/8] net: qualcomm: ipqess: add bridge offloading features to the IPQESS driver
 2023-12-07 19:06 UTC  (2+ messages)

[PATCH for-next v5 3/7] RDMA/rxe: Register IP mcast address
 2023-12-07 19:07 UTC  (4+ messages)

[pull request][net V3 00/15] mlx5 fixes 2023-12-05
 2023-12-07 19:03 UTC  (5+ messages)

[PATCH bpf-next 0/8] BPF token support in libbpf's BPF object
 2023-12-07 18:54 UTC  (9+ messages)
` [PATCH bpf-next 1/8] bpf: fail BPF_TOKEN_CREATE if no delegation option was set on BPF FS
` [PATCH bpf-next 2/8] libbpf: split feature detectors definitions from cached results
` [PATCH bpf-next 3/8] libbpf: further decouple feature checking logic from bpf_object
` [PATCH bpf-next 4/8] libbpf: move feature detection code into its own file
` [PATCH bpf-next 5/8] libbpf: wire up token_fd into feature probing logic
` [PATCH bpf-next 6/8] libbpf: wire up BPF token support at BPF object level
` [PATCH bpf-next 7/8] selftests/bpf: add BPF object loading tests with explicit token passing
` [PATCH bpf-next 8/8] selftests/bpf: add tests for BPF object load with implicit token

[PATCH] net: phy: Only resume phy if it is suspended
 2023-12-07 18:50 UTC  (6+ messages)

[PATCH net-next] i40e: remove fake support of rx-frames-irq
 2023-12-07 18:36 UTC 

[PATCH net] vsock/virtio: fix "comparison of distinct pointer types lacks a cast" warning
 2023-12-07 18:20 UTC  (2+ messages)

[PATCH net] net/smc: fix missing byte order conversion in CLC handshake
 2023-12-07 18:20 UTC  (2+ messages)

[PATCH iwl-next] ice: alter feature support check for SRIOV and LAG
 2023-12-07 18:21 UTC 

[syzbot] [net?] WARNING in ip6_route_info_create
 2023-12-07 18:19 UTC  (2+ messages)

[PATCH net] tcp: fix tcp_disordered_ack() vs usec TS resolution
 2023-12-07 18:13 UTC 

[PATCH net] net: wangxun: fix changing mac failed when running
 2023-12-07 18:10 UTC  (3+ messages)

[PATCH v2 net] net: dsa: microchip: provide a list of valid protocols for xmit handler
 2023-12-07 18:10 UTC  (2+ messages)

Is xt_owner's owner_mt() racy with sock_orphan()? [worse with new TYPESAFE_BY_RCU file lifetime?]
 2023-12-07 18:09 UTC  (7+ messages)

[PATCH net 1/6] netfilter: bpf: fix bad registration on nf_defrag
 2023-12-07 18:00 UTC  (2+ messages)

[PATCH net 0/2] Generic netlink multicast fixes
 2023-12-07 18:00 UTC  (2+ messages)

[PATCH net 0/2] fixes for ktls
 2023-12-07 18:00 UTC  (2+ messages)

[PATCH] ethernet: atheros: fix a memleak in atl1e_setup_ring_resources
 2023-12-07 17:54 UTC  (4+ messages)
` [EXT] "

pull-request: bpf 2023-12-06
 2023-12-07 17:50 UTC  (2+ messages)

[PATCH net v3] net: ethtool: do runtime PM outside RTNL
 2023-12-07 17:40 UTC  (5+ messages)

[PATCH net-next v9 0/4] Rust abstractions for network PHY drivers
 2023-12-07 17:25 UTC  (3+ messages)
` [PATCH net-next v9 1/4] rust: core "

[PATCH v3 1/4] dt-bindings: clock: mediatek: add MT7988 clock IDs
 2023-12-07 17:23 UTC  (7+ messages)
` [PATCH v3 2/4] dt-bindings: clock: mediatek: add clock controllers of MT7988

[PATCH net-next v6 00/12] net: intel: start The Great Code Dedup + Page Pool for iavf
 2023-12-07 17:20 UTC  (9+ messages)
` [PATCH net-next v6 05/12] iavf: drop page splitting and recycling
` [PATCH net-next v6 06/12] page_pool: constify some read-only function arguments
` [PATCH net-next v6 07/12] page_pool: add DMA-sync-for-CPU inline helper
` [PATCH net-next v6 08/12] libie: add Rx buffer management (via Page Pool)
` [PATCH net-next v6 09/12] iavf: pack iavf_ring more efficiently
` [PATCH net-next v6 10/12] iavf: switch to Page Pool
` [PATCH net-next v6 11/12] libie: add common queue stats
` [PATCH net-next v6 12/12] iavf: switch queue stats to libie


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).