netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-09 14:54:22 to 2020-10-09 21:42:04 UTC [more...]

[PATCH net-next v4 00/10] net: bridge: cfm: Add support for Connectivity Fault Management(CFM)
 2020-10-09 21:42 UTC  (10+ messages)
` [PATCH net-next v4 01/10] net: bridge: extend the process of special frames
` [PATCH net-next v4 02/10] bridge: cfm: Add BRIDGE_CFM to Kconfig
` [PATCH net-next v4 03/10] bridge: uapi: cfm: Added EtherType used by the CFM protocol
` [PATCH net-next v4 04/10] bridge: cfm: Kernel space implementation of CFM. MEP create/delete

[PATCH RFC PKS/PMEM 00/58] PMEM: Introduce stray write protection for PMEM
 2020-10-09 21:34 UTC  (60+ messages)
` [PATCH RFC PKS/PMEM 01/58] x86/pks: Add a global pkrs option
` [PATCH RFC PKS/PMEM 02/58] x86/pks/test: Add testing for global option
` [PATCH RFC PKS/PMEM 03/58] memremap: Add zone device access protection
` [PATCH RFC PKS/PMEM 04/58] kmap: Add stray access protection for device pages
` [PATCH RFC PKS/PMEM 05/58] kmap: Introduce k[un]map_thread
` [PATCH RFC PKS/PMEM 06/58] kmap: Introduce k[un]map_thread debugging
` [PATCH RFC PKS/PMEM 07/58] drivers/drbd: Utilize new kmap_thread()
` [PATCH RFC PKS/PMEM 08/58] drivers/firmware_loader: "
` [PATCH RFC PKS/PMEM 09/58] drivers/gpu: "
` [PATCH RFC PKS/PMEM 10/58] drivers/rdma: "
` [PATCH RFC PKS/PMEM 11/58] drivers/net: "
` [PATCH RFC PKS/PMEM 12/58] fs/afs: "
` [PATCH RFC PKS/PMEM 13/58] fs/btrfs: "
` [PATCH RFC PKS/PMEM 14/58] fs/cifs: "
` [PATCH RFC PKS/PMEM 15/58] fs/ecryptfs: "
` [PATCH RFC PKS/PMEM 16/58] fs/gfs2: "
` [PATCH RFC PKS/PMEM 17/58] fs/nilfs2: "
` [PATCH RFC PKS/PMEM 18/58] fs/hfs: "
` [PATCH RFC PKS/PMEM 19/58] fs/hfsplus: "
` [PATCH RFC PKS/PMEM 20/58] fs/jffs2: "
` [PATCH RFC PKS/PMEM 21/58] fs/nfs: "
` [PATCH RFC PKS/PMEM 22/58] fs/f2fs: "
` [PATCH RFC PKS/PMEM 23/58] fs/fuse: "
` [PATCH RFC PKS/PMEM 24/58] fs/freevxfs: "
` [PATCH RFC PKS/PMEM 25/58] fs/reiserfs: "
` [PATCH RFC PKS/PMEM 26/58] fs/zonefs: "
` [PATCH RFC PKS/PMEM 27/58] fs/ubifs: "
` [PATCH RFC PKS/PMEM 28/58] fs/cachefiles: "
` [PATCH RFC PKS/PMEM 29/58] fs/ntfs: "
` [PATCH RFC PKS/PMEM 30/58] fs/romfs: "
` [PATCH RFC PKS/PMEM 31/58] fs/vboxsf: "
` [PATCH RFC PKS/PMEM 32/58] fs/hostfs: "
` [PATCH RFC PKS/PMEM 33/58] fs/cramfs: "
` [PATCH RFC PKS/PMEM 34/58] fs/erofs: "
` [PATCH RFC PKS/PMEM 35/58] fs: "
` [PATCH RFC PKS/PMEM 36/58] fs/ext2: Use ext2_put_page
` [PATCH RFC PKS/PMEM 37/58] fs/ext2: Utilize new kmap_thread()
` [PATCH RFC PKS/PMEM 38/58] fs/isofs: "
` [PATCH RFC PKS/PMEM 39/58] fs/jffs2: "
` [PATCH RFC PKS/PMEM 40/58] net: "
` [PATCH RFC PKS/PMEM 41/58] drivers/target: "
` [PATCH RFC PKS/PMEM 42/58] drivers/scsi: "
` [PATCH RFC PKS/PMEM 43/58] drivers/mmc: "
` [PATCH RFC PKS/PMEM 44/58] drivers/xen: "
` [PATCH RFC PKS/PMEM 45/58] drivers/firmware: "
` [PATCH RFC PKS/PMEM 46/58] drives/staging: "
` [PATCH RFC PKS/PMEM 47/58] drivers/mtd: "
` [PATCH RFC PKS/PMEM 48/58] drivers/md: "
` [PATCH RFC PKS/PMEM 49/58] drivers/misc: "
` [PATCH RFC PKS/PMEM 50/58] drivers/android: "
` [PATCH RFC PKS/PMEM 51/58] kernel: "
` [PATCH RFC PKS/PMEM 52/58] mm: "
` [PATCH RFC PKS/PMEM 53/58] lib: "
` [PATCH RFC PKS/PMEM 54/58] powerpc: "
` [PATCH RFC PKS/PMEM 55/58] samples: "
` [PATCH RFC PKS/PMEM 56/58] dax: Stray access protection for dax_direct_access()
` [PATCH RFC PKS/PMEM 57/58] nvdimm/pmem: Stray access protection for pmem->virt_addr
` [PATCH RFC PKS/PMEM 58/58] [dax|pmem]: Enable stray access protection

[PATCH bpf-next v2] bpf_fib_lookup: optionally skip neighbour lookup
 2020-10-09 21:28 UTC  (4+ messages)

[PATCH bpf-next v3 0/6] Follow-up BPF helper improvements
 2020-10-09 21:09 UTC  (9+ messages)
` [PATCH bpf-next v3 1/6] bpf: improve bpf_redirect_neigh helper description
` [PATCH bpf-next v3 2/6] bpf: add redirect_peer helper
` [PATCH bpf-next v3 3/6] bpf: allow for map-in-map with dynamic inner array map entries
` [PATCH bpf-next v3 4/6] bpf, selftests: add test for different array inner map size
` [PATCH bpf-next v3 5/6] bpf, selftests: make redirect_neigh test more extensible
` [PATCH bpf-next v3 6/6] bpf, selftests: add redirect_peer selftest

[PATCH bpf-next V3 0/6] bpf: New approach for BPF MTU handling
 2020-10-09 21:07 UTC  (10+ messages)
` [PATCH bpf-next V3 1/6] bpf: Remove MTU check in __bpf_skb_max_len
` [PATCH bpf-next V3 4/6] bpf: make it possible to identify BPF redirected SKBs

[Patch net] ip_gre: set dev->hard_header_len properly
 2020-10-09 20:38 UTC  (16+ messages)

[PATCH net v2] net: ipa: skip suspend/resume activities if not set up
 2020-10-09 20:28 UTC 

[PATCH] net: Add mhi-net driver
 2020-10-09 20:33 UTC 

[net-next 0/8][pull request] 100GbE Intel Wired LAN Driver Updates 2020-10-07
 2020-10-09 20:23 UTC  (2+ messages)

[PATCH v2 bpf-next 0/4] bpf: Make the verifier recognize llvm register allocation patterns
 2020-10-09 20:10 UTC  (12+ messages)
` [PATCH v2 bpf-next 1/4] bpf: Propagate scalar ranges through register assignments
` [PATCH v2 bpf-next 2/4] bpf: Track spill/fill of bounded scalars
` [PATCH v2 bpf-next 3/4] selftests/bpf: Add profiler test
` [PATCH v2 bpf-next 4/4] selftests/bpf: Asm tests for the verifier regalloc tracking

[PATCH net-next] net: dsa: microchip: add ksz9563 to ksz9477 I2C driver
 2020-10-09 20:08 UTC  (3+ messages)

[PATCH nf v2] netfilter: conntrack: connection timeout after re-register
 2020-10-09 20:05 UTC  (9+ messages)

[net v3] net: dsa: microchip: fix race condition
 2020-10-09 20:04 UTC  (2+ messages)

[PATCH net 0/2] net: ipa: non-setup bug fixes
 2020-10-09 19:41 UTC  (5+ messages)
` [PATCH net 1/2] net: ipa: only clear hardware state if setup has completed

[PATCH v2 0/6] Ancillary bus implementation and SOF multi-client support
 2020-10-09 19:39 UTC  (8+ messages)
` [PATCH v2 1/6] Add ancillary bus support

[PATCH v3 1/1] net/rds: suppress page allocation failure error in recv buffer refill
 2020-10-09 19:34 UTC  (2+ messages)

[PATCH 0/4] Netfilter fixes for net
 2020-10-09 19:19 UTC  (2+ messages)

[PATCH net-next v2 00/16] Add devlink reload action and limit options
 2020-10-09 19:10 UTC  (2+ messages)

[PATCH 0/8] staging: wfx: fix issues reported by Smatch
 2020-10-09 18:52 UTC  (11+ messages)
` [PATCH 1/8] staging: wfx: improve error handling of hif_join()
` [PATCH 2/8] staging: wfx: check memory allocation
` [PATCH 3/8] staging: wfx: standardize the error when vif does not exist
` [PATCH 4/8] staging: wfx: wfx_init_common() returns NULL on error
` [PATCH 5/8] staging: wfx: increase robustness of hif_generic_confirm()
` [PATCH 6/8] staging: wfx: gpiod_get_value() can return an error
` [PATCH 7/8] staging: wfx: drop unicode characters from strings
` [PATCH 8/8] staging: wfx: improve robustness of wfx_get_hw_rate()

[PATCH bpf-next v3] bpf_fib_lookup: always return target ifindex
 2020-10-09 18:42 UTC 

[PATCH bpf-next v2 0/6] Follow-up BPF helper improvements
 2020-10-09 18:42 UTC  (7+ messages)
` [PATCH bpf-next v2 1/6] bpf: improve bpf_redirect_neigh helper description
` [PATCH bpf-next v2 3/6] bpf: allow for map-in-map with dynamic inner array map entries

[bpf-next PATCH v2 0/6] sockmap/sk_skb program memory acct fixes
 2020-10-09 18:37 UTC  (7+ messages)
` [bpf-next PATCH v3 1/6] bpf, sockmap: skb verdict SK_PASS to self already checked rmem limits
` [bpf-next PATCH v3 2/6] bpf, sockmap: On receive programs try to fast track SK_PASS ingress
` [bpf-next PATCH v3 3/6] bpf, sockmap: remove skb_set_owner_w wmem will be taken later from sendpage
` [bpf-next PATCH v3 4/6] bpf, sockmap: remove dropped data on errors in redirect case
` [bpf-next PATCH v3 5/6] bpf, sockmap: Remove skb_orphan and let normal skb_kfree do cleanup
` [bpf-next PATCH v3 6/6] bpf, sockmap: Add memory accounting so skbs on ingress lists are visible

[PATCH bpf-next 0/3] samples: bpf: Refactor XDP programs with libbpf
 2020-10-09 18:29 UTC  (8+ messages)
` [PATCH bpf-next 1/3] samples: bpf: Refactor xdp_monitor "
` [PATCH bpf-next 2/3] samples: bpf: Replace attach_tracepoint() to attach() in xdp_redirect_cpu
` [PATCH bpf-next 3/3] samples: bpf: refactor XDP kern program maps with BTF-defined map

[bpf-next PATCH v2 0/6] sockmap/sk_skb program memory acct fixes
 2020-10-09 18:04 UTC  (8+ messages)
` [bpf-next PATCH v2 1/6] bpf, sockmap: skb verdict SK_PASS to self already checked rmem limits
` [bpf-next PATCH v2 2/6] bpf, sockmap: On receive programs try to fast track SK_PASS ingress
` [bpf-next PATCH v2 3/6] bpf, sockmap: remove skb_set_owner_w wmem will be taken later from sendpage
` [bpf-next PATCH v2 4/6] bpf, sockmap: remove dropped data on errors in redirect case
` [bpf-next PATCH v2 5/6] bpf, sockmap: Remove skb_orphan and let normal skb_kfree do cleanup
` [bpf-next PATCH v2 6/6] bpf, sockmap: Add memory accounting so skbs on ingress lists are visible

[PATCH 1/2] net: smc: fix missing brace warning for old compilers
 2020-10-09 18:04 UTC  (4+ messages)
` [PATCH 2/2] "

[PATCH net] ipv4: Restore flowi4_oif update before call to xfrm_lookup_route
 2020-10-09 18:01 UTC 

[PATCH] net: fec: Fix phy_device lookup for phy_reset_after_clk_enable()
 2020-10-09 18:02 UTC  (8+ messages)

[net-next 0/3][pull request] 40GbE Intel Wired LAN Driver Updates 2020-10-07
 2020-10-09 17:55 UTC  (7+ messages)
` [net-next 1/3] i40e: Allow changing FEC settings on X722 if supported by FW
` [net-next 2/3] i40e: Fix MAC address setting for a VF via Host/VM
` [net-next 3/3] e1000: remove unused and incorrect code

[PATCH 0/3] ARM, timers: ebsa110 cleanup
 2020-10-09 17:40 UTC  (3+ messages)
` [PATCH 2/3] net: remove am79c961a driver

[PATCH v2 0/3] [PATCH v2 0/3] [PATCH v2 0/3] net, mac80211, kernel: enable KCOV remote coverage collection for 802.11 frame handling
 2020-10-09 17:13 UTC  (5+ messages)
` [PATCH v2 1/3] kernel: make kcov_common_handle consider the current context
` [PATCH v2 2/3] net: store KCOV remote handle in sk_buff
` [PATCH v2 3/3] mac80211: add KCOV remote annotations to incoming frame processing

[PATCH net 0/2] mptcp: some fallback fixes
 2020-10-09 17:00 UTC  (3+ messages)
` [PATCH net 1/2] mptcp: fix fallback for MP_JOIN subflows
` [PATCH net 2/2] mptcp: subflows garbage collection

[RFC 1/1] net/tls(TLS_SW): Handle -ENOSPC error return from device/AES-NI
 2020-10-09 16:48 UTC  (3+ messages)

[PATCH iproute2-next v2 0/2] Implement filter terse dump mode support
 2020-10-09 16:38 UTC  (9+ messages)
` [PATCH iproute2-next v2 2/2] tc: implement support for terse dump

[PATCH] net: intel: ice: Use uintptr_t for casting data
 2020-10-09 16:35 UTC  (2+ messages)

pull-request: wireless-drivers-next-2020-10-09
 2020-10-09 16:07 UTC 

[PATCH] net: stmmac: Don't call _irqoff() with hardirqs enabled
 2020-10-09 16:06 UTC  (4+ messages)

[net-next v2 0/8] net: convert tasklets to use new
 2020-10-09 15:44 UTC  (2+ messages)

[PATCH 0/7] TC-ETF support PTP clocks series
 2020-10-09 15:39 UTC  (5+ messages)
    ` AW: "

[PATCH net-next] net/sched: get rid of qdisc->padded
 2020-10-09 15:38 UTC  (4+ messages)

[PATCH v4,net-next,00/13] Add Support for Marvell OcteonTX2 Cryptographic
 2020-10-09 15:34 UTC  (14+ messages)
` [PATCH v4,net-next,01/13] octeontx2-pf: move lmt flush to include/linux/soc
` [PATCH v4,net-next,02/13] octeontx2-af: add mailbox interface for CPT
` [PATCH v4,net-next,03/13] octeontx2-af: add debugfs entries for CPT block
` [PATCH v4,net-next,04/13] drivers: crypto: add Marvell OcteonTX2 CPT PF driver
` [PATCH v4,net-next,05/13] crypto: octeontx2: add mailbox communication with AF
` [PATCH v4,net-next,06/13] crypto: octeontx2: enable SR-IOV and mailbox communication with VF
` [PATCH v4,net-next,07/13] crypto: octeontx2: load microcode and create engine groups
` [PATCH v4,net-next,08/13] crypto: octeontx2: add LF framework
` [PATCH v4,net-next,09/13] crypto: octeontx2: add support to get engine capabilities
` [PATCH v4,net-next,10/13] crypto: octeontx2: add mailbox for inline-IPsec RX LF cfg
` [PATCH v4,net-next,11/13] crypto: octeontx2: add virtual function driver support
` [PATCH v4,net-next,12/13] crypto: octeontx2: add support to process the crypto request
` [PATCH v4,net-next,13/13] crypto: octeontx2: register with linux crypto framework

[PATCH net] net: mptcp: make DACK4/DACK8 usage consistent among all subflows
 2020-10-09 15:35 UTC  (2+ messages)

[PATCH net 000/117] net: avoid to remove module when its debugfs is being used
 2020-10-09 15:33 UTC  (8+ messages)

[PATCH][RESEND] net: fec: Fix PHY init after phy_reset_after_clk_enable()
 2020-10-09 15:24 UTC  (4+ messages)

[PATCH bpf-next v2] bpf: add tcp_notsent_lowat bpf setsockopt
 2020-10-09 15:17 UTC  (3+ messages)

[PATCH net 001/117] mac80211: set .owner to THIS_MODULE in debugfs_netdev.c
 2020-10-09 15:09 UTC  (3+ messages)

[PATCH bpf-next] xsk: introduce padding between ring pointers
 2020-10-09 15:03 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).