netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-16 14:02:16 to 2023-10-16 20:36:03 UTC [more...]

[PATCH 00/11] splice(file<>pipe) I/O on file as-if O_NONBLOCK
 2023-10-16 20:35 UTC  (6+ messages)
` [PATCH 02/11] af_unix: unix_stream_splice_read: always request MSG_DONTWAIT
` [PATCH 06/11] net/smc: smc_splice_read: "
` [PATCH 07/11] kcm: kcm_splice_read: "
` [PATCH 08/11] tls/sw: tls_sw_splice_read: always request non-blocking I/O
` [PATCH 09/11] net/tcp: tcp_splice_read: always do non-blocking reads

[net-next PATCH] net: skb_find_text: Ignore patterns extending past 'to'
 2023-10-16 20:32 UTC  (2+ messages)

[PATCH net 0/5] net: fix bugs in device netns-move and rename
 2023-10-16 20:21 UTC  (7+ messages)
` [PATCH net 1/5] net: fix ifname in netlink ntf during netns move
` [PATCH net 2/5] net: check for altname conflicts when changing netdev's netns
` [PATCH net 3/5] net: avoid UAF on deleted altname
` [PATCH net 4/5] net: move altnames together with the netdevice
` [PATCH net 5/5] selftests: net: add very basic test for netdev names and namespaces

[PATCH net-next v4 0/6] Support symmetric RSS (Toeplitz) hash
 2023-10-16 20:17 UTC  (8+ messages)
` [PATCH net-next v4 1/6] net: ethtool: allow symmetric-xor RSS hash for any flow type
` [PATCH net-next v4 2/6] ice: fix ICE_AQ_VSI_Q_OPT_RSS_* register values
` [PATCH net-next v4 3/6] ice: refactor RSS configuration
` [PATCH net-next v4 4/6] ice: refactor the FD and RSS flow ID generation
` [PATCH net-next v4 5/6] ice: enable symmetric RSS Toeplitz hash for any flow type
` [PATCH net-next v4 6/6] iavf: enable symmetric RSS Toeplitz hash

[PATCH v7 net-next 00/18] Introducing P4TC
 2023-10-16 20:15 UTC  (2+ messages)

[PATCH net-next v2 1/2] net, sched: Make tc-related drop reason more flexible
 2023-10-16 20:10 UTC  (2+ messages)

[PATCH v2] hamradio: replace deprecated strncpy with strscpy_pad
 2023-10-16 19:58 UTC  (3+ messages)

Suggest use -e or --enhanced with iperf 2
 2023-10-16 19:56 UTC  (2+ messages)

[PATCH net-next v2 0/2] rswitch: Add PM ops
 2023-10-16 19:56 UTC  (3+ messages)
` [PATCH net-next v2 1/2] rswitch: Use unsigned int for array index

[PATCH net] tun: prevent negative ifindex
 2023-10-16 19:42 UTC  (3+ messages)

[PATCH] net: mdio: replace deprecated strncpy with strscpy
 2023-10-16 19:40 UTC  (2+ messages)

Ethernet issue on imx6
 2023-10-16 19:37 UTC  (11+ messages)

[PATCH net-next 0/3] ynl Makefile cleanup
 2023-10-16 19:31 UTC  (8+ messages)
` [PATCH net-next 1/3] ynl: netdev: drop unnecessary enum-as-flags

[PATCH] net: txgbe: clean up PBA string
 2023-10-16 19:19 UTC  (2+ messages)

[PATCH bpf 0/2] sockmap fix for KASAN_VMALLOC and af_unix
 2023-10-16 19:08 UTC  (3+ messages)
` [PATCH bpf 1/2] bpf: sockmap, af_unix sockets need to hold ref for pair sock
` [PATCH bpf 2/2] bpf: sockmap, add af_unix test with both sockets in map

[PATCH net-next v3 0/2] Switch DSA to inclusive terminology
 2023-10-16 19:05 UTC  (5+ messages)
` [PATCH net-next v3 1/2] net: dsa: Use conduit and user terms

[BUG] rtnl_newlink: Rogue MOVE event delivered on netns change
 2023-10-16 19:03 UTC  (7+ messages)

[PATCH net] net: usb: smsc95xx: Fix an error code in smsc95xx_reset()
 2023-10-16 18:57 UTC  (2+ messages)

[PATCH v7 00/11] io_uring: Initial support for {s,g}etsockopt commands
 2023-10-16 18:56 UTC  (8+ messages)
` [PATCH v7 06/11] tools headers: Grab copy of io_uring.h
` [PATCH v7 09/11] io_uring/cmd: Introduce SOCKET_URING_OP_GETSOCKOPT
` [PATCH v7 10/11] io_uring/cmd: Introduce SOCKET_URING_OP_SETSOCKOPT
` [PATCH v7 11/11] selftests/bpf/sockopt: Add io_uring support

[PATCH net] net: phy: bcm7xxx: Add missing 16nm EPHY statistics
 2023-10-16 18:51 UTC  (2+ messages)

[net] ipv4: Fix broken PMTUD when using L4 multipath hash
 2023-10-16 18:51 UTC  (3+ messages)

iperf performance regression since Linux 5.18
 2023-10-16 18:47 UTC  (13+ messages)

[PATCH bpf-next v2] Only run BPF cgroup unix sockaddr recvmsg() hooks on named sockets
 2023-10-16 18:47 UTC  (4+ messages)

[PATCH net-next v4 0/2] Switch DSA to inclusive terminology
 2023-10-16 18:43 UTC  (4+ messages)
` [PATCH net-next v4 1/2] net: dsa: Use conduit and user terms
` [PATCH net-next v4 2/2] net: dsa: Rename IFLA_DSA_MASTER to IFLA_DSA_CONDUIT

[PATCH v1 bpf-next 00/11] bpf: tcp: Add SYN Cookie generation/validation SOCK_OPS hooks
 2023-10-16 18:41 UTC  (4+ messages)

[PATCH net v2] net: ti: icssg-prueth: Fix r30 CMDs bitmasks
 2023-10-16 18:39 UTC  (4+ messages)

[PATCH v2 net-next] ipv6: avoid atomic fragment on GSO packets
 2023-10-16 18:27 UTC  (2+ messages)

[PATCH] qlcnic: replace deprecated strncpy with strscpy
 2023-10-16 18:14 UTC  (3+ messages)

[PATCH v8 bpf-next 00/18] BPF token and BPF FS-based delegation
 2023-10-16 18:02 UTC  (19+ messages)
` [PATCH v8 bpf-next 01/18] bpf: align CAP_NET_ADMIN checks with bpf_capable() approach
` [PATCH v8 bpf-next 02/18] bpf: add BPF token delegation mount options to BPF FS
` [PATCH v8 bpf-next 03/18] bpf: introduce BPF token object
` [PATCH v8 bpf-next 04/18] bpf: add BPF token support to BPF_MAP_CREATE command
` [PATCH v8 bpf-next 05/18] bpf: add BPF token support to BPF_BTF_LOAD command
` [PATCH v8 bpf-next 06/18] bpf: add BPF token support to BPF_PROG_LOAD command
` [PATCH v8 bpf-next 07/18] bpf: take into account BPF token when fetching helper protos
` [PATCH v8 bpf-next 08/18] bpf: consistenly use BPF token throughout BPF verifier logic
` [PATCH v8 bpf-next 09/18] bpf,lsm: refactor bpf_prog_alloc/bpf_prog_free LSM hooks
` [PATCH v8 bpf-next 10/18] bpf,lsm: refactor bpf_map_alloc/bpf_map_free "
` [PATCH v8 bpf-next 11/18] bpf,lsm: add BPF token "
` [PATCH v8 bpf-next 12/18] libbpf: add bpf_token_create() API
` [PATCH v8 bpf-next 13/18] selftests/bpf: fix test_maps' use of bpf_map_create_opts
` [PATCH v8 bpf-next 14/18] libbpf: add BPF token support to bpf_map_create() API
` [PATCH v8 bpf-next 15/18] libbpf: add BPF token support to bpf_btf_load() API
` [PATCH v8 bpf-next 16/18] libbpf: add BPF token support to bpf_prog_load() API
` [PATCH v8 bpf-next 17/18] selftests/bpf: add BPF token-enabled tests
` [PATCH v8 bpf-next 18/18] bpf,selinux: allocate bpf_security_struct per BPF token

[PATCH net-next] selftests: tc-testing: add dummy and veth to minimum config
 2023-10-16 18:02 UTC 

[PATCH v2 00/13] ip_tunnel: convert __be16 tunnel flags to bitmaps
 2023-10-16 17:54 UTC  (16+ messages)
` [PATCH v2 01/13] bitops: add missing prototype check
` [PATCH v2 02/13] bitops: make BYTES_TO_BITS() treewide-available
` [PATCH v2 03/13] bitops: let the compiler optimize {__,}assign_bit()
` [PATCH v2 04/13] linkmode: convert linkmode_{test,set,clear,mod}_bit() to macros
` [PATCH v2 05/13] s390/cio: rename bitmap_size() -> idset_bitmap_size()
` [PATCH v2 06/13] fs/ntfs3: add prefix to bitmap_size() and use BITS_TO_U64()
` [PATCH v2 07/13] btrfs: rename bitmap_set_bits() -> btrfs_bitmap_set_bits()
` [PATCH v2 08/13] bitmap: introduce generic optimized bitmap_size()
` [PATCH v2 09/13] bitmap: make bitmap_{get,set}_value8() use bitmap_{read,write}()
` [PATCH v2 10/13] ip_tunnel: use a separate struct to store tunnel params in the kernel
` [PATCH v2 11/13] ip_tunnel: convert __be16 tunnel flags to bitmaps
` [PATCH v2 12/13] lib/bitmap: add compile-time test for __assign_bit() optimization
` [PATCH v2 13/13] lib/bitmap: add tests for IP tunnel flags conversion helpers

[PATCH v3 0/3] mlxbf_gige: Fix several bugs
 2023-10-16 17:45 UTC  (5+ messages)
` [PATCH v3 2/3] mlxbf_gige: Fix intermittent no ip issue

[PATCH net-next v2] eth: bnxt: fix backward compatibility with older devices
 2023-10-16 17:38 UTC  (2+ messages)

fix the non-coherent coldfire dma_alloc_coherent v2
 2023-10-16 17:16 UTC  (13+ messages)
` [PATCH 01/12] riscv: RISCV_NONSTANDARD_CACHE_OPS shouldn't depend on RISCV_DMA_NONCOHERENT
` [PATCH 02/12] riscv: only select DMA_DIRECT_REMAP from RISCV_ISA_ZICBOM
` [PATCH 03/12] soc: renesas: ARCH_R9A07G043 depends on !RISCV_ISA_ZICBOM
` [PATCH 04/12] soc: renesas: select RISCV_DMA_NONCOHERENT from ARCH_R9A07G043
` [PATCH 05/12] dma-direct: add depdenencies to CONFIG_DMA_GLOBAL_POOL

[PATCH] hamradio: replace deprecated strncpy with strscpy
 2023-10-16 17:03 UTC  (5+ messages)

[PATCH net-next v5 00/16] net: Make timestamping selectable
 2023-10-16 17:03 UTC  (12+ messages)
` [PATCH net-next v5 08/16] net: ethtool: Add a command to expose current time stamping layer

[PATCH iwl-next v3 00/13] Add E800 live migration driver
 2023-10-16 16:51 UTC  (2+ messages)

[PATCH net-next,v3] tcp: Set pingpong threshold via sysctl
 2023-10-16 16:49 UTC  (3+ messages)

[PATCH iwl-next 0/4] iavf: cleanups, dead code removal
 2023-10-16 16:48 UTC  (5+ messages)
` [PATCH iwl-next 1/4] iavf: rely on netdev's own registered state
` [PATCH iwl-next 2/4] iavf: use unregister_netdev
` [PATCH iwl-next 3/4] iavf: add a common function for undoing the interrupt scheme
` [PATCH iwl-next 4/4] iavf: delete the iavf client interface

[PATCH v3 0/5] r8152: Avoid writing garbage to the adapter's registers
 2023-10-16 16:46 UTC  (4+ messages)
` [PATCH v3 5/5] r8152: Block future register access if register access fails

[PATCH 2/2] ath10k: mac: enable WIPHY_FLAG_CHANNEL_CHANGE_ON_BEACON on ath10k
 2023-10-16 16:41 UTC  (4+ messages)

[RFC PATCH 00/53] netfs, afs, cifs: Delegate high-level I/O to netfslib
 2023-10-16 16:31 UTC  (8+ messages)
` [RFC PATCH 01/53] netfs: Add a procfile to list in-progress requests
` [RFC PATCH 02/53] netfs: Track the fpos above which the server has no data
` [RFC PATCH 03/53] netfs: Note nonblockingness in the netfs_io_request struct

[PATCH net-next 0/4] net: remove last of the phylink validate methods and clean up
 2023-10-16 16:23 UTC  (6+ messages)
` [PATCH net-next 1/4] net: phylink: provide mac_get_caps() method
` [PATCH net-next 2/4] net: fman: convert to .mac_get_caps()
` [PATCH net-next 3/4] net: phylink: remove .validate() method
` [PATCH net-next 4/4] net: phylink: remove a bunch of unused validation methods

[PATCH iproute2] bridge: fdb: add an error print for unknown command
 2023-10-16 16:19 UTC  (4+ messages)

[RFC PATCH 00/53] netfs, afs, cifs: Delegate high-level I/O to netfslib
 2023-10-16 16:19 UTC  (11+ messages)
` [RFC PATCH 07/53] netfs: Provide invalidate_folio and release_folio calls
` [RFC PATCH 08/53] netfs: Add rsize to netfs_io_request
` [RFC PATCH 09/53] netfs: Implement unbuffered/DIO vs buffered I/O locking
` [RFC PATCH 11/53] netfs: Add support for DIO buffering

[PATCH v2 iproute2-next 0/2] rdma: Support dumping SRQ resource in raw format
 2023-10-16 16:20 UTC  (2+ messages)

[PATCH iproute] ip: fix memory leak in 'ip maddr show'
 2023-10-16 16:20 UTC  (2+ messages)

[PATCH net] qed: fix LL2 RX buffer allocation
 2023-10-16 16:17 UTC  (2+ messages)

[PATCH v1 bpf-next 00/11] bpf: tcp: Add SYN Cookie generation/validation SOCK_OPS hooks
 2023-10-16 16:11 UTC  (2+ messages)

[PATCH RFC net-next v2 1/1] net: sched: Disambiguate verdict from return code
 2023-10-16 16:04 UTC  (4+ messages)

[PATCH net-next v2 1/3] sock: Code cleanup on __sk_mem_raise_allocated()
 2023-10-16 15:52 UTC  (5+ messages)
` [PATCH net-next v2 2/3] sock: Doc behaviors for pressure heurisitics
` [PATCH net-next v2 3/3] sock: Fix improper heuristic on raising memory

[RFC PATCH] tracing: change syscall number type in struct syscall_trace_*
 2023-10-16 15:53 UTC  (8+ messages)
` [RFC PATCH bpf-next] bpf: change syscall_nr type to int in struct syscall_tp_t

[RFC PATCH] tcp/dcpp: Un-pin tw_timer
 2023-10-16 15:40 UTC  (2+ messages)

[PATCH net-next v4 0/9] net: dsa: microchip: provide Wake on LAN support
 2023-10-16 15:39 UTC  (20+ messages)
` [PATCH net-next v4 1/9] net: dsa: microchip: Add missing MAC address register offset for ksz8863
` [PATCH net-next v4 2/9] dt-bindings: net: dsa: microchip: add wakeup-source property
` [PATCH net-next v4 3/9] net: dsa: microchip: use wakeup-source DT property to enable PME output
` [PATCH net-next v4 4/9] net: dsa: microchip: ksz9477: add Wake on LAN support
` [PATCH net-next v4 5/9] net: dsa: microchip: ksz9477: Add Wake on Magic Packet support
` [PATCH net-next v4 6/9] net: dsa: microchip: Refactor comment for ksz_switch_macaddr_get() function
` [PATCH net-next v4 7/9] net: dsa: microchip: Add error handling for ksz_switch_macaddr_get()
` [PATCH net-next v4 8/9] net: dsa: microchip: Refactor switch shutdown routine for WoL preparation
` [PATCH net-next v4 9/9] net: dsa: microchip: do not reset the switch on shutdown if WoL is active

[PATCH net-next v3 0/6] Support symmetric RSS (Toeplitz) hash
 2023-10-16 15:27 UTC  (7+ messages)
` [PATCH net-next v3 1/6] net: ethtool: allow symmetric-xor RSS hash for any flow type
            ` [Intel-wired-lan] "

[PATCH net-next 0/5] i40e: Add basic devlink support
 2023-10-16 14:56 UTC  (3+ messages)
` [PATCH net-next 3/5] i40e: Add handler for devlink .info_get

[PATCH net-next 0/2] net: Use SMP threads for backlog NAPI (or optional)
 2023-10-16 14:53 UTC  (7+ messages)

pull-request: wireless-next-2023-10-16
 2023-10-16 14:38 UTC 

[PATCH v2 03/13] PCI/ASPM: Disable ASPM when driver requests it
 2023-10-16 14:27 UTC  (2+ messages)

[PATCH] staging: qlge: Add bool type to qlge_idc_wait()
 2023-10-16 14:19 UTC  (5+ messages)

[PATCH] Remove extra unlock for the mutex
 2023-10-16 14:08 UTC  (2+ messages)

[PATCH net] net: pktgen: Fix interface flags printing
 2023-10-16 14:08 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).