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

KASAN: slab-out-of-bounds Write in validate_chain
 2019-06-25 23:48 UTC  (2+ messages)

[PATCH net-next 00/18] Add ionic driver
 2019-06-25 23:47 UTC  (11+ 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 V4 00/10] net: dsa: microchip: Convert to regmap
 2019-06-25 23:43 UTC  (11+ messages)
` [PATCH V4 01/10] net: dsa: microchip: Remove ksz_{read,write}24()
` [PATCH V4 02/10] net: dsa: microchip: Remove ksz_{get,set}()
` [PATCH V4 03/10] net: dsa: microchip: Inline ksz_spi.h
` [PATCH V4 04/10] net: dsa: microchip: Move ksz_cfg and ksz_port_cfg to ksz9477.c
` [PATCH V4 05/10] net: dsa: microchip: Use PORT_CTRL_ADDR() instead of indirect function call
` [PATCH V4 06/10] net: dsa: microchip: Factor out register access opcode generation
` [PATCH V4 07/10] net: dsa: microchip: Initial SPI regmap support
` [PATCH V4 08/10] net: dsa: microchip: Dispose of ksz_io_ops
` [PATCH V4 09/10] net: dsa: microchip: Factor out regmap config generation into common header
` [PATCH V4 10/10] net: dsa: microchip: Replace ad-hoc bit manipulation with regmap

[PATCH net-next 00/10] FDB, VLAN and PTP fixes for SJA1105 DSA
 2019-06-25 23:39 UTC  (11+ messages)
` [PATCH net-next 01/10] net: dsa: sja1105: Build PTP support in main DSA driver
` [PATCH net-next 02/10] net: dsa: sja1105: Cancel PTP delayed work on unregister
` [PATCH net-next 03/10] net: dsa: sja1105: Make vid 1 the default pvid
` [PATCH net-next 04/10] net: dsa: sja1105: Actually implement the P/Q/R/S FDB bits
` [PATCH net-next 05/10] net: dsa: sja1105: Make P/Q/R/S learn MAC addresses
` [PATCH net-next 06/10] net: dsa: sja1105: Back up static FDB entries in kernel memory
` [PATCH net-next 07/10] net: dsa: sja1105: Add a high-level overview of the dynamic config interface
` [PATCH net-next 08/10] net: dsa: sja1105: Populate is_static for FDB entries on P/Q/R/S
` [PATCH net-next 09/10] net: dsa: sja1105: Use correct dsa_8021q VIDs for FDB commands
` [PATCH net-next 10/10] net: dsa: sja1105: Implement is_static for FDB entries on E/T

[PATCH bpf-next 0/2] libbpf: add perf buffer API
 2019-06-25 23:26 UTC  (3+ messages)
` [PATCH bpf-next 1/2] libbpf: add perf buffer reading API
` [PATCH bpf-next 2/2] selftests/bpf: test perf buffer API

[PATCH RFC net-next 0/5] net: dsa: MT7530: Convert to PHYLINK and add support for port 5
 2019-06-25 23:13 UTC  (22+ messages)
` [PATCH RFC net-next 1/5] net: dsa: mt7530: Convert to PHYLINK API
` [PATCH RFC net-next 4/5] dt-bindings: net: dsa: mt7530: Add mediatek,ephy-handle to isolate ext. phy

[PATCH bpf-next v9 00/10] Landlock LSM: Toward unprivileged sandboxing
 2019-06-25 23:02 UTC  (13+ messages)
` [PATCH bpf-next v9 01/10] fs,security: Add a new file access type: MAY_CHROOT
` [PATCH bpf-next v9 02/10] bpf: Add eBPF program subtype and is_valid_subtype() verifier
` [PATCH bpf-next v9 03/10] bpf,landlock: Define an eBPF program type for Landlock hooks
` [PATCH bpf-next v9 04/10] seccomp,landlock: Enforce Landlock programs per process hierarchy
` [PATCH bpf-next v9 05/10] bpf,landlock: Add a new map type: inode
` [PATCH bpf-next v9 06/10] landlock: Handle filesystem access control
` [PATCH bpf-next v9 07/10] landlock: Add ptrace restrictions
` [PATCH bpf-next v9 08/10] bpf: Add a Landlock sandbox example
` [PATCH bpf-next v9 09/10] bpf,landlock: Add tests for Landlock
` [PATCH bpf-next v9 10/10] landlock: Add user and kernel documentation "

[PATCH bpf-next] selftests/bpf: build tests with debug info
 2019-06-25 22:56 UTC 

[PATCH v4 4/7] lib/hexdump.c: Replace ascii bool in hex_dump_to_buffer with flags
 2019-06-25 22:52 UTC  (3+ messages)

[RFC PATCH v4 net-next 00/11] net: ethernet: ti: introduce new cpsw switchdev based driver
 2019-06-25 22:49 UTC  (3+ messages)
` [RFC PATCH v4 net-next 10/11] ARM: dts: am57xx-idk: add dt nodes for new cpsw switch dev driver

[PATCH bpf-next 0/4] sys_bpf() access control via /dev/bpf
 2019-06-25 22:47 UTC  (9+ messages)
` [PATCH bpf-next 1/4] bpf: unprivileged BPF access "
` [PATCH bpf-next 2/4] bpf: sync tools/include/uapi/linux/bpf.h
` [PATCH bpf-next 3/4] libbpf: add libbpf_[get|put]_bpf_permission()
` [PATCH bpf-next 4/4] bpftool: use libbpf_[get|put]_bpf_permission()

[PATCH bpf-next v5 0/2] bpf: Allow bpf_skb_event_output for more prog types
 2019-06-25 22:37 UTC  (4+ messages)
` [PATCH bpf-next v5 1/2] bpf: Allow bpf_skb_event_output for a few "
` [PATCH bpf-next v5 2/2] bpf: Add selftests for bpf_perf_event_output

[PATCH net] af_packet: Block execution of tasks waiting for transmit to complete in AF_PACKET
 2019-06-25 22:30 UTC  (11+ messages)
` [PATCH v3 "
` [PATCH v4 "

[PATCH net-next] xdp: Make __mem_id_disconnect static
 2019-06-25 22:23 UTC  (3+ messages)

[[PATCH net-next]] net: core: xdp: make __mem_id_disconnect to be static
 2019-06-25 22:22 UTC  (2+ messages)

[PATCH net-next v6 0/8] net/sched: Add txtime-assist support for taprio
 2019-06-25 22:07 UTC  (9+ messages)
` [PATCH net-next v6 1/8] igb: clear out skb->tstamp after reading the txtime
` [PATCH net-next v6 2/8] etf: Don't use BIT() in UAPI headers
` [PATCH net-next v6 3/8] etf: Add skip_sock_check
` [PATCH net-next v6 4/8] taprio: calculate cycle_time when schedule is installed
` [PATCH net-next v6 5/8] taprio: Remove inline directive
` [PATCH net-next v6 6/8] taprio: Add support for txtime-assist mode
` [PATCH net-next v6 7/8] taprio: make clock reference conversions easier
` [PATCH net-next v6 8/8] taprio: Adjust timestamps for TCP packets

[pull request][for-next V2 0/7] Generic DIM lib for netdev and RDMA
 2019-06-25 22:02 UTC  (20+ messages)
` [for-next V2 01/10] linux/dim: Move logic to dim.h
` [for-next V2 02/10] linux/dim: Remove "net" prefix from internal DIM members
` [for-next V2 03/10] linux/dim: Rename externally exposed macros
` [for-next V2 04/10] linux/dim: Rename net_dim_sample() to net_dim_update_sample()
` [for-next V2 05/10] linux/dim: Rename externally used net_dim members
` [for-next V2 06/10] linux/dim: Move implementation to .c files
` [for-next V2 07/10] linux/dim: Add completions count to dim_sample
` [for-next V2 08/10] linux/dim: Implement rdma_dim
` [for-next V2 09/10] RDMA/nldev: Added configuration of RDMA dynamic interrupt moderation to netlink
` [for-next V2 10/10] RDMA/core: Provide RDMA DIM support for ULPs

BUG: unable to handle kernel NULL pointer dereference in corrupted (4)
 2019-06-25 21:47 UTC 

b43 / b43 legacy dma mask cleanups
 2019-06-25 21:45 UTC  (3+ messages)
` [PATCH 1/4] b43legacy: remove b43legacy_dma_set_mask

[PATCH 0/1] Fix broken build of mlx5
 2019-06-25 21:11 UTC  (9+ messages)
` [PATCH 1/1] mlx5: Fix build when CONFIG_MLX5_EN_RXNFC is disabled

[PATCH net-next] Revert "net: ena: ethtool: add extra properties retrieval via get_priv_flags"
 2019-06-25 21:09 UTC  (4+ messages)

What to do when a bridge port gets its pvid deleted?
 2019-06-25 21:05 UTC  (2+ messages)

[PATCH bpf-next] libbpf: fix max() type mismatch for 32bit
 2019-06-25 20:59 UTC  (2+ messages)

[PATCH net] vrf: reset rt_iif for recirculated mcast out pkts
 2019-06-25 20:52 UTC  (6+ messages)

[PATCH] xsk: Properly terminate assignment in xskq_produce_flush_desc
 2019-06-25 20:49 UTC  (4+ messages)

[PATCH net-next 1/1] tc-testing: add ingress qdisc tests
 2019-06-25 20:47 UTC  (2+ messages)

[PATCH v4 net-next 0/4] net: ethernet: ti: cpsw: Add XDP support
 2019-06-25 20:46 UTC  (6+ messages)
` [PATCH v4 net-next 1/4] net: core: page_pool: add user cnt preventing pool deletion
` [PATCH v4 net-next 2/4] net: ethernet: ti: davinci_cpdma: add dma mapped submit
` [PATCH v4 net-next 3/4] net: ethernet: ti: davinci_cpdma: return handler status
` [PATCH v4 net-next 4/4] net: ethernet: ti: cpsw: add XDP support

[net-next 1/1] tipc: rename function msg_get_wrapped() to msg_inner_hdr()
 2019-06-25 20:43 UTC  (2+ messages)

[net-next 1/1] tipc: eliminate unnecessary skb expansion during retransmission
 2019-06-25 20:40 UTC  (2+ messages)

[net-next 1/1] tipc: simplify stale link failure criteria
 2019-06-25 20:34 UTC  (2+ messages)

selftests: bpf: test_libbpf.sh failed at file test_l4lb.o
 2019-06-25 20:27 UTC  (8+ messages)

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

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

[PATCH rdma-next v1 00/12] DEVX asynchronous events
 2019-06-25 20:23 UTC  (7+ messages)
` [PATCH rdma-next v1 11/12] IB/mlx5: Implement DEVX dispatching event

[PATCH bpf] bpf: fix BPF_ALU32 | BPF_ARSH on BE arches
 2019-06-25 20:15 UTC  (2+ messages)

[bpf-next v2 00/10] Test the 32bit narrow reads
 2019-06-25 20:12 UTC  (13+ messages)
` [bpf-next v2 01/10] selftests/bpf: Print a message when tester could not run a program
` [bpf-next v2 02/10] selftests/bpf: Avoid a clobbering of errno
` [bpf-next v2 03/10] selftests/bpf: Avoid another case of errno clobbering
` [bpf-next v2 04/10] selftests/bpf: Use bpf_prog_test_run_xattr
` [bpf-next v2 05/10] selftests/bpf: Allow passing more information to BPF prog test run
` [bpf-next v2 06/10] tools headers: Adopt compiletime_assert from kernel sources
` [bpf-next v2 07/10] tools headers: sync struct bpf_perf_event_data
` [bpf-next v2 08/10] bpf: Implement bpf_prog_test_run for perf event programs
` [bpf-next v2 09/10] selftests/bpf: Add tests for bpf_prog_test_run for perf events progs
` [bpf-next v2 10/10] selftests/bpf: Test correctness of narrow 32bit read on 64bit field

[PATCH iproute2] ip/iptoken: fix dump error when ipv6 disabled
 2019-06-25 20:11 UTC  (2+ messages)

[PATCH bpf-next v4 0/2] bpf: Allow bpf_skb_event_output for more prog types
 2019-06-25 20:11 UTC  (4+ messages)
` [PATCH bpf-next v4 2/2] bpf: Add selftests for bpf_perf_event_output

[PATCH v4 rdma-next 0/3] RDMA/qedr: Use the doorbell overflow recovery mechanism for RDMA
 2019-06-25 20:04 UTC  (3+ messages)
` [PATCH v4 rdma-next 2/3] RDMA/qedr: Add doorbell overflow recovery support

hard-coded limit on unresolved multicast route cache in ipv4/ipmr.c causes slow, unreliable creation of multicast routes on busy networks
 2019-06-25 20:03 UTC  (3+ messages)

[PATCH net] net: make skb_dst_force return false when dst was cleared
 2019-06-25 19:59 UTC  (3+ messages)

[PATCH 1/2] tty: ldisc: Fix misuse of proc_dointvec "ldisc_autoload"
 2019-06-25 19:59 UTC  (3+ messages)
` [PATCH 2/2] net/ipv6: Fix misuse of proc_dointvec "skip_notify_on_dev_down"

[PATCH net] ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loop
 2019-06-25 19:59 UTC  (4+ messages)

[PATCH net-next 1/1] tc-testing: Restore original behaviour for namespaces in tdc
 2019-06-25 19:57 UTC  (2+ messages)

[PATCH 00/26] Netfilter updates for net-next
 2019-06-25 19:46 UTC  (2+ messages)

[PATCH net] net/sched: flower: fix infinite loop in fl_walk()
 2019-06-25 19:29 UTC  (7+ messages)

[PATCH v4 3/7] lib/hexdump.c: Optionally suppress lines of repeated bytes
 2019-06-25 19:13 UTC  (2+ messages)

[PATCH iproute2 1/2] devlink: fix format string warning for 32bit targets
 2019-06-25 18:59 UTC  (4+ messages)
` [PATCH iproute2 2/2] devlink: fix libc and kernel headers collision

[PATCH V2 00/15] cleanup cppcheck signed shifting errors
 2019-06-25 18:49 UTC  (4+ messages)
` [PATCH V3 "
  ` [PATCH V3 04/15] ARM: exynos: cleanup cppcheck shifting error

[PATCH 00/11] XDP unaligned chunk placement support
 2019-06-25 18:44 UTC  (2+ messages)

[PATCH net-next 01/16] qlge: Remove irq_cnt
 2019-06-25 18:32 UTC  (5+ messages)
` [PATCH net-next 10/16] qlge: Factor out duplicated expression

Removing skb_orphan() from ip_rcv_core()
 2019-06-25 18:29 UTC  (9+ messages)

[RFC PATCH 0/2] enable broadcom tagging for bcm531x5 switches
 2019-06-25 18:17 UTC  (6+ messages)

[PATCH v2 bpf-next 00/11] BTF-defined BPF map definitions
 2019-06-25 18:14 UTC  (8+ messages)

general protection fault in sctp_sched_prio_sched
 2019-06-25 18:09 UTC  (3+ messages)

[PATCH V2 mlx5-next 00/13] Mellanox, mlx5 vport metadata matching
 2019-06-25 17:48 UTC  (10+ messages)
` [PATCH V2 mlx5-next 05/13] net/mlx5: Add flow context for flow tag
` [PATCH V2 mlx5-next 06/13] net/mlx5: E-Switch, Tag packet with vport number in VF vports and uplink ingress ACLs
` [PATCH V2 mlx5-next 07/13] net/mlx5e: Specifying known origin of packets matching the flow
` [PATCH V2 mlx5-next 08/13] net/mlx5: E-Switch, Add match on vport metadata for rule in fast path
` [PATCH V2 mlx5-next 09/13] net/mlx5: E-Switch, Add query and modify esw vport context functions
` [PATCH V2 mlx5-next 10/13] net/mlx5: E-Switch, Pass metadata from FDB to eswitch manager
` [PATCH V2 mlx5-next 11/13] net/mlx5: E-Switch, Add match on vport metadata for rule in slow path
` [PATCH V2 mlx5-next 12/13] RDMA/mlx5: Add vport metadata matching for IB representors
` [PATCH V2 mlx5-next 13/13] net/mlx5: E-Switch, Enable vport metadata matching if firmware supports it


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