netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-20 01:17:45 to 2022-04-21 07:07:58 UTC [more...]

linux-next: build warning after merge of the net-next tree
 2022-04-21  7:07 UTC 

[PATCH] net: unexport csum_and_copy_{from,to}_user
 2022-04-21  7:04 UTC 

[PATCHv2 bpf-next 0/4] bpf: Speed up symbol resolving in kprobe multi link
 2022-04-21  6:56 UTC  (7+ messages)
` [PATCHv2 bpf-next 3/4] bpf: Resolve symbols with kallsyms_lookup_names for "
` [PATCHv2 bpf-next 4/4] selftests/bpf: Add attach bench test

[PATCH v5 1/3] selftests: bpf: add test for bpf_skb_change_proto
 2022-04-21  6:49 UTC  (2+ messages)

[PATCH v2 2/3] net: phy: adin: add support for clock output
 2022-04-21  6:45 UTC  (2+ messages)

[PATCH net v3] ice: Fix race during aux device (un)plugging
 2022-04-21  6:09 UTC 

[PATCH net v2] ice: Fix race during aux device (un)plugging
 2022-04-21  6:08 UTC  (3+ messages)

[PATCH] net: hns: Add missing fwnode_handle_put in hns_mac_init
 2022-04-21  5:53 UTC 

[PATCH -next] libbpf: Remove redundant non-null checks on obj_elf
 2022-04-21  3:18 UTC 

[PATCH 1/5] net: mdio: Mask PHY only when its ACPI node is present
 2022-04-21  3:15 UTC  (11+ messages)
` [PATCH 2/5] net: mdio: Add "use-firmware-led" firmware property
` [PATCH 3/5] net: phy: Add helpers to save and restore firmware LED
` [PATCH 4/5] net: phy: marvell: Add LED accessors for Marvell 88E1510
` [PATCH 5/5] net: stmmac: Use acpi_mdiobus_register() for ACPI based system

[PATCH bpf-next v2 0/6] bpf trampoline for arm64
 2022-04-21  3:01 UTC  (9+ messages)
` [PATCH bpf-next v2 2/6] ftrace: Fix deadloop caused by direct call in ftrace selftest
` [PATCH bpf-next v2 5/6] bpf, arm64: bpf trampoline for arm64

[PATCH] tsnep: Remove useless null check before call of_node_put()
 2022-04-21  2:48 UTC 

[net-next v1] bpf: add bpf_ktime_get_real_ns helper
 2022-04-21  2:37 UTC  (6+ messages)

[PATCH net-next] net/af_packet: add VLAN support for AF_PACKET SOCK_RAW GSO
 2022-04-21  2:31 UTC  (3+ messages)

[PATCH v2 net] tcp: md5: incorrect tcp_header_len for incoming connections
 2022-04-21  2:00 UTC  (2+ messages)

[PATCH v5 net-next 0/4] rtnetlink: improve ALT_IFNAME config and fix dangerous GROUP usage
 2022-04-21  1:15 UTC  (4+ messages)
` [PATCH net-next] Revert "rtnetlink: return EINVAL when request cannot succeed"

[PATCH v2 bpf 00/11] bpf: random unpopular userspace fixes (32 bit et al)
 2022-04-21  0:40 UTC  (13+ messages)
` [PATCH v2 bpf 01/11] bpftool: use a local copy of perf_event to fix accessing ::bpf_cookie
` [PATCH v2 bpf 02/11] bpftool: define a local bpf_perf_link to fix accessing its fields
` [PATCH v2 bpf 03/11] bpftool: use a local bpf_perf_event_value "
` [PATCH v2 bpf 04/11] bpftool: fix fcntl.h include
` [PATCH v2 bpf 05/11] samples/bpf: add 'asm/mach-generic' include path for every MIPS
` [PATCH v2 bpf 06/11] samples/bpf: use host bpftool to generate vmlinux.h, not target
` [PATCH v2 bpf 07/11] samples/bpf: fix uin64_t format literals
` [PATCH v2 bpf 08/11] samples/bpf: fix false-positive right-shift underflow warnings
` [PATCH v2 bpf 09/11] samples/bpf: fix include order for non-Glibc environments
` [PATCH v2 bpf 10/11] samples/bpf: fix -Wsequence-point
` [PATCH v2 bpf 11/11] samples/bpf: xdpsock: fix -Wmaybe-uninitialized

[PATCH] tcp: md5: incorrect tcp_header_len for incoming connections
 2022-04-21  0:37 UTC  (4+ messages)

linux-next: build failure after merge of the bpf-next tree
 2022-04-21  0:32 UTC  (2+ messages)

[PATCH 4.19 000/338] 4.19.238-rc1 review
 2022-04-20 23:48 UTC  (2+ messages)

[PATCH net-next 0/3] ipv4: First steps toward removing RTO_ONLINK
 2022-04-20 23:21 UTC  (4+ messages)
` [PATCH net-next 1/3] ipv4: Don't reset ->flowi4_scope in ip_rt_fix_tos()
` [PATCH net-next 2/3] ipv4: Avoid using RTO_ONLINK with ip_route_connect()
` [PATCH net-next 3/3] ipv4: Initialise ->flowi4_scope properly in ICMP handlers

[PATCH 0/5] hv_sock: Hardening changes
 2022-04-20 23:15 UTC  (11+ messages)
` [PATCH 1/5] hv_sock: Check hv_pkt_iter_first_raw()'s return value
` [PATCH 2/5] hv_sock: Copy packets sent by Hyper-V out of the ring buffer
` [PATCH 3/5] hv_sock: Add validation for untrusted Hyper-V values
` [PATCH 4/5] Drivers: hv: vmbus: Accept hv_sock offers in isolated guests
` [PATCH 5/5] Drivers: hv: vmbus: Refactor the ring-buffer iterator functions

[PATCH bpf-next] bpf: use bpf_prog_run_array_cg_flags everywhere
 2022-04-20 22:30 UTC  (3+ messages)

[PATCH bpf-next 0/7] bpf: mptcp: Support for mptcp_sock and is_mptcp
 2022-04-20 22:24 UTC  (8+ messages)
` [PATCH bpf-next 1/7] bpf: expose is_mptcp flag to bpf_tcp_sock
` [PATCH bpf-next 2/7] bpf: add bpf_skc_to_mptcp_sock_proto
` [PATCH bpf-next 3/7] selftests: bpf: add MPTCP test base
` [PATCH bpf-next 4/7] selftests: bpf: test bpf_skc_to_mptcp_sock
` [PATCH bpf-next 5/7] selftests: bpf: verify token of struct mptcp_sock
` [PATCH bpf-next 6/7] selftests: bpf: verify ca_name "
` [PATCH bpf-next 7/7] selftests: bpf: verify first "

[PATCH bpf-next] samples/bpf: reduce the sampling interval in xdp1_user
 2022-04-20 22:10 UTC  (2+ messages)

[PATCH bpf-next v4 0/3] Enlarge offset check value in bpf_skb_load_bytes
 2022-04-20 21:50 UTC  (2+ messages)

Ethernet TX buffer crossing 4K boundary?
 2022-04-20 21:09 UTC 

[PATCH net] sctp: check asoc strreset_chunk in sctp_generate_reconf_event
 2022-04-20 20:52 UTC 

[PATCH 1/1] ixgbe: correct SDP0 check of SFP cage for X550
 2022-04-20 20:51 UTC 

IPv6 multicast with VRF
 2022-04-20 20:40 UTC  (4+ messages)

[PATCH net v2 1/2] dt-bindings: net: dsa: realtek: cleanup compatible strings
 2022-04-20 20:29 UTC  (3+ messages)

[PATCH net-next 00/12] add support for Renesas RZ/N1 ethernet subsystem devices
 2022-04-20 20:16 UTC  (20+ messages)
` [PATCH net-next 03/12] dt-bindings: net: pcs: add bindings for Renesas RZ/N1 MII converter
` [PATCH net-next 04/12] net: pcs: add Renesas MII converter driver
` [PATCH net-next 08/12] net: dsa: rzn1-a5psw: add FDB support
` [PATCH net-next 09/12] ARM: dts: r9a06g032: describe MII converter

[PATCH v3 0/2] use standard sysctl macro
 2022-04-20 19:56 UTC  (4+ messages)
` [PATCH v3 2/2] net: sysctl: introduce sysctl SYSCTL_THREE

Support for IEEE1588 timestamping in the BCM54210PE PHY using the kernel mii_timestamper interface
 2022-04-20 19:19 UTC  (2+ messages)

[PATCH net 0/2][pull request] Intel Wired LAN Driver Updates 2022-04-20
 2022-04-20 17:26 UTC  (3+ messages)
` [PATCH net 1/2] iavf: Fix error when changing ring parameters on ice PF
` [PATCH net 2/2] i40e: i40e_main: fix a missing check on list iterator

EEH Causes bnx2x to Hang in napi_disable
 2022-04-20 17:23 UTC  (3+ messages)
` [EXT] "

[PATCH bpf-next 00/11] bpf: random unpopular userspace fixes (32 bit et al.)
 2022-04-20 17:20 UTC  (11+ messages)
` [PATCH bpf-next 01/11] bpf, perf: fix bpftool compilation with !CONFIG_PERF_EVENTS
` [PATCH bpf-next 03/11] tools, bpf: fix bpftool build with !CONFIG_BPF_EVENTS
` [PATCH bpf-next 07/11] samples: bpf: fix uin64_t format literals
` [PATCH bpf-next 08/11] samples: bpf: fix shifting unsigned long by 32 positions

[PATCH] bpf: Fix KASAN use-after-free Read in compute_effective_progs
 2022-04-20 17:07 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] wfx: use container_of() to get vif
 2022-04-20 16:53 UTC  (3+ messages)

[PATCH bpf] lwt_bpf: fix crash when using bpf_skb_set_tunnel_key() from bpf_xmit lwt hook
 2022-04-20 16:52 UTC 

[PATCH v8 00/13] arm64: dts: Add i.MX8DXL initial support
 2022-04-20 16:24 UTC  (3+ messages)
` [PATCH v8 08/13] dt-bindings: arm: Document i.MX8DXL EVK board binding

[PATCH 0/1] add support for enum module parameters
 2022-04-20 15:35 UTC  (3+ messages)

[PATCH v3 net-next] dt-bindings: net: mediatek,net: convert to the json-schema
 2022-04-20 15:31 UTC  (2+ messages)

[PATCH] net: ethernet: stmmac: fix write to sgmii_adapter_base
 2022-04-20 15:23 UTC 

[Patch net-next v3 0/2] add ethtool SQI support for LAN87xx T1 Phy
 2022-04-20 15:20 UTC  (3+ messages)
` [Patch net-next v3 1/2] net: phy: LAN87xx: add ethtool SQI support
` [Patch net-next v3 2/2] MAINTAINERS: Add maintainers for Microchip T1 Phy driver

[PATCH 00/18] xen: simplify frontend side ring setup
 2022-04-20 15:09 UTC  (3+ messages)
` [PATCH 02/18] xen/netfront: switch netfront to use INVALID_GRANT_REF
` [PATCH 11/18] xen/netfront: use xenbus_setup_ring() and xenbus_teardown_ring()

[PATCH net-next 0/2] ipv6: Use ipv6_only_sock helper function
 2022-04-20 14:56 UTC  (5+ messages)
` [PATCH net-next 1/2] ipv6: Remove __ipv6_only_sock()
` [PATCH net-next 2/2] ipv6: Use ipv6_only_sock() helper in condition

[PATCH 1/2] dt-bindings: mailbox: qcom-ipcc: simplify the example
 2022-04-20 14:22 UTC  (3+ messages)

[PATCH net-next] mlxsw: core_linecards: Fix size of array element during ini_files allocation
 2022-04-20 14:20 UTC 

[PATCH net 0/2] selftests: mlxsw: Make VXLAN flooding tests more robust
 2022-04-20 14:10 UTC  (2+ messages)

[PATCH net-next 0/6] mlxsw: Line cards status tracking
 2022-04-20 14:10 UTC  (2+ messages)

[PATCH net 0/2] net: fix kernel dropping GSO tagged packets
 2022-04-20 13:12 UTC  (14+ messages)
` [PATCH net 1/2] net/af_packet: adjust network header position for VLAN "
` [PATCH net 2/2] virtio_net: check L3 protocol for VLAN packets

[PATCH net-next] ixgbe: add xdp frags support to ndo_xdp_xmit
 2022-04-20 13:09 UTC  (2+ messages)

[PATCH net 1/1] net: stmmac: add fsleep() in HW Rx timestamp checking loop
 2022-04-20 12:54 UTC  (8+ messages)

[PATCH 0/2] net: macb: Make ZynqMP SGMII phy configuration optional
 2022-04-20 11:17 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: net: cdns,macb: Drop phy-names property for ZynqMP SGMII PHY
` [PATCH 2/2] net: macb: In ZynqMP initialization make SGMII phy configuration optional

[PATCH] net: dsa: Add missing of_node_put() in dsa_port_link_register_of
 2022-04-20 11:04 UTC 

[PATCH] nfc: MAINTAINERS: add Bug entry
 2022-04-20 10:46 UTC 

[PATCH 1/2] Fix race in igc_xdp_xmit_zc
 2022-04-20 10:37 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH net-next 01/17] can: rx-offload: rename can_rx_offload_queue_sorted() -> can_rx_offload_queue_timestamp()
 2022-04-20 10:30 UTC  (2+ messages)

[PATCH net-next v4 0/5] net/sched: flower: match on the number of vlan tags
 2022-04-20 10:20 UTC  (2+ messages)

[PATCH v2 net] net: stmmac: Use readl_poll_timeout_atomic() in atomic state
 2022-04-20 10:20 UTC  (2+ messages)

[PATCH net] net/mlx5: use kvfree() for kvzalloc() in mlx5_ct_fs_smfs_matcher_create
 2022-04-20 10:36 UTC 

[PATCH] wwan_hwsim: Avoid flush_scheduled_work() usage
 2022-04-20 10:17 UTC  (3+ messages)

[PATCH] ar5523: Use kzalloc instead of kmalloc/memset
 2022-04-20 10:10 UTC  (2+ messages)

[PATCH net] net: sched: act_mirred: Reset ct info when mirror/redirect skb
 2022-04-20 10:07 UTC  (6+ messages)

[PATCH] driver: usb: nullify dangling pointer in cdc_ncm_free
 2022-04-20 10:06 UTC  (7+ messages)

[PATCH net-next v5 0/3] net: atlantic: Add XDP support
 2022-04-20 10:00 UTC  (2+ messages)

[PATCH V2 net-next 0/9] net: hns3: updates for -next
 2022-04-20 10:00 UTC  (2+ messages)

[RFCv6 PATCH net-next 00/19] net: extend the type of netdev_features_t to bitmap
 2022-04-20  9:54 UTC  (7+ messages)
` [RFCv6 PATCH net-next 01/19] net: introduce operation helpers for netdev features
` [RFCv6 PATCH net-next 02/19] net: replace general features macroes with global netdev_features variables

[PATCH net-next 0/6] DSA cross-chip notifier cleanups
 2022-04-20  9:40 UTC  (2+ messages)

[PATCH net] doc/ip-sysctl: add bc_forwarding
 2022-04-20  9:40 UTC  (2+ messages)

[PATCH] wl12xx: scan: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
 2022-04-20  9:02 UTC 

[PATCH] wl12xx: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
 2022-04-20  9:02 UTC 

[PATCH] wlcore: cmd: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
 2022-04-20  9:01 UTC 

[RFC PATCH net-next 0/2] net: phy: Extend sysfs to adjust PHY latency
 2022-04-20  7:57 UTC  (3+ messages)

[PATCH net-next] PCI: add Corigine vendor ID into pci_ids.h
 2022-04-20  7:42 UTC  (7+ messages)

[RFC Patch net-next] net: dsa: ksz: added the generic port_stp_state_set function
 2022-04-20  7:26 UTC 

[PATCH net] ice: Fix race during aux device (un)plugging
 2022-04-20  6:36 UTC  (3+ messages)

[PATCH v2 bpf-next 0/2] Support riscv libbpf USDT arg parsing logic
 2022-04-20  5:50 UTC  (2+ messages)

[PATCH net-next] selftests: net: vrf_strict_mode_test: add support to select a test to run
 2022-04-20  5:01 UTC  (2+ messages)

[PATCH] [net-next] selftests: net: vrf_strict_mode_test: add support to select a test to run
 2022-04-20  4:46 UTC 

[PATCH iproute2-next v2] ip-link: put types on man page in alphabetic order
 2022-04-20  3:11 UTC 

[PATCH iproute2-next] ip-link: put types on man page in alphabetic order
 2022-04-20  2:54 UTC 

[PATCH v4] ip/iplink_virt_wifi: add support for virt_wifi
 2022-04-20  2:40 UTC  (2+ messages)

[PATCH net v3] tcp: ensure to use the most recently sent skb when filling the rate sample
 2022-04-20  2:34 UTC 

[PATCH net-next v2 0/2] tcp: ensure rate sample to use the most recently sent skb
 2022-04-20  2:11 UTC  (6+ messages)
` [PATCH net-next v2 1/2] tcp: ensure to use the most recently sent skb when filling the rate sample

[PATCH] octeon_ep: Remove unnecessary cast
 2022-04-20  2:07 UTC  (2+ messages)

[PATCH v2 0/2] AF_XDP patches for zero-copy in igc driver
 2022-04-20  1:26 UTC  (3+ messages)
` [PATCH v2 1/2] igc: Fix race in igc_xdp_xmit_zc
` [PATCH v2 2/2] igc: Trigger proper interrupts in igc_xsk_wakeup

[PATCH bpf-next v1 1/2] bpf: Extend batch operations for map-in-map bpf-maps
 2022-04-20  1:17 UTC  (2+ messages)
` [PATCH bpf-next v1 2/2] selftests/bpf: handle "


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