netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-18 19:56:48 to 2020-08-19 07:08:54 UTC [more...]

[PATCH net v5] net: xdp: account for layer 3 packets in generic skb handler
 2020-08-19  7:07 UTC  (3+ messages)
` [PATCH net v6] "

a saner API for allocating DMA addressable pages
 2020-08-19  6:55 UTC  (26+ messages)
` [PATCH 02/28] drm/exynos: stop setting DMA_ATTR_NON_CONSISTENT
` [PATCH 04/28] net/au1000-eth: stop using DMA_ATTR_NON_CONSISTENT
` [PATCH 06/28] lib82596: move DMA allocation into the callers of i82596_probe
` [PATCH 07/28] 53c700: improve non-coherent DMA handling
` [PATCH 08/28] MIPS: make dma_sync_*_for_cpu a little less overzealous
` [PATCH 09/28] MIPS/jazzdma: remove the unused vdma_remap function
` [PATCH 10/28] MIPS/jazzdma: decouple from dma-direct
` [PATCH 11/28] dma-mapping: add (back) arch_dma_mark_clean for ia64
` [PATCH 12/28] dma-direct: remove dma_direct_{alloc,free}_pages
` [PATCH 13/28] dma-direct: lift gfp_t manipulation out of__dma_direct_alloc_pages
` [PATCH 14/28] dma-direct: use phys_to_dma_direct in dma_direct_alloc
` [PATCH 15/28] dma-direct: remove __dma_to_phys
` [PATCH 16/28] dma-direct: rename and cleanup __phys_to_dma
` [PATCH 17/28] dma-mapping: move dma_common_{mmap,get_sgtable} out of mapping.c
` [PATCH 18/28] dma-mapping: move the dma_declare_coherent_memory documentation
` [PATCH 19/28] dma-mapping: replace DMA_ATTR_NON_CONSISTENT with dma_{alloc,free}_pages
` [PATCH 20/28] sgiwd93: convert from dma_cache_sync to dma_sync_single_for_device
` [PATCH 21/28] hal2: "
` [PATCH 22/28] sgiseeq: "
` [PATCH 23/28] lib82596: "
` [PATCH 24/28] 53c700: "
` [PATCH 25/28] dma-mapping: remove dma_cache_sync
` [PATCH 26/28] dmapool: add dma_alloc_pages support
` [PATCH 27/28] nvme-pci: fix PRP pool size
` [PATCH 28/28] nvme-pci: use dma_alloc_pages backed dmapools

[PATCH] mwifiex: switch from 'pci_' to 'dma_' API
 2020-08-19  7:01 UTC 

INFO: task can't die in tls_sk_proto_close
 2020-08-19  6:43 UTC 

[PATCH bpf] bpf: verifier: check for packet data access based on target prog
 2020-08-19  6:03 UTC  (2+ messages)

[PATCH v4 0/9] ptp: Add generic helper functions
 2020-08-19  6:00 UTC  (7+ messages)
` [PATCH v4 2/9] ptp: Add generic ptp message type function
` [PATCH v4 3/9] net: dsa: mv88e6xxx: Use generic helper function

[PATCH iproute2-next] iproute2: ss: add support to expose various inet sockopts
 2020-08-19  5:45 UTC  (2+ messages)

[PATCH bpf-next 0/7] libbpf feature probing and sanitization improvements
 2020-08-19  5:44 UTC  (13+ messages)
` [PATCH bpf-next 1/7] libbpf: disable -Wswitch-enum compiler warning
` [PATCH bpf-next 2/7] libbpf: make kernel feature probing lazy
` [PATCH bpf-next 3/7] libbpf: factor out common logic of testing and closing FD
` [PATCH bpf-next 4/7] libbpf: sanitize BPF program code for bpf_probe_read_{kernel,user}[_str]
` [PATCH bpf-next 5/7] selftests/bpf: fix test_vmlinux test to use bpf_probe_read_user()
` [PATCH bpf-next 6/7] libbpf: switch tracing and CO-RE helper macros to bpf_probe_read_kernel()
` [PATCH bpf-next 7/7] libbpf: detect minimal BTF support and skip BTF loading, if missing

[PATCH net-next 0/5] refactoring of ibmvnic code
 2020-08-19  5:35 UTC  (6+ messages)
` [PATCH net-next 1/5] ibmvnic: print caller in several error messages
` [PATCH net-next 2/5] ibmvnic: compare adapter->init_done_rc with more readable ibmvnic_rc_codes
` [PATCH net-next 3/5] ibmvnic: improve ibmvnic_init and ibmvnic_reset_init
` [PATCH net-next 4/5] ibmvnic: remove never executed if statement
` [PATCH net-next 5/5] ibmvnic: merge ibmvnic_reset_init and ibmvnic_init

[PATCH bpf-next 0/9] Add support for type-based and enum value-based CO-RE relocations
 2020-08-19  5:32 UTC  (14+ messages)
` [PATCH bpf-next 1/9] libbpf: improve error logging for mismatched BTF kind cases
` [PATCH bpf-next 2/9] libbpf: clean up and improve CO-RE reloc logging
` [PATCH bpf-next 3/9] libbpf: improve relocation ambiguity detection
` [PATCH bpf-next 4/9] selftests/bpf: add test validating failure on ambiguous relocation value
` [PATCH bpf-next 5/9] libbpf: implement type-based CO-RE relocations support
` [PATCH bpf-next 6/9] selftests/bpf: test TYPE_EXISTS and TYPE_SIZE CO-RE relocations
` [PATCH bpf-next 7/9] selftests/bpf: add CO-RE relo test for TYPE_ID_LOCAL/TYPE_ID_TARGET
` [PATCH bpf-next 8/9] libbpf: implement enum value-based CO-RE relocations
` [PATCH bpf-next 9/9] selftests/bpf: add tests for ENUMVAL_EXISTS/ENUMVAL_VALUE relocations

[PATCH v2 bpf-next 0/5] Add support for type-based and enum value-based CO-RE relocations
 2020-08-19  5:28 UTC  (6+ messages)
` [PATCH v2 bpf-next 1/5] libbpf: implement type-based CO-RE relocations support
` [PATCH v2 bpf-next 2/5] selftests/bpf: test TYPE_EXISTS and TYPE_SIZE CO-RE relocations
` [PATCH v2 bpf-next 3/5] selftests/bpf: add CO-RE relo test for TYPE_ID_LOCAL/TYPE_ID_TARGET
` [PATCH v2 bpf-next 4/5] libbpf: implement enum value-based CO-RE relocations
` [PATCH v2 bpf-next 5/5] selftests/bpf: add tests for ENUMVAL_EXISTS/ENUMVAL_VALUE relocations

[PATCH] net: bypass ->sendpage for slab pages
 2020-08-19  5:19 UTC 

[PATCH net-next v2 0/2] net: dsa: loop: Expose VLAN table through devlink
 2020-08-19  4:32 UTC  (3+ messages)
` [PATCH net-next v2 1/2] net: dsa: loop: Configure VLANs while not filtering
` [PATCH net-next v2 2/2] net: dsa: loop: Return VLAN table size through devlink

[RFC PATCH net-next 0/6] devlink: Add device metric support
 2020-08-19  4:30 UTC  (5+ messages)

[PATCH v6 bpf-next 0/4] bpf: Populate bpffs with map and prog iterators
 2020-08-19  4:27 UTC  (5+ messages)
` [PATCH v6 bpf-next 1/4] bpf: Factor out bpf_link_by_id() helper
` [PATCH v6 bpf-next 2/4] bpf: Add BPF program and map iterators as built-in BPF programs
` [PATCH v6 bpf-next 3/4] bpf: Add kernel module with user mode driver that populates bpffs
` [PATCH v6 bpf-next 4/4] selftests/bpf: Add bpffs preload test

[PATCH v7 0/6] Introduce sendpage_ok() to detect misused sendpage in network related drivers
 2020-08-19  4:22 UTC  (6+ messages)
` [PATCH v7 1/6] net: introduce helper sendpage_ok() in include/linux/net.h

[PATCH bpf-next] libbpf: simplify the return expression of build_map_pin_path()
 2020-08-19  4:15 UTC  (2+ messages)

[net-next v3 0/4] devlink flash update overwrite mask
 2020-08-19  3:54 UTC  (10+ messages)
` [net-next v3 1/4] devlink: check flash_update parameter support in net core
` [net-next v3 2/4] devlink: convert flash_update to use params structure
` [net-next v3 3/4] devlink: introduce flash update overwrite mask
` [net-next v3 4/4] ice: add support for "
` [iproute2-next v3 0/2] devlink "
` [iproute2-next v3 1/2] Update devlink header for overwrite mask attribute
` [iproute2-next v3 2/2] devlink: support setting the overwrite mask

[PATCH net-next v2 0/7] net-next: dsa: mt7530: add support for MT7531
 2020-08-19  3:49 UTC  (2+ messages)

[PATCH net-next 00/18] GVE Driver v1.1.0 Features
 2020-08-19  3:40 UTC  (23+ messages)
` [PATCH net-next 01/18] gve: Get and set Rx copybreak via ethtool
` [PATCH net-next 03/18] gve: Register netdev earlier
` [PATCH net-next 04/18] gve: Add support for dma_mask register
` [PATCH net-next 05/18] gve: Add Gvnic stats AQ command and ethtool show/set-priv-flags
` [PATCH net-next 06/18] gve: Batch AQ commands for creating and destroying queues
` [PATCH net-next 07/18] gve: Use link status register to report link status
` [PATCH net-next 08/18] gve: Enable Link Speed Reporting in the driver
` [PATCH net-next 10/18] gve: Add support for raw addressing to the rx path
` [PATCH net-next 18/18] gve: Bump version to 1.1.0

[PATCH -next] vdpa: Remove duplicate include
 2020-08-19  2:55 UTC  (2+ messages)

[PATCH net-next] SUNRPC: remove duplicate include
 2020-08-19  2:49 UTC 

[PATCH net-next] net: ipa: remove duplicate include
 2020-08-19  2:46 UTC 

[PATCH v1 0/2] To support the HFP WBS, a chip vendor may choose a particular
 2020-08-19  2:48 UTC  (2+ messages)

[PATCH net] net: gemini: Fix missing free_netdev() in error path of gemini_ethernet_port_probe()
 2020-08-19  2:41 UTC  (3+ messages)

[PATCH net v2] net: gemini: Fix missing free_netdev() in error path of gemini_ethernet_port_probe()
 2020-08-19  2:33 UTC 

[PATCH bpf-next] net-veth: add type safety to veth_xdp_to_ptr() and veth_ptr_to_xdp()
 2020-08-19  2:00 UTC 

[PATCH net-next v3 0/3] Add phylib support to smsc95xx
 2020-08-19  1:58 UTC  (4+ messages)
` [PATCH net-next v3 3/3] smsc95xx: add phylib support

[PATCH] gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPY
 2020-08-19  1:53 UTC 

[PATCH] net: Avoid strcmp current->comm with warncomm when warned >= 5
 2020-08-19  1:49 UTC 

[PATCH] net: Relax the npages test against MAX_SKB_FRAGS
 2020-08-19  1:48 UTC 

[PATCH v3 bpf-next 0/4] libbpf: minimize feature detection (reallocarray, libelf-mmap)
 2020-08-19  1:42 UTC  (6+ messages)
` [PATCH v3 bpf-next 1/4] libbpf: remove any use of reallocarray() in libbpf
` [PATCH v3 bpf-next 2/4] tools/bpftool: remove libbpf_internal.h usage in bpftool
` [PATCH v3 bpf-next 3/4] libbpf: centralize poisoning and poison reallocarray()
` [PATCH v3 bpf-next 4/4] tools: remove feature-libelf-mmap feature detection

[PATCH 0/2] intel/xdp fixes for fliping rx buffer
 2020-08-19  1:37 UTC  (3+ messages)
` [Intel-wired-lan] "
  ` 答复: "

[PATCH v2 bpf-next 0/4] libbpf: minimize feature detection (reallocarray, libelf-mmap)
 2020-08-19  1:33 UTC  (7+ messages)
` [PATCH v2 bpf-next 1/4] libbpf: remove any use of reallocarray() in libbpf
` [PATCH v2 bpf-next 2/4] tools/bpftool: remove libbpf_internal.h usage in bpftool
` [PATCH v2 bpf-next 3/4] libbpf: centralize poisoning and poison reallocarray()
` [PATCH v2 bpf-next 4/4] tools: remove feature-libelf-mmap feature detection

[PATCH bpf-next 0/4] libbpf: minimize feature detection (reallocarray, libelf-mmap)
 2020-08-19  1:19 UTC  (7+ messages)
` [PATCH bpf-next 1/4] libbpf: remove any use of reallocarray() in libbpf
` [PATCH bpf-next 2/4] tools/bpftool: remove libbpf_internal.h usage in bpftool
` [PATCH bpf-next 3/4] libbpf: centralize poisoning and poison reallocarray()
` [PATCH bpf-next 4/4] tools: remove feature-libelf-mmap feature detection

linux-next: manual merge of the net-next tree with the kspp-gustavo tree
 2020-08-19  1:09 UTC 

[PATCH bpf-next 1/2] net-tun: add type safety to tun_xdp_to_ptr() and tun_ptr_to_xdp()
 2020-08-19  1:07 UTC  (2+ messages)
` [PATCH bpf-next 2/2] net-tun: eliminate two tun/xdp related function calls from vhost-net

[PATCH next] net: add option to not create fall-back tunnels in root-ns as well
 2020-08-19  0:51 UTC 

[PATCH bpf v2 0/3] bpf: two fixes for bpf iterators
 2020-08-19  0:49 UTC  (9+ messages)
` [PATCH bpf v2 1/3] bpf: fix a rcu_sched stall issue with bpf task/task_file iterator
` [PATCH bpf v2 2/3] bpf: avoid visit same object multiple times
` [PATCH bpf v2 3/3] bpftool: handle EAGAIN error code properly in pids collection

[PATCH v5] bpf/selftests: fold test_current_pid_tgid_new_ns into test_progs
 2020-08-19  0:41 UTC  (2+ messages)

ethernet/sfc/ warnings with 32-bit dma_addr_t
 2020-08-19  0:28 UTC 

[PATCH net] drivers/net/wan/lapbether: Added needed_tailroom
 2020-08-19  0:17 UTC  (2+ messages)

[PATCH bpf] net-tun: add type safety to tun_xdp_to_ptr() and tun_ptr_to_xdp()
 2020-08-19  0:14 UTC  (2+ messages)

[PATCH] libbpf: convert comma to semicolon
 2020-08-19  0:11 UTC  (3+ messages)

[PATCH bpf-next] samples: bpf: Fix broken bpf programs due to removed symbol
 2020-08-19  0:10 UTC  (3+ messages)

[PATCH net-next RFC v2 00/13] Add devlink reload action option
 2020-08-19  0:10 UTC  (10+ messages)
` [PATCH net-next RFC v2 01/13] devlink: Add reload action option to devlink reload command
` [PATCH net-next RFC v2 13/13] devlink: Add Documentation/networking/devlink/devlink-reload.rst

[PATCH 0/3] Bluetooth: Emit events for suspend/resume
 2020-08-18 23:34 UTC  (3+ messages)

WARNING in nsim_destroy
 2020-08-18 23:15 UTC 

[PATCH net-next] ip: expose inet sockopts through inet_diag
 2020-08-18 23:13 UTC 

[PATCH] bpf: Add bpf_ktime_get_real_ns
 2020-08-18 23:03 UTC  (4+ messages)

[PATCH] net: ipv4: remove duplicate "the the" phrase in Kconfig text
 2020-08-18 23:02 UTC  (2+ messages)

[PATCH] net: mscc: ocelot: remove duplicate "the the" phrase in Kconfig text
 2020-08-18 23:02 UTC  (2+ messages)

[PATCH net v2 0/3] ethtool-netlink bug fixes
 2020-08-18 23:01 UTC  (8+ messages)
` [PATCH net v2 1/3] ethtool: Fix preserving of wanted feature bits in netlink interface
` [PATCH net v2 2/3] ethtool: Account for hw_features "
` [PATCH net v2 3/3] ethtool: Don't omit the netlink reply if no features were changed

[PATCH net] ipv6: some fixes for ipv6_dev_find()
 2020-08-18 22:59 UTC  (2+ messages)

[PATCH net] bonding: fix active-backup failover for current ARP slave
 2020-08-18 22:58 UTC  (2+ messages)

[PATCH] net: handle the return value of pskb_carve_frag_list() correctly
 2020-08-18 22:57 UTC  (2+ messages)

[PATCH v2] net: eliminate meaningless memcpy to data in pskb_carve_inside_nonlinear()
 2020-08-18 22:55 UTC  (2+ messages)

[PATCH, net-next, v2] ibmvnic: store RX and TX subCRQ handle array in ibmvnic_adapter struct
 2020-08-18 22:44 UTC  (2+ messages)

[PATCH] net: sctp: Fix negotiation of the number of data streams
 2020-08-18 22:10 UTC  (5+ messages)

Use of genradix in sctp
 2020-08-18 21:38 UTC  (2+ messages)

[PATCH] arch: um: convert tasklets to use new tasklet_setup() API
 2020-08-18 21:00 UTC  (10+ messages)
` [PATCH] block: "

tc filter show pretty mode
 2020-08-18 20:40 UTC 

[PATCH] net: gianfar: Add of_node_put() before goto statement
 2020-08-18 20:13 UTC  (2+ messages)

[PATCH net-next] net: dsa: loop: Return VLAN table size through devlink
 2020-08-18 20:07 UTC  (3+ messages)

[PATCH net 0/2]cxgb4: Fix ethtool selftest flits calculation
 2020-08-18 20:03 UTC  (2+ messages)

[PATCH] libceph: Convert to use the preferred fallthrough macro
 2020-08-18 19:56 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).