netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-04 12:46:14 to 2021-08-05 07:36:49 UTC [more...]

[PATCH net-next 0/2] GRO and Toeplitz hash selftests
 2021-08-05  7:36 UTC 

[PATCH v10 00/17] Introduce VDUSE - vDPA Device in Userspace
 2021-08-05  7:12 UTC  (15+ messages)
` [PATCH v10 01/17] iova: Export alloc_iova_fast() and free_iova_fast()
` [PATCH v10 10/17] virtio: Handle device reset failure in register_virtio_device()

[PATCH v2] Bluetooth: Shutdown controller after workqueues are flushed or cancelled
 2021-08-05  6:55 UTC  (12+ messages)

[PATCH] net: mac80211: Remove unnecessary variable and label
 2021-08-05  6:43 UTC 

[PATCH 1/2] irqchip: irq-meson-gpio: make it possible to build as a module
 2021-08-05  6:31 UTC  (3+ messages)

[PATCH v4 01/10] net/ps3_gelic: Add gelic_descr structures
 2021-08-05  5:10 UTC  (10+ messages)
  ` [PATCH v4 02/10] net/ps3_gelic: Use local dev variable
  ` [PATCH v4 03/10] net/ps3_gelic: Format cleanups
  ` [PATCH v4 04/10] net/ps3_gelic: Add new macro BUG_ON_DEBUG
  ` [PATCH v4 05/10] net/ps3_gelic: Add vlan_id structure
  ` [PATCH v4 06/10] net/ps3_gelic: Cleanup debug code
  ` [PATCH v4 07/10] net/ps3_gelic: Add new routine gelic_unmap_link
  ` [PATCH v4 08/10] net/ps3_gelic: Rename no to descr_count
  ` [PATCH v4 09/10] net/ps3_gelic: Add new routine gelic_work_to_card
  ` [PATCH v4 10/10] net/ps3_gelic: Fix DMA mapping problems

[PATCH bpf-next v4 0/5] sockmap: add sockmap support for unix stream socket
 2021-08-05  5:13 UTC  (6+ messages)
` [PATCH bpf-next v4 1/5] af_unix: add read_sock for stream socket types
` [PATCH bpf-next v4 2/5] af_unix: add unix_stream_proto for sockmap
` [PATCH bpf-next v4 3/5] selftest/bpf: add tests for sockmap with unix stream type
` [PATCH bpf-next v4 4/5] selftest/bpf: change udp to inet in some function names
` [PATCH bpf-next v4 5/5] selftest/bpf: add new tests in sockmap for unix stream to tcp

[PATCH bpf-next 0/4] bpf: tcp: Allow bpf-tcp-cc to call bpf_(get|set)sockopt
 2021-08-05  5:01 UTC  (5+ messages)
` [PATCH bpf-next 1/4] "
` [PATCH bpf-next 2/4] bpf: selftests: Add sk_state to bpf_tcp_helpers.h
` [PATCH bpf-next 3/4] bpf: selftests: Add connect_to_fd_opts to network_helpers
` [PATCH bpf-next 4/4] bpf: selftests: Add dctcp fallback test

[syzbot] bpf-next boot error: WARNING: refcount bug in fib_create_info
 2021-08-05  4:24 UTC 

[net-next:master 14/15] ERROR: modpost: "devlink_health_reporter_create" [drivers/ptp/ptp_ocp.ko] undefined!
 2021-08-05  2:25 UTC 

[PATCH 0/2] net: fix use-after-free bugs
 2021-08-05  2:24 UTC  (5+ messages)
` [PATCH 1/2] net: fec: fix use-after-free in fec_drv_remove
` [PATCH 2/2] net: vxge: fix use-after-free in vxge_device_unregister

[PATCH net] page_pool: mask the page->signature before the checking
 2021-08-05  2:14 UTC  (3+ messages)

[PATCH net-next 00/21] ethtool, stats: introduce and use standard XDP stats
 2021-08-05  2:14 UTC  (16+ messages)
` [PATCH net-next 03/21] ethtool, stats: introduce standard XDP statistics
` [PATCH net-next 07/21] ethernet, ena: convert to standard XDP stats

[syzbot] WARNING in netlink_sock_destruct
 2021-08-05  0:31 UTC 

[PATCH V7 0/9] PCI: Enable 10-Bit tag support for PCIe devices
 2021-08-05  0:05 UTC  (18+ messages)
` [PATCH V7 1/9] PCI: Use cached Device Capabilities Register
` [PATCH V7 2/9] PCI: Use cached Device Capabilities 2 Register
` [PATCH V7 3/9] PCI: Add 10-Bit Tag register definitions
` [PATCH V7 4/9] PCI: Enable 10-Bit Tag support for PCIe Endpoint devices
` [PATCH V7 5/9] PCI/IOV: Enable 10-Bit tag support for PCIe VF devices
` [PATCH V7 6/9] PCI: Enable 10-Bit Tag support for PCIe RP devices
` [PATCH V7 7/9] PCI/sysfs: Add a 10-Bit Tag sysfs file
` [PATCH V7 8/9] PCI/IOV: Add 10-Bit Tag sysfs files for VF devices
` [PATCH V7 9/9] PCI/P2PDMA: Add a 10-Bit Tag check in P2PDMA

[PATCH net-next v4] ptp: ocp: Expose various resources on the timecard
 2021-08-04 23:52 UTC  (4+ messages)

[PATCH bpf-next 0/3] XDP bonding support
 2021-08-04 23:35 UTC  (11+ messages)
` [PATCH bpf-next v5 0/7] "
  ` [PATCH bpf-next v5 1/7] net: bonding: Refactor bond_xmit_hash for use with xdp_buff
  ` [PATCH bpf-next v5 2/7] net: core: Add support for XDP redirection to slave device
  ` [PATCH bpf-next v5 3/7] net: bonding: Add XDP support to the bonding driver
  ` [PATCH bpf-next v5 4/7] devmap: Exclude XDP broadcast to master device
  ` [PATCH bpf-next v5 5/7] net: core: Allow netdev_lower_get_next_private_rcu in bh context
  ` [PATCH bpf-next v5 6/7] selftests/bpf: Fix xdp_tx.c prog section name
  ` [PATCH bpf-next v5 7/7] selftests/bpf: Add tests for XDP bonding

[PATCH bpf-next v3] selftests/bpf: move netcnt test under test_progs
 2021-08-04 23:20 UTC  (2+ messages)

[PATCH] mwifiex: drop redundant null-pointer check in mwifiex_dnld_cmd_to_fw()
 2021-08-04 22:45 UTC  (2+ messages)

[PATCH bpf-next] samples/bpf: xdp_redirect_cpu: Add mprog-disable to optstring
 2021-08-04 22:50 UTC  (5+ messages)

[PATCH 00/38] Replace deprecated CPU-hotplug
 2021-08-04 22:41 UTC  (3+ messages)
` [PATCH 21/38] virtio_net: Replace deprecated CPU-hotplug functions

[PATCH v1 0/3] Clean up and fix error handling in mdio_mux_init()
 2021-08-04 21:43 UTC  (4+ messages)
` [PATCH v1 1/3] net: mdio-mux: Delete unnecessary devm_kfree
` [PATCH v1 2/3] net: mdio-mux: Don't ignore memory allocation errors
` [PATCH v1 3/3] net: mdio-mux: Handle -EPROBE_DEFER correctly

[PATCH][next] net/ipv6/mcast: Use struct_size() helper
 2021-08-04 21:43 UTC 

[PATCH][next] net/ipv4/igmp: Use struct_size() helper
 2021-08-04 21:18 UTC 

[PATCH bpf-next 0/3] tools: ksnoop: tracing kernel function entry/return with argument/return value display
 2021-08-04 21:05 UTC  (2+ messages)

[PATCH net-next v2] ethernet/intel: fix PTP_1588_CLOCK dependencies
 2021-08-04 20:53 UTC  (10+ messages)

[PATCH net-next v3] ethernet: fix PTP_1588_CLOCK dependencies
 2021-08-04 20:53 UTC  (6+ messages)

[PATCH net-next v2 0/8] Add Gigabit Ethernet driver support
 2021-08-04 20:50 UTC  (10+ messages)
` [PATCH net-next v2 1/8] ravb: Add struct ravb_hw_info to driver data
` [PATCH net-next v2 5/8] ravb: Add gstrings_stats and gstrings_size to struct ravb_hw_info
` [PATCH net-next v2 8/8] ravb: Add tx_drop_cntrs "

[PATCH][next] net/ipv4/ipv6: Replace one-element arraya with flexible-array members
 2021-08-04 20:45 UTC 

[PATCH] net: ath9k: fix use-after-free in ath9k_hif_usb_rx_cb
 2021-08-04 19:57 UTC  (2+ messages)

[PATCH net-next 0/4] ethtool: runtime-resume netdev parent before ethtool ops
 2021-08-04 19:33 UTC  (6+ messages)
` [PATCH net-next 1/4] ethtool: runtime-resume netdev parent before ethtool ioctl ops

[PATCH net-next] net: fix GRO skb truesize update
 2021-08-04 19:29 UTC  (2+ messages)

[PATCH V2 00/14] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-08-04 19:27 UTC  (16+ messages)
` [PATCH V2 01/14] x86/HV: Initialize GHCB page in Isolation VM
` [PATCH V2 02/14] x86/HV: Initialize shared memory boundary in the "
` [PATCH V2 03/14] x86/set_memory: Add x86_set_memory_enc static call support
` [PATCH V2 04/14] x86/HV: Add new hvcall guest address host visibility support
` [PATCH V2 05/14] HV: Mark vmbus ring buffer visible to host in Isolation VM
` [PATCH V2 06/14] HV: Add Write/Read MSR registers via ghcb page
` [PATCH V2 07/14] HV: Add ghcb hvcall support for SNP VM
` [PATCH V2 08/14] HV/Vmbus: Add SNP support for VMbus channel initiate message
` [PATCH V2 09/14] HV/Vmbus: Initialize VMbus ring buffer for Isolation VM
` [PATCH V2 10/14] DMA: Add dma_map_decrypted/dma_unmap_encrypted() function
` [PATCH V2 11/14] x86/Swiotlb: Add Swiotlb bounce buffer remap function for HV IVM
` [PATCH V2 12/14] HV/IOMMU: Enable swiotlb bounce buffer for Isolation VM
` [PATCH V2 13/14] HV/Netvsc: Add Isolation VM support for netvsc driver
` [PATCH V2 14/14] HV/Storvsc: Add Isolation VM support for storvsc driver

[PATCH][next] net/ipv4: Revert use of struct_size() helper
 2021-08-04 18:23 UTC 

[syzbot] BUG: unable to handle kernel paging request in cap_capable
 2021-08-04 18:16 UTC  (2+ messages)

[PATCH iproute2-next] tc/skbmod: Introduce SKBMOD_F_ECN option
 2021-08-04 18:15 UTC  (4+ messages)
` [PATCH iproute2-next v2] "
` [PATCH iproute2-next v3] "

[PATCH net-next 1/2] net/sched: sch_ingress: Support clsact egress mini-Qdisc option
 2021-08-04 17:50 UTC  (5+ messages)

[PATCH AUTOSEL 4.19 5/6] mt7530 fix mt7530_fdb_write vid missing ivl bit
 2021-08-04 17:41 UTC  (3+ messages)

[syzbot] WARNING: proc registration bug in clusterip_tg_check (3)
 2021-08-04 17:28 UTC 

[PATCH net-next] Revert "netdevsim: Add multi-queue support"
 2021-08-04 17:25 UTC  (10+ messages)

[PATCH bpf-next v3 0/5] sockmap: add sockmap support for unix stream socket
 2021-08-04 17:20 UTC  (4+ messages)
` [PATCH bpf-next v3 2/5] af_unix: add unix_stream_proto for sockmap
    `  "

[PATCH 0/4] net: wwan: iosm: fixes
 2021-08-04 17:10 UTC  (8+ messages)
` [PATCH 1/4] net: wwan: iosm: fix lkp buildbot warning
` [PATCH 2/4] net: wwan: iosm: endianness type correction
` [PATCH 3/4] net: wwan: iosm: correct data protocol mask bit
` [PATCH 4/4] net: wwan: iosm: fix recursive lock acquire in unregister

leds: netdev trigger - misleading link state indication at boot
 2021-08-04 16:01 UTC  (2+ messages)

[RESEND PATCH v5 0/6] Bluetooth: fix locking and socket killing in SCO and RFCOMM
 2021-08-04 15:47 UTC  (7+ messages)
` [RESEND PATCH v5 1/6] Bluetooth: schedule SCO timeouts with delayed_work
` [RESEND PATCH v5 2/6] Bluetooth: avoid circular locks in sco_sock_connect
` [RESEND PATCH v5 3/6] Bluetooth: switch to lock_sock in SCO
` [RESEND PATCH v5 4/6] Bluetooth: serialize calls to sco_sock_{set,clear}_timer
` [RESEND PATCH v5 5/6] Bluetooth: switch to lock_sock in RFCOMM
` [RESEND PATCH v5 6/6] Bluetooth: fix repeated calls to sco_sock_kill

[PATCH v2] dt-bindings: net: can: Document power-domains property
 2021-08-04 15:49 UTC  (3+ messages)

[PATCH net-next 0/6] net: ipa: more work toward runtime PM
 2021-08-04 15:36 UTC  (7+ messages)
` [PATCH net-next 1/6] net: ipa: don't suspend/resume modem if not up
` [PATCH net-next 2/6] net: ipa: reorder netdev pointer assignments
` [PATCH net-next 3/6] net: ipa: improve IPA clock error messages
` [PATCH net-next 4/6] net: ipa: move IPA power operations to ipa_clock.c
` [PATCH net-next 5/6] net: ipa: move ipa_suspend_handler()
` [PATCH net-next 6/6] net: ipa: move IPA flags field

[PATCH 0/4] Add multi-cid support for vsock driver
 2021-08-04 15:23 UTC  (3+ messages)
    ` [External] "

[PATCH v2] rtl8xxxu: Fix the handling of TX A-MPDU aggregation
 2021-08-04 15:13 UTC 

[PATCH] Bluetooth: increase BTNAMSIZ to 21 chars to fix potential buffer overflow
 2021-08-04 15:09 UTC 

[PATCH v5 net-next 00/36] nvme-tcp receive and tarnsmit offloads
 2021-08-04 15:07 UTC  (14+ messages)
` [PATCH v5 net-next 02/36] iov_iter: DDP copy to iter/pages
` [PATCH v5 net-next 04/36] net/tls: expose get_netdev_for_sock

[PATCH v3 net-next 00/10] net: dsa: microchip: DSA driver support for LAN937x switch
 2021-08-04 14:51 UTC  (13+ messages)
` [PATCH v3 net-next 05/10] net: dsa: microchip: add DSA support for microchip lan937x

[PATCH] net: pegasus: fix uninit-value in get_interrupt_interval
 2021-08-04 14:30 UTC  (2+ messages)
` [PATCH net v2] "

[PATCH v3 net-next 0/8] NXP SJA1105 driver support for "H" switch topologies
 2021-08-04 13:54 UTC  (9+ messages)
` [PATCH v3 net-next 1/8] net: dsa: rename teardown_default_cpu to teardown_cpu_ports
` [PATCH v3 net-next 2/8] net: dsa: give preference to local CPU ports
` [PATCH v3 net-next 3/8] net: dsa: sja1105: configure the cascade ports based on topology
` [PATCH v3 net-next 4/8] net: dsa: sja1105: manage the forwarding domain towards DSA ports
` [PATCH v3 net-next 5/8] net: dsa: sja1105: manage VLANs on cascade ports
` [PATCH v3 net-next 6/8] net: dsa: sja1105: increase MTU to account for VLAN header on DSA ports
` [PATCH v3 net-next 7/8] net: dsa: sja1105: suppress TX packets from looping back in "H" topologies
` [PATCH v3 net-next 8/8] net: dsa: sja1105: enable address learning on cascade ports

[PATCH net-next] net: ipa: fix IPA v4.9 interconnects
 2021-08-04 13:54 UTC 

[PATCH v2 net-next 0/8] NXP SJA1105 driver support for "H" switch topologies
 2021-08-04 13:19 UTC  (10+ messages)
` [PATCH v2 net-next 1/8] net: dsa: rename teardown_default_cpu to teardown_cpu_ports
` [PATCH v2 net-next 2/8] net: dsa: give preference to local CPU ports
` [PATCH v2 net-next 3/8] net: dsa: sja1105: configure the cascade ports based on topology
` [PATCH v2 net-next 4/8] net: dsa: sja1105: manage the forwarding domain towards DSA ports
` [PATCH v2 net-next 5/8] net: dsa: sja1105: manage VLANs on cascade ports
` [PATCH v2 net-next 6/8] net: dsa: sja1105: increase MTU to account for VLAN header on DSA ports
` [PATCH v2 net-next 7/8] net: dsa: sja1105: suppress TX packets from looping back in "H" topologies
` [PATCH v2 net-next 8/8] net: dsa: sja1105: enable address learning on cascade ports

[PATCH next-queue v6 0/4] igc: Add support for PCIe PTM
 2021-08-04 12:59 UTC  (5+ messages)
` [PATCH next-queue v6 3/4] igc: Enable "
  ` [Intel-wired-lan] "
` [PATCH next-queue v6 4/4] igc: Add support for PTP getcrosststamp()
  ` [Intel-wired-lan] "

[RFC PATCH v1 0/7] virtio/vsock: introduce MSG_EOR flag for SEQPACKET
 2021-08-04 12:57 UTC  (2+ 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).