messages from 2022-02-25 18:00:10 to 2022-02-28 11:28:16 UTC [more...]
[PATCH 0/6] Remove usage of list iterator past the loop body
2022-02-28 11:24 UTC (9+ messages)
` [PATCH 1/6] drivers: usb: remove "
` [PATCH 2/6] treewide: remove using list iterator after loop body as a ptr
` [PATCH 3/6] treewide: fix incorrect use to determine if list is empty
` [PATCH 4/6] drivers: remove unnecessary use of list iterator variable
` [PATCH 5/6] treewide: remove dereference of list iterator after loop body
` [PATCH 6/6] treewide: remove check of list iterator against head past the "
[PATCH] net: ipv6: ensure we call ipv6_mc_down() at most once
2022-02-28 11:10 UTC (2+ messages)
[PATCH net 1/1] net: stmmac: Resolve poor line rate after switching from TSO off to TSO on
2022-02-28 11:15 UTC
[net-next PATCH v2] net: dsa: qca8k: pack driver struct and improve cache use
2022-02-28 11:04 UTC
[PATCH 00/21] Control VQ support in vDPA
2022-02-28 10:57 UTC (7+ messages)
` [RFC PATCH v2 00/19] "
` [RFC PATCH v2 05/19] vdpa: introduce virtqueue groups
[PATCH] can: usb: delete a redundant dev_kfree_skb() in ems_usb_start_xmit()
2022-02-28 10:47 UTC (5+ messages)
[PATCH net-next v1] flow_offload: improve extack msg for user when adding invalid filter
2022-02-28 10:44 UTC
[PATCH v2 0/6] bpf-lsm: Extend interoperability with IMA
2022-02-28 10:43 UTC (9+ messages)
[PATCH] dt-bindings: net: can: renesas,rcar-canfd: Document RZ/V2L SoC
2022-02-28 9:46 UTC (2+ messages)
[PATCH bpf v2] xsk: fix race at socket teardown
2022-02-28 9:45 UTC
[PATCH net-next] net: netsec: enable pp skb recycling
2022-02-28 9:40 UTC (2+ messages)
[PATCH net v4 1/1] net/sched: act_ct: Fix flow table lookup failure with no originating ifindex
2022-02-28 9:23 UTC
[PATCH net v3 1/1] net/sched: act_ct: Fix flow table lookup failure with no originating ifindex
2022-02-28 9:23 UTC (2+ messages)
[net-next v7 0/4] page_pool: Add stats counters
2022-02-28 9:08 UTC (14+ messages)
` [net-next v7 1/4] page_pool: Add allocation stats
` [net-next v7 2/4] page_pool: Add recycle stats
` [net-next v7 3/4] page_pool: Add function to batch and return stats
` [net-next v7 4/4] mlx5: add support for page_pool_get_stats
[PATCH] can: usb: fix a possible memory leak in esd_usb2_start_xmit
2022-02-28 8:06 UTC (5+ messages)
[PATCH] bpf, docs: add a missing colon in verifier.rst
2022-02-28 8:04 UTC
[PATCH] tun: support NAPI to accelerate packet processing
2022-02-28 7:56 UTC (10+ messages)
` [PATCH net-next v2] tun: support NAPI for packets received from batched XDP buffs
` [PATCH net-next v3] "
[PATCH RFC] net: memcg accounting for veth devices
2022-02-28 7:17 UTC
[PATCH v3 1/2] dt-bindings: net: ipq4019-mdio: Add ipq6018 compatible
2022-02-28 6:58 UTC (2+ messages)
` [PATCH v3 2/2] arm64: dts: qcom: ipq6018: Add mdio bus description
[PATCHv2 net-next 0/5] bonding: add IPv6 NS/NA monitor support
2022-02-28 3:43 UTC (4+ messages)
` [PATCHv2 iproute2-next] bond: add ns_ip6_target option
[PATCH] net: decnet: use time_is_before_jiffies() instead of open coding it
2022-02-28 3:15 UTC
[PATCH] net: wireless: cw1200: use time_is_after_jiffies() instead of open coding it
2022-02-28 3:14 UTC
[PATCH] net: wireless: marvell: use time_is_before_jiffies() instead of open coding it
2022-02-28 3:14 UTC
[PATCH] net: wan: lmc: use time_is_before_jiffies() instead of open coding it
2022-02-28 3:13 UTC
[PATCH] net: hamradio: use time_is_after_jiffies() instead of open coding it
2022-02-28 3:13 UTC
[PATCH] net: ethernet: sun: use time_is_before_jiffies() instead of open coding it
2022-02-28 3:13 UTC
[PATCH] net: qlcnic: use time_is_before_jiffies() instead of open coding it
2022-02-28 3:13 UTC
[net-next PATCH] net: dsa: qca8k: pack driver struct and improve cache use
2022-02-28 3:12 UTC (2+ messages)
[PATCH] net: ethernet: use time_is_before_eq_jiffies() instead of open coding it
2022-02-28 3:12 UTC
[PATCH v2 1/2] dt-bindings: net: ipq4019-mdio: Add ipq6018 compatible
2022-02-28 2:44 UTC (3+ messages)
` [PATCH v2 2/2] arm64: dts: qcom: ipq6018: Add mdio bus description
[PATCH net-next 00/32] Netfilter updates for net-next
2022-02-28 2:32 UTC (4+ messages)
` [PATCH net-next 18/32] netfilter: egress: avoid a lockdep splat
[PATCH iproute2-next 0/3] bpf: Work around libbpf deprecations
2022-02-28 1:58 UTC (4+ messages)
` [PATCH iproute2-next 1/3] bpf_glue: Remove use of bpf_load_program from libbpf
` [PATCH iproute2-next 2/3] bpf: Export bpf syscall wrapper
` [PATCH iproute2-next 3/3] bpf: Remove use of bpf_create_map_xattr
[PATCH iproute2-next] configure: Allow command line override of toolchain
2022-02-28 1:54 UTC
[syzbot] WARNING in p9_client_destroy
2022-02-28 1:38 UTC (2+ messages)
[PATCH net-next v4 0/4] tun/tap: use kfree_skb_reason() to trace dropped skb
2022-02-28 1:20 UTC (6+ messages)
` [PATCH net-next v4 1/4] skbuff: introduce kfree_skb_list_reason()
` [PATCH net-next v4 2/4] net: tap: track dropped skb via kfree_skb_reason()
` [PATCH net-next v4 3/4] net: tun: split run_ebpf_filter() and pskb_trim() into different "if statement"
` [PATCH net-next v4 4/4] net: tun: track dropped skb via kfree_skb_reason()
[PATCH bpf-next v4 0/2] bpf, arm64: fix bpf line info
2022-02-28 1:15 UTC (4+ messages)
` [PATCH bpf-next v4 1/2] bpf, arm64: call build_prologue() first in first JIT pass
` [PATCH bpf-next v4 2/2] bpf, arm64: feed byte-offset into bpf line info
[PATCH] macvtap: advertise link netns via netlink
2022-02-28 0:32 UTC
[PATCH bpf-next v2 0/3] Fixes for sock_fields selftests
2022-02-27 20:27 UTC (4+ messages)
` [PATCH bpf-next v2 1/3] selftests/bpf: Fix error reporting from sock_fields programs
` [PATCH bpf-next v2 2/3] selftests/bpf: Check dst_port only on the client socket
` [PATCH bpf-next v2 3/3] selftests/bpf: Fix test for 4-byte load from dst_port on big-endian
linux-next: Fixes tag needs some work in the net tree
2022-02-27 20:20 UTC
[PATCH] net: iwlwifi: fix build error for IWLMEI
2022-02-27 20:00 UTC
[PATCH net-next v2] net/ip6mr: Fix build with !CONFIG_IPV6_PIMSM_V2
2022-02-27 19:51 UTC (2+ messages)
[PATCH bpf-next 0/4] bpf, sockmap: Fix memleaks and issues of mem charge/uncharge
2022-02-27 19:21 UTC (3+ messages)
` [PATCH bpf-next 1/4] bpf, sockmap: Fix memleak in sk_psock_queue_msg
[PATCH nf] netfilter: fix use-after-free in __nf_register_net_hook()
2022-02-27 18:07 UTC (2+ messages)
[PATCH bpf-next] selftests/bpf: Fix error reporting from sock_fields programs
2022-02-27 16:16 UTC (3+ messages)
[PATCH 1/1] libbpf: ensure F_DUPFD_CLOEXEC is defined
2022-02-27 14:25 UTC
[PATCH] bpf: cgroup: remove WARN_ON at bpf_cgroup_link_release
2022-02-27 13:40 UTC
[PATCH -next] net: openvswitch: remove unneeded semicolon
2022-02-27 13:22 UTC
[PATCH v2 net-next 00/10] DSA FDB isolation
2022-02-27 11:10 UTC (2+ messages)
[PATCH net-next v3 0/3] net: use kfree_skb_reason() for ip/neighbour
2022-02-27 11:10 UTC (5+ messages)
` [PATCH net-next v3 1/3] net: ip: add skb drop reasons for ip egress path
` [PATCH net-next v3 2/3] net: neigh: use kfree_skb_reason() for __neigh_event_send()
` [PATCH net-next v3 3/3] net: neigh: add skb drop reasons to arp_error_report()
[PATCH net-next v8 0/8] new Fungible Ethernet driver
2022-02-27 11:10 UTC (2+ messages)
[PATCH iproute2-next v3 0/2] GTP support for ip link and tc flower
2022-02-27 9:12 UTC (5+ messages)
` [PATCH iproute2-next v3 1/2] ip: GTP support in ip link
[syzbot] KASAN: use-after-free Write in sco_sock_timeout
2022-02-27 7:53 UTC
[syzbot] KASAN: use-after-free Write in sco_sock_timeout
2022-02-27 6:20 UTC
[PATCH net-next v4 0/2] net: dsa: realtek: add rtl8_4t tag
2022-02-27 3:59 UTC (4+ messages)
` [PATCH net-next v4 1/3] dt-bindings: net: dsa: add rtl8_4 and rtl8_4t
` [PATCH net-next v4 2/3] net: dsa: tag_rtl8_4: add rtl8_4t trailing variant
` [PATCH net-next v4 3/3] net: dsa: realtek: rtl8365mb: add support for rtl8_4t
[syzbot] KASAN: use-after-free Write in sco_sock_timeout
2022-02-27 3:39 UTC
[PATCH bpf-next v3 0/5] New BPF helpers to accelerate synproxy
2022-02-27 3:27 UTC (5+ messages)
` [PATCH bpf-next v3 4/5] bpf: Add helpers to issue and check SYN cookies in XDP
` [PATCH bpf-next v3 5/5] bpf: Add selftests for raw syncookie helpers
[RFC PATCH bpf-next v2 0/3] bpf: support string key in htab
2022-02-27 3:08 UTC (5+ messages)
[syzbot] KASAN: use-after-free Write in sco_sock_timeout
2022-02-27 3:07 UTC
[PATCH] iwlwifi: iwlmvm: add rfkill dependency
2022-02-26 23:02 UTC
[PATCH v1 net-next 1/1] net: dsa: felix: remove prevalidate_phy_mode interface
2022-02-26 22:36 UTC
[PATCH bpf-next v8 0/5] Add support for transmitting packets using XDP in bpf_prog_run()
2022-02-26 21:32 UTC (4+ messages)
` [PATCH bpf-next v8 5/5] selftests/bpf: Add selftest for XDP_REDIRECT in BPF_PROG_RUN
[PATCH] ath9k: make array voice_priority static const
2022-02-26 21:01 UTC (2+ messages)
[PATCH net] net: ipa: add an interconnect dependency
2022-02-26 19:57 UTC
[PATCH bpf-next] bpftool: Remove redundant slashes
2022-02-26 16:38 UTC (3+ messages)
` [PATCH bpf-next v2] "
[PATCH] net: phy: mscc: enable MAC SerDes autonegotiation
2022-02-26 16:31 UTC (4+ messages)
[PATCH v3 bpf-next 0/4] libbpf: name-based u[ret]probe attach
2022-02-26 16:00 UTC (3+ messages)
` [PATCH v3 bpf-next 4/4] selftests/bpf: add tests for u[ret]probe attach by name
[PATCH net-next] net: phylink: remove phylink_set_pcs()
2022-02-26 14:56 UTC
net: stmmac: dwmac-meson8b: interface sometimes does not come up at boot
2022-02-26 13:53 UTC (4+ messages)
[PATCH v10 0/1] wfx: get out from the staging area
2022-02-26 13:15 UTC (5+ messages)
` [PATCH v10 1/1] "
[PATCH net-next v2 0/4] net: dsa: ocelot: phylink updates
2022-02-26 13:00 UTC (9+ messages)
` [PATCH net-next 1/4] net: dsa: ocelot: populate supported_interfaces
` Further phylink changes (was: [PATCH net-next 1/4] net: dsa: ocelot: populate supported_interfaces)
[PATCH net 0/8][pull request] Intel Wired LAN Driver Updates 2022-02-25
2022-02-26 13:00 UTC (10+ messages)
` [PATCH net 1/8] iavf: Rework mutexes for better synchronisation
` [PATCH net 2/8] iavf: Add waiting so the port is initialized in remove
` [PATCH net 3/8] iavf: Fix init state closure on remove
` [PATCH net 4/8] iavf: Fix locking for VIRTCHNL_OP_GET_OFFLOAD_VLAN_V2_CAPS
` [PATCH net 5/8] iavf: Fix race in init state
` [PATCH net 6/8] iavf: Fix deadlock in iavf_reset_task
` [PATCH net 7/8] iavf: Fix missing check for running netdev
` [PATCH net 8/8] iavf: Fix __IAVF_RESETTING state usage
[PATCH net-next] nfp: make RSS can be switched on/off by ethtool
2022-02-26 9:29 UTC (3+ messages)
[PATCH bpf-next v1 0/6] Introduce eBPF support for HID devices
2022-02-26 9:19 UTC (12+ messages)
` [PATCH bpf-next v1 1/6] HID: initial BPF implementation
` [PATCH bpf-next v1 2/6] HID: bpf: allow to change the report descriptor from an eBPF program
[PATCH net-next v3 0/3] tun/tap: use kfree_skb_reason() to trace dropped skb
2022-02-26 8:52 UTC (5+ messages)
` [PATCH net-next v3 2/4] net: tap: track dropped skb via kfree_skb_reason()
[PATCH v2] xfrm: fix tunnel model fragmentation behavior
2022-02-26 8:00 UTC (2+ messages)
[PATCH v3] xfrm: fix tunnel model fragmentation behavior
2022-02-26 7:48 UTC
[PATCH V2] selftests: Fix build when $(O) points to a relative path
2022-02-26 7:32 UTC (5+ messages)
[PATCH][next] net: dsa: qca8k: return with -EINVAL on invalid port
2022-02-26 6:30 UTC (2+ messages)
[PATCH net-next 1/1] stmmac: intel: Enable 2.5Gbps for Intel AlderLake-S
2022-02-26 6:30 UTC (2+ messages)
[PATCH net-next 0/3] Small fixes for MCTP
2022-02-26 6:30 UTC (2+ messages)
[PATCH 00/11] MediaTek SoC flow offload improvements + wireless support
2022-02-26 6:18 UTC (3+ messages)
` [PATCH 03/11] net: ethernet: mtk_eth_soc: add support for Wireless Ethernet Dispatch (WED)
[PATCH v2] libbpf: fix BPF_MAP_TYPE_PERF_EVENT_ARRAY auto-pinning
2022-02-26 6:11 UTC (2+ messages)
[PATCH] kselftest: add generated objects to .gitignore
2022-02-26 6:11 UTC (4+ messages)
[PATCH net-next v2 00/12] vxlan metadata device vnifiltering support
2022-02-26 2:15 UTC (9+ messages)
` [PATCH net-next v2 09/12] vxlan: vni filtering support on collect metadata device
` [PATCH net-next v2 11/12] drivers: vxlan: vnifilter: per vni stats
[PATCH] net/smc: Add autocork support
2022-02-25 23:42 UTC (13+ messages)
[PATCH net 1/3] can: etas_es58x: change opened_channel_cnt's type from atomic_t to u8
2022-02-25 23:10 UTC (2+ messages)
RFC: possible Cadence GEM race condition in NAPI polling
2022-02-25 22:32 UTC
[PATCH net-next 00/14] HW counters for soft devices
2022-02-25 22:37 UTC (9+ messages)
` [PATCH net-next 06/14] net: dev: Add hardware stats support
[PATCH v4 0/7] Provide and use generic_handle_irq_safe() where appropriate
2022-02-25 22:26 UTC (4+ messages)
` [PATCH v4 2/7] i2c: core: Use generic_handle_irq_safe() in i2c_handle_smbus_host_notify()
[PATCH 0/5] Wifi & Bluetooth on LG G Watch R
2022-02-25 21:57 UTC (4+ messages)
[PATCH iproute2] dcb: fix broken "show default-prio"
2022-02-25 21:36 UTC (4+ messages)
[PATCH net] net: ipa: fix a build dependency
2022-02-25 20:52 UTC (2+ messages)
[PATCH v2 1/2] dt-bindings: bluetooth: broadcom: add BCM43430A0 & BCM43430A1
2022-02-25 20:47 UTC (2+ messages)
[PATCH 1/2] dt-bindings: net: ipq4019-mdio: Add ipq6018 compatible
2022-02-25 19:11 UTC (3+ messages)
` [PATCH 2/2] arm64: dts: qcom: ipq6018: Add mdio bus description
[PATCH net 1/1] ibmvnic: make reinit_init_done() non-inline
2022-02-25 19:04 UTC
[PATCH net-internal v2 0/8] ibmvnic: Fix a race in ibmvnic_probe()
2022-02-25 18:44 UTC (4+ messages)
` [PATCH net-internal v2 2/8] ibmvnic: initialize rc before completing wait
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).