netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-15 08:05:11 to 2020-09-15 22:59:34 UTC [more...]

[PATCH net-next 0/5] nexthop: Small changes
 2020-09-15 11:41 UTC  (3+ messages)
` [PATCH net-next 2/5] nexthop: Remove NEXTHOP_EVENT_ADD
` [PATCH net-next 5/5] selftests: fib_nexthops: Test cleanup of FDB entries following nexthop deletion

[PATCH net-next RFC v4 00/15] Add devlink reload action and
 2020-09-15 20:33 UTC  (34+ messages)
` [PATCH net-next RFC v4 01/15] devlink: Add reload action option to devlink reload command
` [PATCH net-next RFC v4 02/15] devlink: Add reload action limit level
` [PATCH net-next RFC v4 03/15] devlink: Add reload action stats
` [PATCH net-next RFC v4 04/15] devlink: Add reload actions stats to dev get
` [PATCH net-next RFC v4 10/15] net/mlx5: Add support for devlink reload action fw activate
` [PATCH net-next RFC v4 15/15] devlink: Add Documentation/networking/devlink/devlink-reload.rst

[PATCH v2] arm64: bpf: Fix branch offset in JIT
 2020-09-15 19:23 UTC  (5+ messages)

[PATCH v7 bpf-next 0/7] bpf: tailcalls in BPF subprograms
 2020-09-15 18:02 UTC  (8+ messages)
` [PATCH v7 bpf-next 7/7] selftests: bpf: add dummy prog for bpf2bpf with tailcall

[PATCH] chelsio/chtls: Re-add dependencies on CHELSIO_T4 to fix modular CHELSIO_T4
 2020-09-15 22:59 UTC  (2+ messages)

[PATCH net-next 0/8] mlxsw: Introduce fw_fatal health reporter and test cmd to trigger test event
 2020-09-15 22:57 UTC  (10+ messages)
` [PATCH net-next 1/8] mlxsw: Bump firmware version to XX.2008.1310
` [PATCH net-next 2/8] mlxsw: Move fw flashing code into core.c
` [PATCH net-next 3/8] mlxsw: core: Push code doing params register/unregister into separate helpers
` [PATCH net-next 4/8] mlxsw: Move fw_load_policy devlink param into core.c
` [PATCH net-next 5/8] mlxsw: reg: Add Monitoring FW Debug Register
` [PATCH net-next 6/8] mlxsw: reg: Add Monitoring FW General "
` [PATCH net-next 7/8] devlink: introduce the health reporter test command
` [PATCH net-next 8/8] mlxsw: core: Introduce fw_fatal health reporter

[PATCH net-next 0/3] net: stmmac: Add ethtool support for get|set channels
 2020-09-15 22:54 UTC  (3+ messages)

[PATCH net-next v2 0/3] First bunch of Tulip cleanups
 2020-09-15 22:47 UTC  (2+ messages)

[PATCH bpf-next] bpf: using rcu_read_lock for bpf_sk_storage_map iterator
 2020-09-15 19:03 UTC  (6+ messages)

[PATCH net] ipv4: Update exception handling for multipath routes via same device
 2020-09-15 22:46 UTC  (2+ messages)

[RFC PATCH 00/22] Enhance VHOST to enable SoC-to-SoC communication
 2020-09-15 15:47 UTC  (17+ messages)

a saner API for allocating DMA addressable pages v3
 2020-09-15 15:51 UTC  (19+ messages)
` [PATCH 01/18] media/v4l2: remove V4L2-FLAG-MEMORY-NON-CONSISTENT flag
` [PATCH 02/18] mm: turn alloc_pages into an inline function
` [PATCH 03/18] drm/exynos: stop setting DMA_ATTR_NON_CONSISTENT
` [PATCH 04/18] drm/nouveau/gk20a: "
` [PATCH 05/18] net/au1000-eth: stop using DMA_ATTR_NON_CONSISTENT
` [PATCH 06/18] lib82596: move DMA allocation into the callers of i82596_probe
` [PATCH 07/18] 53c700: improve non-coherent DMA handling
` [PATCH 08/18] dma-mapping: add a new dma_alloc_noncoherent API
` [PATCH 09/18] sgiwd93: convert to dma_alloc_noncoherent
` [PATCH 10/18] hal2: "
` [PATCH 11/18] lib82596: "
` [PATCH 12/18] sgiseeq: "
` [PATCH 13/18] 53c700: "
` [PATCH 14/18] dma-mapping: remove dma_cache_sync
` [PATCH 15/18] dma-mapping: add a new dma_alloc_pages API
` [PATCH 16/18] dma-mapping: add new {alloc,free}_noncoherent dma_map_ops methods
` [PATCH 17/18] dma-iommu: implement ->alloc_noncoherent
` [PATCH 18/18] firewire-ohci: use dma_alloc_pages

[PATCH bpf v4] xsk: do not discard packet when NETDEV_TX_BUSY
 2020-09-15 17:46 UTC  (3+ messages)

[PATCH net-next v2 00/10] make drivers/net/ethernet W=1 clean
 2020-09-15 22:37 UTC  (17+ messages)
` [PATCH net-next v2 04/10] drivers/net/ethernet: clean up unused assignments
` [PATCH net-next v2 06/10] drivers/net/ethernet: handle one warning explicitly
` [PATCH net-next v2 09/10] sfc: fix kdoc warning

[PATCH v3 00/14] Adding GAUDI NIC code to habanalabs driver
 2020-09-15 22:36 UTC  (26+ messages)
` [PATCH v3 01/14] habanalabs/gaudi: add NIC H/W and registers definitions
` [PATCH v3 02/14] habanalabs/gaudi: add NIC firmware-related definitions
` [PATCH v3 03/14] habanalabs/gaudi: add NIC security configuration
` [PATCH v3 04/14] habanalabs/gaudi: add support for NIC QMANs
` [PATCH v3 05/14] habanalabs/gaudi: add NIC Ethernet support
` [PATCH v3 06/14] habanalabs/gaudi: add NIC PHY code
` [PATCH v3 07/14] habanalabs/gaudi: allow user to get MAC addresses in INFO IOCTL
` [PATCH v3 08/14] habanalabs/gaudi: add a new IOCTL for NIC control operations
` [PATCH v3 09/14] habanalabs/gaudi: add CQ "
` [PATCH v3 10/14] habanalabs/gaudi: add WQ "
` [PATCH v3 11/14] habanalabs/gaudi: add QP error handling
` [PATCH v3 12/14] habanalabs/gaudi: Add ethtool support using coresight
` [PATCH v3 13/14] habanalabs/gaudi: support DCB protocol
` [PATCH v3 14/14] habanalabs/gaudi: add NIC init/fini calls from common code

[PATCH bpf-next v2] bpf: using rcu_read_lock for bpf_sk_storage_map iterator
 2020-09-15 22:35 UTC 

[PATCH v3 net-next 0/2] ionic: add devlink dev flash support
 2020-09-15 22:27 UTC  (21+ messages)
` [PATCH v3 net-next 2/2] ionic: add devlink firmware update

[net-next PATCH 0/2] Introduce mbox tracepoints for Octeontx2
 2020-09-15 16:44 UTC  (13+ messages)
  ` [EXT] "

[PATCH Resend linux-can-next/testing] can: flexcan: add correctable errors correction when HW supports ECC
 2020-09-15 22:16 UTC  (10+ messages)
` [PATCH linux-can-next/flexcan] can: flexcan: fix TDC feature

[PATCH v3 00/11] Fix PM hibernation in Xen guests
 2020-09-15 19:58 UTC  (10+ messages)
` [PATCH v3 01/11] xen/manage: keep track of the on-going suspend mode
` [PATCH v3 02/11] xenbus: add freeze/thaw/restore callbacks support

[PATCH net-next 0/3] 100base Fx link modes
 2020-09-15 20:21 UTC  (7+ messages)
` [PATCH net-next 1/3] ethtool: Add 100base-FX link mode entries
` [PATCH net-next 2/3] net: dp83869: Add ability to advertise Fiber connection
` [PATCH net-next 3/3] net: phy: dp83822: Update the fiber advertisement for speed

[pull request][net-next 00/16] mlx5 updates 2020-09-15
 2020-09-15 20:25 UTC  (17+ messages)
` [net-next 01/16] net/mlx5: Fix uninitialized variable warning
` [net-next 02/16] net/mlx5: remove erroneous fallthrough
` [net-next 03/16] net/mlx5: Always use container_of to find mdev pointer from clock struct
` [net-next 04/16] net/mlx5: Rename ptp clock info
` [net-next 05/16] net/mlx5: Release clock lock before scheduling a PPS work
` [net-next 06/16] net/mlx5: Don't call timecounter cyc2time directly from 1PPS flow
` [net-next 07/16] net/mlx5e: Return a valid errno if can't get lag device index
` [net-next 08/16] net/mlx5e: Add LAG warning for unsupported tx type
` [net-next 09/16] net/mlx5e: Add LAG warning if bond slave is not lag master
` [net-next 10/16] net/mlx5: E-Switch, Check and enable metadata support flag before using
` [net-next 11/16] net/mlx5: E-Switch, Dedicated metadata for uplink vport
` [net-next 12/16] net/mlx5: E-Switch, Setup all vports' metadata to support peer miss rule
` [net-next 13/16] net/mlx5: E-Switch, Use vport metadata matching by default
` [net-next 14/16] net/mlx5e: Add support for tc trap
` [net-next 15/16] net/mlx5e: Add IPv6 traffic class (DSCP) header rewrite support
` [net-next 16/16] net/mlx5e: Add CQE compression support for multi-strides packets

[PATCH bpf-next v5 0/5] Allow storage of flexible metadata information for eBPF programs
 2020-09-15 22:03 UTC  (7+ messages)
` [PATCH bpf-next v5 3/5] libbpf: Add BPF_PROG_BIND_MAP syscall and use it on .rodata section
` [PATCH bpf-next v5 4/5] bpftool: support dumping metadata

[PATCH bpf] bpf: bpf_skc_to_* casting helpers require a NULL check on sk
 2020-09-15 21:45 UTC  (5+ messages)

[PATCH net 0/7] Bugfixes in Microsemi Ocelot switch driver
 2020-09-15 21:19 UTC  (9+ messages)
` [PATCH net 1/7] net: mscc: ocelot: fix race condition with TX timestamping
` [PATCH net 2/7] net: mscc: ocelot: add locking for the port TX timestamp ID
` [PATCH net 3/7] net: dsa: seville: fix buffer size of the queue system
` [PATCH net 4/7] net: mscc: ocelot: check for errors on memory allocation of ports
` [PATCH net 5/7] net: mscc: ocelot: error checking when calling ocelot_init()
` [PATCH net 6/7] net: mscc: ocelot: refactor ports parsing code into a dedicated function
` [PATCH net 7/7] net: mscc: ocelot: unregister net devices on unbind

[PATCH] Bluetooth: pause/resume advertising around suspend
 2020-09-15 21:14 UTC 

[PATCH net-next v3 0/8] ethtool: add pause frame stats
 2020-09-15 20:26 UTC  (2+ messages)

[PATCH net] ibmvnic: update MAINTAINERS
 2020-09-15 20:27 UTC  (2+ messages)

[PATCH v2 net-next] ionic: dynamic interrupt moderation
 2020-09-15 20:57 UTC  (3+ messages)

[PATCH net-next 0/1] net/smc: fix 2020-09-15
 2020-09-15 20:57 UTC  (2+ messages)
` [PATCH net-next 1/1] net/smc: check variable before dereferencing in smc_close.c

[PATCH] net: tipc: kerneldoc fixes
 2020-09-15 20:33 UTC  (2+ messages)

[PATCH net-next 0/8] s390/qeth: updates 2020-09-10
 2020-09-15 20:22 UTC  (4+ messages)
` [PATCH net-next 5/8] bridge: Add SWITCHDEV_FDB_FLUSH_TO_BRIDGE notifier

[PATCH bpf-next v2 1/5] bpf: expose is_mptcp flag to bpf_tcp_sock
 2020-09-15 17:18 UTC  (5+ messages)
` [PATCH bpf-next v2 4/5] bpf: selftests: add MPTCP test base

[PATCH net-next] net: bridge: mcast: fix unused br var when lockdep isn't defined
 2020-09-15 17:02 UTC  (9+ messages)
` [PATCH net-next] rcu: prevent RCU_LOCKDEP_WARN() from swallowing the condition

[PATCH] dt-bindings: net: Correct interrupt flags in examples
 2020-09-15 16:54 UTC  (2+ messages)

[PATCHv10 bpf-next 0/5] xdp: add a new helper for dev map multicast support
 2020-09-15 16:12 UTC  (12+ messages)
` [PATCHv11 "
  ` [PATCHv11 bpf-next 2/5] "

[PATCH 5/9 next] scsi: Use iovec_import() instead of import_iovec()
 2020-09-15 14:55 UTC 

[PATCH 2/9 next] fs: Move rw_copy_check_uvector() into lib/iov_iter.c and make static
 2020-09-15 14:55 UTC 

[PATCH 0/9 next] Changes to code that reads iovec from userspace
 2020-09-15 14:53 UTC 

WARNING: refcount bug in pde_put
 2020-09-15 13:22 UTC 

[PATCH net-next] net: ethernet: mlx4: Avoid assigning a value to ring_cons but not used it anymore in mlx4_en_xmit()
 2020-09-15 12:06 UTC  (5+ messages)

[PATCH bpf-next v5 0/8] bpf: Support multi-attach for freplace programs
 2020-09-15 11:40 UTC 

[PATCH RESEND bpf-next v3 0/9] bpf: Support multi-attach for freplace programs
 2020-09-15 11:35 UTC  (6+ messages)
` [PATCH RESEND bpf-next v3 4/9] bpf: support attaching freplace programs to multiple attach points

[net] tipc: fix using smp_processor_id() in preemptible
 2020-09-15 10:54 UTC  (11+ messages)

[PATCH RFC 0/7] net: bridge: cfm: Add support for Connectivity Fault Management(CFM)
 2020-09-15 10:24 UTC  (22+ messages)
` [PATCH RFC 1/7] net: bridge: extend the process of special frames
` [PATCH RFC 2/7] bridge: cfm: Add BRIDGE_CFM to Kconfig
` [PATCH RFC 4/7] bridge: cfm: Kernel space implementation of CFM
` [PATCH RFC 5/7] bridge: cfm: Netlink Interface
` [PATCH RFC 6/7] bridge: cfm: Netlink Notifications
` [PATCH RFC 7/7] bridge: cfm: Bridge port remove

[trivial PATCH] treewide: Convert switch/case fallthrough; to break;
 2020-09-15  9:19 UTC  (3+ messages)
` [Intel-gfx] "

[PATCH 06/29] wil6210: Fix a couple of formatting issues in 'wil6210_debugfs_init'
 2020-09-15  9:17 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: Check trampoline execution in d_path test
 2020-09-15  9:12 UTC  (5+ messages)

[PATCH RFC bpf-next 0/2] bpf: Enable bpf_skc_to_* sock casting helper to networking prog type
 2020-09-15  9:03 UTC  (5+ messages)
` [PATCH RFC bpf-next 2/2] "

[PATCH] Bluetooth: Move force_bredr_smp debugfs into hci_debugfs_create_bredr
 2020-09-15  8:53 UTC 

[net-next:master 108/112] drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/chcr_ipsec.c:752: undefined reference to `cxgb4_reclaim_completed_tx'
 2020-09-15  8:49 UTC 

[PATCH bpf-next] bpf: don't check against device MTU in __bpf_skb_max_len
 2020-09-15  8:47 UTC  (7+ messages)

[PATCH] vhost: reduce stack usage in log_used
 2020-09-15  7:53 UTC  (3+ messages)

general protection fault in cache_clean
 2020-09-15  8:04 UTC 


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