netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-10 14:27:45 to 2021-12-11 08:02:22 UTC [more...]

WARNING in dev_watchdog (2)
 2021-12-11  8:02 UTC  (2+ messages)
` [syzbot] "

[PATCH v20 bpf-next 00/23] mvneta: introduce XDP multi-buffer support
 2021-12-11  6:49 UTC  (28+ messages)
` [PATCH v20 bpf-next 01/23] net: skbuff: add size metadata to skb_shared_info for xdp
` [PATCH v20 bpf-next 02/23] xdp: introduce flags field in xdp_buff/xdp_frame
` [PATCH v20 bpf-next 03/23] net: mvneta: update mb bit before passing the xdp buffer to eBPF layer
` [PATCH v20 bpf-next 04/23] net: mvneta: simplify mvneta_swbm_add_rx_fragment management
` [PATCH v20 bpf-next 05/23] net: xdp: add xdp_update_skb_shared_info utility routine
` [PATCH v20 bpf-next 06/23] net: marvell: rely on "
` [PATCH v20 bpf-next 07/23] xdp: add multi-buff support to xdp_return_{buff/frame}
` [PATCH v20 bpf-next 08/23] net: mvneta: add multi buffer support to XDP_TX
` [PATCH v20 bpf-next 09/23] bpf: introduce BPF_F_XDP_MB flag in prog_flags loading the ebpf program
` [PATCH v20 bpf-next 10/23] net: mvneta: enable jumbo frames if the loaded XDP program support mb
` [PATCH v20 bpf-next 11/23] bpf: introduce bpf_xdp_get_buff_len helper
` [PATCH v20 bpf-next 12/23] bpf: add multi-buff support to the bpf_xdp_adjust_tail() API
` [PATCH v20 bpf-next 13/23] bpf: add multi-buffer support to xdp copy helpers
` [PATCH v20 bpf-next 14/23] bpf: move user_size out of bpf_test_init
` [PATCH v20 bpf-next 15/23] bpf: introduce multibuff support to bpf_prog_test_run_xdp()
` [PATCH v20 bpf-next 16/23] bpf: test_run: add xdp_shared_info pointer in bpf_test_finish signature
` [PATCH v20 bpf-next 17/23] bpf: selftests: update xdp_adjust_tail selftest to include multi-buffer
` [PATCH v20 bpf-next 18/23] libbpf: Add SEC name for xdp_mb programs
` [PATCH v20 bpf-next 19/23] bpf: generalise tail call map compatibility check
` [PATCH v20 bpf-next 20/23] net: xdp: introduce bpf_xdp_pointer utility routine
` [PATCH v20 bpf-next 21/23] bpf: selftests: introduce bpf_xdp_{load,store}_bytes selftest
` [PATCH v20 bpf-next 22/23] bpf: selftests: add CPUMAP/DEVMAP selftests for xdp multi-buff
` [PATCH v20 bpf-next 23/23] xdp: disable XDP_REDIRECT "

[PATCH] rtw88: 8821c: disable the ASPM of RTL8821CE
 2021-12-11  6:31 UTC  (5+ messages)

[PATCH 1/1] net: usb: qmi_wwan: add Telit 0x1070 composition
 2021-12-11  5:30 UTC  (2+ messages)

[PATCH net] netdevsim: don't overwrite read only ethtool parms
 2021-12-11  5:30 UTC  (2+ messages)

[PATCH net-next v8 0/4] Add FDMA support on ocelot switch driver
 2021-12-11  5:20 UTC  (2+ messages)

[PATCH net] inet_diag: fix kernel-infoleak for UDP sockets
 2021-12-11  5:20 UTC  (2+ messages)

[PATCH net-next] net: dsa: mv88e6xxx: Add tx fwd offload PVT on intermediate devices
 2021-12-11  5:18 UTC  (2+ messages)

[PATCH net-next v1] net: dsa: mv88e6xxx: Trap PTP traffic
 2021-12-11  5:14 UTC  (4+ messages)

[PATCH net-next 0/4] net: wwan: iosm: improvements
 2021-12-11  5:00 UTC  (2+ messages)

[PATCH net v2 0/3] net/sched: Fix ct zone matching for invalid conntrack state
 2021-12-11  4:52 UTC  (3+ messages)
` [PATCH net v2 2/3] net/sched: flow_dissector: Fix matching on zone id for invalid conns

[PATCH v2 net-next] sock: Use sock_owned_by_user_nocheck() instead of sk_lock.owned
 2021-12-11  4:40 UTC  (2+ messages)

[PATCH] net: bna: Update supported link modes
 2021-12-11  4:40 UTC  (2+ messages)

[PATCH v2 net-next] net: ocelot: fix missed include in the vsc7514_regs.h file
 2021-12-11  4:40 UTC  (2+ messages)

[PATCH net] Phonet: refcount leak in pep_sock_accep
 2021-12-11  4:40 UTC  (2+ messages)

[PATCH net-next] net: dev: Always serialize on Qdisc::busylock in __dev_xmit_skb() on PREEMPT_RT
 2021-12-11  4:32 UTC  (6+ messages)

[RFC net-next 0/4] net: Improving network scheduling latencies
 2021-12-11  3:10 UTC  (6+ messages)
` [RFC net-next 1/4] net: napi threaded: remove unnecessary locking
` [RFC net-next 2/4] net: stmmac: move to threaded IRQ
` [RFC net-next 3/4] net: stmmac: do not use __netif_tx_lock_bh when in NAPI threaded mode
` [RFC net-next 4/4] net: stmmac: remove unnecessary locking around PTP clock reads

[PATCH 00/12] selftests: Remove ARRAY_SIZE duplicate defines
 2021-12-11  3:03 UTC  (14+ messages)
` [PATCH 01/12] tools: fix ARRAY_SIZE defines in tools and selftests hdrs
` [PATCH 02/12] selftests/arm64: remove ARRAY_SIZE define from vec-syscfg.c
` [PATCH 03/12] selftests/cgroup: remove ARRAY_SIZE define from cgroup_util.h
` [PATCH 04/12] selftests/core: remove ARRAY_SIZE define from close_range_test.c
` [PATCH 05/12] selftests/ir: remove ARRAY_SIZE define from ir_loopback.c
` [PATCH 06/12] selftests/landlock: remove ARRAY_SIZE define from common.h
` [PATCH 07/12] selftests/net: remove ARRAY_SIZE define from individual tests
` [PATCH 08/12] selftests/rseq: "
` [PATCH 09/12] selftests/seccomp: remove ARRAY_SIZE define from seccomp_benchmark
` [PATCH 10/12] selftests/sparc64: remove ARRAY_SIZE define from adi-test
` [PATCH 11/12] selftests/timens: remove ARRAY_SIZE define from individual tests
` [PATCH 12/12] selftests/vm: "

pull-request v2: bpf-next 2021-12-10
 2021-12-11  2:30 UTC  (2+ messages)

[BPF PATCH for-next] cgroup/bpf: fast path for not loaded skb BPF filtering
 2021-12-11  2:20 UTC  (5+ messages)

[net-next RFC PATCH v3 00/15] Add support for qca8k mdio rw in Ethernet packet
 2021-12-11  2:01 UTC  (24+ messages)
` [net-next RFC PATCH v3 01/15] net: dsa: provide switch operations for tracking the master state
` [net-next RFC PATCH v3 02/15] net: dsa: stop updating master MTU from master.c
` [net-next RFC PATCH v3 03/15] net: dsa: hold rtnl_mutex when calling dsa_master_{setup,teardown}
` [net-next RFC PATCH v3 04/15] net: dsa: replay master state events in dsa_tree_{setup,teardown}_master
` [net-next RFC PATCH v3 05/15] net: dsa: tag_qca: convert to FIELD macro
` [net-next RFC PATCH v3 06/15] net: dsa: tag_qca: move define to include linux/dsa
` [net-next RFC PATCH v3 07/15] net: da: tag_qca: enable promisc_on_master flag
` [net-next RFC PATCH v3 07/14] net: dsa: tag_qca: add define for handling mdio Ethernet packet
` [net-next RFC PATCH v3 08/14] net: dsa: tag_qca: add define for handling MIB packet
` [net-next RFC PATCH v3 08/15] net: dsa: tag_qca: add define for handling mdio Ethernet packet
` [net-next RFC PATCH v3 09/15] net: dsa: tag_qca: add define for handling MIB packet
` [net-next RFC PATCH v3 09/14] net: dsa: tag_qca: add support for handling mdio Ethernet and "
` [net-next RFC PATCH v3 10/14] net: dsa: qca8k: add tracking state of master port
` [net-next RFC PATCH v3 10/15] net: dsa: tag_qca: add support for handling mdio Ethernet and MIB packet
` [net-next RFC PATCH v3 11/14] net: dsa: qca8k: add support for mdio read/write in Ethernet packet
` [net-next RFC PATCH v3 11/15] net: dsa: qca8k: add tracking state of master port
` [net-next RFC PATCH v3 12/15] net: dsa: qca8k: add support for mdio read/write in Ethernet packet
` [net-next RFC PATCH v3 12/14] net: dsa: qca8k: add support for mib autocast "
` [net-next RFC PATCH v3 13/15] "
` [net-next RFC PATCH v3 13/14] net: dsa: qca8k: add support for phy read/write with mdio Ethernet
` [net-next RFC PATCH v3 14/15] "
` [net-next RFC PATCH v3 14/14] net: dsa: qca8k: cache lo and hi for mdio write
` [net-next RFC PATCH v3 15/15] "

[PATCH] vdpa/mlx5: set_features should allow reset to zero
 2021-12-11  1:44 UTC  (13+ messages)
                      ` vdpa legacy guest support (was Re: [PATCH] vdpa/mlx5: set_features should allow reset to zero)

[REGRESSION] Kernel 5.15 reboots / freezes upon ifup/ifdown
 2021-12-11  0:41 UTC  (9+ messages)
` [PATCH] igc: Avoid possible deadlock during suspend/resume

[net v5 0/3] fix bpf_redirect to ifb netdev
 2021-12-11  0:37 UTC  (10+ messages)
` [net v5 2/3] net: sched: add check tc_skip_classify in sch egress

[PATCH net-next 0/2] net: stmmac: add EthType Rx Frame steering
 2021-12-10 23:57 UTC  (6+ messages)
` [PATCH net-next 1/2] net: stmmac: fix tc flower deletion for VLAN priority Rx steering

[PATCH v2] samples/bpf: xdpsock: fix swap.cocci warning
 2021-12-10 23:53 UTC  (3+ messages)

[PATCH bpf-next v3 0/9] Introduce unstable CT lookup helpers
 2021-12-10 23:03 UTC  (5+ messages)
` [PATCH bpf-next v3 7/9] net/netfilter: Add unstable CT lookup helpers for XDP and TC-BPF

[syzbot] KASAN: use-after-free Read in remove_wait_queue (3)
 2021-12-10 22:42 UTC  (2+ messages)

[PATCH net-next v2 0/2] net: ipa: fix SDX55 interconnects
 2021-12-10 22:31 UTC  (3+ messages)
` [PATCH net-next v2 1/2] ARM: dts: qcom: sdx55: fix IPA interconnect definitions
` [PATCH net-next v2 2/2] net: ipa: fix IPA v4.5 interconnect data

[PATCH v4 0/7] net: phy: adin1100: Add initial support for ADIN1100 industrial PHY
 2021-12-10 22:09 UTC  (3+ messages)
` [PATCH v4 7/7] dt-bindings: net: phy: Add 10-baseT1L 2.4 Vpp

[PATCH net-next v4 0/2] This is a patch series for Ethernet driver of Sunplus SP7021 SoC
 2021-12-10 21:33 UTC  (3+ messages)
` [PATCH net-next v4 1/2] devicetree: bindings: net: Add bindings doc for Sunplus SP7021

[PATCH net v2] tcp: Don't acquire inet_listen_hashbucket::lock with disabled BH
 2021-12-10 21:22 UTC  (4+ messages)

[PATCH intel-net 0/5] ice: xsk: Rx processing fixes
 2021-12-10 21:05 UTC  (7+ messages)
` [PATCH intel-net 1/5] ice: xsk: return xsk buffers back to pool when cleaning the ring
` [PATCH intel-net 2/5] ice: xsk: allocate separate memory for XDP SW ring
` [PATCH intel-net 3/5] ice: xsk: do not clear status_error0 for ntu + nb_buffs descriptor
` [PATCH intel-net 4/5] ice: xsk: allow empty Rx descriptors on XSK ZC data path
` [PATCH intel-net 5/5] ice: xsk: fix cleaned_count setting

[PATCH net-next v2] net: Enable max_dgram_qlen unix sysctl to be configurable by non-init user namespaces
 2021-12-10 20:40 UTC 

[PATCH net-next] u64_stats: Disable preemption on 32bit UP+SMP PREEMPT_RT during updates
 2021-12-10 20:29 UTC 

[RFC PATCH v2 net-next 0/4] DSA master state tracking
 2021-12-10 20:22 UTC  (18+ messages)
` [RFC PATCH v2 net-next 1/4] net: dsa: provide switch operations for tracking the master state
` [RFC PATCH v2 net-next 3/4] net: dsa: hold rtnl_mutex when calling dsa_master_{setup,teardown}
` [RFC PATCH v2 net-next 4/4] net: dsa: replay master state events in dsa_tree_{setup,teardown}_master

[PATCH net-next 0/2] bareudp: Remove unused code from header file
 2021-12-10 19:56 UTC  (3+ messages)
` [PATCH net-next 1/2] bareudp: Remove bareudp_dev_create()
` [PATCH net-next 2/2] bareudp: Move definition of struct bareudp_conf to bareudp.c

pull-request: bpf-next 2021-12-10
 2021-12-10 19:50 UTC 

[PATCH net-next] net: Enable neighbor sysctls that is save for userns root
 2021-12-10 19:38 UTC  (2+ messages)

[PATCH] selftests: mptcp: remove duplicate include in mptcp_inq.c
 2021-12-10 19:10 UTC  (8+ messages)

[PATCH v6 00/14] genirq: Cleanup the abuse of irq_set_affinity_hint()
 2021-12-10 18:54 UTC  (7+ messages)

[PATCH net-next v8 0/6] MediaTek Ethernet Patches on MT8195
 2021-12-10 18:52 UTC  (5+ messages)
` [PATCH net-next v8 4/6] net: dt-bindings: dwmac: Convert mediatek-dwmac to DT schema
` [PATCH net-next v8 6/6] net: dt-bindings: dwmac: add support for mt8195

[PATCH net-next] tipc: discard MSG_CRYPTO msgs when key_exchange_enabled is not set
 2021-12-10 18:50 UTC 

[PATCH net] mptcp: fix NULL ptr dereference in inet_csk_accept()
 2021-12-10 18:32 UTC  (2+ messages)

[RFC 0/8] perf/bpf: Add batch support for [ku]probes attach
 2021-12-10 18:28 UTC  (8+ messages)
` [PATCH 1/8] perf/kprobe: Add support to create multiple probes

[PATCH] samples: bpf: fix tracex2 due to empty sys_write count argument
 2021-12-10 18:28 UTC  (3+ messages)

[PATCH V2] net: bonding: Add support for IPV6 ns/na
 2021-12-10 18:13 UTC  (3+ messages)

[PATCH v1 bpf 1/1] libbpf: don't force user-supplied ifname string to be of fixed size
 2021-12-10 17:37 UTC  (4+ messages)

[PATCH] selftests/bpf: remove ARRAY_SIZE defines from tests
 2021-12-10 17:34 UTC 

[PATCH 1/2] xfrm: interface with if_id 0 should return error
 2021-12-10 17:22 UTC  (2+ messages)

[PATCH bpf-next] xsk: wipe out dead zero_copy_allocator declarations
 2021-12-10 17:15 UTC 

[PATCH bpf-next 0/3] xsk: Tx improvements
 2021-12-10 17:14 UTC  (4+ messages)
` [PATCH bpf-next 1/3] i40e: xsk: move tmp desc array from driver to pool
` [PATCH bpf-next 2/3] ice: xsk: improve AF_XDP ZC Tx side
` [PATCH bpf-next 3/3] ice: xsk: borrow xdp_tx_active logic from i40e

[PATCH net-next] xfrm: add net device refcount tracker to struct xfrm_state_offload
 2021-12-10 17:10 UTC  (2+ messages)

[PATCH] bridge: extend BR_ISOLATE to full split-horizon
 2021-12-10 16:57 UTC  (8+ messages)

[syzbot] KMSAN: uninit-value in fib_get_nhs
 2021-12-10 16:52 UTC  (2+ messages)

[PATCH net] net/sched: sch_ets: don't remove idle classes from the round-robin list
 2021-12-10 16:42 UTC 

[PATCH net-next 0/2] net: ipa: fix SDX55 interconnects
 2021-12-10 16:37 UTC  (3+ messages)
` [PATCH net-next 1/2] ARM: dts: qcom: sdx55: fix IPA interconnect definitions
` [PATCH net-next 2/2] net: ipa: fix IPA v4.5 interconnect data

[PATCH V2 net-next 0/6] net: netns refcount tracking, base series
 2021-12-10 16:20 UTC  (2+ messages)

[PATCH V2 net] sch_cake: do not call cake_destroy() from cake_init()
 2021-12-10 16:20 UTC  (2+ messages)

[PATCH v5 net-next 0/4] Add ethtool interface for RClocks
 2021-12-10 16:16 UTC  (2+ messages)

[PATCH net-next] net: stmmac: bump tc when get underflow error from DMA descriptor
 2021-12-10 16:06 UTC  (5+ messages)
    ` [EXT] "

[PATCH v3, 0/2] ADD DM9051 ETHERNET DRIVER
 2021-12-10 16:06 UTC  (5+ messages)
` [PATCH v3, 1/2] yaml: Add dm9051 SPI network yaml file
` [PATCH v3, 2/2] net: Add dm9051 driver

[PATCH v2] netfilter: fix regression in looped (broad|multi)cast's MAC handling
 2021-12-10 15:09 UTC  (2+ messages)

[PATCH net-next v3] net: phylink: Add helpers for c22 registers without MDIO
 2021-12-10 15:01 UTC  (4+ messages)

MT7621 ethernet does not get probed on net-next branch after 5.15 merge
 2021-12-10 14:35 UTC  (3+ messages)

[syzbot] general protection fault in inet_csk_accept
 2021-12-10 14:37 UTC  (3+ messages)

[PATCH bpf-next v2 0/8] Add support for transmitting packets using XDP in bpf_prog_run()
 2021-12-10 14:20 UTC  (2+ messages)
` [PATCH bpf-next v2 6/8] bpf: Add XDP_REDIRECT support to XDP for bpf_prog_run()


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