netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-22 15:11:10 to 2024-02-23 03:36:26 UTC [more...]

[PATCH] [RFC] net: smc: fix fasync leak in smc_release()
 2024-02-23  3:36 UTC  (4+ messages)
  ` [lvc-project] "

[syzbot] [net?] WARNING in mpls_gso_segment
 2024-02-23  3:33 UTC  (3+ messages)
` [PATCH net v2] net: mpls: error out if inner headers are not set

[PATCH net-next] net/mpls: fix WARNING in mpls_gso_segment
 2024-02-23  3:30 UTC  (2+ messages)

[PATCH net-next v2] net: mctp: take ownership of skb in mctp_local_output
 2024-02-23  3:30 UTC  (2+ messages)

[PATCH net 0/6][pull request] Intel Wired LAN Driver Updates 2024-02-20 (ice)
 2024-02-23  3:30 UTC  (2+ messages)

[PATCH net-next] bonding: 802.3ad replace MAC_ADDRESS_EQUAL with __agg_has_partner
 2024-02-23  3:27 UTC  (2+ messages)

[PATCH net-next v5 0/8] net: ethernet: Rework EEE
 2024-02-23  3:25 UTC  (3+ messages)
` [PATCH net-next v5 4/8] net: phy: Keep track of EEE configuration

[PATCH net-next v6] bonding: rate-limit bonding driver inspect messages
 2024-02-23  3:20 UTC  (2+ messages)

[PATCH net-next 01/12] netfilter: expect: Simplify the allocation of slab caches in nf_conntrack_expect_init
 2024-02-23  3:20 UTC  (2+ messages)

[PATCH net-next v2] net: smsc95xx: add support for SYS TEC USB-SPEmodule1
 2024-02-23  3:20 UTC  (2+ messages)

[PATCH net v2] net: ip_tunnel: prevent perpetual headroom growth
 2024-02-23  3:20 UTC  (2+ messages)

[PATCH net-next] net: stmmac: fix typo in comment
 2024-02-23  3:12 UTC  (2+ messages)

[PATCH][next] net: microchip: lan743x: Fix spelling mistake "erro" -> "error"
 2024-02-23  3:10 UTC  (2+ messages)

[PATCH] [net-next] octeon_ep_vf: Improve help text grammar
 2024-02-23  3:10 UTC  (3+ messages)
` [EXT] "

[PATCH net-next] ipv6/sit: Do not allocate stats in the driver
 2024-02-23  3:10 UTC  (3+ messages)

[PATCH net] netlink: Fix kernel-infoleak-after-free in __skb_datagram_iter
 2024-02-23  3:10 UTC  (2+ messages)

[PATCH net] netlink: add nla be16/32 types to minlen array
 2024-02-23  3:10 UTC  (3+ messages)

[RFC]: raw packet filtering via tc-flower
 2024-02-23  2:40 UTC  (2+ messages)

[PATCH] net/af_iucv: fix virtual vs physical address confusion
 2024-02-23  2:40 UTC  (6+ messages)

[PATCH v2 0/4] Add 8qm SMMU information
 2024-02-23  2:26 UTC  (6+ messages)

[pull request][net-next V3 00/15] mlx5 socket direct (Multi-PF)
 2024-02-23  2:05 UTC  (9+ messages)
` [net-next V3 15/15] Documentation: networking: Add description for multi-pf netdev

[PATCH net-next 0/5] virtio-net: sq support premapped mode
 2024-02-23  1:50 UTC  (5+ messages)
` [PATCH net-next 1/5] virtio_ring: introduce virtqueue_get_buf_ctx_dma()

linux-next: manual merge of the security tree with the net-next tree
 2024-02-23  1:50 UTC 

[RFC net-next 0/3] netdev: add per-queue statistics
 2024-02-23  1:44 UTC  (10+ messages)
` [RFC net-next 1/3] "
` [RFC net-next 2/3] netdev: add queue stat for alloc failures
` [RFC net-next 3/3] eth: bnxt: support per-queue statistics

[PATCH net-next v5] virtio_net: Support RX hash XDP hint
 2024-02-23  1:37 UTC  (10+ messages)

[syzbot] [mm?] BUG: unable to handle kernel paging request in copy_from_kernel_nofault
 2024-02-23  1:11 UTC  (5+ messages)

[PATCH iwl-net v1] ice: fix NULL pointer access during resume
 2024-02-23  1:04 UTC  (5+ messages)

[PATCH net-next 0/6] Support for ASP 2.2 and optimizations
 2024-02-23  0:02 UTC  (15+ messages)
` [PATCH net-next 1/6] dt-bindings: net: brcm,unimac-mdio: Add asp-v2.2
` [PATCH net-next 2/6] dt-bindings: net: brcm,asp-v2.0: "
` [PATCH net-next 3/6] net: bcmasp: Add support for ASP 2.2
` [PATCH net-next 4/6] net: phy: mdio-bcm-unimac: Add asp v2.2 support
` [PATCH net-next 5/6] net: bcmasp: Keep buffers through power management
` [PATCH net-next 6/6] net: bcmasp: Add support for PHY interrupts

[PATCH v5 00/18] power: sequencing: implement the subsystem and add first users
 2024-02-22 23:56 UTC  (3+ messages)
` [PATCH v5 06/18] dt-bindings: new: wireless: describe the ath12k PCI module

[PATCH net-next 00/15] tools: ynl: stop using libmnl
 2024-02-22 23:56 UTC  (16+ messages)
` [PATCH net-next 01/15] tools: ynl: give up on libmnl for auto-ints
` [PATCH net-next 02/15] tools: ynl: create local attribute helpers
` [PATCH net-next 03/15] tools: ynl: create local for_each helpers
` [PATCH net-next 04/15] tools: ynl: create local nlmsg access helpers
` [PATCH net-next 05/15] tools: ynl: create local ARRAY_SIZE() helper
` [PATCH net-next 06/15] tools: ynl: make yarg the first member of struct ynl_dump_state
` [PATCH net-next 07/15] tools: ynl-gen: remove unused parse code
` [PATCH net-next 08/15] tools: ynl: wrap recv() + mnl_cb_run2() into a single helper
` [PATCH net-next 09/15] tools: ynl: use ynl_sock_read_msgs() for ACK handling
` [PATCH net-next 10/15] tools: ynl: stop using mnl_cb_run2()
` [PATCH net-next 11/15] tools: ynl: switch away from mnl_cb_t
` [PATCH net-next 12/15] tools: ynl: switch away from MNL_CB_*
` [PATCH net-next 13/15] tools: ynl: stop using mnl socket helpers
` [PATCH net-next 14/15] tools: ynl: remove the libmnl dependency
` [PATCH net-next 15/15] tools: ynl: use MSG_DONTWAIT for getting notifications

[PATCH net-next] tools: ynl: fix header guards
 2024-02-22 23:48 UTC 

[PATCH net-next v3 0/3] ioam6: netlink multicast event
 2024-02-22 23:33 UTC  (4+ messages)
` [PATCH net-next v3 1/3] uapi: ioam6: API for netlink multicast events
` [PATCH net-next v3 2/3] net: ioam6: multicast event
` [PATCH net-next v3 3/3] net: exthdrs: ioam6: send trace event

[PATCH ipsec-next v1 0/8] Add IP-TFS mode to xfrm
 2024-02-22 20:23 UTC  (4+ messages)
` [PATCH ipsec-next v1 8/8] iptfs: impl: add new iptfs xfrm mode impl

pull-request: wireless-next-2024-02-22
 2024-02-22 23:20 UTC  (2+ messages)

pull-request: wireless-next-2024-02-20
 2024-02-22 23:17 UTC  (8+ messages)

[PATCH net-next v8 00/13] Introduce PHY listing and link_topology tracking
 2024-02-22 23:10 UTC  (5+ messages)
` [PATCH net-next v8 08/13] netlink: specs: add ethnl PHY_GET command set

[Intel-wired-lan] [PATCH iwl-next v4 0/5] ice: Support 5 layer Tx scheduler topology
 2024-02-22 23:07 UTC  (6+ messages)
` [Intel-wired-lan] [PATCH iwl-next v4 4/5] ice: Add tx_scheduling_layers devlink param

[PATCH 0/6] Fix mlx5 write combining support on new ARM64 cores
 2024-02-22 22:36 UTC  (4+ messages)
` [PATCH 4/6] arm64/io: Provide a WC friendly __iowriteXX_copy()

[PATCH net-next 0/2] net: add local address bind support to vxlan and geneve
 2024-02-22 22:31 UTC  (4+ messages)
` [PATCH net-next 1/2] net: vxlan: enable local address bind for vxlan sockets
` [PATCH net-next 2/2] net: geneve: enable local address bind for geneve sockets

[PATCH net-next] genetlink: make info in GENL_REQ_ATTR_CHECK() const
 2024-02-22 22:28 UTC 

[PATCH v4 0/5] Add support for QMC HDLC
 2024-02-22 21:50 UTC  (16+ messages)
` [PATCH v4 1/5] net: wan: "
` [PATCH v4 3/5] lib/bitmap: Introduce bitmap_scatter() and bitmap_gather() helpers
` [PATCH v4 4/5] net: wan: fsl_qmc_hdlc: Add runtime timeslots changes support
` [PATCH v4 5/5] net: wan: fsl_qmc_hdlc: Add framer support

[PATCH net-next 0/3] net: gro: encapsulation bug fix and flush checks improvements
 2024-02-22 21:25 UTC  (5+ messages)
` [PATCH net-next 1/3] net: gro: set {inner_,}network_header in receive phase
` [PATCH net-next 2/3] selftests/net: add local address bind in vxlan selftest
` [PATCH net-next 3/3] net: gro: move L3 flush checks to tcp_gro_receive

[PATCHSET wq/for-6.9] workqueue: Implement BH workqueue and convert several tasklet users
 2024-02-22 21:24 UTC  (10+ messages)
` [PATCH 8/8] dm-verity: Convert from tasklet to BH workqueue

[PATCH 0/9] kunit: Fix printf format specifier issues in KUnit assertions
 2024-02-22 20:58 UTC  (8+ messages)
` [PATCH 1/9] kunit: test: Log the correct filter string in executor_test
` [PATCH 2/9] lib/cmdline: Fix an invalid format specifier in an assertion msg

[PATCH net-next 1/2] netdev-genl: Add ifname for queue and NAPI APIs
 2024-02-22 20:55 UTC  (2+ messages)

[PATCH 0/1] Rosebush, a new hash table
 2024-02-22 20:37 UTC  (2+ messages)
` [PATCH 1/1] rosebush: Add new data structure

[PATCH] vduse: implement DMA sync callbacks
 2024-02-22 20:29 UTC  (3+ messages)

[PATCH 1/1] vhost: Added pad cleanup if vnet_hdr is not present
 2024-02-22 20:02 UTC  (3+ messages)

[PATCH net] net: stmmac: Complete meta data only when enabled
 2024-02-22 19:53 UTC  (2+ messages)

[PATCH v2 0/9] thermal: Writable trip points handling rework
 2024-02-22 19:48 UTC  (19+ messages)
` [PATCH v2 2/9] thermal: core: Add flags to struct thermal_trip
  ` [PATCH v2.1 "
` [PATCH v2 4/9] thermal: intel: Set THERMAL_TRIP_FLAG_RW_TEMP directly
` [PATCH v2 5/9] mlxsw: core_thermal: "
` [PATCH v2 6/9] wifi: iwlwifi: mvm: "
` [PATCH v2 7/9] thermal: imx: "
` [PATCH v2 8/9] thermal: of: "
` [PATCH v2 9/9] thermal: core: Eliminate writable trip points masks

[PATCH net-next v2 0/4] net: macb: WOL enhancements
 2024-02-22 19:34 UTC  (9+ messages)
` [PATCH net-next v2 1/4] net: macb: queue tie-off or disable during WOL suspend
` [PATCH net-next v2 2/4] net: macb: Add ARP support to WOL
` [PATCH net-next v2 3/4] net: macb: Enable queue disable and WOL
` [PATCH net-next v2 4/4] dt-bindings: net: cdns,macb: Deprecate magic-packet property

Re: Re: EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement)
 2024-02-22 19:23 UTC  (6+ messages)

[PATCH net-next v4 2/2] virtio-net: add cond_resched() to the command waiting loop
 2024-02-22 19:21 UTC  (11+ messages)

[PATCH v6 00/11 iwl-next] idpf: refactor virtchnl messages
 2024-02-22 19:04 UTC  (12+ messages)
` [PATCH v6 01/11 iwl-next] idpf: add idpf_virtchnl.h
` [PATCH v6 02/11 iwl-next] idpf: implement virtchnl transaction manager
` [PATCH v6 03/11 iwl-next] idpf: refactor vport virtchnl messages
` [PATCH v6 04/11 iwl-next] idpf: refactor queue related "
` [PATCH v6 05/11 iwl-next] idpf: refactor remaining "
` [PATCH v6 06/11 iwl-next] idpf: add async_handler for MAC filter messages
` [PATCH v6 07/11 iwl-next] idpf: refactor idpf_recv_mb_msg
` [PATCH v6 08/11 iwl-next] idpf: cleanup virtchnl cruft
` [PATCH v6 09/11 iwl-next] idpf: prevent deinit uninitialized virtchnl core
` [PATCH v6 10/11 iwl-next] idpf: fix minor controlq issues
` [PATCH v6 11/11 iwl-next] idpf: remove dealloc vector msg err in idpf_intr_rel

[PATCH v6] bpf: Replace bpf_lpm_trie_key 0-length array with flexible array
 2024-02-22 18:47 UTC  (2+ messages)

[PATCH] net/core/dev.c: enable timestamp static key if CPU isolation is configured
 2024-02-22 18:42 UTC  (4+ messages)

[PATCH net-next] net/core/dev.c: enable timestamp static key if CPU isolation is configured
 2024-02-22 18:27 UTC 

[PATCH net-next v4 0/6] net: hisi-femac: add support for Hi3798MV200, remove unmaintained compatibles
 2024-02-22 18:19 UTC  (4+ messages)
` [PATCH net-next v4 1/6] dt-bindings: net: hisilicon-femac-mdio: convert to YAML

[GIT PULL] Networking for v6.8.0-rc6
 2024-02-22 18:18 UTC  (2+ messages)

[PATCH net-next v3 0/6] net: hisi-femac: add support for Hi3798MV200, remove unmaintained compatibles
 2024-02-22 18:15 UTC  (5+ messages)
` [PATCH net-next v3 2/6] dt-bindings: net: hisilicon-femac-mdio: convert to YAML

[PATCH net-next v8 00/10] introduce drop reasons for tcp receive path
 2024-02-22 18:11 UTC  (5+ messages)
` [PATCH net-next v8 08/10] tcp: add dropreasons in tcp_rcv_state_process()

[PATCH net-next v2 0/4] net: pcs: xpcs: Cleanups before adding MMIO dev support
 2024-02-22 17:58 UTC  (5+ messages)
` [PATCH net-next v2 1/4] net: pcs: xpcs: Drop sentinel entry from 2500basex ifaces list
` [PATCH net-next v2 2/4] net: pcs: xpcs: Drop redundant workqueue.h include directive
` [PATCH net-next v2 3/4] net: pcs: xpcs: Return EINVAL in the internal methods
` [PATCH net-next v2 4/4] net: pcs: xpcs: Explicitly return error on caps validation

[PATCH net-next v3 00/10] Support ICSSG-based Ethernet on AM65x SR1.0 devices
 2024-02-22 17:57 UTC  (3+ messages)
` [PATCH net-next v3 01/10] dt-bindings: net: Add support for AM65x SR1.0 in ICSSG

[PATCH net-next v1] net: ipv6: hop tlv ext hdr parsing
 2024-02-22 17:35 UTC  (2+ messages)

[net-next PatchV2] octeontx2-pf: Add support to read eeprom information
 2024-02-22 17:15 UTC 

[net-next v4] intel: make module parameters readable in sys filesystem
 2024-02-22 17:08 UTC  (2+ messages)
` [Intel-wired-lan] "

[RESEND2 PATCH net v4 1/2] soc: fsl: qbman: Always disable interrupts when taking cgr_lock
 2024-02-22 17:07 UTC  (2+ messages)
` [RESEND2 PATCH net v4 2/2] soc: fsl: qbman: Use raw spinlock for cgr_lock

[PATCH v4 0/3] thermal/netlink/intel_hfi: Enable HFI feature only when required
 2024-02-22 16:53 UTC  (8+ messages)
` [PATCH v4 2/3] thermal: netlink: Add genetlink bind/unbind notifications
` [PATCH v4 3/3] thermal: intel: hfi: Enable interface only when required

[PATCH net] dpll: rely on rcu for netdev_dpll_pin()
 2024-02-22 16:48 UTC 

[PATCH v2 net-next 00/14] rtnetlink: reduce RTNL pressure for dumps
 2024-02-22 16:45 UTC  (7+ messages)
` [PATCH v2 net-next 03/14] ipv6: prepare inet6_fill_ifinfo() for RCU protection
` [PATCH v2 net-next 06/14] netlink: hold nlk->cb_mutex longer in __netlink_dump_start()

mpls_xmit() calls skb_orphan()
 2024-02-22 16:34 UTC  (2+ messages)

[PATCH net] ipv6: fix potential "struct net" leak in inet6_rtm_getaddr()
 2024-02-22 16:16 UTC  (2+ messages)

[PATCH v5] bpf: Replace bpf_lpm_trie_key 0-length array with flexible array
 2024-02-22 15:52 UTC  (2+ messages)

[Bug report] veth cannot be created, reporting page allocation failure
 2024-02-22 15:47 UTC  (3+ messages)

[PATCH iproute2-next 0/3] multicast event support for ioam6
 2024-02-22 15:45 UTC  (4+ messages)
` [PATCH iproute2-next 1/3] uapi: ioam6: update uapi based on net-next
` [PATCH iproute2-next 2/3] ip: ioam6: add monitor command
` [PATCH iproute2-next 3/3] man8: ioam: add doc for "

[patch net-next v3 0/3] tools: ynl: couple of cmdline enhancements
 2024-02-22 15:19 UTC  (3+ messages)
` [patch net-next v3 3/3] tools: ynl: allow user to pass enum string instead of scalar value


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