netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-12 11:18:13 to 2019-12-13 06:48:25 UTC [more...]

[PATCH bpf-next 11/15] bpftool: add skeleton codegen command
 2019-12-13  6:48 UTC  (22+ messages)

[PATCH][v2] page_pool: handle page recycle for NUMA_NO_NODE condition
 2019-12-13  6:27 UTC  (8+ messages)
            ` 答复: "

[PATCH v2 bpf-next 0/3] Add libbpf-provided extern variables support
 2019-12-13  5:51 UTC  (4+ messages)
` [PATCH v2 bpf-next 1/3] libbpf: support libbpf-provided extern variables

[PATCH net-next v12 0/3] netdev: ndo_tx_timeout cleanup
 2019-12-13  5:48 UTC  (2+ messages)

[PATCH net-next] xen-netback: get rid of old udev related code
 2019-12-13  5:40 UTC  (5+ messages)
` [Xen-devel] "

[PATCH bpf-next v4 0/6] Introduce the BPF dispatcher
 2019-12-13  5:30 UTC  (3+ messages)
` [PATCH bpf-next v4 2/6] bpf: introduce "

[PATCH v3 bpf-next 00/11] add bpf batch ops to process more than 1 elem
 2019-12-13  5:16 UTC  (2+ messages)

debugging TCP stalls on high-speed wifi
 2019-12-13  4:42 UTC  (16+ messages)
          ` [Make-wifi-fast] "

LRO/HW_GRO is not disabled when native xdp is installed
 2019-12-13  4:11 UTC  (2+ messages)

[PATCH net-next 0/3] New openvswitch MPLS actions for layer 2 tunnelling
 2019-12-13  3:53 UTC  (10+ messages)
` [PATCH net-next 3/3] openvswitch: New "

[PATCH v1 2/2] dt-bindings: net: bluetooth: Add device tree bindings for QCA6390
 2019-12-13  3:35 UTC  (2+ messages)

[PATCH net-next] netdevsim: Add max_vfs to bus_dev
 2019-12-13  3:21 UTC  (15+ messages)

[PATCH net-next v2 0/3] New openvswitch MPLS actions for layer 2 tunnelling
 2019-12-13  3:16 UTC  (5+ messages)
` [PATCH net-next v2 1/3] net: skb_mpls_push() modified to allow MPLS header push at start of packet
` [PATCH net-next v2 2/3] net: Rephrased comments section of skb_mpls_pop()
` [PATCH net-next v2 3/3] openvswitch: New MPLS actions for layer 2 tunnelling

[PATCH] net: introduce ip_local_unbindable_ports sysctl
 2019-12-13  2:04 UTC  (12+ messages)
` [PATCH v2] "

[PATCH -next] ath11k: add dependency for struct ath11k member debug
 2019-12-13  1:24 UTC 

[PATCH V3 net-next v3 0/3] Introduce XDP to ena
 2019-12-13  1:14 UTC  (2+ messages)

[PATCH net-next v3 0/5] ethtool netlink interface, preliminary part
 2019-12-13  1:07 UTC  (2+ messages)

[PATCH net-next v2 0/2] unix: Show number of scm files in fdinfo
 2019-12-13  1:05 UTC  (2+ messages)

[PATCH net] net: phylink: fix interface passed to mac_link_up
 2019-12-13  0:57 UTC  (4+ messages)

[PATCH] igb: index regs_buff array via index variable
 2019-12-13  0:48 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCH] net: introduce ip_local_unbindable_ports sysctl
 2019-12-13  0:25 UTC  (5+ messages)

KCSAN: data-race in add_timer / timer_clear_idle (2)
 2019-12-12 23:33 UTC 

[PATCH net-next] tcp: Set rcv zerocopy hint correctly if skb last frag is < PAGE_SIZE
 2019-12-12 22:59 UTC 

[PATCH net 0/3] tcp: take care of empty skbs in write queue
 2019-12-12 22:56 UTC  (7+ messages)
` [PATCH net 1/3] tcp: do not send empty skb from tcp_write_xmit()
` [PATCH net 2/3] tcp: refine tcp_write_queue_empty() implementation
` [PATCH net 3/3] tcp: refine rule to allow EPOLLOUT generation under mem pressure

[PATCH v2 net-next 0/2] ionic: add sriov support
 2019-12-12 22:42 UTC  (10+ messages)
` [PATCH v2 net-next 2/2] ionic: support sr-iov operations

[PATCH iproute2] ip: fix spelling of "Ki" IEC prefix
 2019-12-12 21:54 UTC 

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

[PATCH v2 bpf-next] libbpf: fix printf compilation warnings on ppc64le arch
 2019-12-12 21:48 UTC  (3+ messages)

[PATCH net] net/smc: add fallback check to connect()
 2019-12-12 21:35 UTC 

[PATCH net-next] net/smc: shorten lgr_cnt initialization
 2019-12-12 21:35 UTC 

[PATCH 1/1] drivers/vhost : Removes unnecessary 'else' in vhost_copy_from_user
 2019-12-12 21:15 UTC 

[BUG] mv88e6xxx: tx regression in v5.3
 2019-12-12 20:49 UTC  (18+ messages)

crash in __xfrm_state_lookup on 4.19 LTS
 2019-12-12 20:44 UTC  (3+ messages)

unregister_netdevice dst refcnt leak with VRF and transparent socket
 2019-12-12 20:12 UTC 

[PATCH] ath11k: fix missing free of skb on error return path
 2019-12-12 19:42 UTC 

[PATCH] ath11k: Remove unnecessary enum scan_priority
 2019-12-12 19:34 UTC  (2+ messages)

[PATCH v2 00/23] V2: Break up from one patch to multiple
 2019-12-12 19:25 UTC  (11+ messages)
` [PATCH v2 11/23] staging: qlge: Fix CHECK: braces {} should be used on all arms of this statement
` [PATCH v2 20/23] staging: qlge: Fix CHECK: usleep_range is preferred over udelay

[PATCH bpf-next 0/8] Extend SOCKMAP to store listening sockets
 2019-12-12 19:23 UTC  (9+ messages)
` [PATCH bpf-next 4/8] bpf, sockmap: Don't let child socket inherit psock or its ops on copy

[PATCH][next] ath11k: fix uninitialized variable radioup
 2019-12-12 19:10 UTC 

[PATCH net 1/1] qede: Fix multicast mac configuration
 2019-12-12 19:09 UTC  (2+ messages)

[PATCH net-next] net: Remove unused including <linux/version.h>
 2019-12-12 19:06 UTC  (3+ messages)

[PATCH] net: l2tp: remove unneeded MODULE_VERSION() usage
 2019-12-12 19:03 UTC  (2+ messages)

[PATCH] vhost/vsock: accept only packets with the right dst_cid
 2019-12-12 19:01 UTC  (7+ messages)

[PATCH net] xen-netback: avoid race that can lead to NULL pointer dereference
 2019-12-12 19:00 UTC  (3+ messages)

[PATCH] net: usb: lan78xx: Fix suspend/resume PHY register access error
 2019-12-12 18:57 UTC  (2+ messages)

[PATCH net] tcp/dccp: fix possible race __inet_lookup_established()
 2019-12-12 18:47 UTC  (4+ messages)

[PATCH bpf-next 1/2] bpf: expose __sk_buff wire_len/gso_segs to BPF_PROG_TEST_RUN
 2019-12-12 18:44 UTC  (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: test wire_len/gso_segs in BPF_PROG_TEST_RUN

[PATCH][next] ath11k: fix memory leak on reg_info
 2019-12-12 18:32 UTC 

[PATCH net] 6pack,mkiss: fix possible deadlock
 2019-12-12 18:32 UTC 

[PATCH net] bonding: fix active-backup transition after link failure
 2019-12-12 18:28 UTC  (5+ messages)

[PATCH net-next 0/9] Add ipv6 tunnel support to NFP
 2019-12-12 18:16 UTC  (10+ messages)
` [PATCH net-next 1/9] nfp: flower: pass flow rule pointer directly to match functions
` [PATCH net-next 2/9] nfp: flower: move udp tunnel key match compilation to helper function
` [PATCH net-next 3/9] nfp: flower: compile match for IPv6 tunnels
` [PATCH net-next 4/9] nfp: flower: offload list of IPv6 tunnel endpoint addresses
` [PATCH net-next 5/9] nfp: flower: modify pre-tunnel and set tunnel action for ipv6
` [PATCH net-next 6/9] nfp: flower: handle ipv6 tunnel no neigh request
` [PATCH net-next 7/9] nfp: flower: handle notifiers for ipv6 route changes
` [PATCH net-next 8/9] nfp: flower: support ipv6 tunnel keep-alive messages from fw
` [PATCH net-next 9/9] nfp: flower: update flow merge code to support IPv6 tunnels

[PATCH] mailmap: add entry for myself
 2019-12-12 17:59 UTC 

[PATCH net-next 0/3] improve clause 45 support in phylink
 2019-12-12 17:43 UTC  (4+ messages)
` [PATCH net-next 1/3] net: phylink: improve clause 45 PHY ksettings_set implementation
` [PATCH net-next 2/3] net: phylink: extend clause 45 PHY validation workaround
` [PATCH net-next 3/3] net: mvpp2: update mvpp2 validate() implementation

[PATCH net-next] net: phylink: propagate phy_attach_direct() return code
 2019-12-12 17:16 UTC 

[PATCH] net: mscc: ocelot: hide MSCC_OCELOT_SWITCH and move outside NET_VENDOR_MICROSEMI
 2019-12-12 17:11 UTC 

UBSAN: Undefined behaviour in drivers/net/wireless/ath/ath5k/base.c (two lines)
 2019-12-12 16:58 UTC 

[PATCH net-next] selftests/net: make so_txtime more robust to timer variance
 2019-12-12 16:36 UTC 

[PATCH AUTOSEL 5.4 326/350] bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never fails
 2019-12-12 16:25 UTC  (3+ messages)
  ` [oss-drivers] "

[PATCH net-next 0/6] net-next: dsa: mt7530: add support for MT7531
 2019-12-12 16:24 UTC  (12+ messages)
` [PATCH net-next 2/6] net: dsa: mt7530: Extend device data ready for adding a new hardware
` [PATCH net-next 4/6] net: dsa: mt7530: Add the support of MT7531 switch

[PATCH bpf 0/2] Limit tail calls to 33 in all JIT compilers
 2019-12-12 16:19 UTC  (4+ messages)
` [PATCH bpf 2/2] bpf, mips: limit to 33 tail calls

Q: loopback and /sys/class/net/*/operstate
 2019-12-12 14:05 UTC 

[PATCH 0/2] net-next: stmmac: dwmac-mediatek: add more support for RMII
 2019-12-12 13:25 UTC  (3+ messages)
` [PATCH 1/2] net-next: stmmac: mediatek: add more suuport "

[PATCH v4 8/8] linux/log2.h: Use roundup/dow_pow_two() on 64bit calculations
 2019-12-12 13:21 UTC  (2+ messages)

[PATCH net-next] wireguard: Using kfree_rcu() to simplify the code
 2019-12-12 13:18 UTC  (2+ messages)

[PATCH v4 7/8] linux/log2.h: Fix 64bit calculations in roundup/down_pow_two()
 2019-12-12 13:16 UTC  (2+ messages)

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

[PATCH v4 0/8] Raspberry Pi 4 PCIe support
 2019-12-12 12:31 UTC  (4+ messages)
` [PATCH v4 7/8] linux/log2.h: Fix 64bit calculations in roundup/down_pow_two()

v5.2: stuck ipv4 redirects
 2019-12-12 11:59 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).