netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-26 18:29:06 to 2019-06-27 00:51:21 UTC [more...]

[PATCH AUTOSEL 5.1 09/95] samples, bpf: fix to change the buffer size for read()
 2019-06-27  0:30 UTC  (29+ messages)
` [PATCH AUTOSEL 5.1 10/95] samples, bpf: suppress compiler warning
` [PATCH AUTOSEL 5.1 13/95] mac80211: fix rate reporting inside cfg80211_calculate_bitrate_he()
` [PATCH AUTOSEL 5.1 20/95] mac80211: free peer keys before vif down in mesh
` [PATCH AUTOSEL 5.1 23/95] mwifiex: Abort at too short BSS descriptor element
` [PATCH AUTOSEL 5.1 25/95] iwlwifi: fix load in rfkill flow for unified firmware
` [PATCH AUTOSEL 5.1 26/95] iwlwifi: clear persistence bit according to device family
` [PATCH AUTOSEL 5.1 27/95] iwlwifi: fix AX201 killer sku loading firmware issue
` [PATCH AUTOSEL 5.1 32/95] netfilter: ipv6: nf_defrag: fix leakage of unqueued fragments
` [PATCH AUTOSEL 5.1 33/95] tools: bpftool: Fix JSON output when lookup fails
` [PATCH AUTOSEL 5.1 37/95] dt-bindings: can: mcp251x: add mcp25625 support
` [PATCH AUTOSEL 5.1 38/95] can: mcp251x: add support for mcp25625
` [PATCH AUTOSEL 5.1 39/95] can: m_can: implement errata "Needless activation of MRAF irq"
` [PATCH AUTOSEL 5.1 43/95] ibmvnic: Do not close unopened driver during reset
` [PATCH AUTOSEL 5.1 45/95] ibmvnic: Fix unchecked return codes of memory allocations
` [PATCH AUTOSEL 5.1 58/95] bpf: fix div64 overflow tests to properly detect errors
` [PATCH AUTOSEL 5.1 66/95] cfg80211: util: fix bit count off by one
` [PATCH AUTOSEL 5.1 67/95] cfg80211: report measurement start TSF correctly
` [PATCH AUTOSEL 5.1 69/95] bpf, devmap: Add missing bulk queue free
` [PATCH AUTOSEL 5.1 71/95] bpf, x64: fix stack layout of JITed bpf code
` [PATCH AUTOSEL 5.1 72/95] qmi_wwan: add support for QMAP padding in the RX path
` [PATCH AUTOSEL 5.1 73/95] qmi_wwan: avoid RCU stalls on device disconnect when in QMAP mode
` [PATCH AUTOSEL 5.1 74/95] qmi_wwan: extend permitted QMAP mux_id value range
` [PATCH AUTOSEL 5.1 75/95] bpf: fix nested bpf tracepoints with per-cpu data
` [PATCH AUTOSEL 5.1 84/95] bnx2x: Check if transceiver implements DDM before access
` [PATCH AUTOSEL 5.1 86/95] ip6_tunnel: allow not to count pkts on tstats by passing dev as NULL
` [PATCH AUTOSEL 5.1 87/95] net: lio_core: fix potential sign-extension overflow on large shift
` [PATCH AUTOSEL 5.1 92/95] net: dsa: mv88e6xxx: fix shift of FID bits in mv88e6185_g1_vtu_loadpurge()
` [PATCH AUTOSEL 5.1 95/95] net :sunrpc :clnt :Fix xps refcount imbalance on the error path

[PATCH AUTOSEL 4.19 04/60] samples, bpf: fix to change the buffer size for read()
 2019-06-27  0:36 UTC  (38+ messages)
` [PATCH AUTOSEL 4.19 05/60] samples, bpf: suppress compiler warning
` [PATCH AUTOSEL 4.19 06/60] mac80211: fix rate reporting inside cfg80211_calculate_bitrate_he()
` [PATCH AUTOSEL 4.19 07/60] bpf: sockmap, fix use after free from sleep in psock backlog workqueue
` [PATCH AUTOSEL 4.19 11/60] mac80211: mesh: fix RCU warning
` [PATCH AUTOSEL 4.19 12/60] mac80211: free peer keys before vif down in mesh
` [PATCH AUTOSEL 4.19 13/60] mwifiex: Fix possible buffer overflows at parsing bss descriptor
` [PATCH AUTOSEL 4.19 14/60] mwifiex: Abort at too short BSS descriptor element
` [PATCH AUTOSEL 4.19 15/60] iwlwifi: Fix double-free problems in iwl_req_fw_callback()
` [PATCH AUTOSEL 4.19 16/60] mwifiex: Fix heap overflow in mwifiex_uap_parse_tail_ies()
` [PATCH AUTOSEL 4.19 17/60] bpf: udp: Avoid calling reuseport's bpf_prog from udp_gro
` [PATCH AUTOSEL 4.19 18/60] netfilter: ipv6: nf_defrag: fix leakage of unqueued fragments
` [PATCH AUTOSEL 4.19 20/60] netfilter: ipv6: nf_defrag: accept duplicate fragments again
` [PATCH AUTOSEL 4.19 21/60] dt-bindings: can: mcp251x: add mcp25625 support
` [PATCH AUTOSEL 4.19 22/60] can: mcp251x: add support for mcp25625
` [PATCH AUTOSEL 4.19 23/60] can: m_can: implement errata "Needless activation of MRAF irq"
` [PATCH AUTOSEL 4.19 24/60] can: af_can: Fix error path of can_init()
` [PATCH AUTOSEL 4.19 25/60] net: phy: rename Asix Electronics PHY driver
` [PATCH AUTOSEL 4.19 26/60] ibmvnic: Do not close unopened driver during reset
` [PATCH AUTOSEL 4.19 27/60] ibmvnic: Refresh device multicast list after reset
` [PATCH AUTOSEL 4.19 28/60] ibmvnic: Fix unchecked return codes of memory allocations
` [PATCH AUTOSEL 4.19 31/60] bpf: lpm_trie: check left child of last leftmost node for NULL
` [PATCH AUTOSEL 4.19 37/60] mlxsw: spectrum: Disallow prio-tagged packets when PVID is removed
` [PATCH AUTOSEL 4.19 40/60] mac80211: only warn once on chanctx_conf being NULL
` [PATCH AUTOSEL 4.19 41/60] mac80211: do not start any work during reconfigure flow
` [PATCH AUTOSEL 4.19 42/60] bpf, devmap: Fix premature entry free on destroying map
` [PATCH AUTOSEL 4.19 43/60] bpf, devmap: Add missing bulk queue free
` [PATCH AUTOSEL 4.19 44/60] bpf, devmap: Add missing RCU read lock on flush
` [PATCH AUTOSEL 4.19 45/60] bpf, x64: fix stack layout of JITed bpf code
` [PATCH AUTOSEL 4.19 46/60] qmi_wwan: add support for QMAP padding in the RX path
` [PATCH AUTOSEL 4.19 47/60] qmi_wwan: avoid RCU stalls on device disconnect when in QMAP mode
` [PATCH AUTOSEL 4.19 48/60] qmi_wwan: extend permitted QMAP mux_id value range
` [PATCH AUTOSEL 4.19 49/60] bpf: fix nested bpf tracepoints with per-cpu data
` [PATCH AUTOSEL 4.19 52/60] bnx2x: Check if transceiver implements DDM before access
` [PATCH AUTOSEL 4.19 54/60] ip6_tunnel: allow not to count pkts on tstats by passing dev as NULL
` [PATCH AUTOSEL 4.19 55/60] net: lio_core: fix potential sign-extension overflow on large shift
` [PATCH AUTOSEL 4.19 58/60] net: dsa: mv88e6xxx: fix shift of FID bits in mv88e6185_g1_vtu_loadpurge()
` [PATCH AUTOSEL 4.19 60/60] net :sunrpc :clnt :Fix xps refcount imbalance on the error path

[PATCH AUTOSEL 4.14 02/35] samples, bpf: fix to change the buffer size for read()
 2019-06-27  0:39 UTC  (25+ messages)
` [PATCH AUTOSEL 4.14 03/35] bpf: sockmap, fix use after free from sleep in psock backlog workqueue
` [PATCH AUTOSEL 4.14 05/35] mac80211: mesh: fix RCU warning
` [PATCH AUTOSEL 4.14 06/35] mac80211: free peer keys before vif down in mesh
` [PATCH AUTOSEL 4.14 07/35] mwifiex: Fix possible buffer overflows at parsing bss descriptor
` [PATCH AUTOSEL 4.14 08/35] mwifiex: Abort at too short BSS descriptor element
` [PATCH AUTOSEL 4.14 09/35] iwlwifi: Fix double-free problems in iwl_req_fw_callback()
` [PATCH AUTOSEL 4.14 10/35] bpf: udp: Avoid calling reuseport's bpf_prog from udp_gro
` [PATCH AUTOSEL 4.14 11/35] netfilter: ipv6: nf_defrag: fix leakage of unqueued fragments
` [PATCH AUTOSEL 4.14 12/35] netfilter: ipv6: nf_defrag: accept duplicate fragments again
` [PATCH AUTOSEL 4.14 13/35] dt-bindings: can: mcp251x: add mcp25625 support
` [PATCH AUTOSEL 4.14 14/35] can: mcp251x: add support for mcp25625
` [PATCH AUTOSEL 4.14 15/35] can: m_can: implement errata "Needless activation of MRAF irq"
` [PATCH AUTOSEL 4.14 16/35] can: af_can: Fix error path of can_init()
` [PATCH AUTOSEL 4.14 17/35] ibmvnic: Refresh device multicast list after reset
` [PATCH AUTOSEL 4.14 21/35] mlxsw: spectrum: Disallow prio-tagged packets when PVID is removed
` [PATCH AUTOSEL 4.14 24/35] mac80211: only warn once on chanctx_conf being NULL
` [PATCH AUTOSEL 4.14 25/35] qmi_wwan: add support for QMAP padding in the RX path
` [PATCH AUTOSEL 4.14 26/35] qmi_wwan: avoid RCU stalls on device disconnect when in QMAP mode
` [PATCH AUTOSEL 4.14 27/35] qmi_wwan: extend permitted QMAP mux_id value range
` [PATCH AUTOSEL 4.14 29/35] bnx2x: Check if transceiver implements DDM before access
` [PATCH AUTOSEL 4.14 31/35] ip6_tunnel: allow not to count pkts on tstats by passing dev as NULL
` [PATCH AUTOSEL 4.14 32/35] net: lio_core: fix potential sign-extension overflow on large shift
` [PATCH AUTOSEL 4.14 34/35] net: dsa: mv88e6xxx: fix shift of FID bits in mv88e6185_g1_vtu_loadpurge()
` [PATCH AUTOSEL 4.14 35/35] net :sunrpc :clnt :Fix xps refcount imbalance on the error path

[PATCH AUTOSEL 4.9 02/21] samples, bpf: fix to change the buffer size for read()
 2019-06-27  0:41 UTC  (14+ messages)
` [PATCH AUTOSEL 4.9 04/21] mac80211: mesh: fix RCU warning
` [PATCH AUTOSEL 4.9 05/21] mac80211: free peer keys before vif down in mesh
` [PATCH AUTOSEL 4.9 06/21] mwifiex: Fix possible buffer overflows at parsing bss descriptor
` [PATCH AUTOSEL 4.9 07/21] mwifiex: Abort at too short BSS descriptor element
` [PATCH AUTOSEL 4.9 08/21] netfilter: ipv6: nf_defrag: fix leakage of unqueued fragments
` [PATCH AUTOSEL 4.9 09/21] netfilter: ipv6: nf_defrag: accept duplicate fragments again
` [PATCH AUTOSEL 4.9 10/21] dt-bindings: can: mcp251x: add mcp25625 support
` [PATCH AUTOSEL 4.9 11/21] can: mcp251x: add support for mcp25625
` [PATCH AUTOSEL 4.9 14/21] mlxsw: spectrum: Disallow prio-tagged packets when PVID is removed
` [PATCH AUTOSEL 4.9 17/21] mac80211: only warn once on chanctx_conf being NULL
` [PATCH AUTOSEL 4.9 19/21] bnx2x: Check if transceiver implements DDM before access
` [PATCH AUTOSEL 4.9 20/21] ip6_tunnel: allow not to count pkts on tstats by passing dev as NULL
` [PATCH AUTOSEL 4.9 21/21] net :sunrpc :clnt :Fix xps refcount imbalance on the error path

[PATCH AUTOSEL 4.4 02/12] samples, bpf: fix to change the buffer size for read()
 2019-06-27  0:42 UTC  (7+ messages)
` [PATCH AUTOSEL 4.4 03/12] mac80211: mesh: fix RCU warning
` [PATCH AUTOSEL 4.4 04/12] mwifiex: Fix possible buffer overflows at parsing bss descriptor
` [PATCH AUTOSEL 4.4 05/12] mwifiex: Abort at too short BSS descriptor element
` [PATCH AUTOSEL 4.4 06/12] dt-bindings: can: mcp251x: add mcp25625 support
` [PATCH AUTOSEL 4.4 07/12] can: mcp251x: add support for mcp25625
` [PATCH AUTOSEL 4.4 12/12] bnx2x: Check if transceiver implements DDM before access

[PATCH rdma-next v1 00/12] DEVX asynchronous events
 2019-06-27  0:23 UTC  (3+ messages)
` [PATCH mlx5-next v1 02/12] net/mlx5: Use event mask based on device capabilities

[PATCH bpf-next 0/4] sys_bpf() access control via /dev/bpf
 2019-06-27  0:08 UTC  (5+ messages)
` [PATCH bpf-next 1/4] bpf: unprivileged BPF access "

KASAN: use-after-free Read in corrupted (3)
 2019-06-26 23:55 UTC  (2+ messages)

linux-next: Fixes tag needs some work in the bpf tree
 2019-06-26 23:43 UTC  (4+ messages)

[PATCH net-next] gso: enable udp gso for virtual devices
 2019-06-26 23:41 UTC  (7+ messages)

[PATCH net-next 0/2] net: ipv4: remove erroneous advancement of list pointer
 2019-06-26 23:32 UTC  (7+ messages)

[PATCH] flow_dissector: Fix vlan header offset in __skb_flow_dissect
 2019-06-26 23:29 UTC  (5+ messages)
` [PATCH] bonding: Always enable vlan tx offload

[PATCH bpf-next 0/3] capture integers in BTF type info for map defs
 2019-06-26 23:21 UTC  (4+ messages)
` [PATCH bpf-next 1/3] libbpf: capture value in BTF type info for BTF-defined "
` [PATCH bpf-next 2/3] selftests/bpf: convert selftests using BTF-defined maps to new syntax
` [PATCH bpf-next 3/3] selftests/bpf: convert legacy BPF maps to BTF-defined ones

[RFC PATCH bpf-next] RV32G eBPF JIT
 2019-06-26 23:20 UTC  (3+ messages)

[PATCH v2 bpf-next] RV32G eBPF JIT
 2019-06-26 23:12 UTC 

[net-next 0/4] Add gve driver
 2019-06-26 23:08 UTC  (10+ messages)
` [net-next 1/4] gve: Add basic driver framework for Compute Engine Virtual NIC
` [net-next 2/4] gve: Add transmit and receive support
` [net-next 3/4] gve: Add workqueue and reset support
` [net-next 4/4] gve: Add ethtool support

INFO: rcu detected stall in ext4_write_checks
 2019-06-26 22:47 UTC  (4+ messages)

[PATCH v2 bpf-next 0/3] libbpf: add perf buffer abstraction and API
 2019-06-26 22:31 UTC  (9+ messages)
` [PATCH v2 bpf-next 1/3] libbpf: add perf buffer API
` [PATCH v2 bpf-next 2/3] libbpf: auto-set PERF_EVENT_ARRAY size to number of CPUs

[PATCH][net-next] iavf: fix dereference of null rx_buffer pointer
 2019-06-26 22:26 UTC  (2+ messages)
` [Intel-wired-lan] "

KASAN: slab-out-of-bounds Write in validate_chain
 2019-06-26 22:24 UTC  (3+ messages)

[PATCH v2 bpf-next 0/7] libbpf: add tracing attach APIs
 2019-06-26 22:15 UTC  (4+ messages)
` [PATCH v2 bpf-next 3/7] libbpf: add kprobe/uprobe attach API

[PATCH net-next] can: dev: call netif_carrier_off() in register_candev()
 2019-06-26 21:19 UTC  (5+ messages)

[PATCH net] net/sched: flower: fix infinite loop in fl_walk()
 2019-06-26 21:15 UTC  (8+ messages)

net: macb: Fix compilation on systems without COMMON_CLK, v2
 2019-06-26 21:09 UTC  (2+ messages)

[PATCH net-next] xdp: xdp_umem: fix umem pages mapping for 32bits systems
 2019-06-26 20:50 UTC  (2+ messages)

[PATCH bpf-next V6 00/16] AF_XDP infrastructure improvements and mlx5e support
 2019-06-26 20:26 UTC  (2+ messages)

[PATCH net] ipv6: fix neighbour resolution with raw socket
 2019-06-26 20:26 UTC  (3+ messages)
` [PATCH net v2 0/2] "

[PATCH V2] bnx2x: Prevent ptp_task to be rescheduled indefinitely
 2019-06-26 20:24 UTC  (6+ messages)
` [EXT] "

[PATCH V33 24/30] bpf: Restrict bpf when kernel lockdown is in confidentiality mode
 2019-06-26 20:22 UTC  (3+ messages)

[PATCH V2] net: dsa: microchip: Use gpiod_set_value_cansleep()
 2019-06-26 20:23 UTC  (2+ messages)

[net-next 0/1] Allow 0.0.0.0/8 as a valid address range
 2019-06-26 20:20 UTC  (3+ messages)
` [PATCH net-next 1/1] "

[PATCH net-next 00/10] net: stmmac: 10GbE using XGMAC
 2019-06-26 20:19 UTC  (5+ messages)
` [PATCH net-next 07/10] net: stmmac: Enable support for > 32 Bits addressing in XGMAC
` [PATCH net-next 10/10] net: stmmac: Try to get C45 PHY if everything else fails

[PATCH V3] bnx2x: Prevent ptp_task to be rescheduled indefinitely
 2019-06-26 20:18 UTC 

[PATCH net] net: aquantia: fix vlans not working over bridged network
 2019-06-26 20:17 UTC  (2+ messages)

[PATCH net-next] rtnetlink: skip metrics loop for dst_default_metrics
 2019-06-26 20:15 UTC  (2+ messages)

[PATCH 0/3] net: ethernet: atheros: atlx: Use PCI generic definitions instead of private duplicates
 2019-06-26 20:07 UTC  (3+ messages)
` [PATCH 3/3] net: ethernet: atheros: atlx: Remove unused and private PCI definitions

[PATCH net-next v6 0/8] net/sched: Add txtime-assist support for taprio
 2019-06-26 20:06 UTC  (4+ messages)
` [PATCH net-next v6 1/8] igb: clear out skb->tstamp after reading the txtime

[PATCH v5 0/3] net: fddi: skfp: Use PCI generic definitions instead of private duplicates
 2019-06-26 20:05 UTC  (2+ messages)

[PATCH v3 0/3] net: fddi: skfp: Use PCI generic definitions instead of private duplicates
 2019-06-26 20:03 UTC  (4+ messages)

[RFC V1 net-next 0/1] Introduce xdp to ena
 2019-06-26 20:00 UTC  (11+ messages)
` [RFC V1 net-next 1/1] net: ena: implement XDP drop support
      ` XDP multi-buffer incl. jumbo-frames (Was: [RFC V1 net-next 1/1] net: ena: implement XDP drop support)

[PATCH net v2] ipv4: reset rt_iif for recirculated mcast/bcast out pkts
 2019-06-26 19:40 UTC  (2+ messages)

eBPF verifier slowness, more than 2 cpu seconds for about 600 instructions
 2019-06-26 19:38 UTC  (2+ messages)

[net-next 00/10][pull request] Intel Wired LAN Driver Updates 2019-06-26
 2019-06-26 19:31 UTC  (11+ messages)
` [net-next 01/10] ixgbe: Check DDM existence in transceiver before access
` [net-next 02/10] ixgbevf: fix possible divide by zero in ixgbevf_update_itr
` [net-next 03/10] i40e: fix 'Unknown bps' in dmesg for 2.5Gb/5Gb speeds
` [net-next 04/10] i40e: Fix for missing "link modes" info in ethtool
` [net-next 05/10] i40e: fix incorrect function documentation comment
` [net-next 06/10] i40e: Add log entry while creating or deleting TC0
` [net-next 07/10] i40e: missing priorities for any QoS traffic
` [net-next 08/10] i40e: Fix descriptor count manipulation
` [net-next 09/10] i40e: update copyright string
` [net-next 10/10] i40e/i40e_virtchnl_pf: Use struct_size() in kzalloc()

[PATCH bpf-next v8 0/9] bpf: getsockopt and setsockopt hooks
 2019-06-26 19:21 UTC  (5+ messages)
` [PATCH bpf-next v8 1/9] bpf: implement "

[PATCH 1/3 nf-next] netfilter:nf_flow_table: Refactor flow_offload_tuple to support more offload method
 2019-06-26 19:19 UTC  (6+ messages)
` [PATCH 2/3 nf-next] netfilter:nf_flow_table: Support bridge type flow offload

[PATCH 1/1] mlx5: Fix build when CONFIG_MLX5_EN_RXNFC is disabled
 2019-06-26 19:08 UTC  (5+ messages)

[PATCH V2 mlx5-next 00/13] Mellanox, mlx5 vport metadata matching
 2019-06-26 19:05 UTC  (2+ messages)

[RFC iproute2 0/1] iproute2 netns mount race issue and solution?
 2019-06-26 19:03 UTC  (2+ messages)
` [RFC iproute2 1/1] ip: netns: add mounted state file for each netns

[PATCH net v2] net: make skb_dst_force return true when dst is refcounted
 2019-06-26 18:40 UTC 

[PATCH bpf v4 0/2] xdp: fix hang while unregistering device bound to xdp socket
 2019-06-26 18:34 UTC  (3+ messages)
  ` [PATCH bpf v4 2/2] "

[PATCH v2 bpf-next 00/11] BTF-defined BPF map definitions
 2019-06-26 18:28 UTC  (4+ messages)
` [PATCH v2 bpf-next 04/11] libbpf: refactor map initialization


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