netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-19 00:54:41 to 2022-02-20 13:51:28 UTC [more...]

[PATCH] xen/netfront: destroy queues before real_num_tx_queues is zeroed
 2022-02-20 13:42 UTC 

[PATCH bpf-next v1 00/15] Introduce typed pointer support in BPF maps
 2022-02-20 13:48 UTC  (16+ messages)
` [PATCH bpf-next v1 01/15] bpf: Factor out fd returning from bpf_btf_find_by_name_kind
` [PATCH bpf-next v1 02/15] bpf: Make btf_find_field more generic
` [PATCH bpf-next v1 03/15] bpf: Allow storing PTR_TO_BTF_ID in map
` [PATCH bpf-next v1 04/15] bpf: Allow storing referenced "
` [PATCH bpf-next v1 05/15] bpf: Allow storing PTR_TO_PERCPU_BTF_ID "
` [PATCH bpf-next v1 06/15] bpf: Allow storing __user PTR_TO_BTF_ID "
` [PATCH bpf-next v1 07/15] bpf: Prevent escaping of pointers loaded from maps
` [PATCH bpf-next v1 08/15] bpf: Adapt copy_map_value for multiple offset case
` [PATCH bpf-next v1 09/15] bpf: Populate pairs of btf_id and destructor kfunc in btf
` [PATCH bpf-next v1 10/15] bpf: Wire up freeing of referenced PTR_TO_BTF_ID in map
` [PATCH bpf-next v1 11/15] bpf: Teach verifier about kptr_get style kfunc helpers
` [PATCH bpf-next v1 12/15] net/netfilter: Add bpf_ct_kptr_get helper
` [PATCH bpf-next v1 13/15] libbpf: Add __kptr* macros to bpf_helpers.h
` [PATCH bpf-next v1 14/15] selftests/bpf: Add C tests for PTR_TO_BTF_ID in map
` [PATCH bpf-next v1 15/15] selftests/bpf: Add verifier "

[PATCH net v4 1/1] openvswitch: Fix setting ipv6 fields causing hw csum failure
 2022-02-20 13:21 UTC 

[PATCH v3 0/4] RSS support for VirtioNet
 2022-02-20 13:17 UTC  (8+ messages)
` [PATCH v3 2/4] drivers/net/virtio_net: Added basic RSS support

[PATCH] net: ksz884x: use time_before in netdev_open for compatibility
 2022-02-20 12:21 UTC 

[Issue report] drivers/ftgmac100: DHCP occasionally fails during boot up or link down/up
 2022-02-20 12:26 UTC  (5+ messages)

[PATCH v2 intel-net] ice: avoid XDP checks in ice_clean_tx_irq()
 2022-02-20 11:41 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH] ravb: Use GFP_KERNEL instead of GFP_ATOMIC when possible
 2022-02-20 11:32 UTC  (5+ messages)

[PATCH V8 mlx5-next 00/15] Add mlx5 live migration driver and v2 migration protocol
 2022-02-20  9:57 UTC  (16+ messages)
` [PATCH V8 mlx5-next 01/15] PCI/IOV: Add pci_iov_vf_id() to get VF index
` [PATCH V8 mlx5-next 02/15] net/mlx5: Reuse exported virtfn index function call
` [PATCH V8 mlx5-next 03/15] net/mlx5: Disable SRIOV before PF removal
` [PATCH V8 mlx5-next 04/15] PCI/IOV: Add pci_iov_get_pf_drvdata() to allow VF reaching the drvdata of a PF
` [PATCH V8 mlx5-next 05/15] net/mlx5: Expose APIs to get/put the mlx5 core device
` [PATCH V8 mlx5-next 06/15] net/mlx5: Introduce migration bits and structures
` [PATCH V8 mlx5-next 07/15] net/mlx5: Add migration commands definitions
` [PATCH V8 mlx5-next 08/15] vfio: Have the core code decode the VFIO_DEVICE_FEATURE ioctl
` [PATCH V8 mlx5-next 09/15] vfio: Define device migration protocol v2
` [PATCH V8 mlx5-next 10/15] vfio: Extend the device migration protocol with RUNNING_P2P
` [PATCH V8 mlx5-next 11/15] vfio: Remove migration protocol v1 documentation
` [PATCH V8 mlx5-next 12/15] vfio/mlx5: Expose migration commands over mlx5 device
` [PATCH V8 mlx5-next 13/15] vfio/mlx5: Implement vfio_pci driver for mlx5 devices
` [PATCH V8 mlx5-next 14/15] vfio/pci: Expose vfio_pci_core_aer_err_detected()
` [PATCH V8 mlx5-next 15/15] vfio/mlx5: Use its own PCI reset_done error handler

[PATCH net v2 1/1] net/sched: act_ct: Fix flow table lookup failure with no originating ifindex
 2022-02-20  9:32 UTC 

[PATCH net-next v3 0/5] Add support for locked bridge ports (for 802.1X)
 2022-02-20  9:21 UTC  (15+ messages)
` [PATCH net-next v3 1/5] net: bridge: Add support for bridge port in locked mode
` [PATCH net-next v3 2/5] net: bridge: Add support for offloading of locked port flag
` [PATCH net-next v3 3/5] net: dsa: Add support for offloaded "
` [PATCH net-next v3 4/5] net: dsa: mv88e6xxx: Add support for bridge port locked mode
` [PATCH net-next v3 5/5] selftests: forwarding: tests of locked port feature

[PATCH net 0/7] bnxt_en: Bug fixes
 2022-02-20  9:05 UTC  (8+ messages)
` [PATCH net 1/7] bnxt_en: Fix active FEC reporting to ethtool
` [PATCH net 2/7] bnxt_en: Fix offline ethtool selftest with RDMA enabled
` [PATCH net 3/7] bnxt_en: Fix occasional ethtool -t loopback test failures
` [PATCH net 4/7] bnxt_en: Fix incorrect multicast rx mask setting when not requested
` [PATCH net 5/7] bnxt_en: Restore the resets_reliable flag in bnxt_open()
` [PATCH net 6/7] bnxt_en: Increase firmware message response DMA wait time
` [PATCH net 7/7] bnxt_en: Fix devlink fw_activate

[PATCH net 1/1] net/sched: act_ct: Fix flow table lookup failure with no originating ifindex
 2022-02-20  8:48 UTC  (6+ messages)

[PATCH 00/22] Don't use kmalloc() with GFP_DMA
 2022-02-20  8:40 UTC  (51+ messages)
` [PATCH 01/22] parisc: pci-dma: remove stale code and comment
` [PATCH 02/22] net: moxa: Don't use GFP_DMA when calling dma_alloc_coherent()
` [PATCH 03/22] gpu: ipu-v3: "
` [PATCH 04/22] drm/sti: Don't use GFP_DMA when calling dma_alloc_wc()
` [PATCH 05/22] sound: n64: Don't use GFP_DMA when calling dma_alloc_coherent()
` [PATCH 06/22] fbdev: da8xx: "
` [PATCH 07/22] fbdev: mx3fb: Don't use GFP_DMA when calling dma_alloc_wc()
` [PATCH 08/22] usb: gadget: lpc32xx_udc: Don't use GFP_DMA when calling dma_alloc_coherent()
` [PATCH 09/22] usb: cdns3: "
` [PATCH 10/22] uio: pruss: "
` [PATCH 11/22] staging: emxx_udc: "
` [PATCH 12/22] "
` [PATCH 13/22] spi: atmel: "
` [PATCH 14/22] spi: spi-ti-qspi: "
` [PATCH 15/22] usb: cdns3: Don't use GFP_DMA32 when calling dma_pool_alloc()
` [PATCH 16/22] usb: udc: lpc32xx: Don't use GFP_DMA "
` [PATCH 17/22] net: marvell: prestera: "
` [PATCH 18/22] net: ethernet: mtk-star-emac: Don't use GFP_DMA when calling dmam_alloc_coherent()
` [PATCH 19/22] ethernet: rocker: Use dma_alloc_noncoherent() for dma buffer
` [PATCH 20/22] HID: intel-ish-hid: "
` [PATCH 21/22] mmc: wbsd: "
` [PATCH 22/22] mtd: rawnand: "

[PATCH] mac80211: Use GFP_KERNEL instead of GFP_ATOMIC when possible
 2022-02-20  8:23 UTC 

[PATCH net-next v3 0/9] net: add skb drop reasons to TCP packet receive
 2022-02-20  7:06 UTC  (10+ messages)
` [PATCH net-next v3 1/9] net: tcp: introduce tcp_drop_reason()
` [PATCH net-next v3 2/9] net: tcp: add skb drop reasons to tcp_v4_rcv()
` [PATCH net-next v3 3/9] net: tcp: use kfree_skb_reason() for tcp_v6_rcv()
` [PATCH net-next v3 4/9] net: tcp: add skb drop reasons to tcp_v{4,6}_inbound_md5_hash()
` [PATCH net-next v3 5/9] net: tcp: add skb drop reasons to tcp_add_backlog()
` [PATCH net-next v3 6/9] net: tcp: use kfree_skb_reason() for tcp_v{4,6}_do_rcv()
` [PATCH net-next v3 7/9] net: tcp: use tcp_drop_reason() for tcp_rcv_established()
` [PATCH net-next v3 8/9] net: tcp: use tcp_drop_reason() for tcp_data_queue()
` [PATCH net-next v3 9/9] net: tcp: use tcp_drop_reason() for tcp_data_queue_ofo()

[PATCH] net: qualcomm: rmnet: Use skb_put_zero() to simplify code
 2022-02-20  6:36 UTC 

[PATCH v2 0/3] tun/tap: use kfree_skb_reason() to trace dropped skb
 2022-02-20  5:40 UTC  (8+ messages)
` [PATCH v2 1/3] net: tap: track dropped skb via kfree_skb_reason()
` [PATCH v2 2/3] net: tun: split run_ebpf_filter() and pskb_trim() into different "if statement"
` [PATCH v2 3/3] net: tun: track dropped skb via kfree_skb_reason()

[PATCH v2 net-next] gro_cells: avoid using synchronize_rcu() in gro_cells_destroy()
 2022-02-20  4:11 UTC 

[PATCH net-next v3] net: hsr: fix suspicious RCU usage warning in hsr_node_get_first()
 2022-02-20  4:06 UTC  (4+ messages)

[PATCH net-next] gro_cells: avoid using synchronize_rcu() in gro_cells_destroy()
 2022-02-20  4:06 UTC  (2+ messages)

[PATCH] bpf: Initialize ret to 0 inside btf_populate_kfunc_set()
 2022-02-20  1:40 UTC  (4+ messages)

[PATCH bpf-next v8 00/10] Introduce unstable CT lookup helpers
 2022-02-20  1:13 UTC  (4+ messages)

[PATCH bpf-next] bpftool: Remove usage of reallocarray()
 2022-02-20  0:49 UTC  (3+ messages)

BTF compatibility issue across builds
 2022-02-20  0:28 UTC  (12+ messages)

[PATCH net-next v2 0/6] net: dsa: qca8k: convert to phylink_pcs and mark as non-legacy
 2022-02-19 21:22 UTC  (4+ messages)
` [PATCH net-next v2 1/6] net: dsa: add support for phylink mac_select_pcs()

[PATCH net] net: dsa: avoid call to __dev_set_promiscuity() while rtnl_mutex isn't held
 2022-02-19 21:20 UTC  (2+ messages)

[PATCH net-next] net: prestera: acl: fix 'client_map' buff overflow
 2022-02-19 19:00 UTC  (2+ messages)

[PATCH net-next] net/smc: unlock on error paths in __smc_setsockopt()
 2022-02-19 19:00 UTC  (3+ messages)

[PATCH net-next] net: dsa: microchip: add ksz8563 to ksz9477 I2C driver
 2022-02-19 19:00 UTC  (2+ messages)

[PATCH net-next v4 1/1] net: dsa: microchip: ksz9477: export HW stats over stats64 interface
 2022-02-19 19:00 UTC  (3+ messages)

[RFC PATCH bpf-next v2 0/3] bpf: support string key in htab
 2022-02-19 18:44 UTC  (4+ messages)

[PATCH RFC 0/3] bpf: show attached name for progs without btf name
 2022-02-19 18:27 UTC  (3+ messages)
` [PATCH RFC 2/3] bpf: set attached cgroup name in attach_name

[PATCH net-next 0/2] net: phylink: remove pcs_poll
 2022-02-19 16:50 UTC  (4+ messages)
` [PATCH net-next 1/2] net: dsa: "
` [PATCH net-next 2/2] net: phylink: remove phylink_config's pcs_poll

[PATCH net-next v6 0/2] MCTP I2C driver
 2022-02-19 16:40 UTC  (2+ messages)

[PATCH net-next] net: get rid of rtnl_lock_unregistering()
 2022-02-19 16:40 UTC  (2+ messages)

[PATCH net-next v3 0/2] Provide direct access to 1588 one step register
 2022-02-19 16:40 UTC  (2+ messages)

[PATCH] atm: nicstar: Use kcalloc() to simplify code
 2022-02-19 16:40 UTC  (2+ messages)

[PATCH] net: ip6mr: add support for passing full packet on wrong mif
 2022-02-19 16:40 UTC  (2+ messages)

[PATCH net-next v2] net: prestera: flower: fix destroy tmpl in chain
 2022-02-19 16:40 UTC  (2+ messages)

[PATCH] net: dsa: microchip: fix bridging with more than two member ports
 2022-02-19 16:30 UTC  (2+ messages)

[PATCH net v4] net: Force inlining of checksum functions in net/checksum.h
 2022-02-19 16:30 UTC  (2+ messages)

[PATCH net-next 0/2] ipv4: Invalidate neighbour for broadcast address upon address addition
 2022-02-19 15:45 UTC  (3+ messages)
` [PATCH net-next 1/2] "
` [PATCH net-next 2/2] selftests: fib_test: Add a test case for IPv4 broadcast neighbours

[PATCH] wcn36xx: Initialize channel to NULL inside wcn36xx_change_opchannel()
 2022-02-19 15:29 UTC 

[PATCH net-next] net: sparx5: Support offloading of bridge port flooding flags
 2022-02-19 14:56 UTC  (5+ messages)

[PATCH bpf-next v2 0/2] Split bpf_sk_lookup remote_port field
 2022-02-19 14:37 UTC  (6+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Cover 4-byte load from remote_port in bpf_sk_lookup

[PATCH net-next 0/2] sfc: optimize RXQs count and affinities
 2022-02-19 13:53 UTC  (16+ messages)
` [PATCH net-next 1/2] sfc: default config to 1 channel/core in local NUMA node only
` [PATCH net-next resend 0/2] sfc: optimize RXQs count and affinities
  ` [PATCH net-next resend 1/2] sfc: default config to 1 channel/core in local NUMA node only
  ` [PATCH net-next resend 2/2] sfc: set affinity hints "

[PATCH net-next 0/3] Conntrack GRE offload
 2022-02-19 12:51 UTC  (7+ messages)
` [PATCH net-next 1/3] netfilter: flowtable: Support GRE

[PATCH net 0/7] mptcp: Fix address advertisement races and stabilize tests
 2022-02-19 12:40 UTC  (2+ messages)

[PATCH net-next 1/1] i40e: remove dead stores on XSK hotpath
 2022-02-19 12:40 UTC  (2+ messages)

[syzbot] general protection fault in vhost_iotlb_itree_first
 2022-02-19  9:18 UTC 

[PATCH net-next-internal 1/1] ibmvnic: Drop IBMVNIC_BUFFER_HLEN
 2022-02-19  6:09 UTC 

[PATCH net-next v4 1/1] net: Add new protocol attribute to IP addresses
 2022-02-19  5:50 UTC  (2+ messages)

[PATCH net-next 0/2] Add checks for incoming packet addresses
 2022-02-19  5:50 UTC  (2+ messages)

[PATCH net v2] mctp: Fix incorrect netdev unref for extended addr
 2022-02-19  5:42 UTC  (2+ messages)

[PATCH net] nfp: flower: Fix a potential leak in nfp_tunnel_add_shared_mac()
 2022-02-19  5:20 UTC  (2+ messages)

[PATCH net-next] net: dm9051: Fix use after free in dm9051_loop_tx()
 2022-02-19  5:07 UTC  (2+ messages)

[PATCH net-next v6 0/7] ice: GTP support in switchdev
 2022-02-19  5:03 UTC  (3+ messages)
` [PATCH net-next v6 6/7] ice: Fix FV offset searching

[PATCH net-next v7 0/8] new Fungible Ethernet driver
 2022-02-19  4:58 UTC  (2+ messages)

[PATCH net] MAINTAINERS: rmnet: Update email addresses
 2022-02-19  4:50 UTC  (2+ messages)

[BUG/PATCH v3] net: mvpp2: always set port pcs ops
 2022-02-19  4:44 UTC  (3+ messages)

[PATCH net-next v2 0/9] net: add skb drop reasons to TCP packet receive
 2022-02-19  4:40 UTC  (3+ messages)
` [PATCH net-next v2 1/9] net: tcp: introduce tcp_drop_reason()

[PATCH net-next 0/4] ionic: driver updates
 2022-02-19  4:38 UTC  (5+ messages)
` [PATCH net-next 1/4] ionic: catch transition back to RUNNING with fw_generation 0

[PATCH] net: stmmac: Enable NAPI before interrupts go live
 2022-02-19  4:33 UTC  (4+ messages)

[net-next PATCH 0/2] Add ethtool support for completion event size
 2022-02-19  4:29 UTC  (4+ messages)

[PATCH v7 net-next] net-core: add InDropOtherhost counter
 2022-02-19  4:12 UTC  (4+ messages)

[PATCH bpf-next v2 0/2] Modify BPF_JIT_ALWAYS_ON and BPF_JIT_DEFAULT_ON
 2022-02-19  3:15 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] bpf: Add some description about BPF_JIT_ALWAYS_ON in Kconfig
` [PATCH bpf-next v2 2/2] bpf: Make BPF_JIT_DEFAULT_ON selectable "

[PATCH 0/8] bpf: Add fprobe link
 2022-02-19  2:10 UTC  (16+ 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).