messages from 2024-10-07 16:00:48 to 2024-10-08 07:06:16 UTC [more...]
[PATCH net-next v2] net: mana: Enable debugfs files for MANA device
2024-10-08 7:06 UTC
[PATCH RFC v5 00/10] tun: Introduce virtio-net hashing feature
2024-10-08 6:54 UTC (11+ messages)
` [PATCH RFC v5 01/10] virtio_net: Add functions for hashing
` [PATCH RFC v5 02/10] skbuff: Introduce SKB_EXT_TUN_VNET_HASH
` [PATCH RFC v5 03/10] net: flow_dissector: Export flow_keys_dissector_symmetric
` [PATCH RFC v5 04/10] tun: Unify vnet implementation
` [PATCH RFC v5 05/10] tun: Pad virtio header with zero
` [PATCH RFC v5 06/10] tun: Introduce virtio-net hash reporting feature
` [PATCH RFC v5 07/10] tun: Introduce virtio-net RSS
` [PATCH RFC v5 08/10] selftest: tun: Test vnet ioctls without device
` [PATCH RFC v5 09/10] selftest: tun: Add tests for virtio-net hashing
` [PATCH RFC v5 10/10] vhost/net: Support VIRTIO_NET_F_HASH_REPORT
[PATCH v2 0/8] do not leave dangling sk pointers in pf->create functions
2024-10-08 6:52 UTC (14+ messages)
` [PATCH v2 1/8] net: explicitly clear the sk pointer, when pf->create fails
` [PATCH v2 2/8] af_packet: avoid erroring out after sock_init_data() in packet_create()
` [PATCH v2 3/8] Bluetooth: L2CAP: do not leave dangling sk pointer on error in l2cap_sock_create()
` [PATCH v2 4/8] Bluetooth: RFCOMM: avoid leaving dangling sk pointer in rfcomm_sock_alloc()
` [PATCH v2 5/8] net: af_can: do not leave a dangling sk pointer in can_create()
` [PATCH v2 6/8] net: ieee802154: do not leave a dangling sk pointer in ieee802154_create()
` [PATCH v2 7/8] net: inet: do not leave a dangling sk pointer in inet_create()
` [PATCH v2 8/8] inet6: do not leave a dangling sk pointer in inet6_create()
[PATCH net-next v2 0/9] Allow isolating PHY devices
2024-10-08 6:28 UTC (14+ messages)
` [PATCH net-next v2 7/9] net: phy: introduce ethtool_phy_ops to get and set phy configuration
[PATCH net] net: fec: don't save PTP state if PTP is unsupported
2024-10-08 6:11 UTC
[PATCH net 1/2] net: fec: Restart PPS after link state change
2024-10-08 5:49 UTC (4+ messages)
` [PATCH net 2/2] net: fec: Reload PTP registers after link-state change
[PATCH net-next v3 0/7] microchip_t1s: Update on Microchip 10BASE-T1S PHY driver
2024-10-08 5:47 UTC (6+ messages)
` [PATCH net-next v3 2/7] net: phy: microchip_t1s: update new initial settings for LAN865X Rev.B0
[PATCH net] r8169: add tally counter fields added with RTL8125
2024-10-08 5:36 UTC (3+ messages)
[Patch bpf] bpf: check negative offsets in __bpf_skb_min_len()
2024-10-08 5:33 UTC
[PATCH] selftests: make kselftest-clean remove libynl outputs
2024-10-08 5:05 UTC (2+ messages)
[PATCH net-next v3 0/7] bnxt_en: implement device memory TCP for bnxt
2024-10-08 3:58 UTC (8+ messages)
` [PATCH net-next v3 7/7] bnxt_en: add support for device memory tcp
[PATCH net-next v2 0/3] net: xilinx: emaclite: Adopt clock support
2024-10-08 3:42 UTC (5+ messages)
` [PATCH net-next v2 1/3] dt-bindings: net: emaclite: Add "
` [PATCH net-next v2 3/3] net: emaclite: Adopt "
[PATCH v2 net 0/3] net: enetc: fix some issues of XDP
2024-10-08 3:30 UTC (5+ messages)
` [PATCH v2 net 3/3] net: enetc: disable IRQ after Rx and Tx BD rings are disabled
[v2] bpf: fix the xdp_adjust_tail sample prog issue
2024-10-08 3:30 UTC (2+ messages)
[PATCH bpf-next v4 0/2] BPF static linker: fix linking duplicate extern functions
2024-10-08 3:30 UTC (2+ messages)
[PATCH bpf-next 1/2] libbpf: Add missing per-arch include path
2024-10-08 3:30 UTC (2+ messages)
[PATCH net-next v3] eth: fbnic: Add hardware monitoring support via HWMON interface
2024-10-08 3:20 UTC (4+ messages)
[PATCH net] net: hns3/hns: Update the maintainer for the HNS3/HNS ethernet driver
2024-10-08 2:48 UTC
[PATCH V11 net-next 00/10] Add support of HIBMCGE Ethernet Driver
2024-10-08 2:23 UTC (11+ messages)
` [PATCH V11 net-next 01/10] net: hibmcge: Add pci table supported in this module
` [PATCH V11 net-next 02/10] net: hibmcge: Add read/write registers supported through the bar space
` [PATCH V11 net-next 03/10] net: hibmcge: Add mdio and hardware configuration supported in this module
` [PATCH V11 net-next 04/10] net: hibmcge: Add interrupt "
` [PATCH V11 net-next 05/10] net: hibmcge: Implement some .ndo functions
` [PATCH V11 net-next 06/10] net: hibmcge: Implement .ndo_start_xmit function
` [PATCH V11 net-next 07/10] net: hibmcge: Implement rx_poll function to receive packets
` [PATCH V11 net-next 08/10] net: hibmcge: Implement some ethtool_ops functions
` [PATCH V11 net-next 09/10] net: hibmcge: Add a Makefile and update Kconfig for hibmcge
` [PATCH V11 net-next 10/10] net: hibmcge: Add maintainer "
[PATCH] net: add option for using randomized TCP ISNs
2024-10-08 2:27 UTC
[PATCH bpf-next v2 1/5] netkit: Add option for scrubbing skb meta data
2024-10-08 2:10 UTC (7+ messages)
` [PATCH bpf-next v2 4/5] tools: Sync if_link.h uapi tooling header
` [PATCH bpf-next v2 5/5] selftests/bpf: Extend netkit tests to validate skb meta data
[syzbot] [net?] KASAN: slab-use-after-free Read in __ethtool_get_link_ksettings
2024-10-08 1:44 UTC (2+ messages)
[PATCH net-next v3 0/5] eth: fbnic: add timestamping support
2024-10-08 1:16 UTC (16+ messages)
` [PATCH net-next v3 1/5] eth: fbnic: add software TX "
` [PATCH net-next v3 2/5] eth: fbnic: add initial PHC support
` [PATCH net-next v3 3/5] eth: fbnic: add RX packets timestamping support
[PATCH 03/11] PCI: of_property: Sanitize 32 bit PCI address parsed from DT
2024-10-08 1:08 UTC (2+ messages)
[PATCH net] net: ibm: emac: mal: add dcr_unmap to _remove
2024-10-08 0:46 UTC (4+ messages)
[PATCH net] net: airoha: Update tx cpu dma ring idx at the end of xmit loop
2024-10-08 0:40 UTC (2+ messages)
[PATCH net-next] net: phy: mxl-gpy: add missing support for TRIGGER_NETDEV_LINK_10
2024-10-08 0:30 UTC (2+ messages)
[net PATCH v2] net: phy: Remove LED entry from LEDs list on unregister
2024-10-08 0:30 UTC (2+ messages)
[PATCH] drivers:atlx: Prevent integer overflow in statistics aggregation
2024-10-08 0:27 UTC (2+ messages)
pull request: bluetooth 2024-10-04
2024-10-08 0:20 UTC (2+ messages)
[PATCH net-next v2] dt-bindings: net: realtek: Use proper node names
2024-10-08 0:10 UTC (2+ messages)
[PATCH v1 net-next] vmxnet3: support higher link speeds from vmxnet3 v9
2024-10-08 0:10 UTC (2+ messages)
[PATCH net-next 0/4] ipv4: preliminary work for per-netns RTNL
2024-10-08 0:10 UTC (2+ messages)
[PATCH net] net: ethernet: adi: adin1110: Fix some error handling path in adin1110_read_fifo()
2024-10-08 0:10 UTC (6+ messages)
[PATCH net v4] net: dsa: lan9303: ensure chip reset and wait for READY status
2024-10-08 0:00 UTC (2+ messages)
[PATCH net] Revert "net: stmmac: set PP_FLAG_DMA_SYNC_DEV only if XDP is enabled"
2024-10-08 0:00 UTC (2+ messages)
[PATCH net] net: ibm: emac: mal: fix wrong goto
2024-10-07 23:57 UTC
[PATCH v1 net] tcp/dccp: Don't use timer_pending() in reqsk_queue_unlink()
2024-10-07 23:52 UTC (3+ messages)
[PATCH v3 net 5/6] mpls: Handle error of rtnl_register_module()
2024-10-07 23:48 UTC (6+ messages)
[PATCH net-next] lib: packing: catch kunit_kzalloc() failure in the pack() test
2024-10-07 23:40 UTC (2+ messages)
[PATCH net-next] net: tcp: refresh tcp_mstamp for compressed ack in timer
2024-10-07 23:40 UTC (2+ messages)
[PATCH net-next v2] net: dsa: remove obsolete phylink dsa_switch operations
2024-10-07 23:40 UTC (2+ messages)
[PATCH net-next] mlxsw: spectrum_acl_flex_keys: Constify struct mlxsw_afk_element_inst
2024-10-07 23:40 UTC (2+ messages)
[PATCH] net: explicitly clear the sk pointer, when pf->create fails
2024-10-07 23:40 UTC (2+ messages)
[PATCH v2 net-next 0/5] tcp: add skb->sk to more control packets
2024-10-07 23:28 UTC (2+ messages)
[PATCH v2] net: dsa: Fix conditional handling of Wake-on-Lan configuration in dsa_user_set_wol
2024-10-07 23:15 UTC (5+ messages)
` [PATCH] "
[PATCH net-next v2 0/6] rust: Add IO polling
2024-10-07 23:12 UTC (11+ messages)
` [PATCH net-next v2 5/6] rust: Add read_poll_timeout function
[RFC net-next 0/2] igc: Link IRQs and queues to NAPIs
2024-10-07 23:03 UTC (2+ messages)
[RFC net-next v2 0/2] tg3: Link IRQs, NAPIs, and queues
2024-10-07 22:39 UTC (5+ messages)
` [net-next v3 2/2] tg3: Link queues to NAPIs
[PATCH 00/51] treewide: Switch to __pm_runtime_put_autosuspend()
2024-10-07 22:34 UTC (6+ messages)
[PATCH] net: dsa: Fix conditional handling of Wake-on-Lan configuration in dsa_user_set_wol
2024-10-07 22:22 UTC (2+ messages)
[PATCH v1 00/15] io_uring zero copy rx
2024-10-07 22:20 UTC (17+ messages)
` [PATCH v1 01/15] net: devmem: pull struct definitions out of ifdef
` [PATCH v1 02/15] net: prefix devmem specific helpers
` [PATCH v1 03/15] net: generalise net_iov chunk owners
` [PATCH v1 04/15] net: page_pool: create hooks for custom page providers
` [PATCH v1 05/15] net: prepare for non devmem TCP memory providers
` [PATCH v1 06/15] net: page_pool: add ->scrub mem provider callback
` [PATCH v1 07/15] net: page pool: add helper creating area from pages
` [PATCH v1 08/15] net: add helper executing custom callback from napi
` [PATCH v1 09/15] io_uring/zcrx: add interface queue and refill queue
` [PATCH v1 10/15] io_uring/zcrx: add io_zcrx_area
` [PATCH v1 11/15] io_uring/zcrx: implement zerocopy receive pp memory provider
` [PATCH v1 12/15] io_uring/zcrx: add io_recvzc request
` [PATCH v1 13/15] io_uring/zcrx: add copy fallback
` [PATCH v1 14/15] io_uring/zcrx: set pp memory provider for an rx queue
` [PATCH v1 15/15] io_uring/zcrx: throttle receive requests
[PATCH net-next v01 0/4] net: af_packet: allow joining a fanout when link is down
2024-10-07 22:15 UTC (5+ messages)
` [PATCH net-next v01 1/4] af_packet: allow fanout_add when socket is not RUNNING
` [PATCH net-next v01 3/4] selftests: net/psock_fanout: restore loopback up/down state on exit
[PATCH ethtool] netlink: rss: retrieve ring count using ETHTOOL_GRXRINGS ioctl
2024-10-07 22:12 UTC (12+ messages)
[RESEND PATCH iwl-next] ice: Unbind the workqueue
2024-10-07 21:44 UTC
[PATCH net-next] net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extension
2024-10-07 20:44 UTC (4+ messages)
[PATCH net-next] r8169: Use improved RTL8125 hw stats
2024-10-07 20:23 UTC
BUG: corrupted list in neigh_destroy
2024-10-07 20:22 UTC (2+ messages)
BUG: corrupted list in neigh_parms_release
2024-10-07 20:21 UTC (2+ messages)
[Intel-wired-lan][PATCH iwl-net] idpf: set completion tag for "empty" bufs associated with a packet
2024-10-07 20:24 UTC
[PATCH 0/2] improve multicast join group performance
2024-10-07 19:06 UTC (3+ messages)
` [PATCH 1/2] net: ipv4: igmp: optimize ____ip_mc_inc_group() using mc_hash
[net-next] net: ravb: Only advertise Rx/Tx timestamps if hardware supports it
2024-10-07 19:05 UTC (2+ messages)
[PATCH net-next v19 00/14] Replace page_frag with page_frag_cache for sk_page_frag()
2024-10-07 18:49 UTC (7+ messages)
` [PATCH net-next v19 09/14] net: rename skb_copy_to_page_nocache() helper
[RFC bpf-next 0/4] Add XDP rx hw hints support performing XDP_REDIRECT
2024-10-07 18:48 UTC (11+ messages)
[PATCH net] net/sched: accept TCA_STAB only for root qdisc
2024-10-07 18:43 UTC (2+ messages)
[PATCH net v3] net: phy: disable eee due to errata on various KSZ switches
2024-10-07 18:38 UTC (2+ messages)
[GIT PULL] virtio: bugfixes
2024-10-07 18:37 UTC (2+ messages)
Linux network PHY initial configuration for ports not 'up'
2024-10-07 18:35 UTC (4+ messages)
[PATCH net-next v2] r8169: add support for the temperature sensor being available from RTL8125B
2024-10-07 18:34 UTC
[PATCH net-next 0/7] ipv4: Convert __fib_validate_source() and its callers to dscp_t
2024-10-07 18:25 UTC (8+ messages)
` [PATCH net-next 1/7] ipv4: Convert ip_route_use_hint() "
` [PATCH net-next 2/7] ipv4: Convert ip_mkroute_input() "
` [PATCH net-next 3/7] ipv4: Convert __mkroute_input() "
` [PATCH net-next 4/7] ipv4: Convert ip_route_input_mc() "
` [PATCH net-next 5/7] ipv4: Convert ip_mc_validate_source() "
` [PATCH net-next 6/7] ipv4: Convert fib_validate_source() "
` [PATCH net-next 7/7] ipv4: Convert __fib_validate_source() "
[PATCH RFC net 0/2] MAINTAINERS: Networking file coverage updates
2024-10-07 18:03 UTC (7+ messages)
` [PATCH RFC net 1/2] MAINTAINERS: consistently exclude wireless files from NETWORKING [GENERAL]
[PATCH net-next] net: Implement fault injection forcing skb reallocation
2024-10-07 18:00 UTC (8+ messages)
[PATCH net-next v2] wireguard: Wire-up big tcp support
2024-10-07 17:50 UTC (3+ messages)
[PATCH v2] net: phy: disable eee due to errata on various KSZ switches
2024-10-07 17:17 UTC (2+ messages)
[PATCH] net: phy: disable eee due to errata on various KSZ switches
2024-10-07 17:05 UTC (5+ messages)
[PATCH RFC net] docs: netdev: document guidance on cleanup patches
2024-10-07 16:54 UTC (6+ messages)
[PATCH net] sctp: ensure sk_state is set to CLOSED if hashing fails in sctp_listen_start
2024-10-07 16:45 UTC (2+ messages)
[PATCH iproute] netem: swap transposed calloc args
2024-10-07 16:38 UTC
[PATCH iproute] bridge: catch invalid stp state
2024-10-07 16:35 UTC
[PATCH net-next 0/5] selftests: mlxsw: Stabilize RED tests
2024-10-07 16:26 UTC (6+ messages)
` [PATCH net-next 1/5] selftests: mlxsw: sch_red_ets: Increase required backlog
` [PATCH net-next 2/5] selftests: mlxsw: sch_red_core: Increase backlog size tolerance
` [PATCH net-next 3/5] selftests: mlxsw: sch_red_core: Sleep before querying queue depth
` [PATCH net-next 4/5] selftests: mlxsw: sch_red_core: Send more packets for drop tests
` [PATCH net-next 5/5] selftests: mlxsw: sch_red_core: Lower TBF rate
[PATCH 0/5] Add new headers for Hyper-V Dom0
2024-10-07 16:26 UTC (6+ messages)
` [PATCH 1/5] hyperv: Move hv_connection_id to hyperv-tlfs.h
` [PATCH 2/5] hyperv: Remove unnecessary #includes
[PATCH ipsec v2] xfrm: fix one more kernel-infoleak in algo dumping
2024-10-07 16:10 UTC (2+ messages)
[PATCH net-next v7] ptp: Add support for the AMZNC10C 'vmclock' device
2024-10-07 16:09 UTC (2+ messages)
[RFC PATCH 0/2] ptp: add control over HW timestamp latch point
2024-10-07 16:06 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).