netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-06 20:37:53 to 2019-08-07 08:07:20 UTC [more...]

[PATCH v3 00/39] put_user_pages(): miscellaneous call sites
 2019-08-07  8:07 UTC  (45+ messages)
` [PATCH v3 01/41] mm/gup: add make_dirty arg to put_user_pages_dirty_lock()
` [PATCH v3 02/41] drivers/gpu/drm/via: convert put_page() to put_user_page*()
` [PATCH v3 03/41] net/xdp: "
` [PATCH v3 04/41] net/rds: "
` [PATCH v3 05/41] net/ceph: "
` [PATCH v3 06/41] x86/kvm: "
` [PATCH v3 07/41] drm/etnaviv: convert release_pages() to put_user_pages()
` [PATCH v3 08/41] drm/i915: convert put_page() to put_user_page*()
` [PATCH v3 09/41] drm/radeon: "
` [PATCH v3 10/41] media/ivtv: "
` [PATCH v3 11/41] media/v4l2-core/mm: "
` [PATCH v3 12/41] genwqe: "
` [PATCH v3 13/41] scif: "
` [PATCH v3 14/41] vmci: "
` [PATCH v3 15/41] rapidio: "
` [PATCH v3 16/41] oradax: "
` [PATCH v3 17/41] staging/vc04_services: "
` [PATCH v3 18/41] drivers/tee: "
` [PATCH v3 19/41] vfio: "
` [PATCH v3 20/41] fbdev/pvr2fb: "
` [PATCH v3 21/41] fsl_hypervisor: "
` [PATCH v3 22/41] xen: "
` [PATCH v3 23/41] fs/exec.c: "
` [PATCH v3 24/41] orangefs: "
` [PATCH v3 25/41] uprobes: "
` [PATCH v3 26/41] futex: "
` [PATCH v3 27/41] mm/frame_vector.c: "
` [PATCH v3 28/41] mm/gup_benchmark.c: "
` [PATCH v3 29/41] mm/memory.c: "
` [PATCH v3 30/41] mm/madvise.c: "
` [PATCH v3 31/41] mm/process_vm_access.c: "
` [PATCH v3 32/41] crypt: "
` [PATCH v3 33/41] fs/nfs: "
` [PATCH v3 34/41] goldfish_pipe: "
` [PATCH v3 35/41] kernel/events/core.c: "
` [PATCH v3 36/41] fs/binfmt_elf: "
` [PATCH v3 37/41] security/tomoyo: "
` [PATCH v3 38/41] powerpc: "
` [PATCH v3 39/41] mm/mlock.c: "
` [PATCH v3 40/41] mm/mempolicy.c: "
` [PATCH v3 41/41] mm/ksm: "

[net-next:master 102/111] drivers/net/phy/mdio-cavium.h:114:31: note: in expansion of macro 'readq'
 2019-08-07  8:05 UTC 

[PATCH net-next v3 00/10] net: stmmac: Improvements for -next
 2019-08-07  8:03 UTC  (11+ messages)
` [PATCH net-next v3 01/10] net: stmmac: xgmac: Implement MMC counters
` [PATCH net-next v3 02/10] net: stmmac: xgmac: Implement set_mtl_tx_queue_weight()
` [PATCH net-next v3 03/10] net: stmmac: xgmac: Implement tx_queue_prio()
` [PATCH net-next v3 04/10] net: stmmac: Implement RSS and enable it in XGMAC core
` [PATCH net-next v3 05/10] net: stmmac: selftests: Add RSS test
` [PATCH net-next v3 06/10] net: stmmac: Implement VLAN Hash Filtering in XGMAC
` [PATCH net-next v3 07/10] net: stmmac: selftests: Add test for VLAN and Double VLAN Filtering
` [PATCH net-next v3 08/10] net: stmmac: Implement Safety Features in XGMAC core
` [PATCH net-next v3 09/10] net: stmmac: Add Flexible RX Parser support in XGMAC
` [PATCH net-next v3 10/10] net: stmmac: selftests: Add a selftest for Flexible RX Parser

[PATCH 00/16] net: phy: adin: add support for Analog Devices PHYs
 2019-08-07  8:00 UTC  (11+ messages)
` [PATCH 06/16] net: phy: adin: support PHY mode converters
` [PATCH 15/16] net: phy: adin: add ethtool get_stats support

[PATCH v2 1/1] ixgbe: sync the first fragment unconditionally
 2019-08-07  7:56 UTC  (2+ messages)

[PATCH] net: tundra: tsi108: use spin_lock_irqsave instead of spin_lock_irq in IRQ context
 2019-08-07  7:43 UTC 

net-next/master boot bisection: v5.3-rc1-460-g05bb520376af on meson-gxm-khadas-vim2
 2019-08-07  7:34 UTC 

[PATCH net-next 0/5] RX improve
 2019-08-07  7:12 UTC  (11+ messages)
` [PATCH net-next 2/5] r8152: replace array with linking list for rx information
` [PATCH net-next 4/5] r8152: support skb_add_rx_frag
` [PATCH net-next 5/5] r8152: change rx_frag_head_sz and rx_max_agg_num dynamically

[PATCH V4 0/9] Fixes for metadata accelreation
 2019-08-07  7:06 UTC  (10+ messages)
` [PATCH V4 1/9] vhost: don't set uaddr for invalid address
` [PATCH V4 2/9] vhost: validate MMU notifier registration
` [PATCH V4 3/9] vhost: fix vhost map leak
` [PATCH V4 4/9] vhost: reset invalidate_count in vhost_set_vring_num_addr()
` [PATCH V4 5/9] vhost: mark dirty pages during map uninit
` [PATCH V4 6/9] vhost: don't do synchronize_rcu() in vhost_uninit_vq_maps()
` [PATCH V4 7/9] vhost: do not use RCU to synchronize MMU notifier with worker
` [PATCH V4 8/9] vhost: correctly set dirty pages in MMU notifiers callback
` [PATCH V4 9/9] vhost: do not return -EAGAIN for non blocking invalidation too early

[PATCH V3 00/10] Fixes for metadata accelreation
 2019-08-07  7:05 UTC  (12+ messages)
` [PATCH V3 01/10] vhost: disable metadata prefetch optimization
` [PATCH V3 02/10] vhost: don't set uaddr for invalid address
` [PATCH V3 03/10] vhost: validate MMU notifier registration
` [PATCH V3 04/10] vhost: fix vhost map leak
` [PATCH V3 05/10] vhost: reset invalidate_count in vhost_set_vring_num_addr()
` [PATCH V3 06/10] vhost: mark dirty pages during map uninit
` [PATCH V3 07/10] vhost: don't do synchronize_rcu() in vhost_uninit_vq_maps()
` [PATCH V3 08/10] vhost: do not use RCU to synchronize MMU notifier with worker
` [PATCH V3 09/10] vhost: correctly set dirty pages in MMU notifiers callback
` [PATCH V3 10/10] vhost: do not return -EAGAIN for non blocking invalidation too early

[PATCH net] hv_netvsc: Fix a warning of suspicious RCU usage
 2019-08-07  6:56 UTC  (3+ messages)

[PATCH V2 0/9] Fixes for metadata accelreation
 2019-08-07  6:49 UTC  (12+ messages)
` [PATCH V2 7/9] vhost: do not use RCU to synchronize MMU notifier with worker

[PATCH 00/12] block/bio, fs: convert put_page() to put_user_page*()
 2019-08-07  6:38 UTC  (5+ messages)

[PATCH ethtool] ethtool: dump nested registers
 2019-08-07  6:34 UTC  (7+ messages)
` [PATCH net-next] net: dsa: dump CPU port regs through master

[PATCH net] netdevsim: Restore per-network namespace accounting for fib entries
 2019-08-07  6:27 UTC  (3+ messages)

[PATCH bpf 0/2] tools: bpftool: fix pinning error messages
 2019-08-07  6:15 UTC  (4+ messages)
` [PATCH bpf 1/2] tools: bpftool: fix error message (prog -> object)
` [PATCH bpf 2/2] tools: bpftool: add error message on pin failure

[net] ixgbe: fix possible deadlock in ixgbe_service_task()
 2019-08-07  6:08 UTC  (3+ messages)

[PATCH net v2] net/tls: prevent skb_orphan() from leaking TLS plain text with offload
 2019-08-07  6:06 UTC 

[PATCH v4 bpf-next 00/14] CO-RE offset relocations
 2019-08-07  5:38 UTC  (15+ messages)
` [PATCH v4 bpf-next 01/14] libbpf: add helpers for working with BTF types
` [PATCH v4 bpf-next 02/14] libbpf: convert libbpf code to use new btf helpers
` [PATCH v4 bpf-next 03/14] libbpf: add .BTF.ext offset relocation section loading
` [PATCH v4 bpf-next 04/14] libbpf: implement BPF CO-RE offset relocation algorithm
` [PATCH v4 bpf-next 05/14] selftests/bpf: add BPF_CORE_READ relocatable read macro
` [PATCH v4 bpf-next 06/14] selftests/bpf: add CO-RE relocs testing setup
` [PATCH v4 bpf-next 07/14] selftests/bpf: add CO-RE relocs struct flavors tests
` [PATCH v4 bpf-next 08/14] selftests/bpf: add CO-RE relocs nesting tests
` [PATCH v4 bpf-next 09/14] selftests/bpf: add CO-RE relocs array tests
` [PATCH v4 bpf-next 10/14] selftests/bpf: add CO-RE relocs enum/ptr/func_proto tests
` [PATCH v4 bpf-next 11/14] selftests/bpf: add CO-RE relocs modifiers/typedef tests
` [PATCH v4 bpf-next 12/14] selftests/bpf: add CO-RE relocs ptr-as-array tests
` [PATCH v4 bpf-next 13/14] selftests/bpf: add CO-RE relocs ints tests
` [PATCH v4 bpf-next 14/14] selftests/bpf: add CO-RE relocs misc tests

[PATCH v2 bpf-next 1/4] bpf: unprivileged BPF access via /dev/bpf
 2019-08-07  5:24 UTC  (12+ messages)

[PATCH -next] iwlwifi: dbg: work around clang bug by marking debug strings static
 2019-08-07  5:24 UTC  (6+ messages)

[PATCH] net: mdio-octeon: Fix build error and Kconfig warning
 2019-08-07  5:10 UTC  (4+ messages)
` [PATCH v2] net: mdio-octeon: Fix Kconfig warnings and build errors

[PATCH] tipc: set addr_trail_end when using explicit node addresses
 2019-08-07  4:55 UTC 

[PATCH net v2] net: dsa: Check existence of .port_mdb_add callback before calling it
 2019-08-07  4:33 UTC  (6+ messages)

Slowness forming TIPC cluster with explicit node addresses
 2019-08-07  3:45 UTC  (8+ messages)

WARNING in cgroup_rstat_updated
 2019-08-07  3:18 UTC 

[PATCH v3] mlx5: Use refcount_t for refcount
 2019-08-07  3:17 UTC  (3+ messages)

[RFC] implicit per-namespace devlink instance to set kernel resource limitations
 2019-08-07  3:10 UTC  (6+ messages)

[PATCH] team: Add vlan tx offload to hw_enc_features
 2019-08-07  2:38 UTC 

[net-next v3] tipc: add loopback device tracking
 2019-08-07  2:52 UTC 

Realtek r8822be wireless card fails to work with new rtw88 kernel module
 2019-08-07  2:33 UTC  (3+ messages)

[v3,0/4] tools: bpftool: add net attach/detach command to attach XDP prog
 2019-08-07  2:25 UTC  (5+ messages)
` [v3,1/4] tools: bpftool: add net attach command to attach XDP on interface
` [v3,2/4] tools: bpftool: add net detach command to detach "
` [v3,3/4] tools: bpftool: add bash-completion for net attach/detach
` [v3,4/4] tools: bpftool: add documentation "

[PATCH v2] bonding: Add vlan tx offload to hw_enc_features
 2019-08-07  2:19 UTC 

linux-next: Signed-off-by missing for commit in the net-next tree
 2019-08-07  2:02 UTC  (4+ messages)

[PATCH] bonding: Add vlan tx offload to hw_enc_features
 2019-08-07  1:46 UTC  (3+ messages)

[PATCH v2 0/3] arm/arm64: Add support for function error injection
 2019-08-07  1:31 UTC  (3+ messages)

[PATCH net-next v7 0/6] flow_offload: add indr-block in nf_table_offload
 2019-08-07  1:13 UTC  (7+ messages)
` [PATCH net-next v7 1/6] cls_api: modify the tc_indr_block_ing_cmd parameters
` [PATCH net-next v7 2/6] cls_api: remove the tcf_block cache
` [PATCH net-next v7 3/6] cls_api: add flow_indr_block_call function
` [PATCH net-next v7 4/6] flow_offload: move tc indirect block to flow offload
` [PATCH net-next v7 5/6] flow_offload: support get multi-subsystem block
` [PATCH net-next v7 6/6] netfilter: nf_tables_offload: support indr block call

[PATCH net-next v6 0/6] flow_offload: add indr-block in nf_table_offload
 2019-08-07  1:11 UTC  (5+ messages)
` [PATCH net-next v6 5/6] flow_offload: support get multi-subsystem block

[GIT] Networking
 2019-08-07  0:30 UTC  (2+ messages)

[PATCH net] inet: frags: re-introduce skb coalescing for local delivery
 2019-08-07  0:28 UTC  (3+ messages)

[PATCH bpf-next v5 0/3] selftests/bpf: switch test_progs back to stdio
 2019-08-07  0:23 UTC  (2+ messages)

[PATCH net-next] net/ncsi: allow to customize BMC MAC Address offset
 2019-08-07  0:21 UTC 

[PATCH net-next v4 2/2] net: phy: broadcom: add 1000Base-X support for BCM54616S
 2019-08-07  0:00 UTC  (3+ messages)

[PATCH v1 0/2] add NPCM7xx EMC 10/100 Ethernet driver
 2019-08-06 22:51 UTC  (5+ messages)
` [PATCH v1 2/2] net: npcm: "

[PATCH v2] net: sched: sch_taprio: fix memleak in error path for sched list parse
 2019-08-06 22:45 UTC 

[PATCH] net: sched: sch_taprio: fix memleak in error path for sched list parse
 2019-08-06 22:42 UTC  (3+ messages)

[PATCH net-next v2] ibmveth: Allow users to update reported speed and duplex
 2019-08-06 22:15 UTC  (2+ messages)

[PATCH v4 0/4] net: phy: realtek: Enable configuration of RTL8211E LEDs
 2019-08-06 21:58 UTC  (4+ messages)
` [PATCH v4 3/4] net: phy: realtek: Add helpers for accessing RTL8211E extension pages

[PATCH] net: dsa: qca8k: Add of_node_put() in qca8k_setup_mdio_bus()
 2019-08-06 21:35 UTC  (2+ messages)

[net-next v2 0/8][pull request] 40GbE Intel Wired LAN Driver Updates 2019-08-05
 2019-08-06 21:41 UTC  (2+ messages)

[PATCH net-next v2] openvswitch: Print error when ovs_execute_actions() fails
 2019-08-06 21:38 UTC  (2+ messages)

[PATCH net 0/5] Fixes for SJA1105 DSA: FDBs, Learning and PTP
 2019-08-06 21:38 UTC  (2+ messages)

[PATCH v2] net/mlx5e: Use refcount_t for refcount
 2019-08-06 21:25 UTC  (4+ messages)

[PATCH net-next 00/10] Support tunnels over VLAN in NFP
 2019-08-06 21:24 UTC  (2+ messages)

linux-next: Fixes tag needs some work in the net tree
 2019-08-06 21:22 UTC 

[net-next 0/8][pull request] 100GbE Intel Wired LAN Driver Updates 2019-08-04
 2019-08-06 21:21 UTC  (2+ messages)

[PATCH net-next] r8169: sync PCIe PHY init with vendor driver 8.047.01
 2019-08-06 21:20 UTC  (2+ messages)

[PATCH net-next] r8169: add helper r8168_mac_ocp_modify
 2019-08-06 21:20 UTC  (2+ messages)

[PATCH net-next] r8169: remove access to legacy register MultiIntr
 2019-08-06 21:20 UTC  (2+ messages)

[PATCH net-next 0/2] Two small fq_codel optimizations
 2019-08-06 21:18 UTC  (2+ messages)

[PATCH net 0/2] action fixes for flow_offload infra compatibility
 2019-08-06 21:15 UTC  (2+ messages)

[PATCH v1 0/3] net: hisilicon: Fix a few problems with hip04_eth
 2019-08-06 21:15 UTC  (2+ messages)

[PATCH net-next] net: phy: modify assignment to OR for dev_flags in phy_attach_direct
 2019-08-06 21:11 UTC 

[PATCH net 0/2] Fix batched event generation for vlan action
 2019-08-06 21:06 UTC  (2+ messages)

[PATCH][net-next][V2] net/mlx5: remove self-assignment on esw->dev
 2019-08-06 21:01 UTC  (2+ messages)

[PATCH v6 0/3] mm/gup: add make_dirty arg to put_user_pages_dirty_lock()
 2019-08-06 20:43 UTC  (4+ messages)
` [PATCH v6 1/3] "

[PATCH v2 00/34] put_user_pages(): miscellaneous call sites
 2019-08-06 20:39 UTC  (4+ messages)
` [PATCH v2 01/34] mm/gup: add make_dirty arg to put_user_pages_dirty_lock()

[PATCH 00/17] Networking driver debugfs cleanups
 2019-08-06 20:37 UTC  (3+ messages)
` [PATCH 03/17] mlx5: no need to check return value of debugfs_create functions


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