netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-09 03:23:32 to 2019-10-09 17:38:44 UTC [more...]

[PATCH bpf-next 00/10] bpf: revolutionize bpf tracing
 2019-10-09 17:38 UTC  (14+ messages)
` [PATCH bpf-next 05/10] bpf: implement accurate raw_tp context access via BTF
` [PATCH bpf-next 07/10] bpf: add support for BTF pointers to x86 JIT
` [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 AUTOSEL 4.19 10/26] ieee802154: ca8210: prevent memory leak
 2019-10-09 17:05 UTC  (9+ messages)
` [PATCH AUTOSEL 4.19 12/26] net: dsa: qca8k: Use up to 7 ports for all operations
` [PATCH AUTOSEL 4.19 16/26] nl80211: fix null pointer dereference
` [PATCH AUTOSEL 4.19 17/26] mac80211: fix txq "
` [PATCH AUTOSEL 4.19 18/26] netfilter: nft_connlimit: disable bh on garbage collection
` [PATCH AUTOSEL 4.19 19/26] net: dsa: rtl8366rb: add missing of_node_put after calling of_get_child_by_name
` [PATCH AUTOSEL 4.19 21/26] net: hisilicon: Fix usage of uninitialized variable in function mdio_sc_cfg_reg_write()
` [PATCH AUTOSEL 4.19 22/26] lib: textsearch: fix escapes in example code
` [PATCH AUTOSEL 4.19 24/26] r8152: Set macpassthru in reset_resume callback

[PATCH AUTOSEL 4.14 08/21] ieee802154: ca8210: prevent memory leak
 2019-10-09 17:06 UTC  (6+ messages)
` [PATCH AUTOSEL 4.14 10/21] net: dsa: qca8k: Use up to 7 ports for all operations
` [PATCH AUTOSEL 4.14 14/21] nl80211: fix null pointer dereference
` [PATCH AUTOSEL 4.14 15/21] mac80211: fix txq "
` [PATCH AUTOSEL 4.14 17/21] net: hisilicon: Fix usage of uninitialized variable in function mdio_sc_cfg_reg_write()
` [PATCH AUTOSEL 4.14 19/21] r8152: Set macpassthru in reset_resume callback

[PATCH AUTOSEL 4.9 08/13] nl80211: fix null pointer dereference
 2019-10-09 17:06 UTC  (3+ messages)
` [PATCH AUTOSEL 4.9 09/13] mac80211: fix txq "
` [PATCH AUTOSEL 4.9 11/13] net: hisilicon: Fix usage of uninitialized variable in function mdio_sc_cfg_reg_write()

[PATCH AUTOSEL 4.4 07/11] nl80211: fix null pointer dereference
 2019-10-09 17:06 UTC  (2+ messages)
` [PATCH AUTOSEL 4.4 09/11] net: hisilicon: Fix usage of uninitialized variable in function mdio_sc_cfg_reg_write()

pull-request: mac80211 2019-10-08
 2019-10-09 17:18 UTC  (4+ messages)

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

UDP Statistics Bug?
 2019-10-09 17:05 UTC 

[PATCH net 1/1] net/tls(TLS_SW): Fix list_del double free caused by a race condition in tls_tx_records
 2019-10-09 16:57 UTC  (10+ messages)
` [PATCH V2 "

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

[PATCH net-next] genetlink: do not parse attributes for families with zero maxattr
 2019-10-09 16:44 UTC 

[PATCH v13 0/4] BPF: New helper to obtain namespace data from current task
 2019-10-09 16:44 UTC  (8+ 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 bpf] libbpf: fix passing uninitialized bytes to setsockopt
 2019-10-09 16:39 UTC  (3+ messages)

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

[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 

[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  (2+ 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)

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)

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

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

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


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