netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-12 14:35:55 to 2022-12-13 13:40:21 UTC [more...]

linux-next: build warning after merge of the net-next tree
 2022-12-13 13:39 UTC  (4+ messages)
` [PATCH] Documentation: devlink: add missing toc entry for etas_es58x devlink doc

[PATCH] can: flexcan: avoid unbalanced pm_runtime_enable warning
 2022-12-13 13:38 UTC  (2+ messages)

[PATCH bpf-next 00/15] selftests/xsk: speed-ups, fixes, and new XDP programs
 2022-12-13 13:33 UTC  (9+ messages)
` [PATCH bpf-next 09/15] selftests/xsk: load and attach XDP program only once per mode
` [PATCH bpf-next 12/15] selftests/xsk: add test when some packets are XDP_DROPed
` [PATCH bpf-next 13/15] selftests/xsk: merge dual and single thread dispatchers
` [PATCH bpf-next 15/15] selftests/xsk: automatically switch XDP programs

BUG: unable to handle kernel paging request in tcp_write_wakeup
 2022-12-13 13:18 UTC  (2+ messages)

[PATCH intel-next 0/5] i40e: support XDP multi-buffer
 2022-12-13 13:14 UTC  (7+ messages)
` [PATCH intel-next 1/5] i40e: add pre-xdp page_count in rx_buffer
` [PATCH intel-next 2/5] i40e: avoid per buffer next_to_clean access from i40e_ring
` [PATCH intel-next 3/5] i40e: introduce next_to_process to i40e_ring
` [PATCH intel-next 4/5] i40e: pull out rx buffer allocation to end of i40e_clean_rx_irq()
` [PATCH intel-next 5/5] i40e: add support for XDP multi-buffer Rx

[PATCH] netfilter: conntrack: document sctp timeouts
 2022-12-13 12:23 UTC  (3+ messages)

[RFC PATCH v4 0/4] vsock: update tools and error handling
 2022-12-13 12:19 UTC  (8+ messages)
` [RFC PATCH v4 1/4] vsock: return errors other than -ENOMEM to socket
` [RFC PATCH v4 2/4] test/vsock: rework message bounds test
` [RFC PATCH v4 4/4] test/vsock: vsock_perf utility

[LINUX RFC PATCH] net: macb: Add support for partial store and forward
 2022-12-13 12:12 UTC 

[PATCH] r6040: Fix kmemleak in probe and remove
 2022-12-13 12:56 UTC  (3+ messages)
  ` [PATCH net v2] "

[PATCH v6 net-next 0/5] add PLCA RS support and onsemi NCN26000
 2022-12-13 11:34 UTC  (8+ messages)
` [PATCH v6 net-next 3/5] drivers/net/phy: add connection between ethtool and phylib for PLCA

Redundant changes in "net: dsa: mt7530: add support for in-band link status"
 2022-12-13 11:30 UTC  (3+ messages)
` [PATCH net-next] net: dsa: mt7530: remove reduntant assignment

[PATCH] ipvs: initialize 'ret' variable in do_ip_vs_set_ctl()
 2022-12-13 11:28 UTC  (4+ messages)
` [PATCH v2] ipvs: add a 'default' case "

imx7: USB modem reset causes modem to not re-connect
 2022-12-13 11:17 UTC  (7+ messages)

[PATCH net v3 0/3] Stop corrupting socket's task_frag
 2022-12-13 11:10 UTC  (4+ messages)
` [PATCH net v3 1/3] net: Introduce sk_use_task_frag in struct sock
` [PATCH net v3 2/3] Treewide: Stop corrupting socket's task_frag
` [PATCH net v3 3/3] net: simplify sk_page_frag

[PATCH net-next] ipvs: fix type warning in do_div() on 32 bit
 2022-12-13 11:09 UTC  (2+ messages)

[PATCH net] nfc: pn533: Clear nfc_target in pn533_poll_dep_complete() before being used
 2022-12-13 10:45 UTC  (2+ messages)

[PATCH 5.10 000/106] 5.10.159-rc1 review
 2022-12-13 10:39 UTC  (4+ messages)

[PATCH net-next v6] virtio/vsock: replace virtio_vsock_pkt with sk_buff
 2022-12-13 10:22 UTC  (2+ messages)

[Patch net] net: dsa: microchip: remove IRQF_TRIGGER_FALLING in request_threaded_irq
 2022-12-13 10:14 UTC 

[PATCH net-next] ravb: Fix "failed to switch device to config mode" message during unbind
 2022-12-13  9:59 UTC 

[PATCH v5 net-next 0/2] Fixed warnings
 2022-12-13  9:55 UTC  (8+ messages)
` [PATCH v5 net-next 2/2] net: phy: micrel: Fix warn: passing zero to PTR_ERR

[RFT] net: ethernet: enetc: do not always access skb_shared_info in the XDP path
 2022-12-13  9:46 UTC 

[PATCH bpf-next v4 00/15] xdp: hints via kfuncs
 2022-12-13  8:56 UTC  (17+ messages)
` [PATCH bpf-next v4 01/15] bpf: Document XDP RX metadata
` [PATCH bpf-next v4 02/15] bpf: Rename bpf_{prog,map}_is_dev_bound to is_offloaded
` [PATCH bpf-next v4 03/15] bpf: Introduce device-bound XDP programs
` [PATCH bpf-next v4 04/15] selftests/bpf: Update expected test_offload.py messages
` [PATCH bpf-next v4 05/15] bpf: XDP metadata RX kfuncs
` [PATCH bpf-next v4 07/15] veth: Introduce veth_xdp_buff wrapper for xdp_buff
` [PATCH bpf-next v4 08/15] veth: Support RX XDP metadata
` [PATCH bpf-next v4 09/15] selftests/bpf: Verify xdp_metadata xdp->af_xdp path
` [PATCH bpf-next v4 10/15] net/mlx4_en: Introduce wrapper for xdp_buff
` [PATCH bpf-next v4 11/15] net/mlx4_en: Support RX XDP metadata
` [PATCH bpf-next v4 12/15] xsk: Add cb area to struct xdp_buff_xsk
` [PATCH bpf-next v4 13/15] net/mlx5e: Introduce wrapper for xdp_buff
` [PATCH bpf-next v4 14/15] net/mlx5e: Support RX XDP metadata
` [PATCH bpf-next v4 15/15] selftests/bpf: Simple program to dump XDP RX metadata

[PATCH v3 net-next 0/2] enetc: unlock XDP_REDIRECT for XDP non-linear
 2022-12-13  8:50 UTC  (5+ messages)

[PATCH net 1/1] igb: Initialize mailbox message for VF reset
 2022-12-13  8:47 UTC  (2+ messages)

[PATCH v7] igb: Assign random MAC address instead of fail in case of invalid one
 2022-12-13  7:47 UTC 

[PATCH net-next 0/39] pull-request: can-next 2022-12-12
 2022-12-13  8:11 UTC  (4+ messages)
` [PATCH net-next 11/39] can: flexcan: add auto stop mode for IMX93 to support wakeup
    `  "

[PATCH v2 0/5] Add GMAC support for S32 SoC family
 2022-12-13  7:50 UTC  (9+ messages)
` [PATCH v2 2/5] dt-bindings: net: add schema for NXP S32CC dwmac glue driver

[PATCH v1 1/1] net: neigh: persist proxy config across link flaps
 2022-12-13  7:38 UTC 

[PATCH net-next] net: microchip: vcap: Fix initialization of value and mask
 2022-12-13  7:35 UTC  (3+ messages)

[PATCH net] selftests/net: mv bpf/nat6to4.c to net folder
 2022-12-13  7:12 UTC 

[RFC PATCH 0/9] virtio_net: support multi buffer xdp
 2022-12-13  7:08 UTC  (5+ messages)
` [RFC PATCH 6/9] virtio_net: construct multi-buffer xdp in mergeable

[PATCH] iwlwifi: mvm: Remove the unused function iwl_dbgfs_is_match()
 2022-12-13  7:07 UTC 

[PATCH net] virtio-net: correctly enable callback during start_xmit
 2022-12-13  6:57 UTC  (6+ messages)

[PATCH net-next] net: wangxun: Adjust code structure
 2022-12-13  6:35 UTC 

[PATCH net-next v1 00/10] implement devlink reload in ice
 2022-12-13  6:37 UTC  (4+ messages)

[PATCH v3] epoll: use refcount to reduce ep_mutex contention
 2022-12-13  6:01 UTC  (2+ messages)

[PATCH net] filter: Account for tail adjustment during pull operations
 2022-12-13  4:39 UTC 

[PATCH v2] net: ksz884x: Remove some unused functions
 2022-12-13  3:57 UTC 

[PATCH net-next] net: lan966x: Remove a useless test in lan966x_ptp_add_trap()
 2022-12-13  3:50 UTC  (2+ messages)

[PATCH] net_sched: ematch: reject invalid data
 2022-12-13  3:38 UTC  (2+ messages)

[PATCH v5 net-next 00/10] dt-binding preparation for ocelot switches
 2022-12-13  3:34 UTC  (25+ messages)
` [PATCH v5 net-next 01/10] dt-bindings: dsa: sync with maintainers
` [PATCH v5 net-next 02/10] dt-bindings: net: dsa: sf2: fix brcm,use-bcm-hdr documentation
` [PATCH v5 net-next 03/10] dt-bindings: net: dsa: qca8k: remove address-cells and size-cells from switch node
` [PATCH v5 net-next 04/10] dt-bindings: net: dsa: utilize base definitions for standard dsa switches
` [PATCH v5 net-next 05/10] dt-bindings: net: dsa: allow additional ethernet-port properties
` [PATCH v5 net-next 06/10] dt-bindings: net: dsa: qca8k: utilize shared dsa.yaml
` [PATCH v5 net-next 07/10] dt-bindings: net: dsa: mediatek,mt7530: remove unnecessary dsa-port reference
` [PATCH v5 net-next 08/10] dt-bindings: net: add generic ethernet-switch

[PATCH net 1/4] ice: Create a separate kthread to handle ptp extts work
 2022-12-13  2:43 UTC  (2+ messages)

BUG: unable to handle kernel paging request in bpf_dispatcher_xdp
 2022-12-13  2:26 UTC  (12+ messages)

[PATCH net-next v2] hns: use strscpy() to instead of strncpy()
 2022-12-13  1:27 UTC  (2+ messages)

[PATCH net-next 0/2] net: ipa: enable IPA v4.7 support
 2022-12-13  1:11 UTC  (8+ messages)
` [PATCH net-next 2/2] net: ipa: add "

[PATCH] net/ncsi: Always use unicast source MAC address
 2022-12-13  0:47 UTC 

[PATCH net] net: enetc: avoid buffer leaks on xdp_do_redirect() failure
 2022-12-13  0:19 UTC 

[PATCH net-next v6 1/2] IPv6/GRO: generic helper to remove temporary HBH/jumbo header in driver
 2022-12-13  0:00 UTC  (2+ messages)

[PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2022-12-07 (ice)
 2022-12-12 23:53 UTC  (8+ messages)
` [PATCH net 2/4] ice: Correctly handle aux device when num channels change

[PATCH net-next v5] net: ngbe: Add ngbe mdio bus driver
 2022-12-12 23:49 UTC  (2+ messages)

[Patch net-next v4 00/13] net: dsa: microchip: add PTP support for KSZ9563/KSZ8563 and LAN937x
 2022-12-12 23:47 UTC  (3+ messages)

[PATCH] qlcnic: Clean up some inconsistent indenting
 2022-12-12 23:40 UTC  (2+ messages)

[PATCH net-next v2 00/14] bridge: mcast: Extensions for EVPN
 2022-12-12 23:40 UTC  (2+ messages)

[PATCH net-next 1/1] i40e: allow toggling loopback mode via ndo_set_features callback
 2022-12-12 23:30 UTC  (2+ messages)

[PATCH net] lib: packing: fix shift wrapping in bit_reverse()
 2022-12-12 23:30 UTC  (4+ messages)
` [PATCH] lib: packing: replace bit_reverse() with bitrev8()

[PATCH net-next 0/3] net: add IFF_NO_ADDRCONF to prevent ipv6 addrconf
 2022-12-12 23:30 UTC  (2+ messages)

[PATCH net v3 1/1] i40e: Fix the inability to attach XDP program on downed interface
 2022-12-12 23:30 UTC  (2+ messages)

[PATCH net] net: dsa: tag_8021q: avoid leaking ctx on dsa_tag_8021q_register() error path
 2022-12-12 23:30 UTC  (2+ messages)

[PATCH v2 net 1/1] stmmac: fix potential division by 0
 2022-12-12 23:20 UTC  (2+ messages)

[PATCH net v2 1/3] net: Introduce sk_use_task_frag in struct sock
 2022-12-12 23:14 UTC  (3+ messages)
` [PATCH net v3 "

[PATCH v2 net-next 0/4] Trace points for mv88e6xxx
 2022-12-12 23:10 UTC  (2+ messages)

[PATCH net-next] dt-bindings: net: dsa: hellcreek: Sync DSA maintainers
 2022-12-12 23:10 UTC  (4+ messages)

[PATCH] octeontx2-af: cn10k: mcs: Fix a resource leak in the probe and remove functions
 2022-12-12 23:10 UTC  (2+ messages)

[PATCH net-next v2] net: tso: inline tso_count_descs()
 2022-12-12 23:10 UTC  (2+ messages)

[PATCH net-next] net: dsa: don't call ptp_classify_raw() if switch doesn't provide RX timestamping
 2022-12-12 23:10 UTC  (2+ messages)

[PATCH net-next 01/12] netfilter: nft_inner: fix IS_ERR() vs NULL check
 2022-12-12 23:00 UTC  (2+ messages)

pull request: bluetooth-next 2022-12-12
 2022-12-12 23:00 UTC  (2+ messages)

[PATCH 1/5] Renaming weak prng invocations - prandom_bytes_state, prandom_u32_state
 2022-12-12 22:41 UTC  (6+ messages)
` [PATCH 2/5] Replace invocation of weak PRNG in kernel/bpf/core.c

pull-request: ieee802154-next 2022-12-05
 2022-12-12 22:32 UTC  (2+ messages)

pull-request: bluetooth 2022-12-02
 2022-12-12 22:32 UTC  (2+ messages)

[PATCH net-next v5] r8169: add support for rtl8168h(revid 0x2a) + rtl8211fs fiber application
 2022-12-12 22:17 UTC  (10+ messages)

pull request: bluetooth-next 2022-12-09
 2022-12-12 21:56 UTC  (3+ messages)

[PATCH net v2 0/3] mISDN: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()
 2022-12-12 21:48 UTC  (7+ messages)
` [PATCH net v2 1/3] mISDN: hfcsusb: "
` [PATCH net v2 2/3] mISDN: hfcpci: "
` [PATCH net v2 3/3] mISDN: hfcmulti: "

[PATCH net] genetlink: Fix an error handling path in ctrl_dumppolicy_start()
 2022-12-12 21:23 UTC  (3+ messages)

[PATCH net 0/4] mptcp: Fix IPv6 reqsk ops and some netlink error codes
 2022-12-12 21:20 UTC  (2+ messages)

[PATCH net-next] net: hns3: use strscpy() to instead of strncpy()
 2022-12-12 21:11 UTC  (2+ messages)

[PATCH 6.0 070/157] can: can327: flush TX_work on ldisc .close()
 2022-12-12 21:11 UTC  (2+ messages)

[PATCH net-next] MAINTAINERS: Update email address for Marvell Prestera Ethernet Switch driver
 2022-12-12 21:11 UTC  (2+ messages)

[PATCH net v2 0/2] Update Joakim Zhang entries
 2022-12-12 21:11 UTC  (2+ messages)

[PATCH] dt-bindings: net: Convert Socionext NetSec Ethernet to DT schema
 2022-12-12 21:11 UTC  (2+ messages)

[PATCH net v3] unix: Fix race in SOCK_SEQPACKET's unix_dgram_sendmsg()
 2022-12-12 21:05 UTC 

[PATCH net-next] net: ethernet: ti: am65-cpsw: Fix PM runtime leakage in am65_cpsw_nuss_ndo_slave_open()
 2022-12-12 21:00 UTC  (2+ messages)

[PATCH v2] net: lan9303: Fix read error execution path
 2022-12-12 21:00 UTC  (2+ messages)

[PATCH v2] ntb_netdev: Use dev_kfree_skb_any() in interrupt context
 2022-12-12 21:00 UTC  (2+ messages)

[PATCH v3 1/1] sctp: sysctl: make extra pointers netns aware
 2022-12-12 21:00 UTC  (2+ messages)

pull-request: wireless-next-2022-12-12
 2022-12-12 20:30 UTC  (2+ messages)

[PATCH net-next 1/1] taprio: Add boundary check for sched-entry values
 2022-12-12 20:22 UTC  (2+ messages)

pull-request: bpf-next 2022-12-11
 2022-12-12 20:20 UTC  (2+ messages)

[PATCH net-next v5 0/6] dsa: lan9303: Move to PHYLINK
 2022-12-12 18:43 UTC  (7+ messages)
` [PATCH net-next v5 4/6] dsa: lan9303: Performance Optimization
` [PATCH net-next v5 5/6] dsa: lan9303: Determine CPU port based on dsa_switch ptr

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

[PATCH] i40e (gcc13): synchronize allocate/free functions return type & values
 2022-12-12 17:51 UTC  (8+ messages)

[RFC PATCH vfio 0/7] pds vfio driver
 2022-12-12 17:46 UTC  (4+ messages)

net-next is CLOSED
 2022-12-12 16:49 UTC 

[PATCH] iplink: support JSON in MPLS output
 2022-12-12 16:40 UTC  (2+ messages)

[PATCH] tc: print errors on stderr
 2022-12-12 16:40 UTC  (2+ messages)

[PATCH 000/606] i2c: Complete conversion to i2c_probe_new
 2022-12-12 16:36 UTC  (2+ messages)
` (subset) "

[PATCH v3] net: sched: fix memory leak in tcindex_set_parms
 2022-12-12 16:14 UTC  (2+ messages)

[PATCH v2 0/2] net: macb: fix connectivity after resume
 2022-12-12 15:20 UTC  (8+ messages)
` [PATCH v2 1/2] net: phylink: init phydev on phylink_resume()


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