netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-05 17:07:00 to 2022-12-06 07:57:06 UTC [more...]

[patch net-next 0/8] devlink: make sure devlink port registers/unregisters only for registered instance
 2022-12-06  7:56 UTC  (7+ messages)
` [patch net-next 1/8] devlink: call devlink_port_register/unregister() on "

[PATCH] netfilter: initialize 'ret' variable
 2022-12-06  7:44 UTC  (4+ messages)
` [PATCH v2] netfilter: add a 'default' case to 'switch (tuplehash->tuple.xmit_type)'

[PATCH v1 0/7] Add Ethernet driver for StarFive JH7110 SoC
 2022-12-06  7:39 UTC  (4+ messages)
` [PATCH v1 4/7] net: phy: motorcomm: Add YT8531 phy support

[PATCH v5 net-next 0/2] Fixed warnings
 2022-12-06  7:35 UTC  (3+ messages)
` [PATCH v5 net-next 1/2] net: phy: micrel: Fixed error related to uninitialized symbol ret
` [PATCH v5 net-next 2/2] net: phy: micrel: Fix warn: passing zero to PTR_ERR

[PATCH v4 net-next 0/2] Fixed warnings
 2022-12-06  7:32 UTC  (7+ messages)
` [PATCH v4 net-next 1/2] net: phy: micrel: Fixed error related to uninitialized symbol ret
` [PATCH v4 net-next 2/2] net: phy: micrel: Fix warn: passing zero to PTR_ERR

[PATCH bpf-next,v6 0/4] xfrm: interface: Add unstable helpers for XFRM metadata
 2022-12-06  7:13 UTC  (4+ messages)
` [PATCH bpf-next,v6 4/4] selftests/bpf: add xfrm_info tests

[PATCH v3] net: vmw_vsock: vmci: Check memcpy_from_msg()
 2022-12-06  6:58 UTC  (4+ messages)
  ` [PATCH v4] "

BUG: unable to handle kernel paging request in bpf_dispatcher_xdp
 2022-12-06  6:46 UTC  (2+ messages)

[RFC PATCH 0/9] virtio_net: support multi buffer xdp
 2022-12-06  6:42 UTC  (15+ messages)
` [RFC PATCH 1/9] virtio_net: disable the hole mechanism for xdp
` [RFC PATCH 2/9] virtio_net: set up xdp for multi buffer packets
` [RFC PATCH 3/9] virtio_net: update bytes calculation for xdp_frame
` [RFC PATCH 4/9] virtio_net: remove xdp related info from page_to_skb()
` [RFC PATCH 5/9] virtio_net: build xdp_buff with multi buffers
` [RFC PATCH 6/9] virtio_net: construct multi-buffer xdp in mergeable
` [RFC PATCH 9/9] virtio_net: support multi-buffer xdp

[PATCH] net: fec: properly guard irq coalesce setup
 2022-12-06  6:16 UTC  (3+ messages)

[PATCH net v2] net: thunderbolt: fix memory leak in tbnet_open()
 2022-12-06  6:09 UTC  (2+ messages)

[PATCH net-next 0/3] mlx4: better BIG-TCP support
 2022-12-06  5:50 UTC  (4+ messages)
` [PATCH net-next 1/3] net/mlx4: rename two constants
` [PATCH net-next 2/3] net/mlx4: MLX4_TX_BOUNCE_BUFFER_SIZE depends on MAX_SKB_FRAGS
` [PATCH net-next 3/3] net/mlx4: small optimization in mlx4_en_xmit()

[PATCH linux-next v2] net: record times of netdev_budget exhausted
 2022-12-06  5:48 UTC  (4+ messages)

[RFC PATCH v3 0/4] vsock: update tools and error handling
 2022-12-06  5:25 UTC  (4+ messages)
` [RFC PATCH v3 4/4] test/vsock: vsock_perf utility

[PATCH] NFC: nci: Bounds check struct nfc_target arrays
 2022-12-06  5:00 UTC  (2+ messages)

pull-request: bluetooth 2022-12-02
 2022-12-06  4:17 UTC  (3+ messages)

[PATCH net-next 0/2] ethtool: add PLCA RS support
 2022-12-06  4:11 UTC  (3+ messages)

[PATCH net-next] net: mtk_eth_soc: enable flow offload support fot MT7986 SoC
 2022-12-06  4:06 UTC  (4+ messages)

[PATCH net v4] net: stmmac: Set MAC's flow control register to reflect current settings
 2022-12-06  4:05 UTC  (5+ messages)

[PATCH net] bonding: get correct NA dest address
 2022-12-06  3:25 UTC  (2+ messages)

[PATCH] net: check for dev pointer being NULL in dev_hard_header() to avoid GPF
 2022-12-06  3:21 UTC  (7+ messages)

[PATCH v3 net-next 0/8] introduce WED RX support to MT7986 SoC
 2022-12-06  3:18 UTC  (8+ messages)
` [PATCH v3 net-next 2/8] dt-bindings: net: mediatek: add WED RX binding for MT7986 eth driver

[PATCH V2] vdpa: allow provisioning device features
 2022-12-06  3:14 UTC  (9+ messages)

[PATCH net] ice: Add check for kzalloc
 2022-12-06  3:08 UTC 

[PATCH v3 net-next 1/4] net/ethtool: add netlink interface for the PLCA RS
 2022-12-06  3:03 UTC  (7+ messages)
` [PATCH v3 net-next 2/4] drivers/net/phy: add the link modes for the 10BASE-T1S Ethernet PHY
` [PATCH v3 net-next 3/4] drivers/net/phy: add connection between ethtool and phylib for PLCA
` [PATCH v3 net-next 4/4] drivers/net/phy: add driver for the onsemi NCN26000 10BASE-T1S PHY

[PATCH linux-next] net: record times of netdev_budget exhausted
 2022-12-06  2:47 UTC  (4+ messages)

[PATCH bpf-next v3 00/12] xdp: hints via kfuncs
 2022-12-06  2:45 UTC  (13+ messages)
` [PATCH bpf-next v3 01/12] bpf: Document XDP RX metadata
` [PATCH bpf-next v3 02/12] bpf: Rename bpf_{prog,map}_is_dev_bound to is_offloaded
` [PATCH bpf-next v3 03/12] bpf: XDP metadata RX kfuncs
` [PATCH bpf-next v3 04/12] veth: Introduce veth_xdp_buff wrapper for xdp_buff
` [PATCH bpf-next v3 05/12] veth: Support RX XDP metadata
` [PATCH bpf-next v3 06/12] selftests/bpf: Verify xdp_metadata xdp->af_xdp path
` [PATCH bpf-next v3 07/12] mlx4: Introduce mlx4_xdp_buff wrapper for xdp_buff
` [PATCH bpf-next v3 08/12] mxl4: Support RX XDP metadata
` [PATCH bpf-next v3 09/12] xsk: Add cb area to struct xdp_buff_xsk
` [PATCH bpf-next v3 10/12] mlx5: Introduce mlx5_xdp_buff wrapper for xdp_buff
` [PATCH bpf-next v3 11/12] mlx5: Support RX XDP metadata
` [PATCH bpf-next v3 12/12] selftests/bpf: Simple program to dump XDP RX metadata

[PATCH] atm: Fix use-after-free bug in atm_dev_register()
 2022-12-06  2:08 UTC  (3+ messages)

[PATCH net-next] net: ngbe: Add mdio bus driver
 2022-12-06  2:07 UTC  (5+ messages)

[PATCH net-next V3 0/8] devlink: Add port function attribute to enable/disable Roce and migratable
 2022-12-06  2:02 UTC  (7+ messages)
` [PATCH net-next V3 4/8] devlink: Expose port function commands to control RoCE
` [PATCH net-next V3 7/8] devlink: Expose port function commands to control migratable

[PATCH] rtlwifi: rtl8192se: remove redundant rtl_get_bbreg call
 2022-12-06  2:01 UTC  (2+ messages)

[PATCH net-next] net: ethernet: mtk_wed: fix possible deadlock if mtk_wed_wo_init fails
 2022-12-06  1:44 UTC  (6+ messages)

[PATCH net-next v7] ethtool: add netlink based get rss support
 2022-12-06  1:40 UTC  (6+ messages)

[PATCH v5] virtio/vsock: replace virtio_vsock_pkt with sk_buff
 2022-12-06  1:37 UTC  (3+ messages)

[PATCH bpf-next] bpf, test_run: fix alignment problem in bpf_test_init()
 2022-12-06  1:26 UTC  (2+ messages)

[PATCH 1/2] net: asix: Simplify return value check after asix_check_host_enable
 2022-12-06  1:17 UTC  (4+ messages)
` [PATCH 2/2] net: asix: Avoid looping when the device is diconnected

Low TCP throughput due to vmpressure with swap enabled
 2022-12-06  0:50 UTC  (8+ messages)

[PATCH net] net: thunderbolt: fix memory leak in tbnet_open()
 2022-12-06  0:46 UTC  (3+ messages)

[PATCH net-next] net_tstamp: add SOF_TIMESTAMPING_OPT_ID_TCP
 2022-12-06  0:34 UTC  (2+ messages)

[PATCH iproute2-next v2 0/4] Implement new netlink attributes for devlink-rate in iproute2
 2022-12-06  0:24 UTC  (4+ messages)

[RFC PATCH v4 0/4] Create common DPLL/clock configuration API
 2022-12-06  0:19 UTC  (9+ messages)
` [RFC PATCH v4 2/4] dpll: Add DPLL framework base functions

[PATCH net-next v2 0/9] octeon_ep: Update PF mailbox for VF
 2022-12-06  0:16 UTC  (8+ messages)
` [PATCH net-next v2 2/9] octeon_ep: poll for control messages
    ` [EXT] "

[PATCH xfrm-next v9 0/8] Extend XFRM core to allow packet offload configuration
 2022-12-06  0:09 UTC  (10+ messages)

[PATCH iproute2-next v2 1/1] devlink: support direct region read requests
 2022-12-05 22:59 UTC 

[PATCH net-next v4 0/4] net/sched: retpoline wrappers for tc
 2022-12-05 22:53 UTC  (5+ messages)
` [PATCH net-next v4 1/4] net/sched: move struct action_ops definition out of ifdef
` [PATCH net-next v4 2/4] net/sched: add retpoline wrapper for tc
` [PATCH net-next v4 3/4] net/sched: avoid indirect act functions on retpoline kernels
` [PATCH net-next v4 4/4] net/sched: avoid indirect classify "

[RFC net-next v4 1/2] IPv6/GRO: generic helper to remove temporary HBH/jumbo header in driver
 2022-12-05 22:47 UTC  (4+ messages)
` [RFC net-next v4 2/2] bnxt: Use generic HBH removal helper in tx path

[PATCH] bpf: call get_random_u32() for random integers
 2022-12-05 22:47 UTC  (3+ messages)

[PATCH v2 net 0/2] vmxnet3: couple of fixes
 2022-12-05 22:42 UTC  (3+ messages)
` [PATCH v2 net 1/2] vmxnet3: correctly report encapsulated LRO packet
` [PATCH v2 net 2/2] vmxnet3: use correct intrConf reference when using extended queues

[PATCH net] net: atm: Fix use-after-free bug in atm_dev_register()
 2022-12-05 22:11 UTC 

[PATCH iproute2-next v4 0/2] Add pcp-prio and new apptrust subcommand
 2022-12-05 22:21 UTC  (3+ messages)
` [PATCH iproute2-next v4 1/2] dcb: add new pcp-prio parameter to dcb app
` [PATCH iproute2-next v4 2/2] dcb: add new subcommand for apptrust

[PATCH HID for-next v2 0/4] HID: bpf: remove the need for ALLOW_ERROR_INJECTION and Kconfig fixes
 2022-12-05 21:59 UTC  (3+ messages)
` [PATCH HID for-next v2 1/4] bpf: do not rely on ALLOW_ERROR_INJECTION for fmod_ret

[PATCH net-next v1 0/4] net: phy: mxl-gpy: broken interrupt fixes
 2022-12-05 21:53 UTC  (4+ messages)
` [PATCH net-next v1 3/4] dt-bindings: net: phy: add MaxLinear GPY2xx bindings

[PATCH v4 net-next 0/9] dt-binding preparation for ocelot switches
 2022-12-06  2:20 UTC  (16+ messages)
` [PATCH v4 net-next 3/9] dt-bindings: net: dsa: utilize base definitions for standard dsa switches
` [PATCH v4 net-next 4/9] dt-bindings: net: dsa: allow additional ethernet-port properties
` [PATCH v4 net-next 5/9] dt-bindings: net: dsa: qca8k: utilize shared dsa.yaml
` [PATCH v4 net-next 6/9] dt-bindings: net: dsa: mediatek,mt7530: remove unnecessary dsa-port reference
` [PATCH v4 net-next 7/9] dt-bindings: net: add generic ethernet-switch
` [PATCH v4 net-next 8/9] dt-bindings: net: add generic ethernet-switch-port binding

[PATCH net 0/3][pull request] Intel Wired LAN Driver Updates 2022-12-05 (i40e)
 2022-12-05 21:25 UTC  (4+ messages)
` [PATCH net 1/3] i40e: Fix not setting default xps_cpus after reset
` [PATCH net 2/3] i40e: Fix for VF MAC address 0
` [PATCH net 3/3] i40e: Disallow ip4 and ip6 l4_4_bytes

[PATCH net-next 0/8][pull request] Intel Wired LAN Driver Updates 2022-12-05 (igc)
 2022-12-05 21:24 UTC  (9+ messages)
` [PATCH net-next 1/8] igc: allow BaseTime 0 enrollment for Qbv
` [PATCH net-next 2/8] igc: remove I226 Qbv BaseTime restriction
` [PATCH net-next 3/8] igc: Add checking for basetime less than zero
` [PATCH net-next 4/8] igc: recalculate Qbv end_time by considering cycle time
` [PATCH net-next 5/8] igc: enable Qbv configuration for 2nd GCL
` [PATCH net-next 6/8] igc: Set Qbv start_time and end_time to end_time if not being configured in GCL
` [PATCH net-next 7/8] igc: Use strict cycles for Qbv scheduling
` [PATCH net-next 8/8] igc: Enhance Qbv scheduling by using first flag bit

[PATCH net 0/2] Update Joakim Zhang entries
 2022-12-05 21:23 UTC  (3+ messages)
` [PATCH net 1/2] MAINTAINERS: Update NXP FEC maintainer
` [PATCH net 2/2] dt-bindings: FEC/i.MX DWMAC and INTMUX maintainer

[PATCH iproute2-next v3 0/2] Add pcp-prio and new apptrust subcommand
 2022-12-05 21:05 UTC  (9+ messages)
` [PATCH iproute2-next v3 1/2] dcb: add new pcp-prio parameter to dcb app

Broken SELinux/LSM labeling with MPTCP and accept(2)
 2022-12-05 20:58 UTC  (6+ messages)

[RFC net] Fixes: b63c5478e9cb ("ipv6: ioam: Support for Queue depth data field")
 2022-12-05 20:45 UTC  (8+ messages)

Using a bridge for DSA and non-DSA devices
 2022-12-05 20:43 UTC  (4+ messages)

[PATCH 0/5] remove label = "cpu" from DSA dt-binding
 2022-12-05 20:10 UTC  (10+ messages)
` [PATCH 2/5] arm: dts: "
` [PATCH 5/5] powerpc: "

[PATCH v2 net] net: phy: mxl-gpy: add MDINT workaround
 2022-12-05 20:08 UTC  (2+ messages)

[PATCH net-next 00/14][pull request] Intel Wired LAN Driver Updates 2022-11-30 (ice)
 2022-12-05 19:57 UTC  (7+ messages)
` [PATCH net-next 08/14] ice: protect init and calibrating fields with spinlock

[PATCH net] net: dsa: mv88e6xxx: accept phy-mode = "internal" for internal PHY ports
 2022-12-05 19:51 UTC  (2+ messages)

[RFC PATCH] tcp: correct srtt and mdev_us calculation
 2022-12-05 19:15 UTC  (3+ messages)

[PATCH net-next 0/3] mv88e6xxx: Add MAB offload support
 2022-12-05 18:59 UTC  (4+ messages)
` [PATCH net-next 1/3] net: dsa: mv88e6xxx: allow reading FID when handling ATU violations
` [PATCH net-next 2/3] net: dsa: mv88e6xxx: change default return of mv88e6xxx_port_bridge_flags
` [PATCH net-next 3/3] net: dsa: mv88e6xxx: mac-auth/MAB implementation

[PATCH net-next 0/2] devlink: add params FW_BANK and ENABLE_MIGRATION
 2022-12-05 18:55 UTC  (5+ messages)
` [PATCH net-next 1/2] devlink: add fw bank select parameter
` [PATCH net-next 2/2] devlink: add enable_migration parameter

[PATCH net-next v3 0/4] net/sched: retpoline wrappers for tc
 2022-12-05 18:45 UTC  (8+ messages)
` [PATCH net-next v3 1/4] net/sched: move struct action_ops definition out of ifdef
` [PATCH net-next v3 2/4] net/sched: add retpoline wrapper for tc
` [PATCH net-next v3 3/4] net/sched: avoid indirect act functions on retpoline kernels
` [PATCH net-next v3 4/4] net/sched: avoid indirect classify "

[PATCH net] net: mvneta: Prevent out of bounds read in mvneta_config_rss()
 2022-12-05 18:42 UTC  (5+ messages)

[PATCH net] team: prevent ipv6 link local address on port devices
 2022-12-05 18:39 UTC  (2+ messages)

[RFC PATCH] tcp: correct srtt and mdev_us calculation
 2022-12-05 18:07 UTC 

[PATCH v2 net-next] net: ethernet: mtk_wed: add reset to rx_ring_setup callback
 2022-12-05 17:41 UTC  (2+ messages)

[PATCH v2 net-next] net: ethernet: mtk_wed: fix possible deadlock if mtk_wed_wo_init fails
 2022-12-05 17:38 UTC  (4+ messages)

[PATCH iproute2-next 1/1] taprio: fix wrong for loop condition in add_tc_entries()
 2022-12-05 17:23 UTC  (2+ messages)

[PATCH v4 net-next 0/8] Let phylink manage in-band AN for the PHY
 2022-12-05 17:19 UTC  (3+ messages)

[PATCH 1/2] mac80211_hwsim: add PMSR capability support
 2022-12-05 17:18 UTC  (2+ messages)
` [PATCH 2/2] mac80211_hwsim: handle RTT requests with virtio

[PATCH v3 net-next 0/4] add PLCA RS support and onsemi NCN26000
 2022-12-05 17:16 UTC 

[PATCH net-next] net: ngbe: Add ngbe mdio bus driver
 2022-12-05 17:14 UTC  (2+ messages)

[PATCH net-next] tcp: use 2-arg optimal variant of kfree_rcu()
 2022-12-05 17:10 UTC  (7+ messages)

[PATCH net v2] unix: Fix race in SOCK_SEQPACKET's unix_dgram_sendmsg()
 2022-12-05 17:07 UTC  (6+ 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).