messages from 2022-04-06 20:23:05 to 2022-04-07 10:32:42 UTC [more...]
[PATCH] ethernet: Fix some formatting issues
2022-04-07 10:31 UTC
[PATCH net-next 00/15] net: Remove use of list iterator after loop body
2022-04-07 10:29 UTC (16+ messages)
` [PATCH net-next 01/15] connector: Replace usage of found with dedicated list iterator variable
` [PATCH net-next 02/15] net: dsa: sja1105: Remove usage of iterator for list_add() after loop
` [PATCH net-next 03/15] net: dsa: mv88e6xxx: Replace usage of found with dedicated iterator
` [PATCH net-next 04/15] net: dsa: Replace usage of found with dedicated list iterator variable
` [PATCH net-next 05/15] net: sparx5: "
` [PATCH net-next 06/15] qed: Use "
` [PATCH net-next 07/15] qed: Replace usage of found with "
` [PATCH net-next 08/15] qed: Remove usage of list iterator variable after the loop
` [PATCH net-next 09/15] net: qede: Replace usage of found with dedicated list iterator variable
` [PATCH net-next 10/15] net: qede: Remove check of list iterator against head past the loop body
` [PATCH net-next 11/15] sfc: Remove usage of list iterator for list_add() after "
` [PATCH net-next 12/15] net: netcp: Remove usage of list iterator for list_add() after "
` [PATCH net-next 13/15] ps3_gelic: Replace usage of found with dedicated list iterator variable
` [PATCH net-next 14/15] ipvlan: Remove usage of list iterator variable for the loop body
` [PATCH net-next 15/15] team: Remove use of list iterator variable for list_for_each_entry_from()
[PATCH][next] ath11k: Fix spelling mistake "reseting" -> "resetting"
2022-04-07 10:28 UTC
linux 5.17.1 disregarding ACK values resulting in stalled TCP connections
2022-04-07 10:26 UTC (13+ messages)
[PATCH net-next v2] net: openvswitch: fix uAPI incompatibility with existing user space
2022-04-07 10:22 UTC (6+ messages)
[PATCH v6 00/10] ieee802154: Better Tx error handling
2022-04-07 10:09 UTC (11+ messages)
` [PATCH v6 01/10] net: ieee802154: Enhance/fix the names of the MLME return codes
` [PATCH v6 02/10] net: ieee802154: Fill the list of "
` [PATCH v6 03/10] net: mac802154: Save a global error code on transmissions
` [PATCH v6 04/10] net: mac802154: Create an offloaded transmission error helper
` [PATCH v6 05/10] net: mac802154: Create an error helper for asynchronous offloading errors
` [PATCH v6 06/10] net: ieee802154: at86rf230: Call _xmit_hw_error() when failing to offload frames
` [PATCH v6 07/10] net: ieee802154: at86rf230: Forward Tx trac errors
` [PATCH v6 08/10] net: ieee802154: atusb: Call _xmit_hw_error() upon transmission error
` [PATCH v6 09/10] net: ieee802154: ca8210: Use core return codes instead of hardcoding them
` [PATCH v6 10/10] net: ieee802154: ca8210: Call _xmit_error() when a transmission fails
[PATCH v5 00/11] ieee802154: Better Tx error handling
2022-04-07 10:02 UTC (11+ messages)
` [PATCH v5 05/11] net: mac802154: Create a transmit bus error helper
` [PATCH v5 06/11] net: ieee802154: at86rf230: Rename the asynchronous "
` [PATCH v5 09/11] net: ieee802154: atusb: Call _xmit_error() when a transmission fails
[PATCH v3] net: fix wrong network header length
2022-04-07 9:38 UTC (2+ messages)
[DSA] fallback PTP to master port when switch does not support it
2022-04-07 9:44 UTC (4+ messages)
[PATCH 00/11] Fix deadlocks caused by del_timer_sync()
2022-04-07 9:42 UTC (16+ messages)
` [PATCH 01/11] drivers: tty: serial: Fix deadlock in sa1100_set_termios()
` [PATCH 02/11] drivers: usb: host: Fix deadlock in oxu_bus_suspend()
` [PATCH 03/11] drivers: staging: rtl8192u: Fix deadlock in ieee80211_beacons_stop()
` [PATCH 04/11] drivers: staging: rtl8723bs: Fix deadlock in rtw_surveydone_event_callback()
` [PATCH 05/11] drivers: staging: rtl8192e: Fix deadlock in rtllib_beacons_stop()
` [PATCH 06/11] drivers: staging: rtl8192e: Fix deadlock in rtw_joinbss_event_prehandle()
` [PATCH 07/11] drivers: net: hippi: Fix deadlock in rr_close()
` [PATCH 08/11] drivers: net: can: Fix deadlock in grcan_close()
` [PATCH 09/11] drivers: infiniband: hw: Fix deadlock in irdma_cleanup_cm_core()
` [PATCH 10/11] arch: xtensa: platforms: Fix deadlock in iss_net_close()
` [PATCH 11/11] arch: xtensa: platforms: Fix deadlock in rs_close()
[PATCH v5 1/3] selftests: bpf: add test for bpf_skb_change_proto
2022-04-07 8:47 UTC (3+ messages)
` [PATCH v5 2/3] selftests net: add UDP GRO fraglist + bpf self-tests
` [PATCH v5 3/3] net: fix wrong network header length
[PATCH 1/5] iommu: Replace uses of IOMMU_CAP_CACHE_COHERENCY with dev_is_dma_coherent()
2022-04-07 8:53 UTC (10+ messages)
[RFC PATCH net-next 0/2] devlink: Add port stats
2022-04-07 8:40 UTC (3+ messages)
` [RFC PATCH net-next 1/2] devlink: Introduce stats to the port object
` [RFC PATCH net-next 2/2] devlink: Add statistics to port get
[PATCH 0/2] dt-bindings: net: Fix ave descriptions
2022-04-07 8:18 UTC (4+ messages)
` [PATCH 1/2] dt-bindings: net: ave: Clean up clocks, resets, and their names using compatible string
[PATCH v3 0/3] Add reset deassertion for Aspeed MDIO
2022-04-07 7:57 UTC (4+ messages)
` [PATCH RESEND v3 1/3] dt-bindings: net: add reset property for aspeed, ast2600-mdio binding
` [PATCH RESEND v3 2/3] net: mdio: add reset control for Aspeed MDIO
` [PATCH RESEND v3 3/3] ARM: dts: aspeed: add reset properties into MDIO nodes
[PATCH v3 1/2] timer: add a function to adjust timeouts to be upper bound
2022-04-07 7:52 UTC (4+ messages)
` [PATCH v4 0/2] Upper bound kernel timers
` [PATCH v4 1/2] timer: add a function to adjust timeouts to be upper bound
` [PATCH v4 2/2] net: make tcp keepalive timer "
[PATCH net-next v2] net/ipv6: Introduce accept_unsolicited_na knob to implement router-side changes for RFC9131
2022-04-07 7:44 UTC
[PATCH net-next] page_pool: Add recycle stats to page_pool_put_page_bulk
2022-04-07 7:43 UTC (3+ messages)
[PATCH net-next 00/14] net/sched: Better error reporting for offload failures
2022-04-07 7:35 UTC (15+ messages)
` [PATCH net-next 01/14] net/sched: matchall: Take verbose flag into account when logging error messages
` [PATCH net-next 02/14] net/sched: flower: "
` [PATCH net-next 03/14] net/sched: act_api: Add extack to offload_act_setup() callback
` [PATCH net-next 04/14] net/sched: act_gact: Add extack messages for offload failure
` [PATCH net-next 05/14] net/sched: act_mirred: Add extack message "
` [PATCH net-next 06/14] net/sched: act_mpls: Add extack messages "
` [PATCH net-next 07/14] net/sched: act_pedit: Add extack message "
` [PATCH net-next 08/14] net/sched: act_police: Add extack messages "
` [PATCH net-next 09/14] net/sched: act_skbedit: "
` [PATCH net-next 10/14] net/sched: act_tunnel_key: Add extack message "
` [PATCH net-next 11/14] net/sched: act_vlan: "
` [PATCH net-next 12/14] net/sched: cls_api: Add extack message for unsupported action offload
` [PATCH net-next 13/14] net/sched: matchall: Avoid overwriting error messages
` [PATCH net-next 14/14] net/sched: flower: "
[PATCH] i40e: i40e_main: fix a missing check on list iterator
2022-04-07 7:14 UTC (2+ messages)
` [Intel-wired-lan] "
[PATCH net-next v3 0/4] net: lan966x: Add support for FDMA
2022-04-07 7:17 UTC (6+ messages)
` [PATCH net-next v3 3/4] net: lan966x: Add FDMA functionality
[PATCH v2] RDMA: Split kernel-only global device caps from uverbs device caps
2022-04-07 7:09 UTC (6+ messages)
[PATCH v2 sysctl-next] bpf: move the bpf syscall sysctl table to bpf module
2022-04-07 7:07 UTC (7+ messages)
` [PATCH v3 sysctl-next] bpf: move bpf sysctls from kernel/sysctl.c "
` [PATCH v4 "
[PATCH net] mlxsw: i2c: Fix initialization error flow
2022-04-07 7:07 UTC
[PATCH 0/3] rndis_host: handle bogus MAC addresses in ZTE RNDIS devices
2022-04-07 6:43 UTC (6+ messages)
` [PATCH 1/3] cdc_ether: export usbnet_cdc_zte_rx_fixup
` [PATCH 2/3] rndis_host: enable the bogus MAC fixup for ZTE devices from cdc_ether
` [PATCH 3/3] rndis_host: limit scope of bogus MAC address detection to ZTE devices
[PATCH RESEND net-next v4] net: remove noblock parameter from skb_recv_datagram()
2022-04-07 6:30 UTC (3+ messages)
[PATCH v3 0/3] Add reset deassertion for Aspeed MDIO
2022-04-07 6:29 UTC (4+ messages)
` [PATCH v3 2/3] net: mdio: add reset control "
[PATCH RESEND net-next v5 0/4] net: icmp: add skb drop reasons to icmp
2022-04-07 6:20 UTC (5+ messages)
` [PATCH RESEND net-next v5 1/4] net: sock: introduce sock_queue_rcv_skb_reason()
` [PATCH RESEND net-next v5 2/4] net: skb: rename SKB_DROP_REASON_PTYPE_ABSENT
` [PATCH RESEND net-next v5 3/4] net: icmp: introduce __ping_queue_rcv_skb() to report drop reasons
` [PATCH RESEND net-next v5 4/4] net: icmp: add skb drop reasons to icmp protocol
[PATCH net-next] prestera: acl: add action hw_stats support
2022-04-07 6:10 UTC (2+ messages)
[PATCH] drivers: net: slip: fix NPD bug in sl_tx_timeout()
2022-04-07 6:10 UTC (2+ messages)
[PATCH net-next] tcp: Add tracepoint for tcp_set_ca_state
2022-04-07 6:05 UTC (2+ messages)
[PATCH net] qede: confirm skb is allocated before using
2022-04-07 6:02 UTC (2+ messages)
[PATCH net-next v2] ipv6: fix locking issues with loops over idev->addr_list
2022-04-07 5:50 UTC (2+ messages)
[PATCH 1/1] net/rds: Use "unpin_user_page" as "pin_user_pages" counterpart
2022-04-07 5:44 UTC (3+ messages)
[PATCH net] net: mdio: don't defer probe forever if PHY IRQ provider is missing
2022-04-07 5:35 UTC (6+ messages)
[PATCH net-next] net-core: rx_otherhost_dropped to core_stats
2022-04-07 5:31 UTC (2+ messages)
pull-request: bpf 2022-04-06
2022-04-07 5:10 UTC (2+ messages)
[PATCH v2] net/ethernet : set default assignment identifier to NET_NAME_ENUM
2022-04-07 5:08 UTC (3+ messages)
` [PATCH v3] "
[PATCH v2] net: phy: micrel: ksz9031/ksz9131: add cabletest support
2022-04-07 5:06 UTC (3+ messages)
[Patch net v2] net: phy: LAN87xx: remove genphy_softreset in config_aneg
2022-04-07 4:46 UTC
[PATCH 0/2] storvsc, netvsc: Improve logging
2022-04-07 4:40 UTC (3+ messages)
` [PATCH 1/2] scsi: storvsc: Print value of invalid ID in storvsc_on_channel_callback()
` [PATCH 2/2] hv_netvsc: Print value of invalid ID in netvsc_send_{completion,tx_complete}()
[PATCH] af_packet: fix efficiency issues in packet_read_pending
2022-04-07 3:14 UTC (3+ messages)
[PATCH] vxlan: fix error return code in vxlan_fdb_append
2022-04-07 2:46 UTC
[PATCH net-next v3 00/11] bnxt: Support XDP multi buffer
2022-04-07 2:48 UTC (3+ messages)
[syzbot] KMSAN: uninit-value in ax88179_led_setting
2022-04-07 2:41 UTC (2+ messages)
[PATCH] libbpf: potential NULL dereference in usdt_manager_attach_usdt()
2022-04-07 2:38 UTC
[PATCH] net: phy: micrel: ksz9031/ksz9131: add cabletest support
2022-04-07 2:07 UTC (3+ messages)
linux-next: manual merge of the kunit-next tree with the net-next tree
2022-04-07 1:52 UTC
[PATCH] qed: remove an unneed NULL check on list iterator
2022-04-07 1:22 UTC (2+ messages)
[Linux 5.18-rc1] WARNING: possible circular locking dependency detected at (rtw_ops_config, ieee80211_mgd_probe_ap)
2022-04-07 1:26 UTC (2+ messages)
[PATCH net-next v3 0/3] Add Clause 45 support for Aspeed MDIO
2022-04-07 1:21 UTC (5+ messages)
` [PATCH net-next v3 1/3] net: mdio: aspeed: move reg accessing part into separate functions
` [PATCH net-next v3 2/3] net: mdio: aspeed: Introduce read write function for c22 and c45
` [PATCH net-next v3 3/3] net: mdio: aspeed: Add c45 support
[PATCH AUTOSEL 5.10 15/25] vhost_vdpa: don't setup irq offloading when irq_num < 0
2022-04-07 1:14 UTC
[PATCH AUTOSEL 5.16 19/30] vhost_vdpa: don't setup irq offloading when irq_num < 0
2022-04-07 1:11 UTC
[PATCH AUTOSEL 5.15 16/27] vhost_vdpa: don't setup irq offloading when irq_num < 0
2022-04-07 1:12 UTC
[PATCH AUTOSEL 5.17 19/31] vhost_vdpa: don't setup irq offloading when irq_num < 0
2022-04-07 1:10 UTC
[PATCH net-next] net: mvneta: add support for page_pool_get_stats
2022-04-06 23:36 UTC (5+ messages)
[PATCH v3 net-next 0/2] net: tc: dsa: Implement offload of matchall for bridged DSA ports
2022-04-06 23:14 UTC (5+ messages)
` [PATCH v3 net-next 1/2] net: tc: dsa: Add the matchall filter with drop action "
` [PATCH v3 net-next 2/2] net: dsa: Implement tc offloading for drop target
[PATCH net-next v2 0/5] ptp: Support hardware clocks with additional free running cycle counter
2022-04-06 23:04 UTC (2+ messages)
[PATCH net-next 0/9] net: dsa: mt7530: updates for phylink changes
2022-04-06 22:35 UTC (5+ messages)
` [PATCH net-next 5/9] net: dsa: mt7530: only indicate linkmodes that can be supported
[PATCH] af_unix: Escape abstract unix socket address
2022-04-06 21:59 UTC (2+ messages)
[PATCH stable 0/3] SOF_TIMESTAMPING_OPT_ID backport to 4.14 and 4.19
2022-04-06 21:57 UTC (8+ messages)
` [PATCH 4.14 1/2] ipv6: add missing tx timestamping on IPPROTO_RAW
` [PATCH 4.14 2/2] net: add missing SOF_TIMESTAMPING_OPT_ID support
` [PATCH 4.19 1/1] "
[PATCH net-next 0/3] net: create a net/core/ internal header
2022-04-06 21:37 UTC (4+ messages)
` [PATCH net-next 1/3] net: hyperv: remove use of bpf_op_t
` [PATCH net-next 2/3] net: unexport a handful of dev_* functions
` [PATCH net-next 3/3] net: extract a few internals from netdevice.h
[PATCH net] flow_dissector: fix false-positive __read_overflow2_field() warning
2022-04-06 21:36 UTC (2+ messages)
[PATCH iproute2] vdpa: Add virtqueue pairs set capacity
2022-04-06 20:56 UTC (3+ messages)
` [PATCH iproute2 v2] "
[linux-next:master] BUILD REGRESSION 109f6d10ec17302c4666f7df3dfa0e31d8589d41
2022-04-06 20:58 UTC
[net-next RESEND v2] net: core: use shared sysctl macro
2022-04-06 21:17 UTC (7+ messages)
[PATCH net-next] tcp: add accessors to read/set tp->snd_cwnd
2022-04-06 19:30 UTC (3+ messages)
[PATCH net-next RESEND v2 0/3] Add Clause 45 support for Aspeed MDIO
2022-04-06 19:00 UTC (7+ messages)
` [PATCH net-next RESEND v2 1/3] net: mdio: aspeed: move reg accessing part into separate functions
` [PATCH net-next RESEND v2 2/3] net: mdio: aspeed: Introduce read write function for c22 and c45
` [PATCH net-next RESEND v2 3/3] net: mdio: aspeed: Add c45 support
[RFC 00/13] PRUSS Remoteproc, Platform APIS, and Ethernet Driver
2022-04-06 18:54 UTC (5+ messages)
` [RFC 12/13] dt-bindings: net: Add ICSSG Ethernet Driver bindings
` [RFC 13/13] net: ti: icssg-prueth: Add ICSSG ethernet driver
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).