Netdev Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-27 21:01:27 to 2021-07-28 09:39:59 UTC [more...]

[PATCH v10 bpf-next 00/18] mvneta: introduce XDP multi-buffer support
 2021-07-28  9:38 UTC  (15+ messages)
` [PATCH v10 bpf-next 01/18] net: skbuff: add size metadata to skb_shared_info for xdp
` [PATCH v10 bpf-next 02/18] xdp: introduce flags field in xdp_buff/xdp_frame
` [PATCH v10 bpf-next 03/18] net: mvneta: update mb bit before passing the xdp buffer to eBPF layer
` [PATCH v10 bpf-next 04/18] net: mvneta: simplify mvneta_swbm_add_rx_fragment management
` [PATCH v10 bpf-next 05/18] net: xdp: add xdp_update_skb_shared_info utility routine
` [PATCH v10 bpf-next 06/18] net: marvell: rely on "
` [PATCH v10 bpf-next 07/18] xdp: add multi-buff support to xdp_return_{buff/frame}
` [PATCH v10 bpf-next 08/18] net: mvneta: add multi buffer support to XDP_TX
` [PATCH v10 bpf-next 09/18] net: mvneta: enable jumbo frames for XDP
` [PATCH v10 bpf-next 10/18] bpf: add multi-buff support to the bpf_xdp_adjust_tail() API
` [PATCH v10 bpf-next 11/18] bpf: introduce bpf_xdp_get_buff_len helper
` [PATCH v10 bpf-next 12/18] bpf: add multi-buffer support to xdp copy helpers
` [PATCH v10 bpf-next 13/18] bpf: move user_size out of bpf_test_init

[PATCH net-next] nfp: flower-ct: fix error return code in nfp_fl_ct_add_offload()
 2021-07-28  9:36 UTC  (2+ messages)

[PATCH] lib/bpf: Fix btf_load error lead to enable debug log
 2021-07-28  9:33 UTC 

[PATCH] nfc: nfcsim: fix use after free during module unload
 2021-07-28  9:30 UTC  (2+ messages)

[PATCH net-next v1 0/3] Remove duplicated devlink registration check
 2021-07-28  9:30 UTC  (5+ messages)
` [PATCH net-next v1 1/3] net: ti: am65-cpsw-nuss: fix wrong devlink release order
` [PATCH net-next v1 2/3] net/mlx5: Don't rely on always true registered field
` [PATCH net-next v1 3/3] devlink: Remove duplicated registration check

[PATCH 00/64] Introduce strict memcpy() bounds checking
 2021-07-28  9:23 UTC  (86+ 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 16/64] thermal: intel: int340x_thermal: "
` [PATCH 17/64] iommu/amd: "
` [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 23/64] drm/amd/pm: "
` [PATCH 24/64] staging: wlan-ng: "
` [PATCH 25/64] drm/mga/mga_ioc32: "
` [PATCH 31/64] fortify: Explicitly disable Clang support
` [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] net: netfilter: Fix port selection of FTP for NF_NAT_RANGE_PROTO_SPECIFIED
 2021-07-28  9:06 UTC  (3+ messages)

[PATCH] tulip: windbond-840: Fix missing pci_disable_device() in probe and remove
 2021-07-28  8:30 UTC  (2+ messages)

[pull request][net 00/12] mlx5 fixes 2021-07-27
 2021-07-28  8:30 UTC  (14+ messages)
` [net 01/12] net/mlx5: Fix flow table chaining
` [net 02/12] net/mlx5e: Disable Rx ntuple offload for uplink representor
` [net 03/12] net/mlx5: E-Switch, Set destination vport vhca id only when merged eswitch is supported
` [net 04/12] net/mlx5: E-Switch, handle devcom events only for ports on the same device
` [net 05/12] net/mlx5e: RX, Avoid possible data corruption when relaxed ordering and LRO combined
` [net 06/12] net/mlx5e: Add NETIF_F_HW_TC to hw_features when HTB offload is available
` [net 07/12] net/mlx5e: Consider PTP-RQ when setting RX VLAN stripping
` [net 08/12] net/mlx5e: Fix page allocation failure for trap-RQ over SF
` [net 09/12] net/mlx5e: Fix page allocation failure for ptp-RQ "
` [net 10/12] net/mlx5: Unload device upon firmware fatal error
` [net 11/12] net/mlx5e: Fix nullptr in mlx5e_hairpin_get_mdev()
` [net 12/12] net/mlx5: Fix mlx5_vport_tbl_attr chain from u16 to u32

[PATCH net] sctp: fix return value check in __sctp_rcv_asconf_lookup
 2021-07-28  8:30 UTC  (3+ messages)

[PATCH] kernel/module: add documentation for try_module_get()
 2021-07-28  8:28 UTC  (8+ messages)

[RFC PATCH 00/14] bpf/tests: Extend the eBPF test suite
 2021-07-28  8:27 UTC  (3+ messages)

[PATCH net-next 0/5] TSN endpoint Ethernet MAC driver
 2021-07-28  8:24 UTC  (19+ 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 net-next 0/3] flow_offload: hardware offload of TC actions
 2021-07-28  8:05 UTC  (10+ messages)
` [PATCH net-next 1/3] flow_offload: allow user to offload tc action to net device

[PATCH 0/3] can: fix same memory leaks in can drivers
 2021-07-28  7:56 UTC  (3+ messages)
` [PATCH v2 "

[PATCH v2] Bluetooth: skip invalid hci_sync_conn_complete_evt
 2021-07-28  7:51 UTC 

[PATCH net-next] bonding: 3ad: fix the concurrency between __bond_release_one() and bond_3ad_state_machine_handler()
 2021-07-28  7:42 UTC  (3+ messages)

[PATCH v3 0/6] Add TDX Guest Support (Attestation support)
 2021-07-28  7:30 UTC  (3+ messages)
` [PATCH v3 5/6] platform/x86: intel_tdx_attest: Add TDX Guest attestation interface driver

[PATCH v4] Bluetooth: schedule SCO timeouts with delayed_work
 2021-07-28  7:17 UTC 

[PATCH] wireless: rtl8187: replace udev with usb_get_dev()
 2021-07-28  7:13 UTC  (2+ messages)

[PATCH] ath9k_htc: Add a missing spin_lock_init()
 2021-07-28  7:11 UTC  (2+ messages)

[PATCH net-next v3 00/31] ndo_ioctl rework
 2021-07-28  7:07 UTC  (3+ messages)
` [PATCH net-next v3 04/31] hostap: use ndo_siocdevprivate

[PATCH net] net: xfrm: Fix end of loop tests for list_for_each_entry
 2021-07-28  6:55 UTC  (2+ messages)

[PATCH] bonding: Avoid adding slave devices to inactive bonding
 2021-07-28  6:51 UTC 

[RFC] tcp: Initial support for RFC5925 auth option
 2021-07-28  6:49 UTC  (6+ messages)

[PATCH] Bluetooth: skip invalid hci_sync_conn_complete_evt
 2021-07-28  6:47 UTC  (3+ messages)

[PATCH v2] lib: use of kunit in test_parman.c
 2021-07-28  6:31 UTC  (2+ messages)

[PATCH RFC net-next] bonding: 3ad: fix the conflict between __bond_release_one and bond_3ad_state_machine_handler
 2021-07-28  6:16 UTC  (3+ messages)

[PATCH bpf-next 00/17] selftests: xsk: various simplifications
 2021-07-28  6:13 UTC  (7+ messages)
` [PATCH bpf-next 01/17] selftests: xsk: remove color mode
` [PATCH bpf-next 04/17] selftests: xsk: set rlimit per thread

[PATCH v4 0/2] MCAN: Add support for implementing transceiver as a phy
 2021-07-28  5:19 UTC  (6+ messages)

[PATCH] bonding: Avoid adding slave devices to inactive bonding
 2021-07-28  5:06 UTC  (2+ messages)

[PATCH bpf-next 0/4] libbpf: Move CO-RE logic into separate file
 2021-07-28  4:49 UTC  (3+ messages)

[PATCH] lib: use of kunit in test_parman.c
 2021-07-28  4:46 UTC  (4+ messages)

[PATCH] Revert "net: Get rid of consume_skb when tracing is off"
 2021-07-28  3:56 UTC 

[Patch net-next resend v2] net: use %px to print skb address in trace_netif_receive_skb
 2021-07-28  3:17 UTC  (3+ messages)

[Patch bpf-next] unix_bpf: fix a potential deadlock in unix_dgram_bpf_recvmsg()
 2021-07-28  3:06 UTC  (3+ messages)

[PATCH bpf-next v1 0/5] sockmap: add sockmap support for unix stream socket
 2021-07-28  2:07 UTC  (4+ messages)
` [PATCH bpf-next v1 2/5] af_unix: add unix_stream_proto for sockmap

[PATCH v2] nfc: s3fwrn5: fix undefined parameter values in dev_err()
 2021-07-28  1:49 UTC 

[PATCH] netfilter: xt_NFLOG: allow 128 character log prefixes
 2021-07-28  1:43 UTC  (11+ messages)
                ` [netfilter-core] "

[PATCH RESEND net-next 1/2] net/sched: act_skbmod: Add SKBMOD_F_ECN option support
 2021-07-28  1:33 UTC  (2+ messages)
` [PATCH RESEND net-next 2/2] tc-testing: Add control-plane selftest for skbmod SKBMOD_F_ECN option

[PATCH] nfc: s3fwrn5: fix undefined parameter values in dev_err()
 2021-07-28  1:32 UTC  (3+ messages)

[PATCH bpf-next v1 2/5] af_unix: add unix_stream_proto for sockmap
 2021-07-28  0:38 UTC 

[net-next:master 64/75] drivers/nfc/s3fwrn5/firmware.c:424:3: warning: 3rd function call argument is an uninitialized value [clang-analyzer-core.CallAndMessage]
 2021-07-28  0:29 UTC 

[PATCH] net: xfrm: fix shift-out-of-bounce
 2021-07-28  0:13 UTC  (2+ messages)
` [syzbot] UBSAN: shift-out-of-bounds in xfrm_set_default

[PATCH bpf-next v4] bpf: increase supported cgroup storage value size
 2021-07-27 23:48 UTC  (5+ messages)

[syzbot] UBSAN: shift-out-of-bounds in xfrm_set_default
 2021-07-27 23:28 UTC  (2+ messages)

[PATCH net-next 0/5] net: ipa: add clock references
 2021-07-27 23:10 UTC  (7+ 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-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  (3+ messages)

[PATCH 0/3] Address compilation of eBPF related software with clang compiler on arm architecture
 2021-07-27 21:43 UTC  (4+ messages)
` [PATCH 1/3] arm: include: asm: swab: mask rev16 instruction for clang

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

[PATCH bpf] libbpf: fix probe for BPF_PROG_TYPE_CGROUP_SOCKOPT
 2021-07-27 21:17 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 read-only IMAP folder(s) and NNTP newsgroup(s).