messages from 2024-02-16 01:10:15 to 2024-02-16 15:53:08 UTC [more...]
[PATCH RFC net-next v8 00/13] net: Make timestamping selectable
2024-02-16 15:52 UTC (10+ messages)
` [PATCH RFC net-next v8 01/13] net_tstamp: Add TIMESTAMPING SOFTWARE and HARDWARE mask
` [PATCH RFC net-next v8 02/13] net: Make dev_get_hwtstamp_phylib accessible
` [PATCH RFC net-next v8 03/13] net: Make net_hwtstamp_validate accessible
` [PATCH RFC net-next v8 04/13] net: Change the API of PHY default timestamp to MAC
` [PATCH RFC net-next v8 05/13] net: net_tstamp: Add unspec field to hwtstamp_source enumeration
` [PATCH RFC net-next v8 06/13] net: Add struct kernel_ethtool_ts_info
` [PATCH RFC net-next v8 07/13] ptp: Move from simple ida to xarray
` [PATCH RFC net-next v8 08/13] ptp: Add phc source and helpers to register specific PTP clock or get information
` [PATCH RFC net-next v8 09/13] net: Add the possibility to support a selected hwtstamp in netdevice
[PATCHSET wq/for-6.9] workqueue: Implement BH workqueue and convert several tasklet users
2024-02-16 15:52 UTC (5+ messages)
` [PATCH 6/8] net: tcp: tsq: Convert from tasklet to BH workqueue
[ANN] net-next is OPEN
2024-02-16 15:51 UTC (12+ messages)
` [netfilter-core] "
[PATCH 0/2] Add device tree binding support to TI's DP83640
2024-02-16 15:44 UTC (4+ messages)
` [PATCH 1/2] dt-bindings: net: Add TI DP83640
[PATCH netnext 0/8] MT7530 DSA Subdriver Improvements Act III
2024-02-16 15:43 UTC (5+ messages)
` [PATCH netnext 8/8] net: dsa: mt7530: simplify link operations and force link down on all ports
[PATCH][next] net: tcp: Remove redundant initialization of variable len
2024-02-16 15:30 UTC (3+ messages)
[RFC 0/7] selftests: openvswitch: cleanups for running as selftests
2024-02-16 15:28 UTC (8+ messages)
` [RFC 1/7] selftests: openvswitch: add test case error directories to clean list
` [RFC 2/7] selftests: openvswitch: be more verbose with selftest debugging
` [RFC 3/7] selftests: openvswitch: use non-graceful kills when needed
` [RFC 4/7] selftests: openvswitch: delete previously allocated netns
` [RFC 5/7] selftests: openvswitch: make arping test a bit 'slower'
` [RFC 6/7] selftests: openvswitch: insert module when running the tests
` [RFC 7/7] selftests: openvswitch: add config and timeout settings
[PATCH] net: stmmac: mmc_core: Assign, don't add interrupt registers
2024-02-16 15:24 UTC
[PATCH v4 0/8] Add NSS clock controller support for Qualcomm IPQ5332
2024-02-16 15:22 UTC (6+ messages)
` [PATCH v4 2/8] clk: qcom: ipq5332: enable few nssnoc clocks in driver probe
Need of advice for XDP sockets on top of the interfaces behind a Linux bonding device
2024-02-16 15:18 UTC (11+ messages)
[PATCH] net/core/dev.c: enable timestamp static key if CPU isolation is configured
2024-02-16 15:13 UTC
[PATCH net-next 0/3] make skip_sw actually skip software
2024-02-16 15:07 UTC (17+ messages)
` [PATCH net-next 1/3] net: sched: cls_api: add skip_sw counter
` [PATCH net-next 3/3] net: sched: make skip_sw actually skip software
` Re: [PATCH net-next 0/3] "
[PATCH V4 0/5] mlx5 ConnectX control misc driver
2024-02-16 15:05 UTC (11+ messages)
[PATCH ethtool] move variable-sized members to the end of structs
2024-02-16 14:57 UTC (2+ messages)
[PATCH 0/2] kobject: reduce uevent_sock_mutex contention
2024-02-16 14:53 UTC (5+ messages)
` [PATCH 1/2] kobject: make uevent_seqnum atomic
` [PATCH 2/2] kobject: reduce uevent_sock_mutex scope
[PATCH] ip: Update command usage in man page
2024-02-16 14:49 UTC
[PATCH net-next v11 0/3] netdevsim: link and forward skbs between ports
2024-02-16 14:44 UTC (3+ messages)
VLAN "issue" on STMMAC
2024-02-16 14:35 UTC
[PATCH 0/6] net: hisi-femac: add support for Hi3798MV200, remove unmaintained compatibles
2024-02-16 14:29 UTC (34+ messages)
` [PATCH 1/6] net: hisilicon: add support for hisi_femac core on Hi3798MV200
` [PATCH 2/6] net: hisi_femac: remove unused compatible strings
` [PATCH 3/6] dt-bindings: net: remove outdated hisilicon-femac
` [PATCH 4/6] dt-bindings: net: add hisilicon-femac
` [PATCH 6/6] dt-bindings: net: hisilicon-femac-mdio: make clock optional
[PATCH net-next 00/15] net/smc: implement loopback-ism used by SMC-D
2024-02-16 14:25 UTC (12+ messages)
` [PATCH net-next 03/15] net/smc: introduce virtual ISM device loopback-ism
` [PATCH net-next 06/15] net/smc: implement DMB-related operations of loopback-ism
` [PATCH net-next 09/15] net/smc: introduce loopback-ism statistics attributes
` [PATCH net-next 13/15] net/smc: introduce loopback-ism DMB type control
` [PATCH net-next 14/15] net/smc: introduce loopback-ism DMB data copy control
[PATCH net-next 00/11] MCTP core protocol updates, minor fixes & tests
2024-02-16 14:23 UTC (13+ messages)
` [PATCH net-next 01/11] net: mctp: avoid confusion over local/peer dest/source addresses
` [PATCH net-next 02/11] net: mctp: Add some detail on the key allocation implementation
` [PATCH net-next 03/11] net: mctp: make key lookups match the ANY address on either local or peer
` [PATCH net-next 04/11] net: mctp: tests: create test skbs with the correct net and device
` [PATCH net-next 05/11] net: mctp: separate key correlation across nets
` [PATCH net-next 06/11] net: mctp: provide a more specific tag allocation ioctl
` [PATCH net-next 07/11] net: mctp: tests: Add netid argument to __mctp_route_test_init
` [PATCH net-next 08/11] net: mctp: tests: Add MCTP net isolation tests
` [PATCH net-next 09/11] net: mctp: copy skb ext data when fragmenting
` [PATCH net-next 10/11] net: mctp: tests: Test that outgoing skbs have flow data populated
` [PATCH net-next 11/11] net: mctp: tests: Add a test for proper tag creation on local output
[PATCH net-next v8 1/2] ethtool: Add GTP RSS hash options to ethtool.h
2024-02-16 14:14 UTC (5+ messages)
[PATCH v2 0/6] net: hisi-femac: add support for Hi3798MV200, remove unmaintained compatibles
2024-02-16 14:11 UTC (13+ messages)
` [PATCH v2 1/6] net: hisilicon: add support for hisi_femac core on Hi3798MV200
` [PATCH v2 2/6] net: hisi_femac: remove unused compatible strings
` [PATCH v2 3/6] dt-bindings: net: remove outdated hisilicon-femac
` [PATCH v2 4/6] dt-bindings: net: add hisilicon,hisi-femac
` [PATCH v2 5/6] net: mdio: hisi-femac: make clock optional
` [PATCH v2 6/6] dt-bindings: net: hisilicon-femac-mdio: convert to YAML
[PATCH net-next 0/3] Change BPF_TEST_RUN use the system page pool for live XDP frames
2024-02-16 14:00 UTC (5+ messages)
[PATCH ethtool] ethtool: put driver specific code into drivers dir
2024-02-16 13:37 UTC (5+ messages)
[PATCH] Bluetooth: Add more Bluetooth version defines
2024-02-16 13:22 UTC
[PATCH] ip link: hsr: Add support for passing information about INTERLINK device
2024-02-16 13:21 UTC
[PATCH net-next v4 00/15] net: dsa: vsc73xx: Make vsc73xx usable
2024-02-16 13:21 UTC (3+ messages)
` [PATCH net-next v4 07/15] net: dsa: vsc73xx: Add vlan filtering
[PATCH v8 0/3] Add ECC feature support to Tx and Rx FIFOs for Xilinx CAN Controller
2024-02-16 13:19 UTC (3+ messages)
` "
[net-next] net: ethernet: adi: adin1110: Reduce the MDIO_TRDONE poll interval
2024-02-16 12:14 UTC (2+ messages)
[iwl-next v2 0/8] ice: use less resources in switchdev
2024-02-16 12:13 UTC (3+ messages)
` [iwl-next v2 1/8] ice: remove eswitch changing queues algorithm
` [Intel-wired-lan] "
[PATCH net] net: ip_tunnel: do not adjust device headroom on xmit
2024-02-16 12:01 UTC
[PATCH net-next v2] net: ti: icssg-prueth: Remove duplicate cleanup calls in emac_ndo_stop()
2024-02-16 12:00 UTC (2+ messages)
[net-next PATCH v2] net: phy: aquantia: add AQR113 PHY ID
2024-02-16 12:00 UTC (2+ messages)
Question on ethtool strategy wrt legacy ioctl
2024-02-16 11:59 UTC (2+ messages)
[PATCH net] net: skbuff: add overflow debug check to pull/push helpers
2024-02-16 11:36 UTC
[patch net-next] devlink: fix port dump cmd type
2024-02-16 11:31 UTC
[PATCH net-next] ethtool: check for unsupported modes in EEE advertisement
2024-02-16 11:21 UTC (4+ messages)
[PATCH net-next v2 0/8] MT7530 DSA Subdriver Improvements Act III
2024-02-16 11:05 UTC (9+ messages)
` [PATCH net-next v2 1/8] net: dsa: mt7530: remove .mac_port_config for MT7988 and make it optional
` [PATCH net-next v2 2/8] net: dsa: mt7530: set interrupt register only for MT7530
` [PATCH net-next v2 3/8] net: dsa: mt7530: do not use SW_PHY_RST to reset MT7531 switch
` [PATCH net-next v2 4/8] net: dsa: mt7530: get rid of useless error returns on phylink code path
` [PATCH net-next v2 5/8] net: dsa: mt7530: get rid of priv->info->cpu_port_config()
` [PATCH net-next v2 6/8] net: dsa: mt7530: get rid of mt753x_mac_config()
` [PATCH net-next v2 7/8] net: dsa: mt7530: put initialising PCS devices code back to original order
` [PATCH net-next v2 8/8] net: dsa: mt7530: simplify link operations and force link down on all ports
[PATCH v3] tcp: add support for SO_PEEK_OFF
2024-02-16 10:55 UTC (15+ messages)
[PATCH net RFC] net: dsa: mt7530: fix link-local frames that ingress vlan filtering ports
2024-02-16 10:47 UTC (3+ messages)
[PATCH v4 net] ps3/gelic: Fix SKB allocation
2024-02-16 10:37 UTC (7+ messages)
[PATCH net-next] net: page_pool: fix recycle stats for system page_pool allocator
2024-02-16 10:32 UTC (2+ messages)
[PATCH RESEND2 net-next] tcp: Spelling s/curcuit/circuit/
2024-02-16 10:20 UTC (2+ messages)
[PATCH net v3 1/2] net/sched: act_mirred: use the backlog for mirred ingress
2024-02-16 10:20 UTC (2+ messages)
[PATCH iproute2] tc: u32: check return value from snprintf
2024-02-16 9:58 UTC (4+ messages)
[PATCH] iproute2: fix build failure on ppc64le
2024-02-16 9:57 UTC (9+ messages)
[PATCH v3 net] dccp/tcp: Unhash sk from ehash for tb2 alloc failure after check_estalblished()
2024-02-16 9:50 UTC (2+ messages)
[PATCH] net: ethernet: adi: requires PHYLIB support
2024-02-16 9:50 UTC (2+ messages)
[PATCH net-next v2] net: sysfs: Do not create sysfs for non BQL device
2024-02-16 9:41 UTC
[PATCH net-next v4 00/17] net: Add support for Power over Ethernet (PoE)
2024-02-16 9:42 UTC (9+ messages)
` [PATCH net-next v4 05/17] net: pse-pd: Introduce PSE types enumeration
` [PATCH net-next v4 11/17] dt-bindings: net: pse-pd: Add another way of describing several PSE PIs
[PATCH v5 net 0/2] net: bridge: switchdev: Ensure MDB events are delivered exactly once
2024-02-16 9:40 UTC (2+ messages)
[PATCH] net/iucv: fix the allocation size of iucv_path_table array
2024-02-16 9:30 UTC (2+ messages)
[PATCH net 0/2] inet: fix NLM_F_DUMP_INTR logic
2024-02-16 9:19 UTC (6+ messages)
` [PATCH net 1/2] ipv4: properly combine dev_base_seq and ipv4.dev_addr_genid
` [PATCH net 2/2] ipv6: properly combine dev_base_seq and ipv6.dev_addr_genid
[PATCH v6 net-next 00/14] net: phy: marvell-88q2xxx: add driver for the Marvell 88Q2220 PHY
2024-02-16 9:18 UTC (5+ messages)
` [PATCH v6 net-next 05/14] "
` "
[PATCH RFC] bonding: rate-limit bonding driver inspect messages
2024-02-16 9:03 UTC (2+ messages)
[PATCH net-next] net/iucv: fix virtual vs physical address confusion
2024-02-16 8:50 UTC (2+ messages)
[PATCH v4 net-next 0/9] ionic: add XDP support
2024-02-16 8:50 UTC (2+ messages)
[PATCH net-next v4 0/6] net: ravb: Add runtime PM support (part 2)
2024-02-16 8:40 UTC (2+ messages)
[RFC PATCH v3 net-next] Documentation: devlink: Add devlink-sd
2024-02-16 8:15 UTC (17+ messages)
SO_RESERVE_MEM doesn't quite work, at least on UDP
2024-02-16 8:11 UTC (2+ messages)
[PATCH net-next] selftests: bonding: make sure new active is not null
2024-02-16 8:10 UTC (2+ messages)
[PATCH] can: m_can: remove redundant check for pm_clock_support
2024-02-16 7:56 UTC (3+ messages)
[PATCH net-next v3 00/17] net: Add support for Power over Ethernet (PoE)
2024-02-16 7:47 UTC (8+ messages)
` [PATCH net-next v3 14/17] dt-bindings: net: pse-pd: Add bindings for PD692x0 PSE controller
igc: AF_PACKET and SO_TXTIME question
2024-02-16 7:16 UTC (4+ messages)
[PATCH net-next] net: phy: mxl-gpy: fill in possible_interfaces for GPY21x chipset
2024-02-16 5:44 UTC
[PATCH net-next v2] net: dsa: remove OF-based MDIO bus registration from DSA core
2024-02-16 5:40 UTC (2+ messages)
[PATCH v4 0/3] thermal/netlink/intel_hfi: Enable HFI feature only when required
2024-02-16 5:30 UTC (3+ messages)
[pull request][net-next V3 00/15] mlx5 socket direct (Multi-PF)
2024-02-16 5:23 UTC (3+ messages)
` [net-next V3 15/15] Documentation: networking: Add description for multi-pf netdev
[PATCH net-next v5 03/11] tcp: use drop reasons in cookie check for ipv4
2024-02-16 4:41 UTC (7+ messages)
[RFC] netlink: check for NULL attribute in nla_parse_nested_deprecated
2024-02-16 1:52 UTC
[PATCH] configs/debug: add NET debug config
2024-02-16 1:50 UTC (2+ messages)
[PATCH net-next v6 00/11] net: dsa: realtek: variants to drivers, interfaces to a common module
2024-02-16 1:20 UTC (4+ messages)
[PATCH net-next v3 0/3] net: dsa: realtek: support reset controller and update docs
2024-02-16 1:16 UTC (6+ messages)
` [PATCH net-next v3 3/3] net: dsa: realtek: support reset controller
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).