Netdev Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-27 13:48:10 to 2021-07-27 22:23:40 UTC [more...]

[PATCH bpf-next v4] bpf: increase supported cgroup storage value size
 2021-07-27 22:23 UTC 

[PATCH bpf-next v3] bpf: increase supported cgroup storage value size
 2021-07-27 22:17 UTC  (5+ messages)

[PATCH bpf v3 0/3] sockmap fixes picked up by stress tests
 2021-07-27 22:10 UTC  (6+ messages)
` [PATCH bpf v3 1/3] bpf, sockmap: zap ingress queues after stopping strparser
` [PATCH bpf v3 2/3] bpf, sockmap: on cleanup we additionally need to remove cached skb
` [PATCH bpf v3 3/3] bpf, sockmap: fix memleak on ingress msg enqueue

[PATCH net-next 0/5] TSN endpoint Ethernet MAC driver
 2021-07-27 22:05 UTC  (18+ messages)
` [PATCH net-next 2/5] dt-bindings: net: Add tsnep Ethernet controller
` [PATCH net-next 4/5] tsnep: Add TSN endpoint Ethernet MAC driver
` [PATCH net-next 5/5] arm64: dts: zynqmp: Add ZCU104 based TSN endpoint

[PATCH] netfilter: xt_NFLOG: allow 128 character log prefixes
 2021-07-27 21:52 UTC  (8+ messages)

[PATCH 00/64] Introduce strict memcpy() bounds checking
 2021-07-27 21:47 UTC  (67+ messages)
` [PATCH 01/64] media: omap3isp: Extract struct group for memcpy() region
` [PATCH 02/64] mac80211: Use flex-array for radiotap header bitmap
` [PATCH 03/64] rpmsg: glink: Replace strncpy() with strscpy_pad()
` [PATCH 04/64] stddef: Introduce struct_group() helper macro
` [PATCH 05/64] skbuff: Switch structure bounds to struct_group()
` [PATCH 06/64] bnxt_en: Use struct_group_attr() for memcpy() region
` [PATCH 07/64] staging: rtl8192e: Use struct_group() "
` [PATCH 08/64] staging: rtl8192u: "
` [PATCH 09/64] staging: rtl8723bs: Avoid field-overflowing memcpy()
` [PATCH 10/64] lib80211: Use struct_group() for memcpy() region
` [PATCH 11/64] net/mlx5e: Avoid field-overflowing memcpy()
` [PATCH 12/64] mwl8k: Use struct_group() for memcpy() region
` [PATCH 13/64] libertas: "
` [PATCH 14/64] libertas_tf: "
` [PATCH 15/64] ipw2x00: "
` [PATCH 16/64] thermal: intel: int340x_thermal: "
` [PATCH 17/64] iommu/amd: "
` [PATCH 18/64] cxgb3: "
` [PATCH 19/64] ip: Use struct_group() for memcpy() regions
` [PATCH 20/64] intersil: Use struct_group() for memcpy() region
` [PATCH 21/64] cxgb4: "
` [PATCH 22/64] bnx2x: "
` [PATCH 23/64] drm/amd/pm: "
` [PATCH 24/64] staging: wlan-ng: "
` [PATCH 25/64] drm/mga/mga_ioc32: "
` [PATCH 26/64] net/mlx5e: "
` [PATCH 27/64] HID: cp2112: "
` [PATCH 28/64] compiler_types.h: Remove __compiletime_object_size()
` [PATCH 29/64] lib/string: Move helper functions out of string.c
` [PATCH 30/64] fortify: Move remaining fortify helpers into fortify-string.h
` [PATCH 31/64] fortify: Explicitly disable Clang support
` [PATCH 32/64] fortify: Add compile-time FORTIFY_SOURCE tests
` [PATCH 33/64] lib: Introduce CONFIG_TEST_MEMCPY
` [PATCH 34/64] fortify: Detect struct member overflows in memcpy() at compile-time
` [PATCH 35/64] fortify: Detect struct member overflows in memmove() "
` [PATCH 36/64] scsi: ibmvscsi: Avoid multi-field memset() overflow by aiming at srp
` [PATCH 37/64] string.h: Introduce memset_after() for wiping trailing members/padding
` [PATCH 38/64] xfrm: Use memset_after() to clear padding
` [PATCH 39/64] mac80211: Use memset_after() to clear tx status
` [PATCH 40/64] net: 802: Use memset_after() to clear struct fields
` [PATCH 41/64] net: dccp: Use memset_after() for TP zeroing
` [PATCH 42/64] net: qede: Use memset_after() for counters
` [PATCH 43/64] ath11k: Use memset_after() for clearing queue descriptors
` [PATCH 44/64] iw_cxgb4: Use memset_after() for cpl_t5_pass_accept_rpl
` [PATCH 45/64] intel_th: msu: Use memset_after() for clearing hw header
` [PATCH 46/64] IB/mthca: Use memset_after() for clearing mpt_entry
` [PATCH 47/64] btrfs: Use memset_after() to clear end of struct
` [PATCH 48/64] drbd: Use struct_group() to zero algs
` [PATCH 49/64] cm4000_cs: Use struct_group() to zero struct cm4000_dev region
` [PATCH 50/64] KVM: x86: Use struct_group() to zero decode cache
` [PATCH 51/64] tracing: Use struct_group() to zero struct trace_iterator
` [PATCH 52/64] dm integrity: Use struct_group() to zero struct journal_sector
` [PATCH 53/64] HID: roccat: Use struct_group() to zero kone_mouse_event
` [PATCH 54/64] ipv6: Use struct_group() to zero rt6_info
` [PATCH 55/64] RDMA/mlx5: Use struct_group() to zero struct mlx5_ib_mr
` [PATCH 56/64] ethtool: stats: Use struct_group() to clear all stats at once
` [PATCH 57/64] netfilter: conntrack: Use struct_group() to zero struct nf_conn
` [PATCH 58/64] powerpc: Split memset() to avoid multi-field overflow
` [PATCH 59/64] fortify: Detect struct member overflows in memset() at compile-time
` [PATCH 60/64] fortify: Work around Clang inlining bugs
` [PATCH 61/64] Makefile: Enable -Warray-bounds
` [PATCH 62/64] netlink: Avoid false-positive memcpy() warning
` [PATCH 63/64] iwlwifi: dbg_ini: Split memcpy() to avoid multi-field write
` [PATCH 64/64] fortify: Add run-time WARN for cross-field memcpy()

[PATCH] ath9k_htc: Add a missing spin_lock_init()
 2021-07-27 21:43 UTC 

[PATCH 0/3] Address compilation of eBPF related software with clang compiler on arm architecture
 2021-07-27 21:43 UTC  (8+ messages)
` [PATCH 1/3] arm: include: asm: swab: mask rev16 instruction for clang
` [PATCH 2/3] arm: include: asm: unified: mask .syntax unified "
` [PATCH 3/3] include/uapi/linux/swab: Fix potentially missing __always_inline

[PATCH] libbpf: fix commnet typo
 2021-07-27 21:30 UTC  (4+ messages)

[PATCH net-next 0/5] net: ipa: add clock references
 2021-07-27 21:19 UTC  (6+ messages)
` [PATCH net-next 1/5] net: ipa: get clock in ipa_probe()
` [PATCH net-next 2/5] net: ipa: get another clock for ipa_setup()
` [PATCH net-next 3/5] net: ipa: add clock reference for remoteproc SSR
` [PATCH net-next 4/5] net: ipa: add a clock reference for netdev operations
` [PATCH net-next 5/5] net: ipa: don't suspend endpoints if setup not complete

[PATCH bpf] libbpf: fix probe for BPF_PROG_TYPE_CGROUP_SOCKOPT
 2021-07-27 21:17 UTC 

[PATCH] kernel/module: add documentation for try_module_get()
 2021-07-27 20:54 UTC  (7+ messages)

[PATCH] bus: mhi: pci-generic: configurable network interface MRU
 2021-07-27 20:49 UTC  (5+ messages)

[PATCH bpf-next v2 0/5] libbpf: rename btf__get_from_id() and btf__load() APIs, support split BTF
 2021-07-27 20:49 UTC  (7+ messages)

[PATCH net-next 00/18] Add Gigabit Ethernet driver support
 2021-07-27 20:48 UTC  (3+ messages)
` [PATCH net-next 08/18] ravb: Add R-Car common features

[RFC] tcp: Initial support for RFC5925 auth option
 2021-07-27 20:23 UTC  (5+ messages)

[PATCH net-next v3 00/31] ndo_ioctl rework
 2021-07-27 20:00 UTC  (7+ messages)
` [PATCH net-next v3 06/31] phonet: use siocdevprivate
` [PATCH net-next v3 16/31] qeth: use ndo_siocdevprivate
` [PATCH net-next v3 27/31] dev_ioctl: split out ndo_eth_ioctl

[PATCH RESEND] net: cipso: fix warnings in netlbl_cipsov4_add_std
 2021-07-27 20:00 UTC  (2+ messages)

[PATCH net-next 00/10] ionic: driver updates 27-July-2021
 2021-07-27 20:00 UTC  (12+ messages)
` [PATCH net-next 01/10] ionic: minimize resources when under kdump
` [PATCH net-next 02/10] ionic: monitor fw status generation
` [PATCH net-next 03/10] ionic: print firmware version on identify
` [PATCH net-next 04/10] ionic: init reconfig err to 0
` [PATCH net-next 05/10] ionic: use fewer inits on the buf_info struct
` [PATCH net-next 06/10] ionic: increment num-vfs before configure
` [PATCH net-next 07/10] ionic: remove unneeded comp union fields
` [PATCH net-next 08/10] ionic: block some ethtool operations when fw in reset
` [PATCH net-next 09/10] ionic: enable rxhash only with multiple queues
` [PATCH net-next 10/10] ionic: add function tag to debug string

[PATCH net] net: hns3: change the method of obtaining default ptp cycle
 2021-07-27 20:00 UTC  (2+ messages)

[PATCH net-next 0/4] net: ipa: IPA interrupt cleanup
 2021-07-27 19:46 UTC  (5+ messages)
` [PATCH net-next 1/4] net: ipa: make IPA interrupt handler threaded only
` [PATCH net-next 2/4] net: ipa: clear disabled IPA interrupt conditions
` [PATCH net-next 3/4] net: ipa: get rid of some unneeded IPA interrupt code
` [PATCH net-next 4/4] net: ipa: kill ipa_interrupt_process_all()

[PATCH net-next 5/5] igc: Export LEDs
 2021-07-27 19:42 UTC  (22+ messages)

[PATCH net-next 0/2] more accurate DSACK processing for RACK-TLP
 2021-07-27 19:20 UTC  (4+ messages)
` [PATCH net-next 1/2] tcp: more accurately detect spurious TLP probes
` [PATCH net-next 2/2] tcp: more accurately check DSACKs to grow RACK reordering window

[PATCH iproute2] libbpf: fix attach of prog with multiple sections
 2021-07-27 19:05 UTC  (11+ messages)

[PATCH] wireless: rtl8187: replace udev with usb_get_dev()
 2021-07-27 18:57 UTC 

[PATCH AUTOSEL 5.13 09/21] qed: fix possible unpaired spin_{un}lock_bh in _qed_mcp_cmd_and_union()
 2021-07-27 18:54 UTC  (3+ messages)

[PATCH bpf-next 00/17] selftests: xsk: various simplifications
 2021-07-27 18:39 UTC  (5+ messages)
` [PATCH bpf-next 01/17] selftests: xsk: remove color mode
` [PATCH bpf-next 04/17] selftests: xsk: set rlimit per thread

[PATCH rfc v6 0/4] add frag page support in page pool
 2021-07-27 18:38 UTC  (13+ messages)
` [PATCH rfc v6 2/4] page_pool: add interface to manipulate frag count "

[bpf-next v2 1/2] samples: bpf: Fix tracex7 error raised on the missing argument
 2021-07-27 18:20 UTC  (2+ messages)

[PATCH v3] rtw88: Remove unnecessary check code
 2021-07-27 18:16 UTC  (3+ messages)

[syzbot] UBSAN: shift-out-of-bounds in xfrm_set_default
 2021-07-27 17:46 UTC  (5+ messages)
  ` [PATCH] net: xfrm: fix shift-out-of-bounce

[PATCH] nfc: s3fwrn5: fix undefined parameter values in dev_err()
 2021-07-27 17:34 UTC  (2+ messages)

[PATCH][next] i40e: Fix spelling mistake "dissable" -> "disable"
 2021-07-27 17:33 UTC 

[PATCH 0/3] can: fix same memory leaks in can drivers
 2021-07-27 17:00 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] can: usb_8dev: fix memory leak
  ` [PATCH v2 2/3] can: ems_usb: "
  ` [PATCH v2 3/3] can: esd_usb2: "

[PATCH net-next 0/3] flow_offload: hardware offload of TC actions
 2021-07-27 16:47 UTC  (8+ messages)
` [PATCH net-next 1/3] flow_offload: allow user to offload tc action to net device

[PATCH iproute2-next v2] ipneigh: add support to print brief output of neigh cache in tabular format
 2021-07-27 16:46 UTC 

[PATCH bpf-next v1 0/5] sockmap: add sockmap support for unix stream socket
 2021-07-27 16:44 UTC  (10+ messages)
` [PATCH bpf-next v1 2/5] af_unix: add unix_stream_proto for sockmap
` [PATCH bpf-next v1 3/5] selftest/bpf: add tests for sockmap with unix stream type
` [PATCH bpf-next v1 4/5] selftest/bpf: change udp to inet in some function names
` [PATCH bpf-next v1 5/5] selftest/bpf: add new tests in sockmap for unix stream to tcp

[PATCH v2 0/7] net: phy: adin1100: Add initial support for ADIN1100 industrial PHY
 2021-07-27 16:36 UTC  (4+ messages)
` [PATCH v2 3/7] "

[PATCH iproute2-next] ipneigh: add support to print brief output of neigh cache in tabular format
 2021-07-27 16:33 UTC  (3+ messages)

[Patch bpf-next] unix_bpf: fix a potential deadlock in unix_dgram_bpf_recvmsg()
 2021-07-27 16:12 UTC  (2+ messages)

[PATCH bpf v2 0/3] sockmap fixes picked up by stress tests
 2021-07-27 16:01 UTC  (4+ messages)
` [PATCH bpf v2 3/3] bpf, sockmap: fix memleak on ingress msg enqueue

[PATCH V6 0/8] PCI: Enable 10-Bit tag support for PCIe devices
 2021-07-27 15:41 UTC  (10+ messages)
` [PATCH V6 7/8] PCI: Add "pci=disable_10bit_tag=" parameter for peer-to-peer support

[PATCH net 0/4] sctp: add some size validations
 2021-07-27 15:10 UTC  (4+ messages)
` [PATCH net 1/4] sctp: validate from_addr_param return

[External] : Re: [PATCH] 9p/xen: Fix end of loop tests for list_for_each_entry
 2021-07-27 14:07 UTC  (3+ messages)
`  "

[PATCH net-next 0/4] net: ipa: kill IPA_VALIDATION
 2021-07-27 14:03 UTC  (6+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).