netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-13 10:59:45 to 2023-09-14 00:46:23 UTC [more...]

[RFC PATCH net-next 0/6] Add support for OPEN Alliance 10BASE-T1x MACPHY Serial Interface
 2023-09-14  0:46 UTC  (10+ messages)
` [RFC PATCH net-next 2/6] net: ethernet: add mac-phy interrupt support with reset complete handling
` [RFC PATCH net-next 3/6] net: ethernet: implement OA TC6 configuration function

[PATCH net-next v7 00/15][pull request] Introduce Intel IDPF driver
 2023-09-13 22:27 UTC  (16+ messages)
` [PATCH net-next v7 01/15] virtchnl: add virtchnl version 2 ops
` [PATCH net-next v7 02/15] idpf: add module register and probe functionality
` [PATCH net-next v7 03/15] idpf: add controlq init and reset checks
` [PATCH net-next v7 04/15] idpf: add core init and interrupt request
` [PATCH net-next v7 05/15] idpf: add create vport and netdev configuration
` [PATCH net-next v7 06/15] idpf: add ptypes and MAC filter support
` [PATCH net-next v7 07/15] idpf: configure resources for TX queues
` [PATCH net-next v7 08/15] idpf: configure resources for RX queues
` [PATCH net-next v7 09/15] idpf: initialize interrupts and enable vport
` [PATCH net-next v7 10/15] idpf: add splitq start_xmit
` [PATCH net-next v7 11/15] idpf: add TX splitq napi poll support
` [PATCH net-next v7 12/15] idpf: add RX "
` [PATCH net-next v7 13/15] idpf: add singleq start_xmit and napi poll
` [PATCH net-next v7 14/15] idpf: add ethtool callbacks
` [PATCH net-next v7 15/15] idpf: add SRIOV support and other ndo_ops

linux-next: boot warning from the bpf-next tree
 2023-09-13 22:19 UTC  (4+ messages)

[PATCH net 0/9] Netfilter fixes for net
 2023-09-13 21:58 UTC  (10+ messages)
` [PATCH net 1/9] netfilter: nf_tables: disallow rule removal from chain binding
` [PATCH net 2/9] netfilter: nft_set_rbtree: use read spinlock to avoid datapath contention
` [PATCH net 3/9] netfilter: nft_set_pipapo: call nft_trans_gc_queue_sync() in catchall GC
` [PATCH net 4/9] netfilter: nft_set_pipapo: stop GC iteration if GC transaction allocation fails
` [PATCH net 5/9] netfilter: nft_set_hash: try later when GC hits EAGAIN on iteration
` [PATCH net 6/9] netfilter: nf_tables: disallow element removal on anonymous sets
` [PATCH net 7/9] netfilter: conntrack: fix extension size table
` [PATCH net 8/9] netfilter: nf_tables: Fix entries val in rule reset audit log
` [PATCH net 9/9] selftests: netfilter: Test nf_tables audit logging

[PATCH net-next v4 0/2] net: dsa: microchip: add drive strength support
 2023-09-13 21:46 UTC  (3+ messages)
` [PATCH net-next v4 1/2] dt-bindings: net: dsa: microchip: Update ksz device tree bindings for drive strength

[PATCH net-next v7 00/13] Add Realtek automotive PCIe driver
 2023-09-13 21:37 UTC  (5+ messages)
` [PATCH net-next v7 01/13] net:ethernet:realtek:rtase: Add pci table supported in this module
` [PATCH net-next v7 02/13] net:ethernet:realtek:rtase: Implement the .ndo_open function

[PATCH net-next v2 2/3] ptp: support multiple timestamp event readers
 2023-09-13 21:25 UTC  (3+ messages)

[PATCH net-next v8 0/9] Create common DPLL configuration API
 2023-09-13 20:49 UTC  (10+ messages)
` [PATCH net-next v8 1/9] dpll: documentation on DPLL subsystem interface
` [PATCH net-next v8 2/9] dpll: spec: Add Netlink spec in YAML
` [PATCH net-next v8 3/9] dpll: core: Add DPLL framework base functions
` [PATCH net-next v8 4/9] dpll: netlink: "
` [PATCH net-next v8 5/9] netdev: expose DPLL pin handle for netdevice
` [PATCH net-next v8 6/9] ice: add admin commands to access cgu configuration
` [PATCH net-next v8 7/9] ice: implement dpll interface to control cgu
` [PATCH net-next v8 8/9] ptp_ocp: implement DPLL ops
` [PATCH net-next v8 9/9] mlx5: Implement SyncE support using DPLL infrastructure

[PATCH v6 0/8] io_uring: Initial support for {s,g}etsockopt commands
 2023-09-13 20:48 UTC  (13+ messages)
` [PATCH v6 1/8] net/socket: Break down __sys_setsockopt
` [PATCH v6 2/8] net/socket: Break down __sys_getsockopt
` [PATCH v6 3/8] io_uring/cmd: Pass compat mode in issue_flags
` [PATCH v6 4/8] selftests/net: Extract uring helpers to be reusable
` [PATCH v6 5/8] io_uring/cmd: return -EOPNOTSUPP if net is disabled
` [PATCH v6 6/8] io_uring/cmd: Introduce SOCKET_URING_OP_GETSOCKOPT
` [PATCH v6 7/8] io_uring/cmd: Introduce SOCKET_URING_OP_SETSOCKOPT
` [PATCH v6 8/8] selftests/bpf/sockopt: Add io_uring support

[PATCH net-next v5 0/2] net: stmmac: improve driver statistics
 2023-09-13 20:12 UTC  (10+ messages)
` [PATCH net-next v5 2/2] net: stmmac: use per-queue 64 bit statistics where necessary
  ` [REGRESSION] "

MCVLAN device do not honor smaller mtu than physical device
 2023-09-13 15:04 UTC  (4+ messages)

[PATCH v4 00/13] iov_iter: Convert the iterator macros into inline funcs
 2023-09-13 19:43 UTC  (15+ messages)
` [PATCH v4 01/13] iov_iter: Add a benchmarking kunit test
` [PATCH v4 02/13] iov_iter: Renumber ITER_* constants
` [PATCH v4 03/13] iov_iter: Derive user-backedness from the iterator type
` [PATCH v4 04/13] iov_iter: Convert iterate*() to inline funcs
` [PATCH v4 05/13] iov: Move iterator functions to a header file
` [PATCH v4 06/13] iov_iter: Add a kernel-type iterator-only iteration function
` [PATCH v4 07/13] iov_iter: Make copy_from_iter() always handle MCE
` [PATCH v4 08/13] iov_iter: Remove the copy_mc flag and associated functions
` [PATCH v4 09/13] iov_iter, net: Move csum_and_copy_to/from_iter() to net/
` [PATCH v4 10/13] iov_iter, net: Fold in csum_and_memcpy()
` [PATCH v4 11/13] iov_iter, net: Merge csum_and_copy_from_iter{,_full}() together
` [PATCH v4 12/13] iov_iter, net: Move hash_and_copy_to_iter() to net/
` [PATCH v4 13/13] iov_iter: Create a fake device to allow iov_iter testing/benchmarking

[PATCH net] net: prevent address overwrite in connect() and sendmsg()
 2023-09-13 19:10 UTC  (11+ messages)

[PATCH v2 net-next] net: ethernet: mtk_wed: do not assume offload callbacks are always set
 2023-09-13 18:42 UTC 

[[RFC PATCH v4 net-next] 0/2] net: dsa: hsr: Enable HSR HW offloading for KSZ9477
 2023-09-13 18:42 UTC  (13+ messages)

[PATCH v3] workqueue: don't skip lockdep work dependency in cancel_work_sync()
 2023-09-13 18:30 UTC  (6+ messages)

[PATCH net-next 00/13][pull request] Intel Wired LAN Driver Updates 2023-09-11 (ice)
 2023-09-13 18:14 UTC  (2+ messages)

[PATCH net] igc: Fix infinite initialization loop with early XDP redirect
 2023-09-13 18:06 UTC 

[PATCH net-next 0/4][pull request] Support rx-fcs on/off for VFs
 2023-09-13 18:03 UTC  (5+ messages)
` [PATCH net-next 1/4] virtchnl: Add CRC stripping capability
` [PATCH net-next 2/4] ice: Support FCS/CRC strip disable for VF
` [PATCH net-next 3/4] ice: Check CRC strip requirement for VLAN strip
` [PATCH net-next 4/4] iavf: Add ability to turn off CRC stripping for VF

[PATCH iproute2-next 0/2] configure: add support for color
 2023-09-13 17:58 UTC  (3+ messages)
` [PATCH iproute2-next 1/2] configure: add the --color option
` [PATCH iproute2-next 2/2] treewide: use configured value as the default color output

[PATCH net-next v2] net: add sysctl to disable rfc4862 5.5.3e lifetime handling
 2023-09-13 17:20 UTC  (4+ messages)

[PATCH bpf-next v3 00/10] seltests/xsk: various improvements to xskxceiver
 2023-09-13 17:14 UTC  (14+ messages)
` [PATCH bpf-next v3 01/10] selftests/xsk: print per packet info in verbose mode
` [PATCH bpf-next v3 02/10] selftests/xsk: add timeout for Tx thread
` [PATCH bpf-next v3 03/10] selftests/xsk: add option to only run tests in a single mode
` [PATCH bpf-next v3 04/10] selftests/xsk: move all tests to separate functions
` [PATCH bpf-next v3 05/10] selftests/xsk: declare test names in struct
` [PATCH bpf-next v3 06/10] selftests/xsk: add option that lists all tests
` [PATCH bpf-next v3 07/10] selftests/xsk: add option to run single test
` [PATCH bpf-next v3 08/10] selftests/xsk: use ksft_print_msg uniformly
` [PATCH bpf-next v3 09/10] selftests/xsk: fail single test instead of all tests
` [PATCH bpf-next v3 10/10] selftests/xsk: display command line options with -h

[PATCH bpf-next v2 0/3] bpf: expose information about netdev xdp-metadata kfunc support
 2023-09-13 17:13 UTC  (4+ messages)
` [PATCH bpf-next v2 1/3] bpf: make it easier to add new metadata kfunc
` [PATCH bpf-next v2 2/3] bpf: expose information about supported xdp "
` [PATCH bpf-next v2 3/3] tools: ynl: extend netdev sample to dump xdp-rx-metadata-features

[PATCH net-next v2] pktgen: Introducing 'SHARED' flag for testing with non-shared skb
 2023-09-13 17:02 UTC  (2+ messages)

[PATCH v5 00/31] Add support for QMC HDLC, framer infrastructure and PEF2256 framer
 2023-09-13 16:59 UTC  (14+ messages)
` [PATCH v5 08/31] dt-bindings: soc: fsl: cpm_qe: cpm1-scc-qmc: Add support for QMC HDLC
` [PATCH v5 24/31] net: wan: Add framer framework support
` [PATCH v5 25/31] dt-bindings: net: Add the Lantiq PEF2256 E1/T1/J1 framer

[PATCH net-next 0/3] mlxsw: Improve blocks selection for IPv6 multicast forwarding
 2023-09-13 16:40 UTC  (4+ messages)
` [PATCH net-next 1/3] mlxsw: Add 'ipv4_5' flex key
` [PATCH net-next 2/3] mlxsw: spectrum_acl_flex_keys: Add 'ipv4_5b' "
` [PATCH net-next 3/3] mlxsw: Edit IPv6 key blocks to use one less block for multicast forwarding

[PATCH] net: hsr : Provide fix for HSRv1 supervisor frames decoding
 2023-09-13 16:32 UTC  (7+ messages)

[PATCH bpf-next 0/6] Zbb support and code simplification for RV64 JIT
 2023-09-13 16:23 UTC  (8+ messages)
` [PATCH bpf-next 1/6] riscv, bpf: Unify 32-bit sign-extension to emit_sextw
` [PATCH bpf-next 2/6] riscv, bpf: Unify 32-bit zero-extension to emit_zextw
` [PATCH bpf-next 3/6] riscv, bpf: Simplify sext and zext logics in branch instructions
` [PATCH bpf-next 4/6] riscv, bpf: Add necessary Zbb instructions
` [PATCH bpf-next 5/6] riscv, bpf: Optimize sign-extention mov insns with Zbb support
` [PATCH bpf-next 6/6] riscv, bpf: Optimize bswap "

[PATCH 2/4] dt-bindings: net: dsa: document internal MDIO bus
 2023-09-13 15:59 UTC  (27+ messages)

[PATCH net-next] net: dsa: rtl8366rb: Implement setting up link on CPU port
 2023-09-13 15:52 UTC  (3+ messages)

[RFC bpf-next 00/23] XDP metadata via kfuncs for ice + mlx5
 2023-09-13 15:40 UTC  (10+ messages)
` [RFC bpf-next 05/23] ice: Introduce ice_xdp_buff
  ` [xdp-hints] "

[RFC PATCH v3 net-next 0/7] ethtool: track custom RSS contexts in the core
 2023-09-13 15:10 UTC  (8+ messages)
` [RFC PATCH v3 net-next 2/7] net: ethtool: attach an IDR of custom RSS contexts to a netdevice
` [RFC PATCH v3 net-next 6/7] net: ethtool: add a mutex protecting RSS contexts

[PATCH AUTOSEL 6.5 05/45] net: stmmac: use per-queue 64 bit statistics where necessary
 2023-09-13 14:43 UTC  (2+ messages)

[PATCH net-next] ipv4/fib: send RTM_DELROUTE notify when flush fib
 2023-09-13 14:53 UTC  (18+ messages)

[PATCH net-next v3 0/2] Add Half Duplex support for ICSSG Driver
 2023-09-13 14:30 UTC  (4+ messages)
` [PATCH net-next v3 1/2] dt-bindings: net: Add documentation for Half duplex support

[PATCH net-next 1/6] net: stmmac: add platform library
 2023-09-13 14:21 UTC  (7+ messages)

[net-next v4 4/5] net: wwan: t7xx: Adds sysfs attribute of modem event
 2023-09-13 14:16 UTC  (4+ messages)
` [net-next v4 5/5] net: wwan: t7xx: Devlink documentation

[PATCH v2] vhost: Allow null msg.size on VHOST_IOTLB_INVALIDATE
 2023-09-13 14:00 UTC  (2+ messages)

[PATCH net-next] net: ethernet: mtk_wed: check update_wo_rx_stats in mtk_wed_update_rx_stats()
 2023-09-13 13:53 UTC  (4+ messages)

[PATCH net-next] net: add truesize debug checks in skb_{add|coalesce}_rx_frag()
 2023-09-13 13:48 UTC 

[RFC net-next v4 0/7] Add MACsec support for TJA11XX C45 PHYs
 2023-09-13 13:32 UTC  (8+ messages)
` [RFC net-next v4 1/7] net: macsec: move sci_to_cpu to macsec header
` [RFC net-next v4 2/7] net: macsec: documentation for macsec_context and macsec_ops
` [RFC net-next v4 3/7] net: macsec: indicate next pn update when offloading
` [RFC net-next v4 4/7] net: macsec: introduce mdo_insert_tx_tag
` [RFC net-next v4 5/7] net: phy: nxp-c45-tja11xx: add MACsec support
` [RFC net-next v4 6/7] net: phy: nxp-c45-tja11xx: add MACsec statistics
` [RFC net-next v4 7/7] net: phy: nxp-c45-tja11xx: implement mdo_insert_tx_tag

[PATCH net 0/5] tls: fix some issues with async encryption
 2023-09-13 13:25 UTC  (8+ messages)
` [PATCH net 5/5] tls: don't decrypt the next record if it's of a different type

[PATCH v2 03/10] igb: Use FIELD_GET() to extract Link Width
 2023-09-13 13:22 UTC  (5+ messages)
` [PATCH v2 09/10] e1000e: Use PCI_EXP_LNKSTA_NLW & FIELD_GET() instead of custom defines/code
` [PATCH v2 10/10] e1000e: Use pcie_capability_read_word() for reading LNKSTA

[PATCH RFC net-next v2 0/4] selftests/tc-testing: parallel tdc
 2023-09-13 13:06 UTC  (2+ messages)

[PATCH net-next] net: use indirect call helpers for sk->sk_prot->release_cb()
 2023-09-13 12:58 UTC 

=?UTF-8?Q?Final_hours!_Will_you_save_you_30_%??=
 2023-09-13 12:40 UTC 

[RFC PATCH net-next 0/4] Introduce switch mode and TAPRIO offload support for ICSSG driver
 2023-09-13 12:19 UTC  (8+ messages)
` [RFC PATCH net-next 3/4] net: ti: icssg-prueth: Add support for ICSSG switch firmware on AM654 PG2.0 EVM

[PATCH net-next v3 0/4] selftests/tc-testing: add tests covering classid
 2023-09-13 11:40 UTC  (2+ messages)

[PATCH net-next] net: hinic: Use devm_kasprintf()
 2023-09-13 11:30 UTC  (2+ messages)

[PATCH net-next] MAINTAINERS: update tg3 maintainer list
 2023-09-13 11:30 UTC  (2+ messages)

[PATCH net] ixgbe: fix timestamp configuration code
 2023-09-13 11:30 UTC  (2+ messages)

[PATCH net] igb: clean up in all error paths when enabling SR-IOV
 2023-09-13 11:30 UTC  (2+ messages)

[PATCH net-next] net: ethernet: mtk_eth_soc: rely on mtk_pse_port definitions in mtk_flow_set_output_device
 2023-09-13 11:25 UTC  (2+ messages)

[RFC Draft PATCH net-next 0/1] Bridge doc update
 2023-09-13 11:25 UTC  (3+ messages)

[PATCH net 0/2] net: renesas: rswitch: Fix a lot of redundant irq issue
 2023-09-13 11:24 UTC  (2+ messages)

[PATCH net-next v1 1/2] net: core: Use the bitmap API to allocate bitmaps
 2023-09-13 11:10 UTC  (8+ messages)
` [PATCH net-next v1 2/2] net: core: Sort headers alphabetically

[PATCH v2 1/1] net: core: Use the bitmap API to allocate bitmaps
 2023-09-13 11:09 UTC 

[PATCH net] dmaengine: ti: k3-udma-glue: fix k3_udma_glue_tx_get_irq() error checking
 2023-09-13 11:05 UTC 

[PATCH net v4] team: fix null-ptr-deref when team device type is changed
 2023-09-13 11:04 UTC  (5+ messages)


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