netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-26 14:17:45 to 2019-06-27 00:32:12 UTC [more...]

[PATCH AUTOSEL 5.1 09/95] samples, bpf: fix to change the buffer size for read()
 2019-06-27  0:29 UTC  (9+ 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 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  (9+ 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  (9+ messages)
` [PATCH] bonding: Always enable vlan tx offload
` [PATCH] team: "

[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  (6+ 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  (20+ messages)
` [PATCH bpf-next V6 01/16] net/mlx5e: Attach/detach XDP program safely
` [PATCH bpf-next V6 02/16] xsk: Add API to check for available entries in FQ
` [PATCH bpf-next V6 03/16] xsk: Add getsockopt XDP_OPTIONS
` [PATCH bpf-next V6 04/16] libbpf: Support "
` [PATCH bpf-next V6 05/16] xsk: Change the default frame size to 4096 and allow controlling it
` [PATCH bpf-next V6 06/16] xsk: Return the whole xdp_desc from xsk_umem_consume_tx
` [PATCH bpf-next V6 07/16] net/mlx5e: Replace deprecated PCI_DMA_TODEVICE
` [PATCH bpf-next V6 08/16] net/mlx5e: Calculate linear RX frag size considering XSK
` [PATCH bpf-next V6 09/16] net/mlx5e: Allow ICO SQ to be used by multiple RQs
` [PATCH bpf-next V6 10/16] net/mlx5e: Refactor struct mlx5e_xdp_info
` [PATCH bpf-next V6 11/16] net/mlx5e: Share the XDP SQ for XDP_TX between RQs
` [PATCH bpf-next V6 12/16] net/mlx5e: XDP_TX from UMEM support
` [PATCH bpf-next V6 13/16] net/mlx5e: Consider XSK in XDP MTU limit calculation
` [PATCH bpf-next V6 14/16] net/mlx5e: Encapsulate open/close queues into a function
` [PATCH bpf-next V6 15/16] net/mlx5e: Move queue param structs to en/params.h
` [PATCH bpf-next V6 16/16] net/mlx5e: Add XSK zero-copy support

[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  (7+ messages)
` [PATCH net-next 01/10] net: stmmac: dwxgmac: Enable EDMA by default
` [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  (13+ 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  (3+ 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  (4+ messages)
    ` [PATCH bpf v4 1/2] xdp: hold device for umem regardless of zero-copy mode
    ` [PATCH bpf v4 2/2] xdp: fix hang while unregistering device bound to xdp socket

[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

[PATCH v2 00/17] net: introduce Qualcomm IPA driver
 2019-06-26 17:58 UTC  (6+ messages)
` WWAN Controller Framework (was IPA [PATCH v2 00/17])

[PATCH v2 00/17] net: introduce Qualcomm IPA driver
 2019-06-26 17:55 UTC  (26+ messages)

[PATCH net] af_packet: Block execution of tasks waiting for transmit to complete in AF_PACKET
 2019-06-26 17:14 UTC  (6+ messages)
` [PATCH v4 "

pull-request: wireless-drivers-next 2019-06-26
 2019-06-26 17:12 UTC  (2+ messages)

[PATCH net 0/2] net/smc: fixes 2019-06-26
 2019-06-26 17:10 UTC  (4+ messages)
` [PATCH net 1/2] net/smc: hold conns_lock before calling smc_lgr_register_conn()
` [PATCH net 2/2] net/smc: Fix error path in smc_init

[PATCH net-next 00/18] Add ionic driver
 2019-06-26 17:04 UTC  (26+ messages)
` [PATCH net-next 08/18] ionic: Add notifyq support
` [PATCH net-next 09/18] ionic: Add the basic NDO callbacks for netdev support
` [PATCH net-next 10/18] ionic: Add management of rx filters
` [PATCH net-next 11/18] ionic: Add Rx filter and rx_mode nod support
` [PATCH net-next 12/18] ionic: Add async link status check and basic stats
` [PATCH net-next 13/18] ionic: Add initial ethtool support
` [PATCH net-next 14/18] ionic: Add Tx and Rx handling
` [PATCH net-next 17/18] ionic: Add RSS support

[PATCH net-next v2 0/4] em_ipt: add support for addrtype
 2019-06-26 17:02 UTC  (8+ messages)
` [PATCH net-next v2 1/4] net: sched: em_ipt: match only on ip/ipv6 traffic
` [PATCH net-next v2 2/4] net: sched: em_ipt: set the family based on the packet if it's unspecified
` [PATCH net-next v2 3/4] net: sched: em_ipt: keep the user-specified nfproto and use it
` [PATCH net-next v2 4/4] net: sched: em_ipt: add support for addrtype matching

[PATCH] net/mlx5: remove redundant assignment to ret
 2019-06-26 16:44 UTC 

[PATCH net-next 0/5] em_ipt: add support for addrtype
 2019-06-26 16:38 UTC  (6+ messages)
` [PATCH net-next 2/5] net: sched: em_ipt: set the family based on the protocol when matching

[PATCH net-next v3 0/8] net: aquantia: implement vlan offloads
 2019-06-26 16:26 UTC  (2+ messages)

[PATCH iproute] devlink: replace print macros with functions
 2019-06-26 16:20 UTC 

[bpf-next v2 00/10] Test the 32bit narrow reads
 2019-06-26 16:12 UTC  (5+ messages)
` [bpf-next v2 08/10] bpf: Implement bpf_prog_test_run for perf event programs

[PATCH 1/2] net: stmmac: Fix possible deadlock when disabling EEE support
 2019-06-26 16:11 UTC  (6+ messages)
` [PATCH 2/2] net: stmmac: Fix crash observed if PHY does not support EEE

[PATCH net] ipv6: fix suspicious RCU usage in rt6_dump_route()
 2019-06-26 16:08 UTC  (2+ messages)

[PATCH net] ipv4: fix suspicious RCU usage in fib_dump_info_fnhe()
 2019-06-26 16:08 UTC  (2+ messages)

[PATCH net-next 00/11] net: hns3: some code optimizations & bugfixes
 2019-06-26 15:59 UTC  (4+ messages)

[PATCH net-next 01/16] qlge: Remove irq_cnt
 2019-06-26 15:42 UTC  (9+ messages)
` [PATCH net-next 03/16] qlge: Deduplicate lbq_buf_size
  ` [EXT] "
` [PATCH net-next 05/16] qlge: Remove rx_ring.sbq_buf_size
  ` [EXT] "

dm9601: incorrect datasheet URL
 2019-06-26 14:12 UTC 

[PATCH iproute2 1/2] devlink: fix format string warning for 32bit targets
 2019-06-26 14:55 UTC  (4+ messages)

[PATCH net] vxlan: do not destroy fdb if register_netdevice() is failed
 2019-06-26 14:53 UTC  (7+ messages)

[RFC PATCH v4 net-next 00/11] net: ethernet: ti: introduce new cpsw switchdev based driver
 2019-06-26 14:47 UTC  (7+ messages)
` [RFC PATCH v4 net-next 06/11] net: ethernet: ti: introduce cpsw switchdev based driver part 1 - dual-emac
` [RFC PATCH v4 net-next 10/11] ARM: dts: am57xx-idk: add dt nodes for new cpsw switch dev driver

[PATCH net-next] xdp: Make __mem_id_disconnect static
 2019-06-26 14:33 UTC  (2+ messages)

[PATCH v2] samples: bpf: make the use of xdp samples consistent
 2019-06-26 14:33 UTC  (2+ messages)

[PATCH bpf-next] bpf: fix compiler warning with CONFIG_MODULES=n
 2019-06-26 14:32 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: build tests with debug info
 2019-06-26 14:32 UTC  (2+ messages)

[PATCH v2 bpf-next] libbpf: fix max() type mismatch for 32bit
 2019-06-26 14:32 UTC  (2+ messages)

[PATCH bpf] bpf: fix BPF_ALU32 | BPF_ARSH on BE arches
 2019-06-26 14:31 UTC  (2+ messages)

[PATCH bpf] tools: bpftool: use correct argument in cgroup errors
 2019-06-26 14:30 UTC  (2+ messages)

[PATCH] xsk: Properly terminate assignment in xskq_produce_flush_desc
 2019-06-26 14:30 UTC  (2+ messages)

samples/bpf compilation failures - 5.2.0
 2019-06-26 14:21 UTC  (3+ 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).