netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-09 19:26:57 to 2019-12-10 06:53:21 UTC [more...]

[PATCH net-next] ip_gre: Make none-tun-dst gre tunnel keep tunnel info
 2019-12-10  6:53 UTC  (16+ messages)
` Question about flow table offload in mlx5e

[net-next v3 00/20][pull request] Intel Wired LAN Driver Updates 2019-12-09
 2019-12-10  6:49 UTC  (22+ messages)
` [PATCH v3 01/20] virtual-bus: Implementation of Virtual Bus
` [PATCH v3 02/20] ice: Initialize and register a virtual bus to provide RDMA
` [PATCH v3 03/20] ice: Implement peer communications
` [PATCH v3 04/20] i40e: Register a virtbus device to provide RDMA
` [PATCH v3 05/20] RDMA/irdma: Add driver framework definitions
` [PATCH v3 06/20] RDMA/irdma: Implement device initialization definitions
` [PATCH v3 07/20] RDMA/irdma: Implement HW Admin Queue OPs
` [PATCH v3 08/20] RDMA/irdma: Add HMC backing store setup functions
` [PATCH v3 09/20] RDMA/irdma: Add privileged UDA queue implementation
` [PATCH v3 10/20] RDMA/irdma: Add QoS definitions
` [PATCH v3 11/20] RDMA/irdma: Add connection manager
` [PATCH v3 12/20] RDMA/irdma: Add PBLE resource manager
` [PATCH v3 13/20] RDMA/irdma: Implement device supported verb APIs
` [PATCH v3 14/20] RDMA/irdma: Add RoCEv2 UD OP support
` [PATCH v3 15/20] RDMA/irdma: Add user/kernel shared libraries
` [PATCH v3 16/20] RDMA/irdma: Add miscellaneous utility definitions
` [PATCH v3 17/20] RDMA/irdma: Add dynamic tracing for CM
` [PATCH v3 18/20] RDMA/irdma: Add ABI definitions
` [PATCH v3 19/20] RDMA: Add irdma Kconfig/Makefile and remove i40iw
` [PATCH v3 20/20] RDMA/irdma: Update MAINTAINERS file

[PATCH 1/8] brcmfmac: reset two D11 cores if chip has two D11 cores
 2019-12-10  6:32 UTC  (18+ messages)
` [PATCH 2/8] brcmfmac: set F2 blocksize and watermark for 4359
` [PATCH 3/8] brcmfmac: fix rambase for 4359/9
` [PATCH 4/8] brcmfmac: make errors when setting roaming parameters non-fatal
` [PATCH 5/8] brcmfmac: add support for BCM4359 SDIO chipset
` [PATCH 6/8] brcmfmac: add RSDB condition when setting interface combinations
` [PATCH 7/8] brcmfmac: not set mbss in vif if firmware does not support MBSS
` [PATCH 8/8] arm64: dts: rockchip: RockPro64: enable wifi module at sdio0

[PATCH bpf 0/2] Limit tail calls to 33 in all JIT compilers
 2019-12-10  6:31 UTC  (4+ messages)
` [PATCH bpf 1/2] bpf, riscv: limit to 33 tail calls

[PATCH v8 00/26] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-12-10  5:53 UTC  (31+ messages)
` [PATCH v8 01/26] mm/gup: factor out duplicate code from four routines
` [PATCH v8 02/26] mm/gup: move try_get_compound_head() to top, fix minor issues
` [PATCH v8 03/26] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
` [PATCH v8 04/26] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
` [PATCH v8 05/26] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v8 06/26] mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM
` [PATCH v8 07/26] vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() call
` [PATCH v8 08/26] mm/gup: allow FOLL_FORCE for get_user_pages_fast()
` [PATCH v8 09/26] IB/umem: use get_user_pages_fast() to pin DMA pages
` [PATCH v8 10/26] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v8 11/26] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v8 12/26] IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
` [PATCH v8 13/26] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v8 14/26] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v8 15/26] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v8 16/26] net/xdp: "
` [PATCH v8 17/26] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v8 18/26] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH v8 19/26] vfio, mm: "
` [PATCH v8 20/26] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
` [PATCH v8 21/26] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
` [PATCH v8 22/26] mm, tree-wide: rename put_user_page*() to unpin_user_page*()
` [PATCH v8 23/26] mm/gup: pass flags arg to __gup_device_* functions
` [PATCH v8 24/26] mm/gup: track FOLL_PIN pages
` [PATCH v8 25/26] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v8 26/26] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage

[PATCH bpf-next v3 0/6] Introduce the BPF dispatcher
 2019-12-10  5:54 UTC  (7+ messages)
` [PATCH bpf-next v3 2/6] bpf: introduce "

[PATCH bpf-next 0/8] riscv: BPF JIT fix, optimizations and far jumps support
 2019-12-10  5:32 UTC  (8+ messages)
` [PATCH bpf-next 2/8] riscv, bpf: add support for far branching
` [PATCH bpf-next 3/8] riscv, bpf: add support for far jumps and exits

[PATCH net-next] nfp: add support for TLV device stats
 2019-12-10  5:04 UTC 

net-next tree mlx5e set sriov_numf failed
 2019-12-10  5:04 UTC 

[PATCH] ppp: Adjust indentation into ppp_async_input
 2019-12-10  4:32 UTC  (2+ messages)

[PATCH] net: smc911x: Adjust indentation in smc911x_phy_configure
 2019-12-10  4:32 UTC  (2+ messages)

[PATCH] net: tulip: Adjust indentation in {dmfe,uli526x}_init_module
 2019-12-10  4:29 UTC  (3+ messages)

[PATCH net-next v3 0/2] Fix Tx/Rx FIFO depth for DP83867
 2019-12-10  4:19 UTC  (4+ messages)
` [PATCH net-next v3 1/2] dt-bindings: dp83867: Convert fifo-depth to common fifo-depth and make optional
` [PATCH net-next v3 2/2] net: phy: dp83867: Add rx-fifo-depth and tx-fifo-depth

[PATCH net-next] net-tcp: Disable TCP ssthresh metrics cache by default
 2019-12-10  4:18 UTC  (2+ messages)

[PATCH] NFC: nxp-nci: Fix probing without ACPI
 2019-12-10  4:16 UTC  (2+ messages)

[PATCHv2 net] sctp: get netns from asoc and ep base
 2019-12-10  4:14 UTC  (4+ messages)

[PATCH] net: make socket read/write_iter() honor IOCB_NOWAIT
 2019-12-10  4:06 UTC 

[PATCH nf-next 0/7] netfilter: nft_tunnel: reinforce key opts support
 2019-12-10  4:05 UTC  (4+ messages)
` [PATCH nf-next 1/7] netfilter: nft_tunnel: parse ERSPAN_VERSION attr as u8

[RFC PATCH v9 0/8] Enable ptp_kvm for arm64
 2019-12-10  3:40 UTC  (9+ messages)
` [RFC PATCH v9 1/8] arm/arm64: smccc/psci: add arm_smccc_1_1_get_conduit()
` [RFC PATCH v9 2/8] psci: let arm_smccc_1_1_invoke available by modules
` [RFC PATCH v9 3/8] ptp: Reorganize ptp_kvm modules to make it arch-independent
` [RFC PATCH v9 4/8] time: Add mechanism to recognize clocksource in time_get_snapshot
` [RFC PATCH v9 5/8] clocksource: Add clocksource id for arm arch counter
` [RFC PATCH v9 6/8] psci: Add hvc call service for ptp_kvm
` [RFC PATCH v9 7/8] ptp: arm64: Enable ptp_kvm for arm64
` [RFC PATCH v9 8/8] kvm: arm64: Add capability check extension for ptp_kvm

[PATCHv2 net] ipv6/route: should not update neigh confirm time during PMTU update
 2019-12-10  3:36 UTC  (5+ messages)

[PATCH 0/6] VFIO mdev aggregated resources handling
 2019-12-10  3:33 UTC  (6+ messages)

[PATCH net/tipc] Replace rcu_swap_protected() with rcu_replace_pointer()
 2019-12-10  3:31 UTC 

[PATCH v2 net-next] tcp: Cleanup duplicate initialization of sk->sk_state
 2019-12-10  2:41 UTC 

[PATCH bpf-next 00/15] Add code-generated BPF object skeleton support
 2019-12-10  1:57 UTC  (18+ messages)
` [PATCH bpf-next 01/15] libbpf: don't require root for bpf_object__open()
` [PATCH bpf-next 02/15] libbpf: add generic bpf_program__attach()
` [PATCH bpf-next 03/15] libbpf: move non-public APIs from libbpf.h to libbpf_internal.h
` [PATCH bpf-next 04/15] libbpf: add BPF_EMBED_OBJ macro for embedding BPF .o files
` [PATCH bpf-next 05/15] libbpf: expose field/var declaration emitting API internally
` [PATCH bpf-next 06/15] libbpf: expose BPF program's function name
` [PATCH bpf-next 07/15] libbpf: refactor global data map initialization
` [PATCH bpf-next 08/15] libbpf: postpone BTF ID finding for TRACING programs to load phase
` [PATCH bpf-next 09/15] libbpf: reduce log level of supported section names dump
` [PATCH bpf-next 10/15] libbpf: add experimental BPF object skeleton support
` [PATCH bpf-next 11/15] bpftool: add skeleton codegen command
` [PATCH bpf-next 12/15] selftests/bpf: add BPF skeletons selftests and convert attach_probe.c
` [PATCH bpf-next 13/15] selftests/bpf: convert few more selftest to skeletons
` [PATCH bpf-next 14/15] selftests/bpf: add test validating data section to struct convertion layout
` [PATCH bpf-next 15/15] bpftool: add `gen skeleton` BASH completions

Establishing /usr/lib/bpf as a convention for eBPF bytecode files?
 2019-12-10  1:40 UTC 

[PATCH][v2] page_pool: handle page recycle for NUMA_NO_NODE condition
 2019-12-10  1:31 UTC  (5+ messages)

[PATCH bpf-next 00/12] xsk: clean up ring access functions
 2019-12-10  1:02 UTC  (4+ messages)
` [PATCH bpf-next 02/12] xsk: consolidate to one single cached producer pointer

[PATCH] net: introduce ip_local_unbindable_ports sysctl
 2019-12-10  0:18 UTC  (11+ messages)
            ` [PATCH v2] "

[PATCH net-next] enetc: add software timestamping
 2019-12-10  0:15 UTC 

[PATCH net-next] net: bridge: add STP xstats
 2019-12-10  0:13 UTC  (3+ messages)
` [PATCH iproute2 v2] iplink: add support for "

[PATCHv3] bpf: Emit audit messages upon successful prog load and unload
 2019-12-09 23:53 UTC  (5+ messages)

[net-next 0/3] tipc: introduce variable window congestion control
 2019-12-09 23:52 UTC  (4+ messages)
` [net-next 1/3] tipc: eliminate gap indicator from ACK messages
` [net-next 2/3] tipc: eliminate more unnecessary nacks and retransmissions
` [net-next 3/3] tipc: introduce variable window congestion control

[PATCH net-next 0/5] ethtool netlink interface, preliminary patches
 2019-12-09 23:21 UTC  (10+ messages)
` [PATCH net-next 1/5] rtnetlink: provide permanent hardware address in RTM_NEWLINK
` [PATCH net-next 2/5] netlink: rename nl80211_validate_nested() to nla_validate_nested()
` [PATCH net-next 3/5] ethtool: move to its own directory
` [PATCH net-next 4/5] ethtool: move string arrays into common file
` [PATCH net-next 5/5] ethtool: provide link mode names as a string set

[PATCH net-next] net: bridge: add STP xstats
 2019-12-09 23:15 UTC  (4+ messages)
` [PATCH iproute2] iplink: add support for "

[PATCH bpf] libbpf: Bump libpf current version to v0.0.7
 2019-12-09 22:45 UTC  (2+ messages)
` [Potential Spoof] "

[PATCH net] tc-testing: unbreak full listing of tdc testcases
 2019-12-09 22:44 UTC  (2+ messages)

[PATCH net-next v9 0/3] netdev: ndo_tx_timeout cleanup
 2019-12-09 22:43 UTC  (4+ messages)
` [PATCH net-next v9 1/3] netdev: pass the stuck queue to the timeout handler

[PATCH] fjes: fix missed check in fjes_acpi_add
 2019-12-09 22:42 UTC  (2+ messages)

[PATCH net-next 0/4] Add support for slow-to-probe-PHY copper SFP modules
 2019-12-09 22:38 UTC  (5+ messages)

[PATCH net-next] net: sfp: avoid tx-fault with Nokia GPON module
 2019-12-09 22:32 UTC  (2+ messages)

[PATCH net] af_packet: set defaule value for tmo
 2019-12-09 22:31 UTC  (2+ messages)

[PATCH][V2][RESEND] qed: remove redundant assignments to rc
 2019-12-09 22:28 UTC  (2+ messages)

[PATCH v2 -next] NFC: port100: Convert cpu_to_le16(le16_to_cpu(E1) + E2) to use le16_add_cpu()
 2019-12-09 22:27 UTC  (2+ messages)

[PATCH] net: ethernet: ti: davinci_cpdma: fix warning "device driver frees DMA memory with different size"
 2019-12-09 22:26 UTC  (3+ messages)

[PATCH 00/17] Netfilter fixes for net
 2019-12-09 22:03 UTC  (17+ messages)
` [PATCH 03/17] netfilter: nf_flow_table_offload: Fix block_cb tc_setup_type as TC_SETUP_CLSFLOWER
` [PATCH 04/17] netfilter: nf_flow_table_offload: Don't use offset uninitialized in flow_offload_port_{d,s}nat
` [PATCH 05/17] netfilter: conntrack: tell compiler to not inline nf_ct_resolve_clash
` [PATCH 06/17] netfilter: nf_flow_table_offload: add IPv6 match description
` [PATCH 07/17] netfilter: nf_tables_offload: Check for the NETDEV_UNREGISTER event
` [PATCH 08/17] selftests: netfilter: use randomized netns names
` [PATCH 09/17] netfilter: nf_queue: enqueue skbs with NULL dst
` [PATCH 10/17] netfilter: uapi: Avoid undefined left-shift in xt_sctp.h
` [PATCH 11/17] netfilter: nft_set_rbtree: bogus lookup/get on consecutive elements in named sets
` [PATCH 12/17] netfilter: nf_tables: validate NFT_SET_ELEM_INTERVAL_END
` [PATCH 13/17] netfilter: nf_tables: validate NFT_DATA_VALUE after nft_data_init()
` [PATCH 14/17] netfilter: nf_tables: skip module reference count bump on object updates
` [PATCH 15/17] netfilter: nf_tables_offload: return EOPNOTSUPP if rule specifies no actions
` [PATCH 16/17] netfilter: bridge: make sure to pull arp header in br_nf_forward_arp()
` [PATCH 17/17] netfilter: nf_flow_table_offload: Correct memcpy size for flow_overload_mangle()

[PATCH 1/4] [net-next] wan: remove stale Kconfig entries
 2019-12-09 19:26 UTC  (4+ messages)
` [PATCH 4/4] [RFC] staging/net: move AF_X25 into drivers/staging


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