netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-09 01:20:49 to 2021-06-09 16:48:21 UTC [more...]

quic in-kernel implementation?
 2021-06-09 16:48 UTC  (7+ messages)

[PATCH net-next] tcp: avoid spurious loopback retransmit
 2021-06-09 16:46 UTC  (8+ messages)

[RFC net-next 0/8] Introducing subdev bus and devlink extension
 2021-06-09 16:40 UTC  (27+ messages)
  `  "

[PATCH bpf 0/2] bpf fix for mixed tail calls and subprograms
 2021-06-09 16:26 UTC  (12+ messages)
` [PATCH bpf 1/2] bpf: Fix null ptr deref with mixed tail calls and subprogs
` [PATCH bpf 2/2] bpf: selftest to verify mixing bpf2bpf calls and tailcalls with insn patch

[PATCH net-next v2 0/3] Some optimization for lockless qdisc
 2021-06-09 16:20 UTC  (5+ messages)
    `  "

[PATCH] [v2] r8169: Use PHY_POLL when RTL8106E enable ASPM
 2021-06-09 16:12 UTC  (10+ messages)

[RFT net-next] net: ti: add pp skb recycling support
 2021-06-09 15:55 UTC  (6+ messages)

[PATCH] udp: compute_score and sk_bound_dev_if regression
 2021-06-09 15:47 UTC 

[PATCH v2] net: do not invoke open_related_ns when NET_NS is disabled
 2021-06-09 15:46 UTC 

[PATCH 1/1] lib: Fix spelling mistakes
 2021-06-09 15:33 UTC  (3+ messages)

[PATCH v2] nsfs: warn if ns->ops is not provided
 2021-06-09 15:25 UTC 

[PATCH bpf-next] libbpf: simplify the return expression of bpf_object__init_maps function
 2021-06-09 15:20 UTC  (2+ messages)

[PATCH net-next 00/11] Marvell Prestera driver implementation of devlink functionality
 2021-06-09 15:16 UTC  (12+ messages)
` [PATCH net-next 01/11] net: core: devlink: add apis to publish/unpublish port params
` [PATCH net-next 02/11] net: core: devlink: add dropped stats traps field
` [PATCH net-next 03/11] net: core: devlink: add port_params_ops for devlink port parameters altering
` [PATCH net-next 04/11] testing: selftests: net: forwarding: add devlink-required functionality to test (hard) dropped stats field
` [PATCH net-next 05/11] drivers: net: netdevsim: add devlink trap_drop_counter_get implementation
` [PATCH net-next 06/11] testing: selftests: drivers: net: netdevsim: devlink: add test case for hard drop statistics
` [PATCH net-next 07/11] drivers: net: netdevsim: add devlink port params usage
` [PATCH net-next 08/11] net: marvell: prestera: devlink: add traps/groups implementation
` [PATCH net-next 09/11] net: marvell: prestera: devlink: add traps with DROP action
` [PATCH net-next 10/11] net: marvell: prestera: add storm control (rate limiter) implementation
` [PATCH net-next 11/11] documentation: networking: devlink: add prestera switched driver Documentation

[PATCH] nl80211: fix a mistake in grammar
 2021-06-09 15:01 UTC  (3+ messages)

[PATCH net 0/3] Fix out of bounds when parsing TCP options
 2021-06-09 14:51 UTC  (5+ messages)
` [PATCH net 1/3] netfilter: synproxy: "
` [PATCH net 2/3] mptcp: "
` [PATCH net 3/3] sch_cake: "

pull-request: mac80211 2021-06-09
 2021-06-09 14:42 UTC 

[PATCH] net: ethernet: rmnet: Always subtract MAP header
 2021-06-09 14:32 UTC 

Proposed addition to sysctl rp_filter documentation
 2021-06-09 14:26 UTC 

[RFCv3 00/19] x86/ftrace/bpf: Add batch support for direct/tracing attach
 2021-06-09 14:29 UTC  (25+ messages)
` [PATCH 13/19] bpf: Add support to link multi func tracing program
` [PATCH 14/19] libbpf: Add btf__find_by_pattern_kind function
` [PATCH 15/19] libbpf: Add support to link multi func tracing program
` [PATCH 16/19] selftests/bpf: Add fentry multi func test
` [PATCH 18/19] selftests/bpf: Add fentry/fexit "

[PATCH net] net/sched: act_ct: handle DNAT tuple collision
 2021-06-09 14:23 UTC 

[PATCH net-next] net: ena: make symbol 'ena_alloc_map_page' static
 2021-06-09 14:25 UTC 

[PATCH net-next] net: davinci_emac: Use devm_platform_get_and_ioremap_resource()
 2021-06-09 14:17 UTC 

[PATCH net-next 0/2] mvpp2: prefetch data early
 2021-06-09 14:02 UTC  (4+ messages)
` [PATCH net-next 1/2] mvpp2: prefetch right address
` [PATCH net-next 2/2] mvpp2: prefetch page

[PATCH bpf-next 00/17] Clean up and document RCU-based object protection for XDP_REDIRECT
 2021-06-09 13:58 UTC  (21+ messages)
` [PATCH bpf-next 01/17] rcu: Create an unrcu_pointer() to remove __rcu from a pointer
` [PATCH bpf-next 02/17] bpf: allow RCU-protected lookups to happen from bh context
` [PATCH bpf-next 03/17] dev: add rcu_read_lock_bh_held() as a valid check when getting a RCU dev ref
` [PATCH bpf-next 04/17] xdp: add proper __rcu annotations to redirect map entries
` [PATCH bpf-next 05/17] ena: remove rcu_read_lock() around XDP program invocation
` [PATCH bpf-next 06/17] bnxt: "
` [PATCH bpf-next 07/17] thunderx: "
` [PATCH bpf-next 08/17] freescale: "
` [PATCH bpf-next 09/17] net: intel: "
` [PATCH bpf-next 10/17] marvell: "
` [PATCH bpf-next 11/17] mlx4: "
` [PATCH bpf-next 12/17] nfp: "
` [PATCH bpf-next 13/17] qede: "
` [PATCH bpf-next 14/17] sfc: "
` [PATCH bpf-next 15/17] netsec: "
` [PATCH bpf-next 16/17] stmmac: "
` [PATCH bpf-next 17/17] net: ti: "

[PATCH net-next] net: ethernet: ti: cpsw: Use devm_platform_get_and_ioremap_resource()
 2021-06-09 14:01 UTC 

[PATCH bpf-next 0/3] XDP bonding support
 2021-06-09 13:55 UTC  (4+ messages)
` [PATCH bpf-next 1/3] net: bonding: Add XDP support to the bonding driver
` [PATCH bpf-next 2/3] net: bonding: Use per-cpu rr_tx_counter
` [PATCH bpf-next 3/3] selftests/bpf: Add tests for XDP bonding

[PATCH 1/2 net-next] net: dsa: qca8k: fix an endian bug in qca8k_get_ethtool_stats()
 2021-06-09 13:48 UTC  (4+ messages)
` [PATCH 2/2 net-next] net: dsa: qca8k: check the correct variable in qca8k_set_mac_eee()

[PATCH net-next] net: ethernet: ti: cpsw-phy-sel: Use devm_platform_ioremap_resource_byname()
 2021-06-09 13:51 UTC 

[PATCH net-next] net: ethernet: ti: am65-cpts: Use devm_platform_ioremap_resource_byname()
 2021-06-09 13:45 UTC 

[PATCH] tools/bpftool: Fix error return code in do_batch()
 2021-06-09 13:34 UTC  (2+ messages)

[PATCH net-next] net: stmmac: Use devm_platform_ioremap_resource_byname()
 2021-06-09 13:36 UTC 

[PATCH net-next] net: sgi: ioc3-eth: check return value after calling platform_get_resource()
 2021-06-09 13:25 UTC 

[PATCH net-next v2 0/8] port asix ax88772 to the PHYlib
 2021-06-09 13:12 UTC  (5+ messages)
` [PATCH net-next v2 4/8] net: usb: asix: ax88772: add phylib support

[PATCH v2 net-next 0/2] net: tipc: fix FB_MTU eat two pages and do some code cleanup
 2021-06-09 12:56 UTC  (5+ messages)
` [PATCH v2 net-next 1/2] net: tipc: fix FB_MTU eat two pages
` [PATCH v2 net-next 2/2] net: tipc: replace align() with ALIGN in msg.c

[RFC PATCH V3 00/11] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-06-09 12:49 UTC  (7+ messages)
` [RFC PATCH V3 01/11] x86/HV: Initialize GHCB page in Isolation VM
` [RFC PATCH V3 04/11] HV: Add Write/Read MSR registers via ghcb
` [RFC PATCH V3 05/11] HV: Add ghcb hvcall support for SNP VM

[PATCH net] ixgbe: xsk: fix for metasize when construct skb by xdp_buff
 2021-06-09 12:22 UTC 

[PATCH V3 net-next 0/4] net: phy: add dt property for realtek phy
 2021-06-09 12:17 UTC  (9+ messages)
` [PATCH V3 net-next 3/4] net: phy: realtek: add dt property to enable ALDPS mode

please drop the nvme code from net-next
 2021-06-09 12:13 UTC  (2+ messages)

[PATCH V1 net-next 0/2] net: fec: fix TX bandwidth fluctuations
 2021-06-09 12:03 UTC  (6+ messages)

[PATCH net-next] net: ethernet: ravb: Use devm_platform_get_and_ioremap_resource()
 2021-06-09 11:59 UTC  (2+ messages)

[PATCH 1/2][next] net: usb: asix: Fix less than zero comparison of a u16
 2021-06-09 11:52 UTC  (6+ messages)
` [PATCH 2/2][next] net: usb: asix: ax88772: net: "

[PATCH] perf llvm: Fix error return code in llvm__compile_bpf()
 2021-06-09 11:59 UTC 

[PATCH RESEND iproute2-next] devlink: Add optional controller user input
 2021-06-09 11:41 UTC  (15+ messages)
                    `  "

[PATCH net-next v2] net: dsa: b53: Do not force CPU to be always tagged
 2021-06-09 11:23 UTC  (4+ messages)

[PATCH net] rtnetlink: Fix regression in bridge VLAN configuration
 2021-06-09 11:17 UTC 

[PATCH net-next] net: tipc: fix FB_MTU eat two pages
 2021-06-09 10:53 UTC  (9+ messages)

[PATCH] Revert "nvme-tcp-offload: ULP Series"
 2021-06-09 10:49 UTC 

Maintainers / Kernel Summit 2021 planning kick-off
 2021-06-09 10:37 UTC  (7+ messages)

[PATCH 1/2][next][V2] net: usb: asix: Fix less than zero comparison of a u16
 2021-06-09 10:24 UTC  (2+ messages)
` [PATCH 2/2][next][V2] net: usb: asix: ax88772: "

[PATCH bpf-next v1 00/10] bpfilter
 2021-06-09 10:07 UTC  (4+ messages)
` [PATCH bpf-next v1 03/10] tools: Add bpfilter usermode helper header

[PATCH] wext: fix a misspelling
 2021-06-09 10:07 UTC 

[PATCH net-dev] net: Exposing more skb fields in netif_receive_skb trace event
 2021-06-09  9:36 UTC 

[PATCH net-next] netdevsim: delete unnecessary debugfs checking
 2021-06-09  9:56 UTC 

[PATCH -next] netfilter: Make NETFILTER_NETLINK_HOOK depends on NF_TABLES
 2021-06-09  9:57 UTC 

[PATCH net-next] devlink: Fix error message in devlink_rate_set_ops_supported()
 2021-06-09  9:54 UTC 

[PATCH][next] net: usb: asix: ax88772: Fix less than zero comparison of a u16
 2021-06-09  9:51 UTC  (2+ messages)

[PATCH net] udp: fix race between close() and udp_abort()
 2021-06-09  9:49 UTC 

[PATCH net-next 0/9] net: lapbether: clean up some code style issues
 2021-06-09  9:39 UTC  (10+ messages)
` [PATCH net-next 1/9] net: lapbether: remove redundant blank line
` [PATCH net-next 2/9] net: lapbether: add blank line after declarations
` [PATCH net-next 3/9] net: lapbether: move out assignment in if condition
` [PATCH net-next 4/9] net: lapbether: remove trailing whitespaces
` [PATCH net-next 5/9] net: lapbether: remove unnecessary out of memory message
` [PATCH net-next 6/9] net: lapbether: fix the comments style issue
` [PATCH net-next 7/9] net: lapbether: replace comparison to NULL with "lapbeth_get_x25_dev"
` [PATCH net-next 8/9] net: lapbether: fix the alignment issue
` [PATCH net-next 9/9] net: lapbether: fix the code style issue about line length

[PATCH v1 net-next 0/3] net: stmmac: re-configure tas basetime after ptp time adjust
 2021-06-09  9:03 UTC  (4+ messages)
` [PATCH v1 net-next 3/3] net: stmmac: ptp: update tas basetime after ptp adjust

[PATCH net-next v2] nfp: use list_move instead of list_del/list_add in nfp_cppcore.c
 2021-06-09  8:58 UTC  (2+ messages)

[net-next] net: dsa: felix: disable always guard band bit for TAS config
 2021-06-09  8:41 UTC  (14+ messages)
            ` [EXT] "

[PATCH net] inet: annotate data race in inet_send_prepare() and inet_dgram_connect()
 2021-06-09  7:59 UTC 

[PATCH net-next v2] net: hns3: use list_move_tail instead of list_del/list_add_tail in hclge_main.c
 2021-06-09  7:20 UTC 

[PATCH V4 00/16] net: iosm: PCIe Driver for Intel M.2 Modem
 2021-06-09  7:11 UTC  (3+ messages)

Realtek 8139 problem on 486
 2021-06-09  7:09 UTC  (24+ messages)

[PATCH net-next v2] net: hns3: use list_move_tail instead of list_del/list_add_tail in hclgevf_main.c
 2021-06-09  7:17 UTC 

[PATCH next-queue v5 0/4] igc: Add support for PCIe PTM
 2021-06-09  6:24 UTC  (5+ messages)
` [PATCH next-queue v5 3/4] igc: Enable "
  ` [Intel-wired-lan] "

[PATCH iproute2] uapi: add missing virtio related headers
 2021-06-09  5:15 UTC  (2+ messages)

[PATCH v2 bpf-next 06/11] libbpf: add BPF static linker APIs
 2021-06-09  4:41 UTC  (7+ messages)

[PATCH] net/x25: fix a mistake in grammar
 2021-06-09  3:03 UTC 

[PATCH] xfrm: policy: fix a spelling mistake
 2021-06-09  2:27 UTC 

[PATCH v2] lockdown,selinux: avoid bogus SELinux lockdown permission checks
 2021-06-09  2:40 UTC  (6+ messages)

[PATCH] net: ethtool: clear heap allocations for ethtool function
 2021-06-09  2:34 UTC 

[PATCH] net: appletalk: fix some mistakes in grammar
 2021-06-09  2:30 UTC  (2+ messages)

[PATCH net] net: lantiq: disable interrupt before sheduling NAPI
 2021-06-09  2:20 UTC  (2+ messages)

[PATCH v2] net/mlx5e: Fix an error code in mlx5e_arfs_create_tables()
 2021-06-09  1:33 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).