netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-19 04:29:39 to 2022-05-19 16:23:19 UTC [more...]

[regression] dpaa2: TSO offload on lx2160a causes fatal exception in interrupt
 2022-05-19 16:23 UTC  (7+ messages)

[RFC v8 net-next 00/16] add support for VSC7512 control over SPI
 2022-05-19 16:15 UTC  (5+ messages)

[GIT PULL] Networking for 5.18-rc8
 2022-05-19 16:14 UTC  (2+ messages)

[PATCH v2 net-next 00/15] introduce mt7986 ethernet support
 2022-05-19 16:12 UTC  (7+ messages)
` [PATCH v2 net-next 11/15] net: ethernet: mtk_eth_soc: introduce device register map

[PATCH] bpf: avoid grabbing spin_locks of all cpus when no free elems
 2022-05-19 16:12 UTC  (6+ messages)
  ` [External] "

[PATCH v2] net: tulip: convert to devres
 2022-05-19 16:08 UTC  (4+ messages)
  ` [PATCH v3] "

[PATCH net v2] Retrieve MACSec-XPN attributes before offloading
 2022-05-19 16:04 UTC  (5+ messages)

[PATCH v2] vdpasim: allow to enable a vq repeatedly
 2022-05-19 16:04 UTC  (2+ messages)

[PATCH net-next v5 1/2] net: Add a second bind table hashed by port and address
 2022-05-19 15:54 UTC  (2+ messages)

[PATCH] mwifiex: Fix potential dereference of NULL pointer
 2022-05-19 15:52 UTC  (3+ messages)

[PATCH bpf-next v5 00/17] Introduce eBPF support for HID devices
 2022-05-19 15:47 UTC  (20+ messages)
` [PATCH bpf-next v5 02/17] bpf/verifier: allow kfunc to return an allocated mem
` [PATCH bpf-next v5 12/17] selftests/bpf: add tests for bpf_hid_hw_request

[PATCH net v2] net: wireless: marvell: mwifiex: fix sleep in atomic context bugs
 2022-05-19 15:48 UTC  (4+ messages)

[PATCH net-next v3 0/4] net: skb: check the boundrary of skb drop reason
 2022-05-19 15:48 UTC  (3+ messages)
` [PATCH net-next v3 4/4] net: tcp: reset 'drop_reason' to NOT_SPCIFIED in tcp_v{4,6}_rcv()

[PATCH v2 0/5] arm64: add ethernet to orange pi 3
 2022-05-19 15:49 UTC  (7+ messages)
` [PATCH v2 4/5] dt-bindings: net: Add documentation for optional regulators

[RFC] netfilter: nf_tables: ignore errors on flowtable device hw offload setup
 2022-05-19 15:37 UTC  (7+ messages)

[RFC PATCH net 0/2] Make phylink and DSA wait for PHY driver that defers probe
 2022-05-19 15:38 UTC  (7+ messages)

pull-request: wireless-next-2022-05-19
 2022-05-19 15:33 UTC 

[PATCH net-next v5 00/13] add support for Renesas RZ/N1 ethernet subsystem devices
 2022-05-19 15:31 UTC  (14+ messages)
` [PATCH net-next v5 01/13] net: dsa: allow port_bridge_join() to override extack message
` [PATCH net-next v5 02/13] net: dsa: add support for ethtool get_rmon_stats()
` [PATCH net-next v5 03/13] net: dsa: add Renesas RZ/N1 switch tag driver
` [PATCH net-next v5 04/13] dt-bindings: net: pcs: add bindings for Renesas RZ/N1 MII converter
` [PATCH net-next v5 05/13] net: pcs: add Renesas MII converter driver
` [PATCH net-next v5 06/13] dt-bindings: net: dsa: add bindings for Renesas RZ/N1 Advanced 5 port switch
` [PATCH net-next v5 07/13] net: dsa: rzn1-a5psw: add Renesas RZ/N1 advanced 5 port switch driver
` [PATCH net-next v5 08/13] net: dsa: rzn1-a5psw: add statistics support
` [PATCH net-next v5 09/13] net: dsa: rzn1-a5psw: add FDB support
` [PATCH net-next v5 10/13] ARM: dts: r9a06g032: describe MII converter
` [PATCH net-next v5 11/13] ARM: dts: r9a06g032: describe GMAC2
` [PATCH net-next v5 12/13] ARM: dts: r9a06g032: describe switch
` [PATCH net-next v5 13/13] MAINTAINERS: add Renesas RZ/N1 switch related driver entry

[PATCH v2] iio: vadc: Fix potential dereference of NULL pointer
 2022-05-19 15:30 UTC  (2+ messages)

[RFC PATCH devicetree] of: property: mark "interrupts" as optional for fw_devlink
 2022-05-19 15:15 UTC  (3+ messages)

[PATCH net-next 0/7] net: ipa: a mix of patches
 2022-05-19 15:12 UTC  (8+ messages)
` [PATCH net-next 1/7] net: ipa: drop an unneeded transaction reference
` [PATCH net-next 2/7] net: ipa: rename a GSI error code
` [PATCH net-next 3/7] net: ipa: ignore endianness if there is no header
` [PATCH net-next 4/7] net: ipa: open-code ether_setup()
` [PATCH net-next 5/7] net: ipa: move endpoint configuration data definitions
` [PATCH net-next 6/7] net: ipa: rename a few endpoint config data types
` [PATCH net-next 7/7] net: ipa: save a copy of endpoint default config

[PATCH v5 00/15] Network support for Landlock
 2022-05-19 15:09 UTC  (31+ messages)
` [PATCH v5 05/15] landlock: landlock_add_rule syscall refactoring
` [PATCH v5 07/15] landlock: add support network rules
` [PATCH v5 08/15] landlock: TCP network hooks implementation
` [PATCH v5 09/15] seltests/landlock: add tests for bind() hooks
` [PATCH v5 11/15] seltests/landlock: connect() with AF_UNSPEC tests
` [PATCH v5 12/15] seltests/landlock: rules overlapping test
` [PATCH v5 15/15] samples/landlock: adds network demo

[PATCH bpf-next] selftests/bpf: Add missing trampoline program type to trampoline_count test
 2022-05-19 15:06 UTC  (2+ messages)
` [PATCH bpf-next v2] "

[PATCH wpan-next v4 00/11] ieee802154: Synchronous Tx support
 2022-05-19 15:05 UTC  (12+ messages)
` [PATCH wpan-next v4 01/11] net: mac802154: Rename the synchronous xmit worker
` [PATCH wpan-next v4 02/11] net: mac802154: Rename the main tx_work struct
` [PATCH wpan-next v4 03/11] net: mac802154: Enhance the error path in the main tx helper
` [PATCH wpan-next v4 04/11] net: mac802154: Follow the count of ongoing transmissions
` [PATCH wpan-next v4 05/11] net: mac802154: Bring the ability to hold the transmit queue
` [PATCH wpan-next v4 06/11] net: mac802154: Create a hot tx path
` [PATCH wpan-next v4 07/11] net: mac802154: Introduce a helper to disable the queue
` [PATCH wpan-next v4 08/11] net: mac802154: Introduce a tx queue flushing mechanism
` [PATCH wpan-next v4 09/11] net: mac802154: Introduce a synchronous API for MLME commands
` [PATCH wpan-next v4 10/11] net: mac802154: Add a warning in the hot path
` [PATCH wpan-next v4 11/11] net: mac802154: Add a warning in the slow path

[syzbot] KASAN: vmalloc-out-of-bounds Read in __bpf_prog_put
 2022-05-19 15:01 UTC  (4+ messages)

[PATCH] vdpasim: allow to enable a vq repeatedly
 2022-05-19 14:57 UTC  (3+ messages)

[PATCH bpf-next v7 05/11] bpf: implement BPF_PROG_QUERY for BPF_LSM_CGROUP
 2022-05-19 14:57 UTC  (2+ messages)

[PATCH net-next v2 0/5] net: ipqess: introduce Qualcomm IPQESS driver
 2022-05-19 14:52 UTC  (5+ messages)
` [PATCH net-next v2 2/5] net: dsa: add out-of-band tagging protocol

[PATCH net] net: wireless: marvell: mwifiex: fix sleep in atomic context bugs
 2022-05-19 14:49 UTC  (5+ messages)

[PATCH bpf-next v3 0/4] Fix 32-bit arch and compat support for the kprobe_multi attach type
 2022-05-19 14:43 UTC  (7+ messages)
` [PATCH bpf-next v3 1/4] bpf_trace: check size for overflow in bpf_kprobe_multi_link_attach
` [PATCH bpf-next v3 4/4] bpf_trace: pass array of u64 values in kprobe_multi.addrs

tg3 dropping packets at high packet rates
 2022-05-19 14:42 UTC  (12+ messages)

[PATCHv2 net] bonding: fix missed rcu protection
 2022-05-19 14:34 UTC  (3+ messages)

[PATCHv3 net] bonding: fix missed rcu protection
 2022-05-19 14:31 UTC  (2+ messages)

PROBLEM: XGBE unable to autoneg when advertising only 1GbE KX mode
 2022-05-19 14:28 UTC 

[PATCH net-next 0/6] net: Introduce Ethernet Inband Extensions
 2022-05-19 14:28 UTC  (10+ messages)
` [PATCH net-next 1/6] net: phy: Introduce QUSGMII PHY mode
` [PATCH net-next 2/6] dt-bindings: net: ethernet-controller: add QUSGMII mode
` [PATCH net-next 3/6] net: lan966x: Add QUSGMII support for lan966x
` [PATCH net-next 4/6] net: phy: Add support for inband extensions
` [PATCH net-next 5/6] net: lan966x: Allow using PCH extension for PTP
` [PATCH net-next 6/6] net: phy: micrel: Add QUSGMII support and PCH extension

[PATCH net-next] net: ethernet: SP7021: fix a use after free of skb->len
 2022-05-19 14:23 UTC  (2+ messages)

[PATCH wpan-next v2 00/11] ieee802154: Synchronous Tx support
 2022-05-19 14:20 UTC  (13+ messages)
` [PATCH wpan-next v2 09/11] net: mac802154: Introduce a synchronous API for MLME commands

[PATCH net-next] net: ethernet: mtk_eth_soc: fix error code in mtk_flow_offload_replace()
 2022-05-19 14:08 UTC 

[PATCH net-next v4 00/12] add support for Renesas RZ/N1 ethernet subsystem devices
 2022-05-19 14:03 UTC  (6+ messages)
` [PATCH net-next v4 06/12] net: dsa: rzn1-a5psw: add Renesas RZ/N1 advanced 5 port switch driver

[PATCH 0/2] Bluetooth: hci_bcm: Autobaud mode support
 2022-05-19 14:04 UTC  (7+ messages)
` [PATCH 1/2] dt-bindings: net: broadcom-bluetooth: Add property for autobaud mode

[PATCH] hv_netvsc: Fix potential dereference of NULL pointer
 2022-05-19 13:45 UTC  (2+ messages)

[PATCH 00/10] RTW88: Add support for USB variants
 2022-05-19 13:58 UTC  (5+ messages)
` [PATCH 06/10] rtw88: Add common USB chip support

[PATCH bpf-next 1/2] cpuidle/rcu: Making arch_cpu_idle and rcu_idle_exit noinstr
 2022-05-19 13:54 UTC  (7+ messages)

[PATCH net-next 0/3][pull request] 100GbE Intel Wired LAN Driver Updates 2022-05-17
 2022-05-19 13:45 UTC  (6+ messages)
` [PATCH net-next 2/3] ice: add i2c write command
` [PATCH net-next 3/3] ice: add write functionality for GNSS TTY

[PATCH 00/12] Introduce Microsoft Azure Network Adapter (MANA) RDMA driver
 2022-05-19 12:49 UTC  (5+ messages)
` [PATCH 12/12] RDMA/mana_ib: Add a driver for Microsoft Azure Network Adapter

[PATCH 00/30] The panic notifiers refactor
 2022-05-19 12:19 UTC  (12+ messages)
` [PATCH 19/30] panic: Add the panic hypervisor notifier list

[PATCH v3 bpf-next 0/5] net: netfilter: add kfunc helper to update ct timeout
 2022-05-19 11:23 UTC  (8+ messages)
` [PATCH v3 bpf-next 4/5] net: netfilter: add kfunc helper to add a new ct entry

WARNING in dev_change_net_namespace
 2022-05-19 11:18 UTC  (3+ messages)
` [syzbot] "

[PATCHv2 0/3] perf tools: Fix prologue generation
 2022-05-19 11:03 UTC  (7+ messages)

[PATCH net-next v3] tls: Add opt-in zerocopy mode of sendfile()
 2022-05-19 10:40 UTC  (3+ messages)

regression: 'ctnetlink_dump_one_entry' defined but not used
 2022-05-19 10:21 UTC  (2+ messages)

[PATCH net-next] nfp: flower: support ct merging when mangle action exists
 2022-05-19 10:10 UTC  (2+ messages)

[PATCH] net: fec: Avoid allocating rx buffer using ATOMIC in ndo_open
 2022-05-19  9:50 UTC  (3+ messages)

[PATCH net v3] NFC: hci: fix sleep in atomic context bugs in nfc_hci_hcp_message_tx
 2022-05-19  8:58 UTC  (2+ messages)

[PATCH 0/3] Macb PTP updates
 2022-05-19  8:54 UTC  (3+ messages)
` [PATCH 2/3] net: macb: Enable PTP unicast

[PATCH net v3] net: macb: Fix PTP one step sync support
 2022-05-19  8:27 UTC  (3+ messages)

[RFC net-next] dt-bindings: net: xilinx: document xilinx emaclite driver binding
 2022-05-19  8:06 UTC  (4+ messages)

[RFC PATCH v1 0/8] virtio/vsock: experimental zerocopy receive
 2022-05-19  7:42 UTC  (4+ messages)

[PATCH v2 net] net: bridge: Clear offload_fwd_mark when passing frame up bridge interface
 2022-05-19  7:40 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: fix some bugs in map_lookup_percpu_elem testcase
 2022-05-19  7:31 UTC  (5+ messages)
  ` [External] "

[PATCH -next v2] net: wwan: t7xx: use GFP_ATOMIC under spin lock in t7xx_cldma_gpd_set_next_ptr()
 2022-05-19  7:30 UTC  (2+ messages)

[PATCH net-next v3] net: wwan: t7xx: fix GFP_KERNEL usage in spin_lock context
 2022-05-19  7:43 UTC  (2+ messages)

[PATCH net-next] sfc/siena: Remove duplicate check on segments
 2022-05-19  7:17 UTC 

[PATCH net-next] net: wwan: iosm: remove pointless null check
 2022-05-19  7:12 UTC  (2+ messages)

[PATCH net-next] selftests: fib_nexthops: Make ping timeout configurable
 2022-05-19  7:09 UTC 

[PATCH net-next v2] net: ifdefy the wireless pointers in struct net_device
 2022-05-19  6:53 UTC  (2+ messages)

[PATCH net-next] net: tls: fix messing up lists when bpf enabled
 2022-05-19  6:42 UTC  (2+ messages)

[syzbot] general protection fault in hci_inquiry_result_with_rssi_evt
 2022-05-19  6:32 UTC  (4+ messages)

[PATCH -next] stcp: Use memset_after() to zero sctp_stream_out_ext
 2022-05-19  6:29 UTC 

[PATCH net-next v1 00/3] Introduce MACsec offload SKB extension
 2022-05-19  6:26 UTC  (4+ messages)
` [PATCH net-next v1 01/03] net/macsec: Add MACsec skb extension Tx Data path support

gateway field missing in netlink message
 2022-05-19  6:11 UTC 

[PATCH net-next] net/mlx5: fix multiple definitions of mlx5_lag_mpesw_init / mlx5_lag_mpesw_cleanup
 2022-05-19  5:00 UTC  (3+ messages)

[PATCH net] ptp: ocp: change sysfs attr group handling
 2022-05-19  4:50 UTC  (2+ messages)

[PATCH bpf-next v9 0/5] New BPF helpers to accelerate synproxy
 2022-05-19  4:42 UTC  (8+ messages)

[PATCH net 1/7] netfilter: flowtable: fix excessive hw offload attempts after failure
 2022-05-19  4:40 UTC  (2+ messages)

[PATCH net-next 1/1] selftests: forwarding: fix missing backslash
 2022-05-19  4:40 UTC  (2+ messages)

[pull request][net-next 00/16] mlx5 updates 2022-05-17
 2022-05-19  4:36 UTC  (5+ messages)
` [net-next 16/16] net/mlx5: Support multiport eswitch mode


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