messages from 2024-08-22 08:32:55 to 2024-08-22 13:52:49 UTC [more...]
[PATCH net-next 0/8] Some modifications to optimize code readability
2024-08-22 13:50 UTC (11+ messages)
` [PATCH net-next 1/8] atm: use min() to simplify the code
` [PATCH net-next 2/8] Bluetooth: "
` [PATCH net-next 3/8] net: caif: use max() "
` [PATCH net-next 4/8] libceph: use min() "
` [PATCH net-next 5/8] net: remove redundant judgments "
` [PATCH net-next 6/8] ipv6: mcast: use min() "
` [PATCH net-next 7/8] tipc: "
` [PATCH net-next 8/8] SUNRPC: "
[RFC PATCH net-next 0/5] selftests: forwarding: Introduce deferred commands
2024-08-22 13:49 UTC (5+ messages)
` [RFC PATCH net-next 1/5] "
` [RFC PATCH net-next 2/5] selftests: mlxsw: sch_red_core: Use defer for test cleanup
` [RFC PATCH net-next 3/5] selftests: mlxsw: sch_red_core: Use defer for stopping traffic
` [RFC PATCH net-next 5/5] selftests: sch_tbf_core: "
[PATCH v3 0/9] PCI: Remove pcim_iounmap_regions()
2024-08-22 13:47 UTC (10+ messages)
` [PATCH v3 1/9] PCI: Make pcim_iounmap_region() a public function
` [PATCH v3 2/9] fpga/dfl-pci.c: Replace deprecated PCI functions
` [PATCH v3 3/9] block: mtip32xx: "
` [PATCH v3 4/9] gpio: "
` [PATCH v3 5/9] ethernet: cavium: "
` [PATCH v3 6/9] ethernet: stmicro: Simplify PCI devres usage
` [PATCH v3 7/9] vdpa: solidrun: Fix UB bug with devres
` [PATCH v3 8/9] vdap: solidrun: Replace deprecated PCI functions
` [PATCH v3 9/9] PCI: Remove pcim_iounmap_regions()
[PATCH net v2 0/5] MAINTAINERS: Networking updates
2024-08-22 13:37 UTC (3+ messages)
` [PATCH net v2 3/5] MAINTAINERS: Add limited globs for Networking headers
[net-next 0/9] net: convert to devm_clk_get_enabled() and devm_clk_get_optional_enabled()
2024-08-22 13:25 UTC (17+ messages)
` [net-next 1/9] net: stmmac: dwmac-intel-plat: Convert to devm_clk_get_enabled()
` [Linux-stm32] "
` [net-next 2/9] net: stmmac: platform: Convert to devm_clk_get_enabled() and devm_clk_get_optional_enabled()
` [Linux-stm32] "
` [net-next 3/9] net: ethernet: cortina: Convert to devm_clk_get_enabled()
` [Linux-stm32] "
` [net-next 4/9] net: mdio: hisi-femac: "
` [net-next 5/9] net: dsa: rzn1_a5psw: "
` [net-next 6/9] net: ethernet: broadcom: bcm63xx_enet: "
` [net-next 7/9] net: ethernet: marvell: mvneta: "
` [Linux-stm32] "
` [net-next 8/9] net: mvpp2: Convert to devm_clk_get_enabled() and devm_clk_get_optional_enabled()
` [Linux-stm32] "
` [net-next 9/9] net: marvell: pxa168_eth: Convert to devm_clk_get_enabled()
[net-next PATCH v11 00/11] Introduce RVU representors
2024-08-22 13:20 UTC (12+ messages)
` [net-next PATCH v11 01/11] octeontx2-pf: Refactoring RVU driver
` [net-next PATCH v11 02/11] octeontx2-pf: RVU representor driver
` [net-next PATCH v11 03/11] octeontx2-pf: Create representor netdev
` [net-next PATCH v11 04/11] octeontx2-pf: Add basic net_device_ops
` [net-next PATCH v11 05/11] octeontx2-af: Add packet path between representor and VF
` [net-next PATCH v11 06/11] octeontx2-pf: Get VF stats via representor
` [net-next PATCH v11 07/11] octeontx2-pf: Add support to sync link state between representor and VFs
` [net-next PATCH v11 08/11] octeontx2-pf: Configure VF mtu via representor
` [net-next PATCH v11 09/11] octeontx2-pf: Add representors for sdp MAC
` [net-next PATCH v11 10/11] octeontx2-pf: Add devlink port support
` [net-next PATCH v11 11/11] octeontx2-pf: Implement offload stats ndo for representors
[PATCH v1] nfp: bpf: Use kmemdup_array instead of kmemdup for multiple allocation
2024-08-22 13:20 UTC (2+ messages)
[syzbot] [bpf?] [net?] WARNING in sock_map_close (2)
2024-08-22 13:19 UTC
[PATCH ipsec-next 0/4] xfrm: speed up policy insertions
2024-08-22 13:04 UTC (5+ messages)
` [PATCH ipsec-next 1/4] selftests: add xfrm policy insertion speed test script
` [PATCH ipsec-next 2/4] xfrm: policy: don't iterate inexact policies twice at insert time
` [PATCH ipsec-next 3/4] xfrm: switch migrate to xfrm_policy_lookup_bytype
` [PATCH ipsec-next 4/4] xfrm: policy: remove remaining use of inexact list
[PATCH v2 00/15] cxl: add Type2 device support
2024-08-22 13:12 UTC (5+ messages)
` [PATCH v2 03/15] cxl: add function for type2 resource request
` [PATCH v2 12/15] cxl: allow region creation by type2 drivers
[PATCH iwl-net v3 0/6] ice: fix synchronization between .ndo_bpf() and reset
2024-08-22 13:07 UTC (14+ messages)
` [PATCH iwl-net v3 2/6] ice: protect XDP configuration with a mutex
` [PATCH iwl-net v3 3/6] ice: check for XDP rings instead of bpf program when unconfiguring
` [PATCH iwl-net v3 4/6] ice: check ICE_VSI_DOWN under rtnl_lock when preparing for reset
` [PATCH iwl-net v3 5/6] ice: remove ICE_CFG_BUSY locking from AF_XDP code
` [PATCH iwl-net v3 6/6] ice: do not bring the VSI up, if it was down before the XDP setup
[PATCH iwl-net v3] igb: Fix not clearing TimeSync interrupts for 82580
2024-08-22 13:05 UTC (2+ messages)
` [Intel-wired-lan] "
[PATCH 00/11] Add support for RaspberryPi RP1 PCI device using a DT overlay
2024-08-22 13:04 UTC (14+ messages)
` [PATCH 01/11] dt-bindings: clock: Add RaspberryPi RP1 clock bindings
` [PATCH 06/11] clk: rp1: Add support for clocks provided by RP1
[PATCH iwl-next v3] i40e: Add Energy Efficient Ethernet ability for X710 Base-T/KR/KX cards
2024-08-22 13:02 UTC (2+ messages)
` [Intel-wired-lan] "
[syzbot] [netfilter?] inconsistent lock state in valid_state (4)
2024-08-22 13:01 UTC (5+ messages)
` [syzbot] [ppp?] "
[PATCH net-next 00/13] net: header and core spelling corrections
2024-08-22 12:57 UTC (14+ messages)
` [PATCH net-next 01/13] packet: Correct spelling in if_packet.h
` [PATCH net-next 02/13] s390/iucv: Correct spelling in iucv.h
` [PATCH net-next 03/13] ip_tunnel: Correct spelling in ip_tunnels.h
` [PATCH net-next 04/13] ipv6: Correct spelling in ipv6.h
` [PATCH net-next 05/13] bonding: Correct spelling in headers
` [PATCH net-next 06/13] net: qualcomm: rmnet: Correct spelling in if_rmnet.h
` [PATCH net-next 07/13] netlabel: Correct spelling in netlabel.h
` [PATCH net-next 08/13] NFC: Correct spelling in headers
` [PATCH net-next 09/13] net: sched: "
` [PATCH net-next 10/13] sctp: "
` [PATCH net-next 11/13] x25: Correct spelling in x25.h
` [PATCH net-next 12/13] net: Correct spelling in headers
` [PATCH net-next 13/13] net: Correct spelling in net/core
[PATCH v1] drivers:atlx:Use max macro
2024-08-22 12:53 UTC (3+ messages)
[PATCH iproute2-next 0/3] add support for tunsrc
2024-08-22 12:53 UTC (2+ messages)
[PATCH net-next v3 0/2] net: ipv6: ioam6: introduce tunsrc
2024-08-22 12:46 UTC (5+ messages)
` [PATCH net-next v3 2/2] net: ipv6: ioam6: new feature tunsrc
[PATCH v1] net: filter: Use kmemdup_array instead of kmemdup for multiple allocation
2024-08-22 12:40 UTC (2+ messages)
[PATCH v4] ptp: Add vDSO-style vmclock support
2024-08-22 12:31 UTC (3+ messages)
[PATCH net-next v7 0/2] Add support for ICSSG PA_STATS
2024-08-22 12:26 UTC (3+ messages)
` [PATCH net-next v7 1/2] dt-bindings: soc: ti: pruss: Add documentation for PA_STATS support
` [PATCH net-next v7 2/2] net: ti: icssg-prueth: Add support for PA Stats
[PATCHv4 net-next] ptp/ioctl: support MONOTONIC_RAW timestamps for PTP_SYS_OFFSET_EXTENDED
2024-08-22 12:26 UTC (2+ messages)
[PATCH net-next] net: netlink: Remove the dump_cb_mutex field from struct netlink_sock
2024-08-22 12:20 UTC (2+ messages)
[PATCH net-next v6 0/2] Add support for ICSSG PA_STATS
2024-08-22 12:14 UTC (6+ messages)
` [PATCH net-next v6 2/2] net: ti: icssg-prueth: Add support for PA Stats
[PATCH net-next v2 0/7] Introduce HSR offload support for ICSSG
2024-08-22 12:14 UTC (15+ messages)
` [PATCH net-next v2 1/7] net: ti: icssg-prueth: Enable IEP1
` [PATCH net-next v2 7/7] net: ti: icssg-prueth: Enable HSR Tx Tag and Rx Tag offload
[PATCH 1/2] dt-bindings: wireless: wilc1000: Document WILC3000 compatible string
2024-08-22 12:10 UTC (4+ messages)
` [PATCH 2/2] wifi: wilc1000: Add WILC3000 support
[PATCH v1] driver:net:et131x:Remove NULL check of list_entry()
2024-08-22 12:07 UTC (3+ messages)
[PATCH net-next v3 0/3] Add ALCD Support to Cable Testing Interface
2024-08-22 12:07 UTC (4+ messages)
` [PATCH net-next v3 1/3] ethtool: Extend cable testing interface with result source information
` [PATCH net-next v3 2/3] ethtool: Add support for specifying information source in cable test results
` [PATCH net-next v3 3/3] phy: dp83td510: Utilize ALCD for cable length measurement when link is active
[PATCH v3 00/12] net: introduce TX H/W shaping API
2024-08-22 12:02 UTC (11+ messages)
` [PATCH v3 03/12] net-shapers: implement NL get operation
[PATCH net-next v3 0/3] Add Statistics Support for DP83TG720 PHY
2024-08-22 11:59 UTC (4+ messages)
` [PATCH net-next v3 1/3] phy: open_alliance_helpers: Add defines for link quality metrics
` [PATCH net-next v3 2/3] phy: Add defines for standardized PHY generic counters
` [PATCH net-next v3 3/3] phy: dp83tg720: Add statistics support
[PATCH net-next v3 0/2] Add driver for Motorcomm yt8821 2.5G ethernet phy
2024-08-22 11:47 UTC (3+ messages)
` [PATCH net-next v3 1/2] net: phy: Optimize phy speed mask to be compatible to yt8821
` [PATCH net-next v3 2/2] net: phy: Add driver for Motorcomm yt8821 2.5G ethernet phy
[PATCH iwl-net] igb: Always call igb_xdp_ring_update_tail() under Tx lock
2024-08-22 11:46 UTC (2+ messages)
[PATCH net-next v2] net: airoha: configure hw mac address according to the port id
2024-08-22 11:30 UTC (2+ messages)
[PATCH v2 0/2] clk: qcom: Add support for GCC on QCS8300
2024-08-22 11:27 UTC (3+ messages)
` [PATCH v2 1/2] dt-bindings: clock: qcom: Add GCC clocks for QCS8300
` [PATCH v2 2/2] clk: qcom: Add support for Global Clock Controller on QCS8300
[net PATCH v3] octeontx2-af: Fix CPT AF register offset calculation
2024-08-22 11:20 UTC (2+ messages)
[PATCH net V5 0/3] Fixes for IPsec over bonding
2024-08-22 11:15 UTC (6+ messages)
` [PATCH net V5 3/3] bonding: change ipsec_lock from spin lock to mutex
[PATCH net-next v3 0/2] netconsole: Populate dynamic entry even if netpoll fails
2024-08-22 11:10 UTC (3+ messages)
` [PATCH net-next v3 1/2] netpoll: Ensure clean state on setup failures
` [PATCH net-next v3 2/2] net: netconsole: Populate dynamic entry even if netpoll fails
[PATCH] net: phy: realtek: Fix setting of PHY LEDs Mode B bit on RTL8211F
2024-08-22 11:10 UTC (3+ messages)
[PATCH net-next v3] selftests: net: add helper for checking if nettest is available
2024-08-22 11:00 UTC (2+ messages)
[PATCH net v3] net: ngbe: Fix phy mode set to external phy
2024-08-22 11:00 UTC (2+ messages)
[PATCH net-next v2 0/3] netconsole: Populate dynamic entry even if netpoll fails
2024-08-22 11:00 UTC (11+ messages)
` [PATCH net-next v2 2/3] netconsole: pr_err() when netpoll_setup fails
` [PATCH net-next v2 3/3] netconsole: Populate dynamic entry even if netpoll fails
[PATCH iwl-next v3 0/6] ice: add support for devlink health events
2024-08-22 10:40 UTC (3+ messages)
` [PATCH iwl-next v3 3/6] devlink: add devlink_fmsg_dump_skb() function
[PATCH] netfilter: Don't track counter updates of do_add_counters()
2024-08-22 10:37 UTC (2+ messages)
[PATCH net-next v4 0/3] tc: adjust network header after 2nd vlan push
2024-08-22 10:35 UTC (4+ messages)
` [PATCH net-next v4 1/3] "
` [PATCH net-next v4 2/3] selftests: tc_actions: test ingress "
` [PATCH net-next v4 3/3] selftests: tc_actions: test egress "
[PATCH net-next v2 0/2] Add Embedded SYNC feature for a dpll's pin
2024-08-22 10:28 UTC (5+ messages)
` [PATCH net-next v2 1/2] dpll: add Embedded SYNC feature for a pin
` [PATCH net-next v2 2/2] ice: add callbacks for Embedded SYNC enablement on dpll pins
[PATCH net-next] l2tp: avoid using drain_workqueue in l2tp_pre_exit_net
2024-08-22 10:22 UTC (2+ messages)
[PATCH net 0/3] Netfilter fixes for net
2024-08-22 10:21 UTC (4+ messages)
` [PATCH net 3/3] netfilter: flowtable: validate vlan header
[PATCH net,v2 0/3] Netfilter fixes for net
2024-08-22 10:18 UTC (4+ messages)
` [PATCH net 1/3] netfilter: nft_counter: Disable BH in nft_counter_offload_stats()
` [PATCH net 2/3] netfilter: nft_counter: Synchronize nft_counter_reset() against reader
` [PATCH net 3/3] netfilter: flowtable: validate vlan header
[PATCH net-next v3 0/8] net/selftests: TCP-AO selftests updates
2024-08-22 10:14 UTC (9+ messages)
` [PATCH net-next v3 2/8] selftests/net: Provide test_snprintf() helper
` [PATCH net-next v3 4/8] selftests/net: Open /proc/thread-self in open_netns()
[PATCH] net: fix csum calculation for encapsulated packets
2024-08-22 10:05 UTC (2+ messages)
[PATCH net-next v3 0/3] tc: adjust network header after 2nd vlan push
2024-08-22 10:04 UTC (4+ messages)
` [PATCH net-next v3 1/3] "
[PATCH net-next v7] net: netconsole: selftests: Create a new netconsole selftest
2024-08-22 9:56 UTC
[PATCHv3 net-next 0/3] Bonding: support new xfrm state offload functions
2024-08-22 9:55 UTC (11+ messages)
` [PATCHv3 net-next 2/3] bonding: Add ESN support to IPSec HW offload
[PATCH net-next v28 00/13] Add Realtek automotive PCIe driver
2024-08-22 9:37 UTC (14+ messages)
` [PATCH net-next v28 01/13] rtase: Add support for a pci table in this module
` [PATCH net-next v28 02/13] rtase: Implement the .ndo_open function
` [PATCH net-next v28 03/13] rtase: Implement the rtase_down function
` [PATCH net-next v28 04/13] rtase: Implement the interrupt routine and rtase_poll
` [PATCH net-next v28 05/13] rtase: Implement hardware configuration function
` [PATCH net-next v28 06/13] rtase: Implement .ndo_start_xmit function
` [PATCH net-next v28 07/13] rtase: Implement a function to receive packets
` [PATCH net-next v28 08/13] rtase: Implement net_device_ops
` [PATCH net-next v28 09/13] rtase: Implement pci_driver suspend and resume function
` [PATCH net-next v28 10/13] rtase: Implement ethtool function
` [PATCH net-next v28 11/13] rtase: Add a Makefile in the rtase folder
` [PATCH net-next v28 12/13] realtek: Update the Makefile and Kconfig in the realtek folder
` [PATCH net-next v28 13/13] MAINTAINERS: Add the rtase ethernet driver entry
[PATCH V3 net-next 00/11] Add support of HIBMCGE Ethernet Driver
2024-08-22 9:33 UTC (12+ messages)
` [PATCH V3 net-next 01/11] net: hibmcge: Add pci table supported in this module
` [PATCH V3 net-next 02/11] net: hibmcge: Add read/write registers supported through the bar space
` [PATCH V3 net-next 03/11] net: hibmcge: Add mdio and hardware configuration supported in this module
` [PATCH V3 net-next 04/11] net: hibmcge: Add interrupt "
` [PATCH V3 net-next 05/11] net: hibmcge: Implement some .ndo functions
` [PATCH V3 net-next 06/11] net: hibmcge: Implement .ndo_start_xmit function
` [PATCH V3 net-next 07/11] net: hibmcge: Implement rx_poll function to receive packets
` [PATCH V3 net-next 08/11] net: hibmcge: Implement some ethtool_ops functions
` [PATCH V3 net-next 09/11] net: hibmcge: Add a Makefile and update Kconfig for hibmcge
` [PATCH V3 net-next 10/11] net: hibmcge: Add maintainer "
` [PATCH V3 net-next 11/11] net: add ndo_validate_addr check in dev_set_mac_address
[PATCH v2 net-next 0/3] add "nxp,phy-output-refclk" to instead of "nxp,rmii-refclk-in"
2024-08-22 9:37 UTC (4+ messages)
` [PATCH v2 net-next 2/3] net: phy: tja11xx: replace "nxp,rmii-refclk-in" with "nxp,phy-output-refclk"
[PATCH bpf-next v4 0/2] selftests/bpf: new MPTCP subflow subtest
2024-08-22 9:13 UTC (5+ messages)
` [PATCH bpf-next v4 2/2] selftests/bpf: Add mptcp "
[PATCH v11 1/4] dt-bindings: net: wireless: brcm4329-fmac: add pci14e4,449d
2024-08-22 8:59 UTC (2+ messages)
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).