netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-08-02 12:50:20 to 2018-08-03 11:41:16 UTC [more...]

[PATCH net-next 0/2] Some important fixes for HNS3 driver
 2018-08-03  9:56 UTC  (3+ messages)
` [PATCH net-next 1/2] net: hns3: Fix MSIX allocation issue for VF
` [PATCH net-next 2/2] net: hns3: Refine the MSIX allocation for PF

[PATCH v8 bpf-next 00/10] veth: Driver XDP
 2018-08-03  9:45 UTC  (14+ messages)
` [PATCH v8 bpf-next 01/10] net: Export skb_headers_offset_update
` [PATCH v8 bpf-next 02/10] veth: Add driver XDP
` [PATCH v8 bpf-next 03/10] veth: Avoid drops by oversized packets when XDP is enabled
` [PATCH v8 bpf-next 04/10] xdp: Helper function to clear kernel pointers in xdp_frame
` [PATCH v8 bpf-next 05/10] veth: Handle xdp_frames in xdp napi ring
` [PATCH v8 bpf-next 06/10] veth: Add ndo_xdp_xmit
` [PATCH v8 bpf-next 07/10] bpf: Make redirect_info accessible from modules
` [PATCH v8 bpf-next 08/10] xdp: Helpers for disabling napi_direct of xdp_return_frame
` [PATCH v8 bpf-next 09/10] veth: Add XDP TX and REDIRECT
` [PATCH v8 bpf-next 10/10] veth: Support per queue XDP ring

[PATCH v3] ipvs: fix race between ip_vs_conn_new() and ip_vs_del_dest()
 2018-08-03 11:25 UTC  (4+ messages)

[PATCH 1/1] selftest/net: fix FILE_SIZE for 32 bit architecture
 2018-08-03 11:12 UTC  (4+ messages)

[PATCH v6 00/18] crypto: Remove VLA usage
 2018-08-03  9:14 UTC  (4+ messages)
` [PATCH v6 16/18] rxrpc: Reuse SKCIPHER_REQUEST_ON_STACK buffer

[patch net-next] net: sched: fix flush on non-existing chain
 2018-08-03  9:08 UTC 

[RFC net-next 00/15] net: A socket API for LoRa
 2018-08-03  8:44 UTC  (6+ messages)
        ` linux-lora.git and LoRaWAN (was: [RFC net-next 00/15] net: A socket API for LoRa)

[PATCH 1/1] ath10k: avoid possible memory access violation
 2018-08-03 10:40 UTC 

[PATCH net-next] tcp: remove unneeded variable 'err'
 2018-08-03  8:28 UTC 

[PATCH bpf] selftests/bpf: update test_lwt_seg6local.sh according to iproute2
 2018-08-03  8:20 UTC  (2+ messages)

[PATCH net-next] vhost: switch to use new message format
 2018-08-03  7:59 UTC  (2+ messages)

[PATCH][net-next] tun: not use hardcoded mask value
 2018-08-03  7:50 UTC 

[PATCH][net-next] net: check extack._msg before print
 2018-08-03  7:45 UTC 

ERP Business Solution
 2018-08-03  7:15 UTC 

[PATCH net-next] rxrpc: Reuse SKCIPHER_REQUEST_ON_STACK buffer
 2018-08-03  9:15 UTC 

[PATCH 0/2] Use ARRAY_SIZE to replace computing the size
 2018-08-03  6:53 UTC  (3+ messages)
` [PATCH 1/2] net:usb: Use ARRAY_SIZE instead of calculating the array size
` [PATCH 2/2] include/net/bond_3ad: Simplify the code by using the ARRAY_SIZE

[PATCH v2 net-next] bnxt_en: combine 'else if' and 'else' into single branch
 2018-08-03  8:48 UTC 

KASAN: use-after-free Read in bpf_cgroup_storage_release
 2018-08-03  8:48 UTC  (4+ messages)

[PATCH bpf-next 00/13] docs: Convert BPF filter.txt to RST
 2018-08-03  8:44 UTC  (5+ messages)
` [PATCH bpf-next 05/13] docs: net: Fix indentation issues for code snippets
` [PATCH bpf-next 12/13] docs: net: Fix various minor typos

[PATCH net 1/1] net/smc: no cursor update send in state SMC_INIT
 2018-08-03  8:38 UTC 

[V9fs-developer] [PATCH] net/9p: avoid request size exceed to the virtqueue number in the zero copy
 2018-08-03  8:27 UTC  (4+ messages)

PROBLEM: Kernel Oops in UDP stack
 2018-08-03  8:24 UTC  (18+ messages)
  ` AW: "
      ` AW: "
              ` AW: "

[PATCH bpf-next] selftests/bpf: fix a typo in map in map test
 2018-08-03  8:17 UTC  (3+ messages)

[Patch net] ipv6: fix double refcount of fib6_metrics
 2018-08-03  6:20 UTC 

[PATCH v7 bpf-next 00/14] bpf: cgroup local storage
 2018-08-03  8:14 UTC  (16+ messages)
` [PATCH v7 bpf-next 01/14] bpf: add ability to charge bpf maps memory dynamically
` [PATCH v7 bpf-next 02/14] bpf: introduce cgroup storage maps
` [PATCH v7 bpf-next 03/14] bpf: pass a pointer to a cgroup storage using pcpu variable
` [PATCH v7 bpf-next 04/14] bpf: allocate cgroup storage entries on attaching bpf programs
` [PATCH v7 bpf-next 05/14] bpf: extend bpf_prog_array to store pointers to the cgroup storage
` [PATCH v7 bpf-next 06/14] bpf/verifier: introduce BPF_PTR_TO_MAP_VALUE
` [PATCH v7 bpf-next 07/14] bpf: don't allow create maps of cgroup local storages
` [PATCH v7 bpf-next 08/14] bpf: introduce the bpf_get_local_storage() helper function
` [PATCH v7 bpf-next 09/14] bpf: sync bpf.h to tools/
` [PATCH v7 bpf-next 10/14] bpftool: add support for CGROUP_STORAGE maps
` [PATCH v7 bpf-next 11/14] bpf/test_run: support cgroup local storage
` [PATCH v7 bpf-next 12/14] selftests/bpf: add verifier cgroup storage tests
` [PATCH v7 bpf-next 13/14] selftests/bpf: add a cgroup storage test
` [PATCH v7 bpf-next 14/14] samples/bpf: extend test_cgrp2_attach2 test to use cgroup storage

[PATCH RFC] net: qca_spi: Fix race condition in spi transfers
 2018-08-03  8:05 UTC 

[PATCH] rsi: remove redundant variables bss, wh and temp_flash_content
 2018-08-03  7:46 UTC 

[V9fs-developer] [PATCH] net/9p: Modify the problem of BUG_ON judgment
 2018-08-03  6:18 UTC  (4+ messages)

UDP packets arriving on wrong sockets
 2018-08-03  4:19 UTC  (6+ messages)

[PATCH net-next v7 0/4] net: vhost: improve performance when enable busyloop
 2018-08-03  5:25 UTC  (22+ messages)
` [PATCH net-next v7 3/4] net: vhost: factor out busy polling logic to vhost_net_busy_poll()

your photos need edit
 2018-08-02 13:40 UTC 

[PATCH net-next] tools: bpf: fix BTF code added twice to different trees
 2018-08-03  2:45 UTC  (2+ messages)

linux-next: build failure after merge of the net-next tree
 2018-08-03  2:44 UTC  (3+ messages)

[PATCH rdma-next 00/10] IPoIB uninit
 2018-08-03  2:31 UTC  (2+ messages)

[PATCH net-next] net/tls: Calculate nsg for zerocopy path without skb_cow_data
 2018-08-03  1:23 UTC  (2+ messages)

[PATCH] ppp: mppe: Remove VLA usage
 2018-08-03  3:13 UTC  (4+ messages)

[PATCH v1 2/3] zinc: Introduce minimal cryptography library
 2018-08-03  2:48 UTC  (4+ messages)

[PATCH net-next] net/tls: Always get number of sg entries for skb to be decrypted
 2018-08-03  0:26 UTC  (3+ messages)

[PATCH net-next v3] ipv6: defrag: drop non-last frags smaller than min mtu
 2018-08-03  0:22 UTC 

[PATCH nf-next v2 1/1] ipv6: defrag: drop non-last frags smaller than min mtu
 2018-08-03  0:14 UTC  (2+ messages)

[PATCH v2 net-next 0/3] ip: Use rb trees for IP frag queue
 2018-08-03  0:09 UTC  (5+ messages)
` [PATCH v2 net-next 1/3] ip: discard IPv4 datagrams with overlapping segments
` [PATCH v2 net-next 2/3] net: modify skb_rbtree_purge to return the truesize of all purged skbs
` [PATCH v2 net-next 3/3] ip: use rb trees for IP frag queue

About the V9fs-developer list (Was: [PATCH] 9p: fix multiple
 2018-08-03  1:50 UTC  (5+ messages)
    ` [V9fs-developer] "

[PATCH net-next 0/3] ip: Use rb trees for IP frag queue
 2018-08-02 23:56 UTC  (7+ messages)
` [PATCH net-next 1/3] ip: discard IPv4 datagrams with overlapping segments
` [PATCH net-next 2/3] net: modify skb_rbtree_purge to return the truesize of all purged skbs
` [PATCH net-next 3/3] ip: use rb trees for IP frag queue

[PATCH net-next] inet: defrag: drop non-last frags smaller than min mtu
 2018-08-02 23:54 UTC  (2+ messages)

VRF with enslaved L3 enabled bridge
 2018-08-02 23:12 UTC  (10+ messages)
  ` [**EXTERNAL**] "

[pull request][net-next 00/10] Mellanox, mlx5 and devlink updates 2018-07-31
 2018-08-02 22:53 UTC  (9+ messages)

[PATCH v1 0/3] WireGuard: Secure Network Tunnel
 2018-08-03  0:35 UTC  (6+ messages)
` [PATCH v1 1/3] random: Make crng state queryable
` [PATCH v1 3/3] net: WireGuard secure network tunnel

[PATCH net-next] net/socket: remove duplicated init code
 2018-08-02 21:49 UTC  (2+ messages)

[PATCH net-next v2 0/3] qed: Add Multi-TC RoCE support
 2018-08-02 21:46 UTC  (3+ messages)
` [PATCH net-next v2 1/3] qed: Add DCBX API - qed_dcbx_get_priority_tc()

[net-next PATCH v6 6/7] net-sysfs: Add interface for Rx queue(s) map per Tx queue
 2018-08-02 21:08 UTC  (6+ messages)
` [net-next, v6, "

[RFC bpf-next v2 0/3] docs: Convert filter.txt to RST
 2018-08-02 22:31 UTC  (4+ messages)
` [RFC bpf-next v2 1/3] docs: net: Fix various minor typos
` [RFC bpf-next v2 2/3] docs: net: Use lowercase 'k' for kernel
` [RFC bpf-next v2 3/3] docs: Split filter.txt into separate documents

[PATCH] inet/connection_sock: prefer _THIS_IP_ to current_text_addr
 2018-08-02 22:29 UTC  (7+ messages)

[PATCH net-next] xen-netback: use true and false for boolean values
 2018-08-02 21:43 UTC  (2+ messages)

[PATCH] drivers: net: lmc: fix case value for target abort error
 2018-08-02 21:42 UTC  (2+ messages)

[PATCH] net: hns: remove redundant variables 'max_frm' and 'tmp_mac_key'
 2018-08-02 21:40 UTC  (2+ messages)

[PATCH v4 0/8] Add clock config and pm support to bcm iProc mdio mux
 2018-08-02 21:39 UTC  (2+ messages)

linux-next: Tree for Aug 2 (netfilter: tproxy)
 2018-08-02 19:12 UTC  (4+ messages)

Microsoft Ignite - 2018
 2018-08-02 18:52 UTC 

[PATCH net-next] net: Fix coding style in skb_push()
 2018-08-02 17:30 UTC  (2+ messages)

Security enhancement proposal for kernel TLS
 2018-08-02 17:23 UTC  (7+ messages)

[PATCH net-next] net/tls: Mark the end in scatterlist table
 2018-08-02 17:23 UTC  (5+ messages)

[Query]: DSA Understanding
 2018-08-02 16:24 UTC  (11+ messages)

[PATCH net] dccp: fix undefined behavior with 'cwnd' shift in ccid2_cwnd_restart()
 2018-08-02 16:22 UTC 

[PATCH net-next 0/9] Add 10GbE support in stmmac using XGMAC2
 2018-08-02 16:00 UTC  (13+ messages)
` [PATCH net-next 5/9] net: stmmac: Add MDIO related functions for XGMAC2
` [PATCH net-next 7/9] net: stmmac: Integrate XGMAC into main driver flow

[PATCH 1/1] selftest/net: fix protocol family to work for IPv4
 2018-08-02 17:35 UTC  (4+ messages)

[PATCH v2] net: fec: check DMA addressing limitations
 2018-08-02 17:28 UTC  (2+ messages)

[PATCH net-next] rxrpc: Remove set but not used variable 'nowj'
 2018-08-02 17:21 UTC  (2+ messages)

[GIT] Networking
 2018-08-02 17:15 UTC  (2+ messages)

[PATCH][next] be2net: fix spelling mistake "seqence" -> "sequence"
 2018-08-02 15:16 UTC 

[E1000-devel] [PATCH] igb: CPU0 latency and updating statistics
 2018-08-02 16:58 UTC  (2+ messages)

IT Governance article
 2018-08-02 14:59 UTC 

[PATCH v7 bpf-next 00/10] veth: Driver XDP
 2018-08-02 14:10 UTC  (6+ messages)
` [PATCH v7 bpf-next 05/10] veth: Handle xdp_frames in xdp napi ring

KASAN: slab-out-of-bounds Write in tls_push_record (2)
 2018-08-02 13:05 UTC 

general protection fault in smc_tx_prepared_sends
 2018-08-02 12:48 UTC 

[bug report] net/mlx5e: Gather all XDP pre-requisite checks in a single function
 2018-08-02 12:31 UTC 

[PATCH] ipv6: icmp: Updating pmtu for link local route
 2018-08-02 11:56 UTC 

[PATCH bpf] xdp: add NULL pointer check in __xdp_return()
 2018-08-02 10:59 UTC  (8+ 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).