netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-08 23:32:15 to 2019-10-09 16:29:56 UTC [more...]

[PATCH bpf] libbpf: fix passing uninitialized bytes to setsockopt
 2019-10-09 16:29 UTC  (2+ messages)

[PATCH v13 0/4] BPF: New helper to obtain namespace data from current task
 2019-10-09 16:26 UTC  (7+ messages)
` [PATCH v13 1/4] fs/nsfs.c: added ns_match
` [PATCH v13 2/4] bpf: added new helper bpf_get_ns_current_pid_tgid
` [PATCH v13 3/4] tools: Added bpf_get_ns_current_pid_tgid helper
` [PATCH v13 4/4] tools/testing/selftests/bpf: Add self-tests for new helper

[PATCH net] tun: remove possible false sharing in tun_flow_update()
 2019-10-09 16:20 UTC 

[PATCH net] netfilter: conntrack: avoid possible false sharing
 2019-10-09 16:19 UTC 

[PATCH bpf-next 0/4] Enable direct receive on AF_XDP sockets
 2019-10-09 16:19 UTC  (7+ messages)
` [PATCH bpf-next 2/4] xsk: allow AF_XDP sockets to receive packets directly from a queue

[PATCHv2 net-next 0/5] sctp: update from rfc7829
 2019-10-09 16:15 UTC  (5+ messages)
` [PATCHv2 net-next 3/5] sctp: add SCTP_EXPOSE_POTENTIALLY_FAILED_STATE sockopt

[PATCH net-next 0/2] Bareudp Tunnel Module
 2019-10-09 16:15 UTC  (13+ messages)
` [PATCH net-next 1/2] UDP tunnel encapsulation module for tunnelling different protocols like MPLS,IP,NSH etc
` [PATCH net-next 2/2] Special handling for IP & MPLS

[PATCH 0/3] bpf: switch to new usercopy helpers
 2019-10-09 16:09 UTC  (4+ messages)
` [PATCH 1/3] bpf: use check_zeroed_user() in bpf_check_uarg_tail_zero()
` [PATCH 2/3] bpf: use copy_struct_from_user() in bpf_prog_get_info_by_fd()
` [PATCH 3/3] bpf: use copy_struct_from_user() in bpf() syscall

[RFC PATCH v3 0/6] Enable ptp_kvm for arm64
 2019-10-09 16:05 UTC  (14+ messages)
` [RFC PATCH v3 4/6] psci: Add hvc call service for ptp_kvm

Race condition in route lookup
 2019-10-09 16:00 UTC 

[PATCH net v2] net: udp: fix handling of CHECKSUM_COMPLETE packets
 2019-10-09 15:47 UTC  (2+ messages)

[PATCH tip/core/rcu 8/9] net/netfilter: Replace rcu_swap_protected() with rcu_replace()
 2019-10-09 15:36 UTC  (3+ messages)

[PATCH net-next] Change in Openvswitch to support MPLS label depth of 3 in ingress direction
 2019-10-09 15:29 UTC  (2+ messages)

[PATCH net] sctp: add chunks to sk_backlog when the newsk sk_socket is not set
 2019-10-09 15:27 UTC  (2+ messages)

[PATCH v2 00/11] VSOCK: add vsock_test test suite
 2019-10-09 15:15 UTC  (4+ messages)
` [PATCH v2 07/11] VSOCK: add AF_VSOCK test cases

[PATCH -next] ptp: ptp_dte: use devm_platform_ioremap_resource() to simplify code
 2019-10-09 15:03 UTC 

[PATCH 1/1] net: usb: qmi_wwan: add Telit 0x1050 composition
 2019-10-09 14:49 UTC  (3+ messages)

[PATCH] net: stmmac: Remove break after a return
 2019-10-09 14:29 UTC 

[PATCH net-next] net: usb: ax88179_178a: write mac to hardware in get_mac_addr
 2019-10-09 14:15 UTC 

[PATCH net-next 0/2] Ease nsid allocation
 2019-10-09 13:48 UTC  (7+ messages)
` [PATCH net] netns: fix NLM_F_ECHO mechanism for RTM_NEWNSID
    ` [PATCH net v2] "

[RFC PATCH 00/13] vsock: add multi-transports support
 2019-10-09 13:29 UTC  (29+ messages)
` [RFC PATCH 01/13] vsock/vmci: remove unused VSOCK_DEFAULT_CONNECT_TIMEOUT
` [RFC PATCH 02/13] vsock: remove vm_sockets_get_local_cid()
` [RFC PATCH 03/13] vsock: remove include/linux/vm_sockets.h file
` [RFC PATCH 04/13] vsock: add 'transport' member in the struct vsock_sock
` [RFC PATCH 05/13] vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()
` [RFC PATCH 06/13] vsock: add 'struct vsock_sock *' param to vsock_core_get_transport()
` [RFC PATCH 07/13] vsock: handle buffer_size sockopts in the core
` [RFC PATCH 08/13] vsock: move vsock_insert_unbound() in the vsock_create()
` [RFC PATCH 09/13] hv_sock: set VMADDR_CID_HOST in the hvs_remote_addr_init()
` [RFC PATCH 10/13] vsock: add multi-transports support
` [RFC PATCH 11/13] vsock: add 'transport_hg' to handle g2h\h2g transports
` [RFC PATCH 12/13] vsock: prevent transport modules unloading
` [RFC PATCH 13/13] vsock: fix bind() behaviour taking care of CID

[PATCH] net/ethernet: xgmac don't set .driver twice
 2019-10-09 13:26 UTC 

[PATCH 1/7] can: rx-offload: continue on error
 2019-10-09 13:18 UTC  (2+ messages)

[PATCH RESEND] rtlwifi: rtl8192ee: Remove set but not used variable 'err'
 2019-10-09 13:06 UTC  (5+ messages)

RTL8169 question
 2019-10-09 12:20 UTC  (2+ messages)

[patch iproute2-next v3 0/2] ip: add support for alternative names
 2019-10-09 12:49 UTC  (3+ messages)
` [patch iproute2-next v3 1/2] ip: add support for alternative name addition/deletion/list
` [patch iproute2-next v3 2/2] ip: allow to use alternative names as handle

[patch iproute2-next v2 0/2] ip: add support for alternative names
 2019-10-09 12:41 UTC  (7+ messages)
` [patch iproute2-next v2 1/2] ip: add support for alternative name addition/deletion/list
` [patch iproute2-next v2 2/2] ip: allow to use alternative names as handle

[PATCH v7 0/5] Use MFD framework for SGI IOC3 drivers
 2019-10-09 12:33 UTC  (8+ messages)
` [PATCH v8 1/5] nvmem: core: add nvmem_device_find
` [PATCH v8 2/5] MIPS: PCI: use information from 1-wire PROM for IOC3 detection
` [PATCH v8 3/5] mfd: ioc3: Add driver for SGI IOC3 chip
` [PATCH v8 4/5] MIPS: SGI-IP27: fix readb/writeb addressing
` [PATCH v8 5/5] MIPS: SGI-IP27: Enable ethernet phy on second Origin 200 module

linux-next: build warning after merge of the net-next tree
 2019-10-09 12:24 UTC  (2+ messages)

[PATCH net] team: call RCU read lock when walking the port_list
 2019-10-09 12:18 UTC  (4+ messages)
` [PATCHv2 net-next] "

[patch net-next 0/4] netdevsim: add devlink health reporters support
 2019-10-09 11:04 UTC  (5+ messages)
` [patch net-next 1/4] devlink: don't do reporter recovery if the state is healthy
` [patch net-next 2/4] devlink: propagate extack down to health reporter ops
` [patch net-next 3/4] netdevsim: implement couple of testing devlink health reporters
` [patch net-next 4/4] selftests: add netdevsim devlink health tests

[PATCH 00/20] DPAA fixes
 2019-10-09 10:56 UTC  (7+ messages)
` [PATCH 19/20] dpaa_eth: add dpaa_dma_to_virt()

[PATCH bpf-next v3 0/5] xdp: Support multiple programs on a single interface through chain calls
 2019-10-09 10:19 UTC  (7+ messages)
` [PATCH bpf-next v3 1/5] bpf: Support chain calling multiple BPF programs after each other

[PATCH 1/2] net: fec_main: Use platform_get_irq_byname_optional() to avoid error message
 2019-10-09 10:15 UTC  (2+ messages)
` [PATCH 2/2] net: fec_ptp: Use platform_get_irq_xxx_optional() "

ip doesn't handle vxlan id and group correctly
 2019-10-09  9:56 UTC  (2+ messages)

[PATH bpf-next 1/2] flow_dissector: Allow updating the flow dissector program atomically
 2019-10-09  9:48 UTC  (3+ messages)
` [PATH bpf-next 2/2] selftests/bpf: Check that flow dissector can be re-attached

KASAN: use-after-free Read in tipc_nl_node_dump_monitor_peer
 2019-10-09  9:45 UTC  (3+ messages)

[PATCHv2 net-next 0/6] net: add support for ip_tun_info options setting
 2019-10-09  9:15 UTC  (4+ messages)
` [PATCHv2 net-next 2/6] lwtunnel: add LWTUNNEL_IP_OPTS support for lwtunnel_ip

[PATCH] net: stmmac: disable/enable ptp_ref_clk in suspend/resume flow
 2019-10-09  8:56 UTC 

[patch iproute2c] devlink: fix json binary printout of arrays
 2019-10-09  8:32 UTC 

[PATCH bpf] bpf: lwtunnel: fix reroute supplying invalid dst
 2019-10-09  8:31 UTC 

[PATCH] rtlwifi: rtl8192ee: Remove set but not used variable 'cur_tx_wp'
 2019-10-09  8:29 UTC  (2+ messages)

[PATCH] rtl8xxxu: make arrays static, makes object smaller
 2019-10-09  8:29 UTC  (2+ messages)

[PATCH] iwlegacy: make array interval static, makes object smaller
 2019-10-09  8:28 UTC  (2+ messages)

[PATCH v3] rtl8xxxu: add bluetooth co-existence support for single antenna
 2019-10-09  8:26 UTC  (2+ messages)

[PATCH] mwifiex: pcie: Fix memory leak in mwifiex_pcie_init_evt_ring
 2019-10-09  8:25 UTC  (2+ messages)

[PATCH] mwifiex: pcie: Fix memory leak in mwifiex_pcie_alloc_cmdrsp_buf
 2019-10-09  8:25 UTC  (2+ messages)

[PATCH 1/2] Revert "rsi: fix potential null dereference in rsi_probe()"
 2019-10-09  8:24 UTC  (2+ messages)

[PATCH 1/8] rtlwifi: rtl8821ae: Remove set but not used variables 'rtstatus','bd'
 2019-10-09  8:23 UTC  (2+ messages)
` [PATCH 1/8] rtlwifi: rtl8821ae: Remove set but not used variables 'rtstatus', 'bd'

[PATCH v2] rtlwifi: rtl8192ee: Remove set but not used variable 'err'
 2019-10-09  8:21 UTC  (2+ messages)

[PATCH v8] rtl8xxxu: Improve TX performance of RTL8723BU on rtl8xxxu driver
 2019-10-09  8:20 UTC  (3+ messages)

[PATCH V4 1/2] can: flexcan: fix deadlock when using self wakeup
 2019-10-09  8:13 UTC  (2+ messages)
` [PATCH V4 2/2] can: flexcan: add LPSR mode support for i.MX7D

[PATCH net-next 0/5] net/smc: improve termination handling
 2019-10-09  8:07 UTC  (6+ messages)
` [PATCH net-next 1/5] net/smc: separate SMCD and SMCR link group lists
` [PATCH net-next 2/5] net/smc: separate locks for "
` [PATCH net-next 3/5] net/smc: increase device refcount for added link group
` [PATCH net-next 4/5] net/smc: no new connections on disappearing devices
` [PATCH net-next 5/5] net/smc: improve close of terminated socket

[PATCH] net: stmmac: socfpga: re-use the `interface` parameter from platform data
 2019-10-09  8:05 UTC  (4+ messages)
    ` [kbuild-all] "

[PATCH net 0/3] net/smc: fixes for -net
 2019-10-09  8:04 UTC  (4+ messages)
` [PATCH net 1/3] net/smc: fix SMCD link group creation with VLAN id
` [PATCH net 2/3] net/smc: receive returns without data
` [PATCH net 3/3] net/smc: receive pending data after RCV_SHUTDOWN

[PATCH] net: can: xilinx_can: Fix flags field initialization for axi can
 2019-10-09  7:54 UTC  (2+ messages)

pull-request: can-next 2019-10-07
 2019-10-09  7:40 UTC  (4+ messages)

[RESEND,PATCH] net: stmmac: dwmac-mediatek: fix wrong delay value issue when resume back
 2019-10-09  7:33 UTC 

[PATCH] net: stmmac: dwmac-mediatek: fix wrong delay value issue when resume back
 2019-10-09  7:31 UTC 

[PATCH 0/6] net: can: xilinx_can: Bug fixes and Enhancements
 2019-10-09  7:31 UTC  (6+ messages)
` [PATCH 2/6] net: can: xilinx_can: Fix flags field initialization for axi can and canps

[PATCH bpf] libbpf: fix compatibility for kernels without need_wakeup
 2019-10-09  7:31 UTC  (3+ messages)

[PATCH net-next v2 00/22] bnxt_en: health and error recovery
 2019-10-09  7:04 UTC  (5+ messages)
` [PATCH net-next v2 14/22] bnxt_en: Add new FW devlink_health_reporter

Packet gets stuck in NOLOCK pfifo_fast qdisc
 2019-10-09  6:46 UTC 

Potential uninitialized variables in cfg80211
 2019-10-09  6:45 UTC  (2+ messages)

pull-request: mac80211 2019-10-08
 2019-10-09  6:36 UTC  (3+ messages)

Question about concurrent accesses to an eBPF map
 2019-10-09  6:09 UTC 

[PATCH bpf-next 00/10] bpf: revolutionize bpf tracing
 2019-10-09  5:36 UTC  (15+ messages)
` [PATCH bpf-next 04/10] libbpf: auto-detect btf_id of raw_tracepoint
` [PATCH bpf-next 05/10] bpf: implement accurate raw_tp context access via BTF
` [PATCH bpf-next 09/10] bpf: disallow bpf_probe_read[_str] helpers
` [PATCH bpf-next 10/10] selftests/bpf: add kfree_skb raw_tp test

[PATCH 0/3] net: ftgmac100: Ungate RCLK for RMII on ASPEED MACs
 2019-10-09  4:55 UTC  (10+ messages)
` [PATCH 1/3] dt-bindings: net: ftgmac100: Document AST2600 compatible
` [PATCH 2/3] dt-bindings: net: ftgmac100: Describe clock properties

[PATCH] ftgmac100: Disable HW checksum generation on AST2500
 2019-10-09  4:37 UTC  (3+ messages)

[PATCH bpf-next 0/3] Fix BTF-to-C converter's padding generation
 2019-10-09  4:11 UTC  (3+ messages)
` [PATCH bpf-next 1/3] libbpf: fix struct end padding in btf_dump

[PATCH net-next] Revert "tun: call dev_get_valid_name() before register_netdevice()"
 2019-10-09  4:03 UTC  (2+ messages)

[PATCH] DIM: fix dim.h kernel-doc and headers
 2019-10-09  4:03 UTC 

[PATCH V2 iproute2 0/3] Devlink health FMSG fixes and enhancements
 2019-10-09  3:23 UTC  (2+ messages)

[PATCH iproute2] tc: fix segmentation fault on gact action
 2019-10-09  3:20 UTC  (2+ messages)

[PATCH iproute2] Bareudp device support
 2019-10-09  3:19 UTC  (2+ messages)

[PATCH net-next] act_mirred: Fix mirred_init_module error handling
 2019-10-09  3:10 UTC 

[PATCH] iwlwifi: fw: don't send GEO_TX_POWER_LIMIT command to FW version 29
 2019-10-09  3:01 UTC  (3+ messages)

[PATCH] ip6erspan: remove the incorrect mtu limit for ip6erspan
 2019-10-09  2:53 UTC  (2+ messages)

[PATCH bpf-next 0/2] Track read-only map contents as known scalars in BPF verifiers
 2019-10-09  2:48 UTC  (8+ messages)
` [PATCH bpf-next 1/2] bpf: track contents of read-only maps as scalars

[PATCH -net] Doc: networking/device_drivers/pensando: fix ionic.rst warnings
 2019-10-09  2:09 UTC  (2+ messages)

[PATCH] net/appletalk: restore success case for atalk_proc_init()
 2019-10-09  1:57 UTC  (2+ messages)

KASAN: use-after-free Read in nl8NUM_dump_wpan_phy
 2019-10-09  1:24 UTC  (2+ messages)

[PATCH -next] treewide: remove unused argument in lock_release()
 2019-10-09  1:14 UTC  (2+ messages)

[patch net-next] net: tipc: prepare attrs in __tipc_nl_compat_dumpit()
 2019-10-09  1:07 UTC  (2+ messages)

[patch net-next] net: genetlink: always allocate separate attrs for dumpit ops,
 2019-10-09  1:05 UTC  (2+ messages)

[PATCH net-next 0/6] net: hns3: add some new feature
 2019-10-09  0:28 UTC  (2+ messages)

[PATCH net v1] net: taprio: Fix returning EINVAL when configuring without flags
 2019-10-09  0:22 UTC  (4+ messages)

[PATCH] rtw88: 8822c: Remove set but not used variable 'corr_val'
 2019-10-09  0:17 UTC  (4+ messages)

KASAN: use-after-free Read in pn533_send_complete
 2019-10-09  0:03 UTC  (3+ messages)
` [PATCH] NFC: pn533: fix use-after-free and memleaks

[Patch net] net_sched: fix backward compatibility for TCA_ACT_KIND
 2019-10-08 23:40 UTC  (2+ messages)

[Patch net] net_sched: fix backward compatibility for TCA_KIND
 2019-10-08 23:40 UTC  (2+ messages)

[PATCH v4 bpf-next 0/3] Auto-generate list of BPF helpers
 2019-10-08 23:32 UTC  (6+ messages)
` [PATCH v4 bpf-next 1/3] uapi/bpf: fix helper docs


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