netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-30 14:09:24 to 2019-10-31 00:33:01 UTC [more...]

[RFC PATCH v2 bpf-next 00/15] xdp_flow: Flow offload to XDP
 2019-10-31  0:32 UTC  (14+ messages)

[net-next 0/9][pull request] 100GbE Intel Wired LAN Driver Updates 2019-10-29
 2019-10-31  0:26 UTC  (8+ messages)
` [net-next 3/9] ice: Add support for XDP
` [net-next 5/9] ice: Add support for AF_XDP

[PATCH v2 bpf-next 0/2] bpf: cleanup BTF-enabled raw_tp
 2019-10-31  0:22 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/2] bpf: replace prog_raw_tp+btf_id with prog_tracing
` [PATCH v2 bpf-next 2/2] libbpf: add support for prog_tracing

[PATCH net-next v2 0/4] ICMP flow improvements
 2019-10-31  0:21 UTC  (2+ messages)

[RFC PATCH 0/3] net: phy: at803x device tree binding
 2019-10-31  0:14 UTC  (16+ messages)
` [RFC PATCH 1/3] net: phy: at803x: fix Kconfig description
` [RFC PATCH 2/3] dt-bindings: net: phy: Add support for AT803X
` [RFC PATCH 3/3] net: phy: at803x: add device tree binding

[PATCH bpf-next] bpf: Fix bpf jit kallsym access
 2019-10-30 23:30 UTC 

[PATCH 0/3] VGT+ support
 2019-10-30 23:29 UTC  (5+ messages)
` [PATCH 1/3] ip: Allow query link with extended vf properties
` [PATCH 3/3] ip: Add SR-IOV VF VGT+ support
` [PATCH 2/3] ip: Present the VF VLAN tagging mode

[PATCH net-next v4 0/5] dpaa2-eth: add MAC/PHY support through phylink
 2019-10-30 23:18 UTC  (6+ messages)
` [PATCH net-next v4 1/5] bus: fsl-mc: export device types present on the bus
` [PATCH net-next v4 2/5] bus: fsl-mc: add the fsl_mc_get_endpoint function
` [PATCH net-next v4 3/5] dpaa2-eth: update the TX frame queues on DPNI_IRQ_EVENT_ENDPOINT_CHANGED
` [PATCH net-next v4 4/5] dpaa2-eth: add MAC/PHY support through phylink
` [PATCH net-next v4 5/5] net: documentation: add docs for MAC/PHY support in DPAA2

[PATCH 00/19] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-10-30 23:05 UTC  (21+ messages)
` [PATCH 01/19] mm/gup: pass flags arg to __gup_device_* functions
` [PATCH 02/19] mm/gup: factor out duplicate code from four routines
` [PATCH 03/19] goldish_pipe: rename local pin_user_pages() routine
` [PATCH 04/19] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH 05/19] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH 06/19] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH 07/19] infiniband: set FOLL_PIN, FOLL_LONGTERM via pin_longterm_pages*()
` [PATCH 08/19] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH 09/19] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH 10/19] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH 11/19] net/xdp: "
` [PATCH 12/19] mm/gup: track FOLL_PIN pages
` [PATCH 13/19] media/v4l2-core: pin_longterm_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH 14/19] vfio, mm: "
` [PATCH 15/19] powerpc: book3s64: convert to pin_longterm_pages() and put_user_page()
` [PATCH 16/19] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH 17/19] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
` [PATCH 18/19] mm/gup: remove support for gup(FOLL_LONGTERM)
` [PATCH 19/19] Documentation/vm: add pin_user_pages.rst

[PATCH net-next 0/3] VGT+ support
 2019-10-30 22:50 UTC  (6+ messages)
` [PATCH net-next 1/3] net: Support querying specific VF properties
` [PATCH net-next 2/3] net: Add SRIOV VGT+ support
` [PATCH net-next 3/3] net/mlx5: "

ioc3_eth DMA API fixes
 2019-10-30 22:38 UTC  (7+ messages)
` [PATCH 1/4] net: sgi: ioc3-eth: don't abuse dma_direct_* calls
` [PATCH 2/4] net: sgi: ioc3-eth: fix usage of GFP_* flags
` [PATCH 3/4] net: sgi: ioc3-eth: simplify setting the DMA mask
` [PATCH 4/4] net: sgi: ioc3-eth: fix setting NETIF_F_HIGHDMA

[PATCH v4 0/9] Improvements to memory usage by parse events
 2019-10-30 22:34 UTC  (12+ messages)
` [PATCH v5 00/10] "
  ` [PATCH v5 01/10] perf tools: add parse events handle error
  ` [PATCH v5 02/10] perf tools: move ALLOC_LIST into a function
  ` [PATCH v5 03/10] perf tools: avoid a malloc for array events
  ` [PATCH v5 04/10] perf tools: splice events onto evlist even on error
  ` [PATCH v5 05/10] perf tools: ensure config and str in terms are unique
  ` [PATCH v5 06/10] perf tools: add destructors for parse event terms
  ` [PATCH v5 07/10] perf tools: before yyabort-ing free components
  ` [PATCH v5 08/10] perf tools: if pmu configuration fails free terms
  ` [PATCH v5 09/10] perf tools: add a deep delete for parse event terms
  ` [PATCH v5 10/10] perf tools: report initial event parsing error

[PATCH net-next v3 0/5] dpaa2-eth: add MAC/PHY support through phylink
 2019-10-30 22:26 UTC  (4+ messages)
` [PATCH net-next v3 2/5] bus: fsl-mc: add the fsl_mc_get_endpoint function

[PATCH 0/3] VGT+ support
 2019-10-30 22:24 UTC  (6+ messages)
` [PATCH 1/3] net: Support querying specific VF properties
` [PATCH 2/3] net: Add SRIOV VGT+ support
` [PATCH 3/3] net/mlx5: "

[PATCH ghak90 V7 00/21] audit: implement container identifier
 2019-10-30 22:03 UTC  (15+ messages)
` [PATCH ghak90 V7 14/21] audit: contid check descendancy and nesting
` [PATCH ghak90 V7 20/21] audit: add capcontid to set contid outside init_user_ns

[PATCH bpf-next 0/2] bpf: cleanup BTF-enabled raw_tp
 2019-10-30 22:02 UTC  (5+ messages)
` [PATCH bpf-next 1/2] bpf: replace prog_raw_tp+btf_id with prog_tracing
` [PATCH bpf-next 2/2] libbpf: add support for prog_tracing

[PATCH net v2] gve: Fixes DMA synchronization
 2019-10-30 22:00 UTC 

[Patch net-next 0/3] tcp: decouple TLP timer from RTO timer
 2019-10-30 21:56 UTC  (2+ messages)

[PATCH net 0/9] net: stmmac: Fixes for -net
 2019-10-30 21:52 UTC  (3+ messages)
` [PATCH net 4/9] net: stmmac: selftests: Must remove UC/MC addresses to prevent false positives

[PATCH net] gve: Fixes DMA synchronization
 2019-10-30 21:51 UTC  (5+ messages)

[PATCH net v2] cxgb4: fix panic when attaching to ULD fail
 2019-10-30 14:47 UTC 

Crash when receiving FIN-ACK in TCP_FIN_WAIT1 state
 2019-10-30 21:48 UTC  (12+ messages)

[PATCH net-next 0/2] net: dsa: Add ability to elect CPU port
 2019-10-30 21:44 UTC  (2+ messages)

[PATCH net-next 0/7] net: dsa: replace routing tables with a list
 2019-10-30 21:39 UTC  (3+ messages)
` [PATCH net-next 1/7] net: dsa: list DSA links in the fabric

[PATCH V6 0/6] mdev based hardware virtio offloading support
 2019-10-30 21:23 UTC  (3+ messages)
` [PATCH V6 6/6] docs: sample driver to demonstrate how to implement virtio-mdev framework

USO / UFO status ?
 2019-10-30 21:22 UTC  (3+ messages)

[PATCH net-next v5 00/10] optimize openvswitch flow looking up
 2019-10-30 21:19 UTC  (7+ messages)
` [PATCH net-next v5 02/10] net: openvswitch: convert mask list in mask array
` [PATCH net-next v5 04/10] net: openvswitch: optimize flow mask cache hash collision
` [PATCH net-next v5 06/10] net: openvswitch: simplify the flow_hash

Followup: Kernel memory leak on 4.11+ & 5.3.x with IPsec
 2019-10-30 20:47 UTC 

[PATCH 1/5] PCI: pci_ids: Add Loongson IDs
 2019-10-30 20:40 UTC  (2+ messages)

[PATCH 3/5] net: stmmac: pci: Add Loongson GMAC
 2019-10-30 20:36 UTC  (2+ messages)

sun7i-dwmac: link detection failure with 1000Mbit parters
 2019-10-30 20:21 UTC 

[PATCH net] net: annotate accesses to sk->sk_incoming_cpu
 2019-10-30 20:27 UTC  (2+ messages)

[PATCH net-next 1/1] tc-testing: fixed two failing pedit tests
 2019-10-30 20:26 UTC  (2+ messages)

[PATCH v2 0/3] VGT+ support
 2019-10-30 19:25 UTC  (4+ messages)
` [PATCH v2 1/3] net: Support querying specific VF properties
` [PATCH v2 2/3] net: Add SRIOV VGT+ support
` [PATCH v2 3/3] net/mlx5: "

KMSAN: uninit-value in cdc_ncm_set_dgram_size
 2019-10-30 19:22 UTC 

[net-next 1/1] tipc: add smart nagle feature
 2019-10-30 19:16 UTC  (2+ messages)

[PATCH] sfc: should check the return value after allocating memory
 2019-10-30 19:12 UTC  (2+ messages)

Compile build issues with samples/bpf/ again
 2019-10-30 19:09 UTC  (6+ messages)

[PATCH net-next v2 0/4] mlxsw: Update firmware version
 2019-10-30 19:07 UTC  (2+ messages)

[PATCH net] mlxsw: core: Unpublish devlink parameters during reload
 2019-10-30 19:04 UTC  (2+ messages)

[PATCH] sctp: set ooo_okay properly for Transmit Packet Steering
 2019-10-30 19:03 UTC  (5+ messages)

[PATCH net 1/1] qed: Optimize execution time for nvm attributes configuration
 2019-10-30 18:57 UTC  (2+ messages)

[PATCH net] vxlan: fix unexpected failure of vxlan_changelink()
 2019-10-30 18:55 UTC  (2+ messages)

bpf: bug in bpf_xdp_adjust_head, 5.0.20 kernel
 2019-10-30 18:51 UTC 

[PATCH net-next 0/7] bnxt_en: Updates for net-next
 2019-10-30 18:46 UTC  (3+ messages)
` [PATCH net-next 1/7] bnxt_en: Add support for L2 rewrite

[BUG] bpf:
 2019-10-30 18:42 UTC  (5+ messages)
` [BUG] bpf: oops in kfree_skb test

[PATCH] qed: fix spelling mistake "queuess" -> "queues"
 2019-10-30 18:40 UTC  (2+ messages)

[PATCH v2 00/11] OpenPandora: make wl1251 connected to mmc3 sdio port of OpenPandora work again
 2019-10-30 17:24 UTC  (7+ messages)
` [PATCH v2 03/11] DTS: ARM: pandora-common: define wl1251 as child node of mmc3
` [PATCH v2 04/11] mmc: host: omap_hsmmc: add code for special init of wl1251 to get rid of pandora_wl1251_init_card

[PATCH net] tcp: increase tcp_max_syn_backlog max value
 2019-10-30 17:05 UTC 

[PATCH net] net: increase SOMAXCONN to 4096
 2019-10-30 16:36 UTC 

[PATCH net-next 0/3] net: stmmac: Improvements for -next
 2019-10-30 16:28 UTC  (5+ messages)
` [PATCH net-next 1/3] net: stmmac: gmac4+: Add Split Header support
` [PATCH net-next 2/3] net: stmmac: xgmac: Add C45 PHY support in the MDIO callbacks
` [PATCH net-next 3/3] net: stmmac: tc: Remove the speed dependency

[PATCH] mt7601u: use DEFINE_DEBUGFS_ATTRIBUTE to define debugfs fops
 2019-10-30 16:22 UTC  (2+ messages)

[PATCH bpf-next v4] bpf: add new helper fd2path for mapping a file descriptor to a pathname
 2019-10-30 16:19 UTC  (4+ messages)

[PATCH net] net/tls: fix sk_msg trim on fallback to copy mode
 2019-10-30 16:05 UTC 

[PATCH net] Documentation: netdev-FAQ: make all questions into headings
 2019-10-30 16:02 UTC  (3+ messages)

[PATCH net-next] mlxsw: Fix 64-bit division in mlxsw_sp_sb_prs_init
 2019-10-30 16:01 UTC 

[PATCH net-next V4 0/3] Add OP-TEE based bnxt f/w manager
 2019-10-30 15:54 UTC  (4+ messages)
` [PATCH net-next V4 1/3] firmware: broadcom: add OP-TEE based BNXT "
` [PATCH net-next V4 2/3] bnxt_en: Add support to invoke OP-TEE API to reset firmware
` [PATCH net-next V4 3/3] bnxt_en: Add support to collect crash dump via ethtool

[PATCH bpf-next 0/2] test_bpf: Add an skb_segment test for a linear head_frag=0 skb whose gso_size was mangled
 2019-10-30 15:56 UTC  (2+ messages)

[PATCH bpf-next] bpf: Enforce 'return 0' in BTF-enabled raw_tp programs
 2019-10-30 15:53 UTC  (2+ messages)

[net-next 0/8][pull request] 1GbE Intel Wired LAN Driver Updates 2019-10-29
 2019-10-30 15:48 UTC  (4+ messages)
` [net-next 2/8] e1000e: Use rtnl_lock to prevent race conditions between net and pci/pm

[PATCH net-next 00/14] vsock: add multi-transports support
 2019-10-30 15:40 UTC  (20+ messages)
` [PATCH net-next 01/14] vsock/vmci: remove unused VSOCK_DEFAULT_CONNECT_TIMEOUT
` [PATCH net-next 02/14] vsock: remove vm_sockets_get_local_cid()
` [PATCH net-next 03/14] vsock: remove include/linux/vm_sockets.h file
` [PATCH net-next 04/14] vsock: add 'transport' member in the struct vsock_sock
` [PATCH net-next 06/14] vsock: add 'struct vsock_sock *' param to vsock_core_get_transport()
` [PATCH net-next 07/14] vsock: handle buffer_size sockopts in the core
` [PATCH net-next 08/14] vsock: add vsock_create_connected() called by transports
` [PATCH net-next 09/14] vsock: move vsock_insert_unbound() in the vsock_create()
` [PATCH net-next 11/14] vsock: add multi-transports support

[PATCH net, 0/2] hv_netvsc: fix error handling in netvsc_attach/set_features
 2019-10-30 15:32 UTC  (3+ messages)
` [PATCH net, 1/2] hv_netvsc: Fix error handling in netvsc_set_features()
` [PATCH net, 2/2] hv_netvsc: Fix error handling in netvsc_attach()

[PATCH] ath: ath9k: Remove unneeded variable
 2019-10-30 15:18 UTC  (2+ messages)

[PATCH v3 wireless-drivers 1/2] mt76: mt76x2e: disable pcie_aspm by default
 2019-10-30 15:00 UTC  (2+ messages)

[PATCH] ath10k: Fixed "Failed to wake target" QCA6174
 2019-10-30 14:25 UTC  (2+ messages)

[PATCH net-next v2 0/8] Control action percpu counters allocation by netlink flag
 2019-10-30 14:20 UTC  (8+ messages)
` [PATCH net-next v2 2/8] net: sched: extract bstats update code into function
` [PATCH net-next v2 3/8] net: sched: extract qstats update code into functions
` [PATCH net-next v2 4/8] net: sched: don't expose action qstats to skb_tc_reinsert()
` [PATCH net-next v2 6/8] net: sched: extend TCA_ACT space with TCA_ACT_FLAGS
` [PATCH net-next v2 7/8] net: sched: update action implementations to support flags
` [PATCH net-next v2 8/8] tc-testing: implement tests for new fast_init action flag
` [PATCH iproute2 net-next v2] tc: implement support for action flags


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