messages from 2023-12-05 13:06:40 to 2023-12-05 21:45:47 UTC [more...]
[pull request][net V3 00/15] mlx5 fixes 2023-12-05
2023-12-05 21:45 UTC (12+ messages)
` [net V3 01/15] net/mlx5e: Honor user choice of IPsec replay window size
` [net V3 02/15] net/mlx5e: Ensure that IPsec sequence packet number starts from 1
` [net V3 03/15] net/mlx5e: Unify esw and normal IPsec status table creation/destruction
` [net V3 04/15] net/mlx5e: Remove exposure of IPsec RX flow steering struct
` [net V3 05/15] net/mlx5e: Add IPsec and ASO syndromes check in HW
` [net V3 06/15] net/mlx5e: Tidy up IPsec NAT-T SA discovery
` [net V3 07/15] net/mlx5e: Reduce eswitch mode_lock protection context
` [net V3 08/15] net/mlx5e: Disable IPsec offload support if not FW steering
` [net V3 09/15] net/mlx5e: Fix possible deadlock on mlx5e_tx_timeout_work
` [net V3 10/15] net/mlx5e: TC, Don't offload post action rule if not supported
` [net V3 11/15] net/mlx5: Nack sync reset request when HotPlug is enabled
[PATCH 0/6] VMware hypercalls enhancements
2023-12-05 21:41 UTC (11+ messages)
` [PATCH v2 "
` [PATCH v2 5/6] drm/vmwgfx: Use vmware_hypercall API
` [PATCH v2 6/6] x86/vmware: Add TDX hypercall support
Is xt_owner's owner_mt() racy with sock_orphan()? [worse with new TYPESAFE_BY_RCU file lifetime?]
2023-12-05 21:40 UTC (3+ messages)
[PATCH net-next v2 0/8] net: Add support for Power over Ethernet (PoE)
2023-12-05 21:35 UTC (18+ messages)
` [PATCH net-next v2 7/8] dt-bindings: net: pse-pd: Add bindings for PD692x0 PSE controller
` [PATCH net-next v2 8/8] net: pse-pd: Add PD692x0 PSE controller driver
[PATCH net v2] calipso: Fix memory leak in netlbl_calipso_add_pass()
2023-12-05 21:31 UTC (3+ messages)
[PATCH v2 net-next 0/6] net: dsa: mv88e6xxx: Add "eth-mac" and "rmon" counter group support
2023-12-05 21:24 UTC (15+ messages)
` [PATCH v2 net-next 1/6] net: dsa: mv88e6xxx: Push locking into stats snapshotting
` [PATCH v2 net-next 2/6] net: dsa: mv88e6xxx: Create API to read a single stat counter
` [PATCH v2 net-next 3/6] net: dsa: mv88e6xxx: Fix mv88e6352_serdes_get_stats error path
` [PATCH v2 net-next 4/6] net: dsa: mv88e6xxx: Give each hw stat an ID
` [PATCH v2 net-next 5/6] net: dsa: mv88e6xxx: Add "eth-mac" counter group support
` [PATCH v2 net-next 6/6] net: dsa: mv88e6xxx: Add "rmon" "
[PATCH net-next v3 0/3] net: sched: Make tc-related drop reason more flexible for remaining qdiscs
2023-12-05 21:20 UTC (6+ messages)
` [PATCH net-next v3 1/3] net: sched: Move drop_reason to struct tc_skb_cb
` [PATCH net-next v3 2/3] net: sched: Make tc-related drop reason more flexible for remaining qdiscs
` [PATCH net-next v3 3/3] net: sched: Add initial TC error skb drop reasons
[PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2023-12-05 (ice, i40e, iavf)
2023-12-05 21:19 UTC (5+ messages)
` [PATCH net 1/4] ice: change vfs.num_msix_per to vf->num_msix
` [PATCH net 2/4] ice: Restore fix disabling RX VLAN filtering
` [PATCH net 3/4] i40e: Fix unexpected MFS warning message
` [PATCH net 4/4] iavf: validate tx_coalesce_usecs even if rx_coalesce_usecs is zero
[PATCH bpf-next v7 1/3] bpf: make common crypto API for TC/XDP programs
2023-12-05 21:15 UTC (3+ messages)
[PATCH net-next v5 0/5][pull request] add v2 FW logging for ice driver
2023-12-05 21:12 UTC (6+ messages)
` [PATCH net-next v5 1/5] ice: remove FW logging code
` [PATCH net-next v5 2/5] ice: configure FW logging
` [PATCH net-next v5 3/5] ice: enable "
` [PATCH net-next v5 4/5] ice: add ability to read and configure FW log data
` [PATCH net-next v5 5/5] ice: add documentation for FW logging
[PATCH bpf-next v8 00/18] XDP metadata via kfuncs for ice + VLAN hint
2023-12-05 21:08 UTC (19+ messages)
` [PATCH bpf-next v8 01/18] ice: make RX hash reading code more reusable
` [PATCH bpf-next v8 02/18] ice: make RX HW timestamp "
` [PATCH bpf-next v8 03/18] ice: Make ptype internal to descriptor info processing
` [PATCH bpf-next v8 04/18] ice: Introduce ice_xdp_buff
` [PATCH bpf-next v8 05/18] ice: Support HW timestamp hint
` [PATCH bpf-next v8 06/18] ice: Support RX hash XDP hint
` [PATCH bpf-next v8 07/18] xsk: add functions to fill control buffer
` [PATCH bpf-next v8 08/18] ice: Support XDP hints in AF_XDP ZC mode
` [PATCH bpf-next v8 09/18] xdp: Add VLAN tag hint
` [PATCH bpf-next v8 10/18] ice: Implement "
` [PATCH bpf-next v8 11/18] ice: use VLAN proto from ring packet context in skb path
` [PATCH bpf-next v8 12/18] veth: Implement VLAN tag XDP hint
` [PATCH bpf-next v8 13/18] net: make vlan_get_tag() return -ENODATA instead of -EINVAL
` [PATCH bpf-next v8 14/18] mlx5: implement VLAN tag XDP hint
` [PATCH bpf-next v8 15/18] selftests/bpf: Allow VLAN packets in xdp_hw_metadata
` [PATCH bpf-next v8 16/18] selftests/bpf: Add flags and VLAN hint to xdp_hw_metadata
` [PATCH bpf-next v8 17/18] selftests/bpf: Add AF_INET packet generation to xdp_metadata
` [PATCH bpf-next v8 18/18] selftests/bpf: Check VLAN tag and proto in xdp_metadata
[PATCH net-next] tcp: add tracepoints for data send/recv/acked
2023-12-05 20:50 UTC (5+ messages)
[PATCH iwl-net] i40e: Fix wrong mask used during DCB config
2023-12-05 20:48 UTC (2+ messages)
[PATCH net] ice: fix theoretical out-of-bounds access in ethtool link modes
2023-12-05 20:46 UTC (3+ messages)
[PATCH v5 0/3] convert write_threads, write_version and write_ports to netlink commands
2023-12-05 20:37 UTC (5+ messages)
` [PATCH v5 2/3] NFSD: convert write_version to netlink command
` [PATCH v5 3/3] NFSD: convert write_ports "
[PATCH net-next 0/2] net/sched: optimizations around action binding and init
2023-12-05 20:19 UTC (5+ messages)
` [PATCH net-next 1/2] net/sched: act_api: rely on rcu in tcf_idr_check_alloc
` [PATCH net-next 2/2] net/sched: act_api: skip idr replace on bound actions
[PATCH net] tcp: do not accept ACK of bytes we never sent
2023-12-05 19:44 UTC (5+ messages)
[net-next PATCH v3 1/3] net: phy: extend PHY package API to support multiple global address
2023-12-05 20:11 UTC (13+ messages)
` [net-next PATCH v3 3/3] net: phy: add support for PHY package MMD read/write
[PATCH] net: remove ___neigh_lookup_noref()
2023-12-05 20:08 UTC (2+ messages)
[PATCH] ipvs: add a stateless type of service and a stateless Maglev hashing scheduler
2023-12-05 20:03 UTC (2+ messages)
[PATCH bpf-next v3 0/3] xsk: TX metadata Launch Time support
2023-12-05 20:01 UTC (14+ messages)
` [PATCH bpf-next v3 2/3] net: stmmac: add Launch Time support to XDP ZC
` [xdp-hints] "
` [PATCH bpf-next v3 3/3] selftests/bpf: add Launch Time request to xdp_hw_metadata
` [xdp-hints] "
[RFC PATCH] net: ethtool: do runtime PM outside RTNL
2023-12-05 19:48 UTC (9+ messages)
[PATCH iwl-next 0/2] ice: Introduce switch recipe reusing
2023-12-05 19:16 UTC (5+ messages)
` [PATCH iwl-next 1/2] ice: Refactor FW data type and fix bitmap casting issue
` [PATCH iwl-next 2/2] ice: Add switch recipe reusing feature
[PATCH net] net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIX
2023-12-05 19:12 UTC (2+ messages)
[syzbot] [net?] WARNING in tcp_recvmsg_locked (2)
2023-12-05 18:38 UTC (2+ messages)
[syzbot] [net?] KMSAN: uninit-value in __llc_lookup_established
2023-12-05 18:25 UTC
[RFC] ethtool: raw packet filtering
2023-12-05 18:23 UTC
[PATCH] net: dsa: microchip: fix NULL pointer dereference on platform init
2023-12-05 18:17 UTC (6+ messages)
[ANN] netdev call - Dec 4th
2023-12-05 18:16 UTC (2+ messages)
[ANN] Winter break shutdown plan
2023-12-05 18:10 UTC
[PATCH v3] net: usb: ax88179_178a: avoid failed operations when device is disconnected
2023-12-05 18:07 UTC (3+ messages)
` [PATCH v4] "
[PATCH v2] net: 9p: avoid freeing uninit memory in p9pdu_vreadf
2023-12-05 18:05 UTC (4+ messages)
` [PATCH v3] "
[PATCH net-next v3 0/2] nfc: Fix UAF during datagram sending caused by missing refcounting
2023-12-05 18:01 UTC (7+ messages)
` [PATCH net-next v3 1/2] nfc: llcp_core: Hold a ref to llcp_local->dev when holding a ref to llcp_local
[PATCH net-next v6 0/4] send credit update during setting SO_RCVLOWAT
2023-12-05 17:53 UTC (6+ messages)
` [PATCH net-next v6 3/4] virtio/vsock: fix logic which reduces credit update messages
[PATCH net-next] ipv6: add debug checks in fib6_info_release()
2023-12-05 17:32 UTC
[PATCH net] net/sched: act_ct: Take per-cb reference to tcf_ct_flow_table
2023-12-05 17:25 UTC
[PATCH net-next 0/2] sfc: Implement ndo_hwtstamp_(get|set)
2023-12-05 17:20 UTC (11+ messages)
` [PATCH net-next 1/2] "
[PATCH] net: dsa: microchip: fix NULL pointer dereference in ksz_connect_tag_protocol()
2023-12-05 17:09 UTC (2+ messages)
[PATCH 2/3] net: microchip_t1s: add support for LAN867x Rev.C1
2023-12-05 10:20 UTC (2+ messages)
` (no subject)
[PATCH net-next v3 0/3] Ethernet DWMAC5 fault IRQ support
2023-12-05 16:48 UTC (4+ messages)
[PATCH net-next 1/2] net: dsa: microchip: properly support platform_data probing
2023-12-05 16:42 UTC (2+ messages)
` [PATCH net-next 2/2] net: dsa: microchip: move ksz_chip_id enum to platform include
[PATCH net-next v2 0/3] net: sched: Make tc-related drop reason more flexible for remaining qdiscs
2023-12-05 16:28 UTC (6+ messages)
` [PATCH net-next v2 1/3] net: sched: Move drop_reason to struct tc_skb_cb
[PATCH net-next v9 00/15] Introducing P4TC
2023-12-05 16:23 UTC (5+ messages)
` [PATCH net-next v9 15/15] p4tc: add P4 classifier
[syzbot] [net?] KCSAN: data-race in data_push_tail / ip6_addr_string
2023-12-05 16:21 UTC
[PATCH 6.6 000/134] 6.6.5-rc1 review
2023-12-05 16:16 UTC (3+ messages)
[PATCH iwl-next] ice: Do not get coalesce settings while in reset
2023-12-05 16:09 UTC (2+ messages)
[PATCH v1 net-next 0/2] Reorganize remaining patch of networking struct cachelines
2023-12-05 16:08 UTC (5+ messages)
` [PATCH v1 net-next 1/2] net-device: reorganize net_device fast path variables
` [PATCH v1 net-next 2/2] tcp: reorganize tcp_sock "
[PATCH net-next] net: rtnetlink: remove local list in __linkwatch_run_queue()
2023-12-05 16:00 UTC
[patch net-next v4 0/9] devlink: introduce notifications filtering
2023-12-05 15:58 UTC (7+ messages)
` [patch net-next v4 8/9] devlink: add a command to set notification filter and use it for multicasts
[PATCH bpf-next v2 0/3] xsk: TX metadata txtime support
2023-12-05 15:28 UTC (8+ messages)
` [PATCH bpf-next v2 2/3] net: stmmac: Add txtime support to XDP ZC
[PATCH net-next RFC v5 4/4] net/sched: act_blockcast: Introduce blockcast tc action
2023-12-05 15:27 UTC (12+ messages)
[PATCH v2 net-next 0/3] net: mvmdio: Performance related improvements
2023-12-05 15:13 UTC (7+ messages)
` [PATCH v2 net-next 1/3] arm64: dts: marvell: cp11x: Provide clock names for MDIO controllers
` [PATCH v2 net-next 2/3] net: mvmdio: Avoid excessive sleeps in polled mode
` [PATCH v2 net-next 3/3] net: mvmdio: Support setting the MDC frequency on XSMI controllers
[PATCH net-next 0/2] net/sched: use the backlog for nested mirred ingress
2023-12-05 15:12 UTC (5+ messages)
` [PATCH net-next 2/2] act_mirred: use the backlog for nested calls to "
` Mirred broken WAS(Re: "
[PATCH net-next] net: stmmac: qcom-ethqos: Add sysfs nodes for qcom ethqos
2023-12-05 15:08 UTC (2+ messages)
[net-next PATCH v2 00/12] net: phy: at803x: cleanup
2023-12-05 14:58 UTC (5+ messages)
` [net-next PATCH v2 08/12] net: phy: at803x: move specific at8031 WOL bits to dedicated function
[PATCH net-next 00/16] net: pcs: xpcs: Add memory-based management iface support
2023-12-05 14:54 UTC (13+ messages)
` [PATCH net-next 02/16] net: pcs: xpcs: Drop redundant workqueue.h include directive
` [PATCH net-next 03/16] net: pcs: xpcs: Return EINVAL in the internal methods
` [PATCH net-next 06/16] net: pcs: xpcs: Avoid creating dummy XPCS MDIO device
[PATCH] octeontx2-af: fix a use-after-free in rvu_npa_register_reporters
2023-12-05 14:50 UTC (5+ messages)
` [EXT] "
[PATCH net-next v2 0/5] net/sched: conditional notification of events for cls and act
2023-12-05 14:49 UTC (5+ messages)
` [PATCH net-next v2 4/5] net/sched: act_api: conditional notification of events
[PATCH net-next,v3] ipvlan: implement .parse_protocol hook function in ipvlan_header_ops
2023-12-05 14:40 UTC (2+ messages)
[PATCH net-next,v2] macvlan: implement .parse_protocol hook function in macvlan_hard_header_ops
2023-12-05 14:40 UTC (2+ messages)
[PATCH v2 0/2] Add MHI Endpoint network driver
2023-12-05 14:22 UTC (14+ messages)
[PATCH bpf-next] selftests/bpf: Make sure we trigger metadata kfuncs for dst 8080
2023-12-05 14:20 UTC (2+ messages)
[PATCH bpf-next] xsk: Add missing SPDX to AF_XDP TX metadata documentation
2023-12-05 14:10 UTC (2+ messages)
IPv6 privacy extensions addresses are re-applied when network cable is unplugged
2023-12-05 13:43 UTC
[PATCH net-next 2/2] sfc-siena: Implement ndo_hwtstamp_(get|set)
2023-12-05 13:47 UTC (2+ messages)
[PATCH] net: ___neigh_lookup_noref(): remove redundant parameters
2023-12-05 13:11 UTC (2+ messages)
[PATCH net v2] octeon_ep: initialise control mbox tasks before using APIs
2023-12-05 13:06 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).