netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-19 08:21:25 to 2024-01-22 00:38:37 UTC [more...]

Having trouble with VRF and ping link local ipv6 address
 2024-01-22  0:38 UTC  (2+ messages)

Accidentally set Password Recovery Functionality to Disabled for Cisco ASA 5506-X Firewall After Following Guide with Conflicting Instructions
 2024-01-21 23:05 UTC 

[RFC net-next] tcp: add support for read with offset when using MSG_PEEK
 2024-01-21 22:16 UTC  (4+ messages)

stmmac on Banana PI CPU stalls since Linux 6.6
 2024-01-21 21:52 UTC  (2+ messages)

Aquantia ethernet driver suspend/resume issues
 2024-01-21 21:05 UTC  (7+ messages)
` [EXT] "

[PATCH net v2] selftests: net: fix rps_default_mask with >32 CPUs
 2024-01-21 20:37 UTC  (3+ messages)

[RFC net-next v4 0/2] Prevent nullptr exceptions in ISR
 2024-01-21 20:23 UTC  (4+ messages)
` [RFC net-next v4 1/2] net: phy: phy_device: Prevent nullptr exceptions on ISR
` [RFC net-next v4 2/2] net: phy: adin1100: Add interrupt support for link change

[GIT PULL] BPF token for v6.8
 2024-01-21 19:36 UTC  (4+ messages)

Re: Re: EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement)
 2024-01-21 18:44 UTC  (8+ messages)

[patch net-next] net: sched: move block device tracking into tcf_block_get/put_ext()
 2024-01-21 18:32 UTC  (14+ messages)

[PATCH net] idpf: distinguish vports by the dev_port attribute
 2024-01-21 18:21 UTC  (2+ messages)

[PATCH v3 net] udp: fix busy polling
 2024-01-21 18:21 UTC  (2+ messages)

[PATCH iproute2] tc: unify clockid handling
 2024-01-21 17:30 UTC  (3+ messages)

[PATCH 0/8] ipq5018: enable ethernet support
 2024-01-21 16:57 UTC  (15+ messages)
` [PATCH 1/8] net: phy: Introduce Qualcomm IPQ5018 internal PHY driver
` [PATCH 2/8] phy: Introduce Qualcomm ethernet uniphy driver
` [PATCH 3/8] net: stmmac: Introduce Qualcomm IPQ50xx DWMAC driver
` [PATCH 4/8] clk: qcom: gcc-ipq5018: correct gcc_gmac0_sys_clk reg
` [PATCH 5/8] clk: qcom: support for duplicate freq in RCG2 freq table
` [PATCH 6/8] net: mdio: ipq4019: support reset control
` [PATCH 7/8] arm64: dts: qcom: ipq5018: enable ethernet support
` [PATCH 8/8] arm64: dts: qcom: ipq5018-rdp432-c2: "

[PATCH net v2 1/2] Revert "net: macsec: use skb_ensure_writable_head_tail to expand the skb"
 2024-01-21  9:32 UTC  (4+ messages)
` [PATCH net v2 2/2] net: macsec: Only require headroom/tailroom from offload implementer if .mdo_insert_tx_tag is implemented

[Linux Kernel Bug] UBSAN: array-index-out-of-bounds in rds_cmsg_recv
 2024-01-21  8:34 UTC  (2+ messages)

[PATCH net-next v3 0/8] net: dsa: realtek: variants to drivers, interfaces to a common module
 2024-01-20 22:13 UTC  (5+ messages)

[PATCH wireless v2] nl80211/cfg80211: add nla_policy for S1G band
 2024-01-20 20:27 UTC  (4+ messages)

[PATCH net v1] net: dsa: mv88e6xxx: Make unsupported C45 reads return 0xffff
 2024-01-20 19:21 UTC 

Kernel panic in netif_rx_internal after v6 pings between netns
 2024-01-20 17:53 UTC  (4+ messages)

[PATCH v6 0/3] convert write_threads, write_version and write_ports to netlink commands
 2024-01-20 17:33 UTC  (4+ messages)
` [PATCH v6 1/3] NFSD: convert write_threads to netlink command
` [PATCH v6 2/3] NFSD: add write_version "
` [PATCH v6 3/3] NFSD: add write_ports "

[PATCH] ixgbe: Fix an error handling path in ixgbe_read_iosf_sb_reg_x550()
 2024-01-20 17:25 UTC 

[RFC net-next v2] tcp: add support for read with offset when using MSG_PEEK
 2024-01-20 16:52 UTC 

[PATCH net-next v1] neighbour: complement nl_ntbl_parm_policy
 2024-01-20 15:11 UTC  (6+ messages)

[PATCH net-next 00/24] locking: Introduce nested-BH locking
 2024-01-20 14:41 UTC  (10+ messages)
` [PATCH net-next 15/24] net: Use nested-BH locking for XDP redirect

tc-mirred : Redirect Broadcast (like ARP) pkts rcvd on eth1 towards eth0
 2024-01-20 14:39 UTC  (7+ messages)
` [EXT] "

[PATCH iproute2] vxlan: add support for flowlab inherit
 2024-01-20 12:44 UTC 

[PATCH] nfc: hci: Save a few bytes of memory when registering a 'nfc_llc' engine
 2024-01-20 12:00 UTC  (2+ messages)

[PATCH net-next] xdp: Remove usage of the deprecated ida_simple_xx() API
 2024-01-20 11:53 UTC  (2+ messages)

[PATCH] net/rds: Fix UBSAN: array-index-out-of-bounds in rds_cmsg_recv
 2024-01-20 11:48 UTC  (2+ messages)

[PATCH v4 bpf 00/11] net: bpf_xdp_adjust_tail() and Intel mbuf fixes
 2024-01-20 11:35 UTC  (13+ messages)
` [PATCH v4 bpf 01/11] xsk: recycle buffer in case Rx queue was full
` [PATCH v4 bpf 02/11] xsk: make xsk_buff_pool responsible for clearing xdp_buff::flags
` [PATCH v4 bpf 03/11] xsk: fix usage of multi-buffer BPF helpers for ZC XDP
` [PATCH v4 bpf 04/11] ice: work on pre-XDP prog frag count
` [PATCH v4 bpf 05/11] i40e: handle multi-buffer packets that are shrunk by xdp prog
` [PATCH v4 bpf 06/11] ice: remove redundant xdp_rxq_info registration
` [PATCH v4 bpf 07/11] intel: xsk: initialize skb_frag_t::bv_offset in ZC drivers
` [PATCH v4 bpf 08/11] ice: update xdp_rxq_info::frag_size for ZC enabled Rx queue
` [PATCH v4 bpf 09/11] xdp: reflect tail increase for MEM_TYPE_XSK_BUFF_POOL
` [PATCH v4 bpf 10/11] i40e: set xdp_rxq_info::frag_size
` [PATCH v4 bpf 11/11] i40e: update xdp_rxq_info::frag_size for ZC enabled Rx queue

[6.6.x REGRESSION][BISECTED] dev_snmp6: broken Ip6OutOctets accounting for forwarded IPv6 packets
 2024-01-20  9:23 UTC 

[PATCH v2] can: bcm: add recvmsg flags for own, local and remote traffic
 2024-01-20  8:18 UTC  (2+ messages)

[PATCH iwl-next v3 1/3] ixgbe: Convert ret val type from s32 to int
 2024-01-20  8:16 UTC  (5+ messages)
` [PATCH iwl-next v3 3/3] ixgbe: Cleanup after type convertion

[PATCH iwl v2] i40e: print correct hw max rss count in kernel ring buffer
 2024-01-20  7:28 UTC 

[PATCH v3] ipc/mqueue: fix potential sleeping issue in mqueue_flush_file
 2024-01-20  6:54 UTC  (3+ messages)

[RFC PATCH] filemap: add mapping_mapped check in filemap_unaccount_folio()
 2024-01-20  6:46 UTC  (3+ messages)

[PATCH net] llc: make llc_ui_sendmsg() more robust against bonding changes
 2024-01-20  5:40 UTC  (2+ messages)

[PATCH v2 net] llc: Drop support for ETH_P_TR_802_2
 2024-01-20  5:40 UTC  (3+ messages)

[PATCH v1] NCSI: Add propety : no-channel-monitor and start-redo-probe
 2024-01-20  5:36 UTC  (2+ messages)

[PATCH net v2] vlan: skip nested type that is not IFLA_VLAN_QOS_MAPPING
 2024-01-20  5:30 UTC  (3+ messages)

[PATCH 1/1] virtio_net: Add timeout handler to avoid kernel hang
 2024-01-20  4:21 UTC  (6+ messages)

[PATCH v1 net] selftest: Don't reuse port for SO_INCOMING_CPU test
 2024-01-20  3:16 UTC 

[PATCH iwl-net v3] idpf: avoid compiler padding in virtchnl2_ptype struct
 2024-01-20  2:32 UTC  (2+ messages)

[RFC 0/1] RFC: Allow busy poll to be set per epoll instance
 2024-01-20  0:42 UTC  (2+ messages)
` [RFC 1/1] eventpoll: support busy poll "

[PATCH v1 1/1] net: phy: micrel: Add workaround for incomplete autonegotiation
 2024-01-19 23:14 UTC  (10+ messages)

[PATCH bpf-next v17 03/14] bpf, net: introduce bpf_struct_ops_desc
 2024-01-19 22:50 UTC  (2+ messages)
` [PATCH bpf-next v17 11/14] bpf, net: switch to dynamic registration

[PATCH net] selftests: net: fix rps_default_mask with >32 CPUs
 2024-01-19 22:49 UTC  (3+ messages)

[PATCH v2 net] udp: fix busy polling
 2024-01-19 22:45 UTC  (2+ messages)

[PATCH net] udp: fix busy polling
 2024-01-19 22:32 UTC  (4+ messages)

[PATCH v9 00/13] Introduce STM32 Firewall framework
 2024-01-19 22:06 UTC  (3+ messages)
` [PATCH v9 02/13] dt-bindings: treewide: add access-controllers description

[PATCH net 0/2] selftests: net: Small fixes
 2024-01-19 21:56 UTC  (4+ messages)
` [PATCH net 2/2] selftests: forwarding: Remove executable bits from lib.sh

[PATCH iwl-net] ice: Add check for lport extraction to LAG init
 2024-01-19 21:15 UTC 

[PATCH 0/3] selftests/net: A couple of typos fixes in key-management test
 2024-01-19 20:44 UTC  (12+ messages)
` [PATCH 1/3] selftests/net: Argument value mismatch when calling verify_counters()
` [PATCH 3/3] selftests/net: Clean-up double assignment

[RFC PATCH v2 0/3] Introduce switch mode support for ICSSG driver
 2024-01-19 20:41 UTC  (9+ messages)
` [RFC PATCH v2 1/3] net: ti: icssg-prueth: Add helper functions to configure FDB
` [RFC PATCH v2 2/3] net: ti: icssg-switch: Add switchdev based driver for ethernet switch support
` [RFC PATCH v2 3/3] net: ti: icssg-prueth: Add support for ICSSG switch firmware

[PATCH net v2 0/2] net: micrel: Fixes for PHC for lan8814
 2024-01-19 20:01 UTC  (9+ messages)
` [PATCH net v2 1/2] net: micrel: Fix PTP frame parsing "
` [PATCH net v2 2/2] net: micrel: Fix set/get PHC time "

[PATCH bpf-next v16 11/14] bpf, net: switch to dynamic registration
 2024-01-19 19:29 UTC  (3+ messages)

[PATCH v4] tcp: Add memory barrier to tcp_push()
 2024-01-19 19:13 UTC  (2+ messages)

[PATCH v5 iwl-next 0/6] ice: fix timestamping in reset process
 2024-01-19 16:55 UTC  (5+ messages)
` [PATCH v5 iwl-next 1/6] ice: introduce PTP state machine

[PATCH 0/9] PCI: introduce the concept of power sequencing of PCIe devices
 2024-01-19 16:45 UTC  (11+ messages)

[PATCH net] net: fix removing a namespace with conflicting altnames
 2024-01-19 16:18 UTC  (4+ messages)

[PATCH net v6 0/4] dpll: fix unordered unbind/bind registerer issues
 2024-01-19 16:08 UTC  (7+ messages)
` [PATCH net v6 1/4] dpll: fix broken error path in dpll_pin_alloc(..)
` [PATCH net v6 2/4] dpll: fix pin dump crash for rebound module
` [PATCH net v6 3/4] dpll: fix userspace availability of pins
` [PATCH net v6 4/4] dpll: fix register pin with unregistered parent pin

[PATCH net 2/2] tun: add missing rx stats accounting in tun_xdp_act
 2024-01-19 15:23 UTC  (2+ messages)

[PATCH net 1/2] tun: fix missing dropped counter in tun_xdp_act
 2024-01-19 15:22 UTC  (2+ messages)

[PATCH net] ipvs: Simplify the allocation of ip_vs_conn slab caches
 2024-01-19 15:20 UTC  (4+ messages)

[PATCH iproute2 v1] tc: {m_gate,q_etf,q_taprio}.c: fix compilation with older glibc versions
 2024-01-19 15:12 UTC 

[PATCH net-next v1] nl80211/cfg80211: add nla_policy for S1G band
 2024-01-19 15:09 UTC  (4+ messages)

[PATCH] tc: {m_gate,q_etf,q_taprio}.c: fix compilation with older glibc versions
 2024-01-19 15:02 UTC 

[PATCH v3] igb: Fix string truncation warnings in igb_set_fw_version
 2024-01-19 14:56 UTC  (2+ messages)

[PATCH] i40e: print correct hw max rss count in kernel ring buffer
 2024-01-19 14:49 UTC  (2+ messages)

[PATCH net-next 0/3] virtio-net: a fix and some updates for virtio dim
 2024-01-19 14:20 UTC  (3+ messages)

[net v4 PATCH 1/1] net: mvpp2: clear BM pool before initialization
 2024-01-19 14:04 UTC  (2+ messages)

[PATCH net v5 0/4] dpll: fix unordered unbind/bind registerer issues
 2024-01-19 13:49 UTC  (7+ messages)
` [PATCH net v5 1/4] dpll: fix broken error path in dpll_pin_alloc(..)
` [PATCH net v5 2/4] dpll: fix pin dump crash for rebound module

[PATCH net-next 3/3] virtio-net: reduce the CPU consumption of dim worker
 2024-01-19 13:43 UTC  (3+ messages)

[PATCH v2] tcp: Add memory barrier to tcp_push()
 2024-01-19 13:33 UTC  (7+ messages)
` [PATCH v3] "

[RFC net-next v3 1/2] net: phy: phy_device Prevent nullptr exceptions on ISR
 2024-01-19 13:27 UTC  (4+ messages)
` [RFC net-next v3 2/2] net: phy: adin1100: Add interrupt support for link change

BUG: unable to handle kernel paging request in __skb_flow_dissect
 2024-01-19 13:01 UTC 

[PATCH net v2] connector: Change the judgment conditions for clearing proc_event_num_listeners
 2024-01-19 12:37 UTC  (4+ messages)
  `  "
    `  "

[PATCH net v2] net/smc: fix illegal rmb_desc access in SMC-D connection dump
 2024-01-19 12:10 UTC  (2+ messages)

[PATCH] net: stmmac: Wait a bit for the reset to take effect
 2024-01-19 11:42 UTC  (10+ messages)
` [PATCH v2] "

[RFC PATCH ipsec-next] xfrm: add forwarding ICMP error message
 2024-01-19 11:27 UTC  (2+ messages)
` [PATCH v6 ipsec-next] xfrm: introduce forwarding of ICMP Error messages

[PATCH net v3] net: micrel: Fix PTP frame parsing for lan8814
 2024-01-19 10:47 UTC 

[PATCH net 0/2] fixes for tun
 2024-01-19 10:21 UTC 

[PATCH] net: phy: adin1100: Fix nullptr exception for phy interrupts
 2024-01-19  9:56 UTC  (4+ messages)

[joel-granados:jag/sysctl_remove_empty_elem] [sysctl] 15acdfcefd: sysctl_table_check_failed
 2024-01-19  9:27 UTC 


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