netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-07 10:16:37 to 2022-02-08 01:06:16 UTC [more...]

[PATCH v2 0/2] net: phy: micrel: add Microchip KSZ 9897 Switch PHY
 2022-02-07 23:28 UTC  (4+ messages)
` [PATCH v2 1/2] net: phy: micrel: add Microchip KSZ 9897 Switch PHY support
` [PATCH v2 2/2] net: phy: micrel: add Microchip KSZ 9477 to the device table

[PATCH net-next 0/1] [pull request] iwl-next Intel Wired LAN Driver Updates 2022-02-07
 2022-02-07 23:59 UTC 

[PATCH v4] bonding: pair enable_port with slave_arr_updates
 2022-02-07 22:29 UTC 

[PATCH v3 net-next] bonding: pair enable_port with slave_arr_updates
 2022-02-07 22:18 UTC  (7+ messages)

[PATCH bpf-next 0/2] Split bpf_sk_lookup remote_port field
 2022-02-07 22:04 UTC  (6+ messages)
` [PATCH bpf-next 1/2] bpf: Make remote_port field in struct bpf_sk_lookup 16-bit wide
` [PATCH bpf-next 2/2] selftests/bpf: Cover 4-byte load from remote_port in bpf_sk_lookup

[PATCH v3 1/2] ath9k: fix use-after-free in ath9k_hif_usb_rx_cb
 2022-02-07 21:24 UTC  (3+ messages)
` [PATCH v3 2/2] ath9k: htc: clean up *STAT_* macros

[PATCH net-next] tls: cap the output scatter list to something reasonable
 2022-02-07 21:20 UTC  (4+ messages)

[BUG] intersil: p54: possible deadlock in p54_remove_interface() and p54_stop()
 2022-02-07 21:13 UTC  (2+ messages)

[PATCH v2 net-next 1/6] ptp_pch: use mac_pton()
 2022-02-07 21:07 UTC  (6+ messages)
` [PATCH v2 net-next 2/6] ptp_pch: Use ioread64_lo_hi() / iowrite64_lo_hi()
` [PATCH v2 net-next 3/6] ptp_pch: Use ioread64_hi_lo() / iowrite64_hi_lo()
` [PATCH v2 net-next 4/6] ptp_pch: Switch to use module_pci_driver() macro
` [PATCH v2 net-next 5/6] ptp_pch: Convert to use managed functions pcim_* and devm_*
` [PATCH v2 net-next 6/6] ptp_pch: Remove unused pch_pm_ops

[PATCH 0/8] bpf: Add fprobe link
 2022-02-07 21:01 UTC  (14+ messages)
` [PATCH 1/8] bpf: Add support to attach kprobe program with fprobe
` [PATCH 2/8] bpf: Add bpf_get_func_ip kprobe helper for fprobe link
` [PATCH 3/8] bpf: Add bpf_cookie support to fprobe
` [PATCH 4/8] libbpf: Add libbpf__kallsyms_parse function
` [PATCH 6/8] libbpf: Add bpf_program__attach_kprobe_opts for multi kprobes
` [PATCH 8/8] selftest/bpf: Add fprobe test for bpf_cookie values

[PATCH] selftests: Fix build when $(O) points to a relative path
 2022-02-07 20:59 UTC  (3+ messages)

[PATCH devicetree v3] dt-bindings: phy: Add `tx-p2p-microvolt` property binding
 2022-02-07 20:30 UTC  (2+ messages)

[PATCH bpf-next v2 0/3] bpf: Fix strict mode calculation
 2022-02-07 20:20 UTC  (5+ messages)
` [PATCH bpf-next v2 1/3] libbpf: Remove mode check in libbpf_set_strict_mode()
` [PATCH bpf-next v2 2/3] bpftool: Fix strict mode calculation
` [PATCH bpf-next v2 3/3] selftests/bpf: "

[PATCH v18, 0/2] ADD DM9051 ETHERNET DRIVER
 2022-02-07 20:02 UTC  (5+ messages)
` [PATCH v18, 1/2] dt-bindings: net: Add Davicom dm9051 SPI ethernet controller
` [PATCH v18, 2/2] net: Add dm9051 driver

[PATCH] net: phy: marvell: Fix RGMII Tx/Rx delays setting in 88e1121-compatible PHYs
 2022-02-07 19:22 UTC  (5+ messages)
` [PATCH net v2] "

[PATCH net-next] can: gw: use call_rcu() instead of costly synchronize_rcu()
 2022-02-07 19:07 UTC 

[PATCH v2 iproute2] iplink: add gro_max_size attribute handling
 2022-02-07 19:00 UTC  (2+ messages)

[PATCH net-next 0/4] inet: Separate DSCP from ECN bits using new dscp_t type
 2022-02-07 19:03 UTC  (2+ messages)

[PATCH iproute2] iplink: add ip-link documentation
 2022-02-07 19:00 UTC  (2+ messages)

[PATCH net-next 00/11] net: speedup netns dismantles
 2022-02-07 18:50 UTC  (16+ messages)
` [PATCH net-next 01/11] ipv6/addrconf: allocate a per netns hash table
` [PATCH net-next 02/11] ipv6/addrconf: use one delayed work per netns
` [PATCH net-next 03/11] ipv6/addrconf: switch to per netns inet6_addr_lst hash table
` [PATCH net-next 04/11] nexthop: change nexthop_net_exit() to nexthop_net_exit_batch()
` [PATCH net-next 05/11] ipv4: add fib_net_exit_batch()
` [PATCH net-next 06/11] ipv6: change fib6_rules_net_exit() to batch mode
` [PATCH net-next 07/11] ip6mr: introduce ip6mr_net_exit_batch()
` [PATCH net-next 08/11] ipmr: introduce ipmr_net_exit_batch()
` [PATCH net-next 09/11] can: gw: switch cangw_pernet_exit() to batch mode
` [PATCH net-next 10/11] bonding: switch bond_net_exit() "
` [PATCH net-next 11/11] net: remove default_device_exit()

[PATCH net-next] net: add dev->dev_registered_tracker
 2022-02-07 18:41 UTC 

[PATCH bpf-next v4 0/2] selftests: add test for kfunc call
 2022-02-07 18:33 UTC  (5+ messages)
` [PATCH bpf-next v4 1/2] selftests/bpf: do not export subtest as standalone test
` [PATCH bpf-next v4 2/2] selftests/bpf: check whether s32 is sufficient for kfunc offset

[PATCH net v2 0/2] net: fix issues when uncloning an skb dst+metadata
 2022-02-07 18:17 UTC  (4+ messages)
` [PATCH net v2 1/2] net: do not keep the dst cache when uncloning an skb dst and its metadata
` [PATCH net v2 2/2] net: fix a memleak "

[PATCH net 0/7] More DSA fixes for devres + mdiobus_{alloc,register}
 2022-02-07 17:38 UTC  (9+ messages)
` [PATCH net 1/7] net: dsa: mv88e6xxx: don't use devres for mdiobus
` [PATCH net 2/7] net: dsa: ar9331: register the mdiobus under devres
` [PATCH net 3/7] net: dsa: bcm_sf2: don't use devres for mdiobus
` [PATCH net 4/7] net: dsa: felix: "
` [PATCH net 5/7] net: dsa: seville: register the mdiobus under devres
` [PATCH net 6/7] net: dsa: mt7530: fix kernel bug in mdiobus_free() when unbinding
` [PATCH net 7/7] net: dsa: lantiq_gswip: don't use devres for mdiobus

[PATCH net-next 0/3] Conntrack GRE offload
 2022-02-07 17:56 UTC  (3+ messages)
` [PATCH net-next 1/3] netfilter: flowtable: Support GRE

[PATCH bpf-next 1/2] bpf: test_run: fix overflow in xdp frags parsing
 2022-02-07 17:44 UTC  (5+ messages)
` [PATCH bpf-next 2/2] bpf: test_run: fix overflow in bpf_test_finish "

AMD XGBE "phy irq request failed" kernel v5.17-rc2 on V1500B based board
 2022-02-07 18:04 UTC  (7+ messages)

[PATCH net] gve: Recording rx queue before sending to napi
 2022-02-07 17:59 UTC 

[PATCH bpf-next] selftest/bpf: check invalid length in test_xdp_update_frags
 2022-02-07 17:53 UTC  (8+ messages)

[PATCH] net: phy: mscc: enable MAC SerDes autonegotiation
 2022-02-07 17:49 UTC  (5+ messages)

[PATCH 1/2] net: stmmac: added Baikal-T1/M SoCs glue layer
 2022-02-07 17:48 UTC  (9+ messages)

[PATCH v8 net-next 00/10] net: dsa: microchip: DSA driver support for LAN937x switch
 2022-02-07 17:28 UTC  (13+ messages)
` [PATCH v8 net-next 01/10] dt-bindings: net: dsa: dt bindings for microchip lan937x
` [PATCH v8 net-next 02/10] net: dsa: move mib->cnt_ptr reset code to ksz_common.c
` [PATCH v8 net-next 03/10] net: phy: Add support for LAN937x T1 phy driver
` [PATCH v8 net-next 04/10] net: dsa: tag_ksz: add tag handling for Microchip LAN937x
` [PATCH v8 net-next 05/10] net: dsa: microchip: add DSA support for microchip lan937x
` [PATCH v8 net-next 06/10] net: dsa: microchip: add support for phylink management
` [PATCH v8 net-next 07/10] net: dsa: microchip: add support for ethtool port counters
` [PATCH v8 net-next 08/10] net: dsa: microchip: add support for port mirror operations
` [PATCH v8 net-next 09/10] net: dsa: microchip: add support for fdb and mdb management
` [PATCH v8 net-next 10/10] net: dsa: microchip: add support for vlan operations

[PATCH net-next 0/4] Add support for locked bridge ports (for 802.1X)
 2022-02-07 17:30 UTC  (9+ messages)
` [PATCH net-next 1/4] net: bridge: Add support for bridge port in locked mode
` [PATCH net-next 2/4] net: bridge: dsa: Add support for offloading of locked port flag
` [PATCH net-next 3/4] net: dsa: mv88e6xxx: Add support for bridge port locked feature

[PATCH V7 mlx5-next 00/15] Add mlx5 live migration driver and v2 migration protocol
 2022-02-07 17:22 UTC  (16+ messages)
` [PATCH V7 mlx5-next 01/15] PCI/IOV: Add pci_iov_vf_id() to get VF index
` [PATCH V7 mlx5-next 02/15] net/mlx5: Reuse exported virtfn index function call
` [PATCH V7 mlx5-next 03/15] net/mlx5: Disable SRIOV before PF removal
` [PATCH V7 mlx5-next 04/15] PCI/IOV: Add pci_iov_get_pf_drvdata() to allow VF reaching the drvdata of a PF
` [PATCH V7 mlx5-next 05/15] net/mlx5: Expose APIs to get/put the mlx5 core device
` [PATCH V7 mlx5-next 06/15] net/mlx5: Introduce migration bits and structures
` [PATCH V7 mlx5-next 07/15] vfio: Have the core code decode the VFIO_DEVICE_FEATURE ioctl
` [PATCH V7 mlx5-next 08/15] vfio: Define device migration protocol v2
` [PATCH V7 mlx5-next 09/15] vfio: Extend the device migration protocol with RUNNING_P2P
` [PATCH V7 mlx5-next 10/15] vfio: Remove migration protocol v1 documentation
` [PATCH V7 mlx5-next 11/15] vfio/mlx5: Expose migration commands over mlx5 device
` [PATCH V7 mlx5-next 12/15] vfio/mlx5: Implement vfio_pci driver for mlx5 devices
` [PATCH V7 mlx5-next 13/15] vfio/pci: Expose vfio_pci_core_aer_err_detected()
` [PATCH V7 mlx5-next 14/15] vfio/mlx5: Use its own PCI reset_done error handler
` [PATCH V7 mlx5-next 15/15] vfio: Extend the device migration protocol with PRE_COPY

[PATCH v7 net-next 00/10] net: dsa: microchip: DSA driver support for LAN937x switch
 2022-02-07 17:03 UTC  (9+ messages)
` [PATCH v7 net-next 06/10] net: dsa: microchip: add support for phylink management
` [PATCH v7 net-next 07/10] net: dsa: microchip: add support for ethtool port counters

[PATCH net-next, 0/2] net: mana: Add handling of CQE_RX_TRUNCATED and a cleanup
 2022-02-07 17:12 UTC  (4+ messages)
` [PATCH net-next, 1/2] net: mana: Add handling of CQE_RX_TRUNCATED

[PATCH net-next v2 0/3] net: dev: PREEMPT_RT fixups
 2022-02-07 16:47 UTC  (5+ messages)
` [PATCH net-next v2 2/3] net: dev: Makes sure netif_rx() can be invoked in any context

[PATCH net-next 0/2] sfc: optimize RXQs count and affinities
 2022-02-07 16:53 UTC  (5+ messages)
` [PATCH net-next 1/2] sfc: default config to 1 channel/core in local NUMA node only

[RFC PATCH 0/2] landlock network implementation cover letter
 2022-02-07 16:17 UTC  (21+ messages)
` [RFC PATCH 1/2] landlock: TCP network hooks implementation
` [RFC PATCH 2/2] landlock: selftests for bind and connect hooks

[PATCH] staging: qlge: Fix checkpatch errors in the module
 2022-02-07 16:12 UTC  (3+ messages)

[BUG] cw1200: possible deadlock involving three functions
 2022-02-07 16:02 UTC 

[BUG] net: mellanox: mlx4: possible deadlock in mlx4_xdp_set() and mlx4_en_reset_config()
 2022-02-07 15:16 UTC 

[PATCH wpan-next v2 00/14] ieee802154: Synchronous Tx API
 2022-02-07 14:48 UTC  (15+ messages)
` [PATCH wpan-next v2 01/14] net: ieee802154: Move the logic restarting the queue upon transmission
` [PATCH wpan-next v2 02/14] net: mac802154: Create a transmit error helper
` [PATCH wpan-next v2 03/14] net: ieee802154: at86rf230: Call _xmit_error() when a transmission fails
` [PATCH wpan-next v2 04/14] net: ieee802154: atusb: "
` [PATCH wpan-next v2 05/14] net: ieee802154: ca8210: "
` [PATCH wpan-next v2 06/14] net: mac802154: Stop exporting ieee802154_wake/stop_queue()
` [PATCH wpan-next v2 07/14] net: mac802154: Rename the synchronous xmit worker
` [PATCH wpan-next v2 08/14] net: mac802154: Rename the main tx_work struct
` [PATCH wpan-next v2 09/14] net: mac802154: Follow the count of ongoing transmissions
` [PATCH wpan-next v2 10/14] net: mac802154: Hold the transmit queue when relevant
` [PATCH wpan-next v2 11/14] net: mac802154: Create a hot tx path
` [PATCH wpan-next v2 12/14] net: mac802154: Add a warning in the hot path
` [PATCH wpan-next v2 13/14] net: mac802154: Introduce a tx queue flushing mechanism
` [PATCH wpan-next v2 14/14] net: mac802154: Introduce a synchronous API for MLME commands

[BUG] ipw2100: possible deadlocks involving waiting and locking operations
 2022-02-07 15:03 UTC 

[PATCH v6 net-next] net: drop_monitor: support drop reason
 2022-02-07 14:43 UTC  (2+ messages)

[BUG] net: ipv4: The sent udp broadcast message may be converted to an arp request message
 2022-02-07 14:09 UTC 

[PATCH net 1/1] openvswitch: Fix setting ipv6 fields causing hw csum failure
 2022-02-07 14:41 UTC 

[PATCH net-next 1/2] devlink: Add support to set port function as trusted
 2022-02-07 14:45 UTC  (12+ messages)

[BUG] net: ti: possible deadlock in cpts_ptp_gettimeex() and cpts_overflow_check()
 2022-02-07 14:43 UTC 

[PATCH bpf-next v3 0/4] bpf, arm64: support more atomic ops
 2022-01-29 22:04 UTC  (5+ messages)
` [PATCH bpf-next v3 1/4] arm64: move AARCH64_BREAK_FAULT into insn-def.h
` [PATCH bpf-next v3 2/4] arm64: insn: add encoders for atomic operations
` [PATCH bpf-next v3 3/4] bpf, arm64: support more "
` [PATCH bpf-next v3 4/4] selftests/bpf: use raw_tp program for atomic test

[PATCH net-next] net/smc: Allocate pages of SMC-R on ibdev NUMA node
 2022-02-07 13:49 UTC  (4+ messages)

[PATCH net-next 1/1] net: Add new protocol attribute to IP addresses
 2022-02-07 13:27 UTC  (4+ messages)

[PATCH][next] brcmfmac: of: remove redundant variable len
 2022-02-07 13:33 UTC 

[PATCH v4 net-next 0/7] net: use kfree_skb_reason() for ip/udp packet receive
 2022-02-07 11:40 UTC  (2+ messages)

[PATCH net-next] ref_tracker: remove filter_irq_stacks() call
 2022-02-07 11:40 UTC  (2+ messages)

[PATCH net] net/smc: use GFP_ATOMIC allocation in smc_pnet_add_eth()
 2022-02-07 12:10 UTC  (2+ messages)

[PATCH RFT] net: asix: add proper error handling of usb read errors
 2022-02-07 12:30 UTC  (4+ messages)
` [PATCH net-next] "

[PATCH V2 net-next] net: hns3: add support for TX push mode
 2022-02-07 12:40 UTC  (2+ messages)

[PATCH 0/3] vdpa tool support for configuring max VQs
 2022-02-07 12:55 UTC  (4+ messages)
` [PATCH 1/3] vdpa: Remove unsupported command line option
` [PATCH 2/3] virtio: Define bit numbers for device independent features
` [PATCH 3/3] vdpa: Add support to configure max number of VQs

[PATCH] caif: cleanup double word in comment
 2022-02-07 12:10 UTC  (2+ messages)

[PATCH net-next 0/4] mlxsw: Add SIP and DIP mangling support
 2022-02-07 12:10 UTC  (2+ messages)

[PATCH net-next] r8169: factor out redundant RTL8168d PHY config functionality to rtl8168d_1_common()
 2022-02-07 12:30 UTC  (2+ messages)

[PATCH 1/2 net-next] net: dsa: mv88e6xxx: Fix off by in one in mv88e6185_phylink_get_caps()
 2022-02-07 12:40 UTC  (3+ messages)

[PATCH] perf test: Add perf_event_attr tests for the arm_spe event
 2022-02-07 11:03 UTC  (4+ messages)

net: stmmac: dwmac-meson8b: interface sometimes does not come up at boot
 2022-02-07 10:41 UTC  (2+ messages)

[PATCH net-next 0/3] net/smc: Improvements for TCP_CORK and sendfile()
 2022-02-07 10:03 UTC  (4+ messages)
` [PATCH net-next 1/3] net/smc: Send directly when TCP_CORK is cleared


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