netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-04 14:06:20 to 2022-11-04 22:41:40 UTC [more...]

[PATCH v3 1/2] dt-bindings: net: constrain number of 'reg' in ethernet ports
 2022-11-04 22:39 UTC  (6+ messages)
` [PATCH v3 2/2] dt-bindings: net: dsa-port: constrain number of 'reg' in ports

[PATCH net 0/5] pull-request: can 2022-11-04
 2022-11-04 22:36 UTC  (5+ messages)
` [PATCH net 4/5] can: dev: fix skb drop check

[PATCH net-next v2 00/13] genetlink: support per op type policies
 2022-11-04 22:28 UTC  (5+ messages)
` [PATCH net-next v2 12/13] genetlink: allow families to use split ops directly

[PATCH 0/2] bpf: Yet another approach to fix the BPF dispatcher thing
 2022-11-04 22:20 UTC  (2+ messages)

[PATCH 0/4] bpf: Support kernel function call in 32-bit ARM
 2022-11-04 21:56 UTC  (3+ messages)
` [PATCH 2/4] bpf: Remove size check for sk in bpf_skb_is_valid_access for 32-bit architecture

[PATCH net 0/2] sctp: fix a NULL pointer dereference in sctp_sched_dequeue_common
 2022-11-04 21:45 UTC  (3+ messages)
` [PATCH net 1/2] sctp: remove the unnecessary sinfo_stream check in sctp_prsctp_prune_unsent
` [PATCH net 2/2] sctp: clear out_curr if all frag chunks of current msg are pruned

bpf: bpf_redirect_peer - Infinite Loop
 2022-11-04 21:16 UTC 

[PATCH v5 0/7] Broadcom/Apple Bluetooth driver for Apple Silicon
 2022-11-04 21:13 UTC  (8+ messages)
` [PATCH v5 1/7] dt-bindings: net: Add generic Bluetooth controller
` [PATCH v5 2/7] dt-bindings: net: Add Broadcom BCM4377 family PCIe Bluetooth
` [PATCH v5 3/7] arm64: dts: apple: t8103: Add Bluetooth controller
` [PATCH v5 4/7] Bluetooth: hci_event: Ignore reserved bits in LE Extended Adv Report
` [PATCH v5 5/7] Bluetooth: Add quirk to disable extended scanning
` [PATCH v5 6/7] Bluetooth: Add quirk to disable MWS Transport Configuration
` [PATCH v5 7/7] Bluetooth: hci_bcm4377: Add new driver for BCM4377 PCIe boards

[PATCH] net: stmmac: dwmac-meson8b: fix meson8b_devm_clk_prepare_enable()
 2022-11-04 21:02 UTC  (2+ messages)

[PATCH net-next 0/6][pull request] Intel Wired LAN Driver Updates 2022-11-04 (ixgbe, ixgbevf, igb)
 2022-11-04 20:54 UTC  (7+ messages)
` [PATCH net-next 1/6] ixgbe: change MAX_RXD/MAX_TXD based on adapter type
` [PATCH net-next 2/6] ixgbe: Remove local variable
` [PATCH net-next 3/6] ixgbe: Remove unneeded semicolon
` [PATCH net-next 4/6] ixgbevf: Add error messages on vlan error
` [PATCH net-next 5/6] igb: Do not free q_vector unless new one was allocated
` [PATCH net-next 6/6] igb: Proactively round up to kmalloc bucket size

[PATCH net-next] net: macb: implement live mac addr change
 2022-11-04 20:48 UTC 

[PATCH net] tipc: fix the msg->req tlv len check in tipc_nl_compat_name_table_dump_header
 2022-11-04 20:48 UTC 

[RFC][PATCH v3 00/33] timers: Use timer_shutdown*() before freeing timers
 2022-11-04 20:42 UTC  (10+ messages)
` [RFC][PATCH v3 23/33] timers: nfc: pn533: Use timer_shutdown_sync() before freeing timer

[PATCH net-next] dt-bindings: net: tsnep: Fix typo on generic nvmem property
 2022-11-04 19:42 UTC  (2+ messages)

[PATCH] i40e (gcc13): synchronize allocate/free functions return type & values
 2022-11-04 20:28 UTC  (6+ messages)

[PATCH net-next v5] ethtool: linkstate: add a statistic for PHY down events
 2022-11-04 20:18 UTC  (2+ messages)

[PATCH v2 net-next 0/6] dt-binding preparation for ocelot switches
 2022-11-04 20:02 UTC  (8+ messages)
` [PATCH v2 net-next 3/6] dt-bindings: net: dsa: mediatek,mt7530: remove unnecessary dsa-port reference
` [PATCH v2 net-next 5/6] dt-bindings: net: add generic ethernet-switch-port binding
` [PATCH v2 net-next 6/6] dt-bindings: net: mscc,vsc7514-switch: utilize generic ethernet-switch.yaml

[PATCH net-next] ethtool: add netlink based get rxfh support
 2022-11-04 19:41 UTC  (4+ messages)

Coverity: rswitch_gwca_queue_alloc_skb(): Control flow issues
 2022-11-04 19:29 UTC 

Coverity: txgbe_calc_eeprom_checksum(): Control flow issues
 2022-11-04 19:25 UTC 

[PATCH net-next] net: ethernet: renesas: Fix return type of rswitch_start_xmit()
 2022-11-04 19:16 UTC  (2+ messages)

[PATCH net-next v3 00/13] genetlink: support per op type policies
 2022-11-04 19:13 UTC  (14+ messages)
` [PATCH net-next v3 01/13] genetlink: refactor the cmd <> policy mapping dump
` [PATCH net-next v3 02/13] genetlink: move the private fields in struct genl_family
` [PATCH net-next v3 03/13] genetlink: introduce split op representation
` [PATCH net-next v3 04/13] genetlink: load policy based on validation flags
` [PATCH net-next v3 05/13] genetlink: check for callback type at op load time
` [PATCH net-next v3 06/13] genetlink: add policies for both doit and dumpit in ctrl_dumppolicy_start()
` [PATCH net-next v3 07/13] genetlink: support split policies in ctrl_dumppolicy_put_op()
` [PATCH net-next v3 08/13] genetlink: inline genl_get_cmd()
` [PATCH net-next v3 09/13] genetlink: add iterator for walking family ops
` [PATCH net-next v3 10/13] genetlink: use iterator in the op to policy map dumping
` [PATCH net-next v3 11/13] genetlink: inline old iteration helpers
` [PATCH net-next v3 12/13] genetlink: allow families to use split ops directly
` [PATCH net-next v3 13/13] genetlink: convert control family to split ops

[PATCH v1 net-next 0/6] udp: Introduce optional per-netns hash table
 2022-11-04 19:06 UTC  (7+ messages)
` [PATCH v1 net-next 1/6] udp: Clean up some functions
` [PATCH v1 net-next 2/6] udp: Set NULL to sk->sk_prot->h.udp_table
` [PATCH v1 net-next 3/6] udp: Set NULL to udp_seq_afinfo.udp_table
` [PATCH v1 net-next 4/6] udp: Access &udp_table via net
` [PATCH v1 net-next 5/6] net: Do not ignore the error by sk->sk_prot->get_port()
` [PATCH v1 net-next 6/6] udp: Introduce optional per-netns hash table

[PATCH] iwlegacy: remove redundant variable len
 2022-11-04 18:58 UTC  (4+ messages)

[PATCH] net: libwx: Remove variable dev to simplify code
 2022-11-04 18:48 UTC  (2+ messages)

[PATCH v2 net] ibmveth: Reduce maximum tx queues to 8
 2022-11-04 18:39 UTC  (6+ messages)

[PATCH v2 00/15] magic-number.rst funeral rites
 2022-11-04 18:35 UTC  (2+ messages)

[RFC bpf-next v2 00/14] xdp: hints via kfuncs
 2022-11-04 18:21 UTC  (4+ messages)
` [RFC bpf-next v2 10/14] ice: Support rx timestamp metadata for xdp

[syzbot] bpf-next boot error: WARNING in genl_register_family
 2022-11-04 18:21 UTC  (2+ messages)

[PATCH] ath9k: Remove unused variable mismatch
 2022-11-04 18:17 UTC  (2+ messages)

[PATCH wpan-next v2 0/3] IEEE 802.15.4: Add coordinator interfaces
 2022-11-04 18:17 UTC  (5+ messages)

[syzbot] BUG: corrupted list in hci_conn_add_sysfs
 2022-11-04 17:56 UTC 

[PATCH net-next v2] net/core: Allow live renaming when an interface is up
 2022-11-04 17:54 UTC 

[PATCH] selftests/net: give more time to udpgro bg processes to complete startup
 2022-11-04 17:47 UTC  (4+ messages)

[PATCH] ethernet: alteon: remove unused variable len
 2022-11-04 17:42 UTC 

[PATCH net-next v8 0/5] net: ipqess: introduce Qualcomm IPQESS driver
 2022-11-04 17:41 UTC  (6+ messages)
` [PATCH net-next v8 1/5] net: dt-bindings: Introduce the Qualcomm IPQESS Ethernet controller
` [PATCH net-next v8 2/5] net: ipqess: introduce the Qualcomm IPQESS driver
` [PATCH net-next v8 3/5] net: dsa: add out-of-band tagging protocol
` [PATCH net-next v8 4/5] net: ipqess: Add out-of-band DSA tagging support
` [PATCH net-next v8 5/5] ARM: dts: qcom: ipq4019: Add description for the IPQESS Ethernet controller

[PATCH bpf-next] selftests/bpf: fix build-id for liburandom_read.so
 2022-11-04 17:38 UTC  (3+ messages)

BUG: unable to handle kernel NULL pointer dereference in tipc_crypto_key_distr
 2022-11-04 17:37 UTC  (2+ messages)

[PATCH v3] dt-bindings: net: nxp,sja1105: document spi-cpol/cpha
 2022-11-04 17:34 UTC  (2+ messages)

[PATCH v2] dt-bindings: net: nxp,sja1105: document spi-cpol/cpha
 2022-11-04 17:31 UTC  (9+ messages)

[RFC PATCH v2 0/2] can: virtio: virtio-can driver
 2022-11-04 17:24 UTC  (3+ messages)
` [RFC PATCH v2 1/2] can: virtio: Initial virtio CAN driver
` [RFC PATCH v2 2/2] can: virtio: Add virtio_can to MAINTAINERS file

[PATCH net-next] net: remove explicit phylink_generic_validate() references
 2022-11-04 17:13 UTC 

[PATCH -next,v2] bpf, test_run: fix alignment problem in bpf_prog_test_run_skb()
 2022-11-04 17:06 UTC  (3+ messages)

[PATCH net-next v2] nfc: Allow to create multiple virtual nci devices
 2022-11-04 17:05 UTC  (3+ messages)

[PATCH net-next v3] nfc: Allow to create multiple virtual nci devices
 2022-11-04 17:04 UTC 

[RFC PATCH 1/1] can: virtio: Initial virtio CAN driver
 2022-11-04 17:03 UTC  (5+ messages)
    ` [virtio-dev] "

[PATCH net-next] net: lan966x: move unnecessary linux/sfp.h include
 2022-11-04 16:53 UTC 

[PATCH net-next v7 0/5] net: ipqess: introduce Qualcomm IPQESS driver
 2022-11-04 16:50 UTC  (14+ messages)
` [PATCH net-next v7 1/5] net: dt-bindings: Introduce the Qualcomm IPQESS Ethernet controller
` [PATCH net-next v7 2/5] net: ipqess: introduce the Qualcomm IPQESS driver
` [PATCH net-next v7 3/5] net: dsa: add out-of-band tagging protocol
` [PATCH net-next v7 4/5] net: ipqess: Add out-of-band DSA tagging support
` [PATCH net-next v7 5/5] ARM: dts: qcom: ipq4019: Add description for the IPQESS Ethernet controller

[PATCH net-next 0/4] Remove phylink_validate() from Felix DSA driver
 2022-11-04 16:35 UTC  (11+ messages)
` [PATCH net-next 4/4] net: dsa: remove phylink_validate() method

[PATCH v5] wifi: rsi: Fix handling of 802.3 EAPOL frames sent via control port
 2022-11-04 16:33 UTC 

[PATCH v2 2/6] RDMA/bnxt_re: Use auxiliary driver interface
 2022-11-04 16:27 UTC  (8+ messages)
` [PATCH v3 0/6] Add Auxiliary driver support
  ` [PATCH v3 1/6] bnxt_en: Add auxiliary "
  ` [PATCH v3 2/6] RDMA/bnxt_re: Use auxiliary driver interface
  ` [PATCH v3 3/6] bnxt_en: Remove usage of ulp_id
  ` [PATCH v3 4/6] bnxt_en: Use direct API instead of indirection
  ` [PATCH v3 5/6] bnxt_en: Use auxiliary bus calls over proprietary calls
  ` [PATCH v3 6/6] bnxt_en: Remove struct bnxt access from RoCE driver

[PATCH v2 0/3] net/tcp: Dynamically disable TCP-MD5 static key
 2022-11-04 16:27 UTC  (4+ messages)
` [PATCH v2 1/3] jump_label: Add static_key_fast_inc()

[PATCH v3] wifi: rsi: Fix handling of 802.3 EAPOL frames sent via control port
 2022-11-04 16:25 UTC  (5+ messages)

[PATCH v7 00/23] nvme-tcp receive offloads
 2022-11-04 16:15 UTC  (14+ messages)
` [PATCH v7 01/23] net: Introduce direct data placement tcp offload

L2CAP: Spec violation
 2022-11-04 16:11 UTC 

[PATCH v4] wifi: rsi: Fix handling of 802.3 EAPOL frames sent via control port
 2022-11-04 16:13 UTC 

[RFC PATCH net-next 0/2] Add support for Frame preemption (IEEE
 2022-11-04 15:52 UTC  (4+ messages)

[PATCH -next v3] net: ethernet: Simplify bool conversion
 2022-11-04 15:46 UTC  (2+ messages)

[PATCH -next v2] net: ethernet: Simplify bool conversion
 2022-11-04 15:41 UTC  (2+ messages)

[PATCH net-next v9 0/9] Implement devlink-rate API and extend it
 2022-11-04 15:40 UTC  (14+ messages)
` [PATCH net-next v9 1/9] devlink: Introduce new attribute 'tx_priority' to devlink-rate
` [PATCH net-next v9 2/9] devlink: Introduce new attribute 'tx_weight' "
` [PATCH net-next v9 3/9] devlink: Enable creation of the devlink-rate nodes from the driver
` [PATCH net-next v9 4/9] devlink: Allow for devlink-rate nodes parent reassignment
` [PATCH net-next v9 5/9] devlink: Allow to set up parent in devl_rate_leaf_create()
` [PATCH net-next v9 6/9] ice: Introduce new parameters in ice_sched_node
` [PATCH net-next v9 7/9] ice: Add an option to pre-allocate memory for ice_sched_node
` [PATCH net-next v9 8/9] ice: Implement devlink-rate API
` [PATCH net-next v9 9/9] ice: Prevent ADQ, DCB coexistence with Custom Tx scheduler

[syzbot] KMSAN: uninit-value in tipc_nl_compat_name_table_dump (3)
 2022-11-04 15:38 UTC  (2+ messages)

[PATCH 0/4] net: stmmac: dwc-qos: Add FSD EQoS support
 2022-11-04 15:34 UTC  (6+ messages)
  ` [PATCH 2/4] "
  ` [PATCH 4/4] arm64: dts: fsd: Add Ethernet support for PERIC Block of FSD SoC

[patch net-next] net: devlink: expose the info about version representing a component
 2022-11-04 15:24 UTC 

[patch net-next] net: devlink: convert port_list into xarray
 2022-11-04 15:14 UTC 

[PATCH printk v2 00/38] reduce console_lock scope
 2022-11-04 15:12 UTC  (4+ messages)
` [PATCH printk v2 09/38] netconsole: use console_is_enabled()

[PATCH net-next 0/14] pull-request: can-next 2022-10-31
 2022-11-04 14:53 UTC  (5+ messages)

[PATCH] ipv6: addrlabel: fix infoleak when sending struct ifaddrlblmsg to network
 2022-11-04 14:50 UTC  (3+ messages)

[PATCH net-next v8 0/9] Implement devlink-rate API and extend it
 2022-11-04 14:38 UTC  (7+ messages)
` [PATCH net-next v8 3/9] devlink: Enable creation of the devlink-rate nodes from the driver
` [PATCH net-next v8 6/9] devlink: Allow to change priv in devlink-rate from parent_set callbacks

[PATCH] can: isotp: fix tx state handling for echo tx processing
 2022-11-04 14:28 UTC  (3+ messages)

[PATCH v2] can: isotp: fix tx state handling for echo tx processing
 2022-11-04 14:25 UTC 

[PATCH net-next v5 0/8] Extend TC key support for Sparx5 IS2 VCAP
 2022-11-04 14:18 UTC  (9+ messages)
` [PATCH net-next v5 1/8] net: microchip: sparx5: Differentiate IPv4 and IPv6 traffic in keyset config
` [PATCH net-next v5 2/8] net: microchip: sparx5: Adding more tc flower keys for the IS2 VCAP
` [PATCH net-next v5 3/8] net: microchip: sparx5: Find VCAP lookup from chain id
` [PATCH net-next v5 4/8] net: microchip: sparx5: Adding TC goto action and action checking
` [PATCH net-next v5 5/8] net: microchip: sparx5: Match keys in configured port keysets
` [PATCH net-next v5 6/8] net: microchip: sparx5: Let VCAP API validate added key- and actionfields
` [PATCH net-next v5 7/8] net: microchip: sparx5: Add tc matchall filter and enable VCAP lookups
` [PATCH net-next v5 8/8] net: microchip: sparx5: Adding KUNIT tests of key/action values in VCAP API


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