netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-18 19:06:30 to 2023-11-20 09:32:05 UTC [more...]

[PATCH net-next] net: ipv4: replace the right route in case prefsrc is used
 2023-11-20  9:32 UTC  (3+ messages)

[PATCH v5 0/6] add qca8084 ethernet phy driver
 2023-11-20  9:29 UTC  (12+ messages)
` [PATCH v5 3/6] net: phy: at803x: add QCA8084 ethernet phy support
` [PATCH v5 4/6] net: phy: at803x: add the function phydev_id_is_qca808x

[PATCH net-next] indirect_call_wrapper: Fix typo in INDIRECT_CALL_$NR kerneldoc
 2023-11-20  9:24 UTC  (4+ messages)

[PATCH net-next 0/9] net: Add support for Power over Ethernet (PoE)
 2023-11-20  9:22 UTC  (7+ messages)
` [PATCH net-next 5/9] netlink: specs: Modify pse attribute prefix
` [PATCH net-next 6/9] netlink: specs: Expand the pse netlink command with PoE interface

[net-next 0/2] net: dsa: realtek: Introduce realtek_common, load variants on demand
 2023-11-20  9:20 UTC  (7+ messages)
` [net-next 1/2] net: dsa: realtek: create realtek-common
` [net-next 2/2] net: dsa: realtek: load switch variants on demand

[PATCH net-next v7 00/16] net: Make timestamping selectable
 2023-11-20  9:17 UTC  (15+ messages)
` [PATCH net-next v7 07/16] net_tstamp: Add TIMESTAMPING SOFTWARE and HARDWARE mask
` [PATCH net-next v7 08/16] net: ethtool: Add a command to expose current time stamping layer
` [PATCH net-next v7 09/16] netlink: specs: Introduce new netlink command to get current timestamp
` [PATCH net-next v7 10/16] net: ethtool: Add a command to list available time stamping layers
` [PATCH net-next v7 15/16] net: ethtool: ts: Let the active time stamping layer be selectable

[PATCH net-next v3] net/smc: avoid atomic_set and smp_wmb in the tx path when possible
 2023-11-20  9:17 UTC  (5+ messages)

[PATCH net-next] selftests: net: verify fq per-band packet limit
 2023-11-20  9:12 UTC  (3+ messages)

[PATCH] nfc: virtual_ncidev: Add variable to check if ndev is running
 2023-11-20  9:06 UTC  (3+ messages)

[PATCH 00/14] renesas: rzg3s: Add support for Ethernet
 2023-11-20  9:05 UTC  (20+ messages)
` [PATCH 01/14] clk: renesas: rzg2l-cpg: Reuse code in rzg2l_cpg_reset()
` [PATCH 02/14] clk: renesas: rzg2l-cpg: Check reset monitor registers
` [PATCH 03/14] clk: renesas: rzg2l-cpg: Add support for MSTOP
` [PATCH 04/14] clk: renesas: r9a08g045-cpg: Add clock and reset support for ETH0 and ETH1
` [PATCH 05/14] pinctrl: renesas: rzg2l: Move arg in the main function block
` [PATCH 06/14] pinctrl: renesas: rzg2l: Add pin configuration support for pinmux groups
` [PATCH 07/14] pinctrl: renesas: rzg2l: Add support to select power source for Ethernet pins
` [PATCH 08/14] pinctrl: renesas: rzg2l: Add output enable support
` [PATCH 09/14] dt-bindings: net: renesas,etheravb: Document RZ/G3S support
` [PATCH 10/14] arm64: renesas: r9a08g045: Add Ethernet nodes
` [PATCH 11/14] arm64: renesas: rzg3s-smarc-som: Invert the logic for SW_SD2_EN macro
` [PATCH 12/14] arm64: dts: renesas: Improve documentation for SW_SD0_DEV_SEL
` [PATCH 13/14] arm64: dts: renesas: rzg3s-smarc-som: Enable Ethernet interfaces
` [PATCH 14/14] arm: multi_v7_defconfig: Enable CONFIG_RAVB

[PATCH 0/9] add MDIO changes on ipq5332 platform
 2023-11-20  9:00 UTC  (10+ messages)
` [PATCH 9/9] dt-bindings: net: ipq4019-mdio: Document "

[patch net-next v3 0/9] devlink: introduce notifications filtering
 2023-11-20  8:46 UTC  (10+ messages)
` [patch net-next v3 1/9] devlink: use devl_is_registered() helper instead xa_get_mark()
` [patch net-next v3 2/9] devlink: introduce __devl_is_registered() helper and use it instead of xa_get_mark()
` [patch net-next v3 3/9] devlink: send notifications only if there are listeners
` [patch net-next v3 4/9] devlink: introduce a helper for netlink multicast send
` [patch net-next v3 5/9] genetlink: implement release callback and free sk_user_data there
` [patch net-next v3 6/9] netlink: introduce typedef for filter function
` [patch net-next v3 7/9] genetlink: introduce helpers to do filtered multicast
` [patch net-next v3 8/9] devlink: add a command to set notification filter and use it for multicasts
` [patch net-next v3 9/9] devlink: extend multicast filtering by port index

[PATCH 00/13] net: ravb: Add suspend to RAM and runtime PM support for RZ/G3S
 2023-11-20  8:46 UTC  (14+ messages)
` [PATCH 01/13] net: ravb: Check return value of reset_control_deassert()
` [PATCH 02/13] net: ravb: Use pm_runtime_resume_and_get()
` [PATCH 03/13] net: ravb: Make write access to CXR35 first before accessing other EMAC registers
` [PATCH 04/13] net: ravb: Start TX queues after HW initialization succeeded
` [PATCH 05/13] net: ravb: Stop DMA in case of failures on ravb_open()
` [PATCH 06/13] net: ravb: Let IP specific receive function to interrogate descriptors
` [PATCH 07/13] net: ravb: Rely on PM domain to enable gptp_clk
` [PATCH 08/13] net: ravb: Rely on PM domain to enable refclk
` [PATCH 09/13] net: ravb: Make reset controller support mandatory
` [PATCH 10/13] net: ravb: Switch to SYSTEM_SLEEP_PM_OPS()/RUNTIME_PM_OPS() and pm_ptr()
` [PATCH 11/13] net: ravb: Use tabs instead of spaces
` [PATCH 12/13] net: ravb: Assert/deassert reset on suspend/resume
` [PATCH 13/13] net: ravb: Add runtime PM support

[PATCH 00/34] biops: add atomig find_bit() operations
 2023-11-20  8:43 UTC  (5+ messages)
` [PATCH 29/34] net: smc: fix opencoded find_and_set_bit() in smc_wr_tx_get_free_slot_index()

[PATCH net-next] MAINTAINERS: Add indirect_call_wrapper.h to NETWORKING [GENERAL]
 2023-11-20  8:28 UTC 

[PATCH net-next v8 00/15] Introducing P4TC
 2023-11-20  8:22 UTC  (13+ messages)
` [PATCH net-next v8 09/15] p4tc: add template pipeline create, get, update, delete
` [PATCH net-next v8 10/15] p4tc: add action template create, update, delete, get, flush and dump
` [PATCH net-next v8 15/15] p4tc: Add P4 extern interface

[PATCH v2 net] wireguard: use DEV_STATS_INC()
 2023-11-20  8:13 UTC  (5+ messages)

[RFC PATCH v2 0/7] tun: Introduce virtio-net hashing feature
 2023-11-20  8:05 UTC  (13+ messages)
` [RFC PATCH v2 1/7] bpf: Introduce BPF_PROG_TYPE_VNET_HASH

[patch net-next v2 0/9] devlink: introduce notifications filtering
 2023-11-20  7:58 UTC  (4+ messages)
` [patch net-next v2 6/9] netlink: introduce typedef for filter function

[PATCH] nfp: flower: Added pointer check and continue
 2023-11-20  7:04 UTC  (4+ messages)

[net PATCH] octeontx2-pf: Fix ntuple rule creation to direct packet to VF with higher Rx queue than its PF
 2023-11-20  5:51 UTC 

[PATCH net v3] net/smc: avoid data corruption caused by decline
 2023-11-20  3:37 UTC  (2+ messages)

[PATCH v1 00/10] Add Marvell CN10KB/CN10KA B0 support
 2023-11-20  3:18 UTC  (6+ messages)
` [PATCH v1 02/10] crypto: octeontx2: add SGv2 support for CN10KB or CN10KA B0
` [PATCH v1 09/10] crypto/octeontx2: register error interrupts for inline cptlf

[PATCH] net: netsec: replace cpu_relax() with timeout handling for register checks
 2023-11-20  2:19 UTC  (3+ messages)

[PATCH bpf-next v5 1/2] bpf: add skcipher API support to TC/XDP programs
 2023-11-20  1:13 UTC  (11+ messages)
` [PATCH bpf-next v5 2/2] selftests: bpf: crypto skcipher algo selftests

[PATCH net-next v2] net: phylink: use for_each_set_bit()
 2023-11-19 21:07 UTC 

[RFC PATCH v2 0/3] send credit update during setting SO_RCVLOWAT
 2023-11-19 20:49 UTC  (4+ messages)
` [RFC PATCH v2 1/3] vsock: update SO_RCVLOWAT setting callback
` [RFC PATCH v2 2/3] virtio/vsock: send credit update during setting SO_RCVLOWAT
` [RFC PATCH v2 3/3] vsock/test: SO_RCVLOWAT + deferred credit update test

[net PATCH v2] octeontx2-pf: Fix memory leak during interface down
 2023-11-19 20:10 UTC  (3+ messages)

[PATCH net] net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modules
 2023-11-19 20:10 UTC  (2+ messages)

[PATCH v2 net-next 0/4] net: eth: am65-cpsw: add ethtool MAC stats
 2023-11-19 19:50 UTC  (2+ messages)

[PATCH net-next] net: ethernet: mtk_wed: rely on __dev_alloc_page in mtk_wed_tx_buffer_alloc
 2023-11-19 19:50 UTC  (2+ messages)

[PATCH net] net: wangxun: fix kernel panic due to null pointer
 2023-11-19 19:50 UTC  (3+ messages)

On TCP_CONGESTION & letter case
 2023-11-19 19:37 UTC  (2+ messages)

[pull request][net V2 00/15] mlx5 fixes 2023-11-13
 2023-11-19 18:54 UTC  (4+ messages)
` [net V2 14/15] net/mlx5e: Check return value of snprintf writing to fw_version buffer

[net PATCH] net: phy: correctly check soft_reset ret ONLY if defined for PHY
 2023-11-19 18:23 UTC  (4+ messages)

[PATCH net-next 00/10] Doc: update bridge doc
 2023-11-19 18:21 UTC  (4+ messages)
` [PATCH net-next 01/10] net: bridge: add document for IFLA_BR enum

[syzbot] [mm?] BUG: unable to handle kernel paging request in copy_from_kernel_nofault
 2023-11-19 17:53 UTC 

[PATCH net,v5, 0/3] hv_netvsc: fix race of netvsc, VF register, and slave bit
 2023-11-19 16:53 UTC  (5+ messages)
` [PATCH net,v5, 1/3] hv_netvsc: fix race of netvsc and VF register_netdevice
` [PATCH net,v5, 2/3] hv_netvsc: Fix race of register_netdevice_notifier and VF register
` [PATCH net,v5, 3/3] hv_netvsc: Mark VF as slave before exposing it to user-mode

[PATCH v2 net-next 0/4] amd-xgbe: add support for AMD Crater
 2023-11-19 16:42 UTC  (5+ messages)
` [PATCH v2 net-next 1/4] amd-xgbe: reorganize the code of XPCS access
` [PATCH v2 net-next 2/4] amd-xgbe: add support for Crater ethernet device

[RFC] support built-in ethernet phy which needs some mmio accesses
 2023-11-19 16:18 UTC  (3+ messages)

question on random MAC in usbnet
 2023-11-19 16:13 UTC  (4+ messages)

[PATCH net-next v7 1/5] rust: core abstractions for network PHY drivers
 2023-11-19 16:08 UTC  (10+ messages)

[PATCH net-next v7 5/5] net: phy: add Rust Asix PHY driver
 2023-11-19 16:03 UTC  (4+ messages)

[PATCH net-next v7 0/5] Rust abstractions for network PHY drivers
 2023-11-19 15:50 UTC  (13+ messages)
` [PATCH net-next v7 2/5] rust: net::phy add module_phy_driver macro

[PATCH] i40e: Use correct buffer size
 2023-11-19 15:12 UTC  (4+ messages)
` [PATCH iwl-next] "

[PATCH net-next 00/15] MT7530 DSA subdriver improvements
 2023-11-19 14:50 UTC  (7+ messages)
` [PATCH net-next 01/15] net: dsa: mt7530: always trap frames to active CPU port on MT7530
` [PATCH net-next 02/15] net: dsa: mt7530: use p5_interface_select as data type for p5_intf_sel
` [PATCH net-next 03/15] net: dsa: mt7530: store port 5 SGMII capability of MT7531

[PATCH] ipv6: Correct/silence an endian warning in ip6_multipath_l3_keys
 2023-11-19 14:39 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] ipv4: Correct/silence an endian warning in __ip_do_redirect
 2023-11-19 14:17 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH net-next 0/7] net/smc: implement SMCv2.1 virtual ISM device support
 2023-11-19 13:57 UTC  (8+ messages)
` [PATCH net-next 1/7] net/smc: Rename some variable 'fce' to 'fce_v2x' for clarity
` [PATCH net-next 2/7] net/smc: support SMCv2.x supplemental features negotiation
` [PATCH net-next 3/7] net/smc: introduce virtual ISM device support feature
` [PATCH net-next 4/7] net/smc: define a reserved CHID range for virtual ISM devices
` [PATCH net-next 5/7] net/smc: compatible with 128-bits extend GID of virtual ISM device
` [PATCH net-next 6/7] net/smc: disable SEID on non-s390 archs where virtual ISM may be used
` [PATCH net-next 7/7] net/smc: manage system EID in SMC stack instead of ISM driver

[PATCH v5 0/3] can: xilinx_can: Add ECC feature support
 2023-11-19 13:37 UTC  (3+ messages)
` [PATCH v5 1/3] dt-bindings: can: xilinx_can: Add 'xlnx,has-ecc' optional property

EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement)
 2023-11-19 13:29 UTC  (2+ messages)

[PATCH 0/7] net: ethernet: Convert to platform remove callback
 2023-11-19  9:40 UTC  (4+ messages)
` [PATCH 2/7] net: ethernet: ti: cpsw: Don't error out in .remove()

[PATCH v2] bonding: use a read-write lock in bonding_show_bonds()
 2023-11-19  9:25 UTC  (3+ messages)
` [PATCH v3 1/2] bonding: export devnet_rename_sem
` [PATCH v3 2/2] bonding: use a read-write lock in bonding_show_bonds()

[PATCH net-next v8 13/15] p4tc: add set of P4TC table kfuncs
 2023-11-19  9:14 UTC  (2+ messages)

[PATCH v9 23/27] net: wan: framer: Add support for the Lantiq PEF2256 framer
 2023-11-19  8:16 UTC  (2+ messages)

[PATCH net-next v3 1/2] net: stmmac: remove extra newline from descriptors display
 2023-11-19  5:39 UTC  (2+ messages)
` [PATCH net-next v3 2/2] net: stmmac: reduce dma ring display code duplication

[PATCH net 0/2] net: ti: am65-cpsw-nuss: module removal fixes for v6.7-rc
 2023-11-19  4:44 UTC  (3+ messages)
` [PATCH net 2/2] net: ti: am65-cpsw-nuss: Fix NULL pointer dereference at module removal

[PATCH][net-next][v3] rtnetlink: introduce nlmsg_new_large and use it in rtnl_getlink
 2023-11-19  4:20 UTC  (2+ messages)

[PATCH net-next 00/15][pull request] ice: one by one port representors creation
 2023-11-19  3:50 UTC  (2+ messages)

[PATCH net-next 0/2][pull request] igc: Add support for physical + free-running timers
 2023-11-19  3:50 UTC  (2+ messages)

[PATCH net-next 0/2] net/sched: cls_u32: use proper refcounts
 2023-11-19  3:40 UTC  (2+ messages)

[PATCH net] docs: netdev: try to guide people on dealing with silence
 2023-11-18 23:22 UTC  (3+ messages)

[PATCH net-next v11 00/13] Add Realtek automotive PCIe driver
 2023-11-18 22:50 UTC  (3+ messages)
` [PATCH net-next v11 05/13] net:ethernet:realtek:rtase: Implement hardware configuration function

[PATCH net-next] r8169: improve RTL8411b phy-down fixup
 2023-11-18 22:30 UTC  (2+ messages)

[PATCH RFC net-next 0/3] net: sched: Make tc-related drop reason more flexible for remaining qdiscs
 2023-11-18 20:37 UTC  (4+ messages)
` [PATCH RFC net-next 1/3] net: sched: Move drop_reason to struct tc_skb_cb
` [PATCH RFC net-next 2/3] net: sched: Make tc-related drop reason more flexible for remaining qdiscs
` [PATCH RFC net-next 3/3] net: sched: Add initial TC error skb drop reasons


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